- 欢迎来到偶像大师中文维基,本站仍在筹备阶段,如有兴趣参与建设可加群申请账号:542540342
MediaWiki:Common.css
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5。
/* 这里放置的CSS将应用于所有皮肤 */
#scrollDiv li {
list-style: none;
}
/*模糊样式*/
.fuzzy {
filter: blur(3px);
text-shadow: 0px 0px 5px white;
transition: all 0.1s ease-in-out;
}
.fuzzy:hover {
filter: none;
text-shadow: none;
}
/*右侧目录*/
#right-navigation {
margin-top: 157px!important;
}
#left-navigation {
margin-top: 157px!important;
}
body #mw-head-base {
display:none;
}
body #mw-page-base {
display:none;
}
body .mw-body {
margin-top: 199px;
}
.rtshow #rtocbt {
display: none;
}
.rthide #rtocbt {
display: inline-block;
}
.rtshow #rtoculw {
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
scrollbar-color: darkgray transparent;
}
#rightToc {
position: fixed;
top:20vh;
right: 0px;
z-index:999;
}
#rtocbt {
display: inline-block;
vertical-align: middle;
background: #FF74B9;
color:#FFF;
opacity: 0.5;
width: 20px;
text-align: center;
padding: 15px 3px;
}
#rtocul {
margin-left: 5px;
padding-right: 5px;
list-style: none;
max-height: 45vh;
overflow-y: auto;
}
#rtocul a {
color: #FF74B9;
}
#rtoculw {
display: inline-block;
vertical-align: middle;
margin-left: 0px;
background-color: rgba(255, 237, 230, 0.6);
border: 1px solid #a2a9b1;
}
/* 回到顶部 */
.backToTop {
opacity: 1;
filter: alpha(opacity=100);
position: fixed;
_position: absolute;
z-index: 9999;
bottom: 60px;
right: 15px;
display: none;
height: 50px;
width: 50px;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' transform-origin='40% 15%' transform='rotate(-90) scale(2)'%3E%3Cpath d='M11 0c6.08 0 11 4.92 11 11s-4.92 11-11 11S0 17.08 0 11 4.92 0 11 0z' fill='%23ff74b9' fill-rule='evenodd'/%3E%3Cpath data-path='true' d='M10.72 6.29H7.91L13.28 11l-5.37 4.71h2.81L16.09 11l-5.37-4.71z' fill='%23fff'/%3E%3C/svg%3E") center no-repeat;
background-size: contain;
cursor: pointer;
border-radius: 50%;
box-shadow: 0 0 2px black;
}
/* 隐藏编辑页面中的返回顶部按钮 */
.action-edit .backToTop,
.action-submit .backToTop {
display: none !important;
}