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页面]] */