2023年政策修订增补工作正在进行中,欢迎参与!
奇异恩典 -What color is your attribute?-/style.css
跳转到导航
跳转到搜索
/* Only for [[奇异恩典 -What color is your attribute?-]] */
/* 标签间距、圆角 */
div.TabLabelText {
margin: 10px;
border-radius: 40%;
transition: all .2s !important;
}
/* 标签卡鼠标悬停效果 */
.TabLabelText:hover {
box-shadow: 0px 1rem 2rem rgba(55, 55, 55, 0.15);
transform: translate(0,-5px);
}
/* [[Category:在主名字空间下的CSS页面]] */