七日内新公告:全站维护公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

Template:用户 IPE/styles.css

猛汉♂百科,万男皆可猛的百科全书!转载请标注来源页面的网页链接,并声明引自猛汉百科。内容不可商用。
跳到导航 跳到搜索
.ipe-toolbox-button {
    position: relative;
    margin: 2px;
    border-radius: 50%;
    box-shadow: 0 0 5px grey;
    cursor: pointer;
    width: 42px!important;
    height: 42px!important;
    background: #3f51b5;
    transition: all .26s ease-in-out;
    transform: rotate(0);
}

.ipe-toolbox-button>img {
    position: absolute;
    top: 9px!important;
    left: 9px!important;
    width: 24px!important;
    height: 24px!important;
}

.ipe-toolbox-button:hover {
    transform: rotate(45deg);
}
/* [[Category:在模板名字空间下的CSS页面]] */