注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
/* 这里放置的CSS将影响使用自由皮肤的用户 */
.wikiEditor-ui-toolbar .sections .section {
background-color: #f5f8fa;
}
/* show link of icon after the image */
.game_property_show a:after {
content: attr(title);
text-transform: lowercase;
}
/* to negate paragraph line-height distortion */
.game_property img { margin: -7px -0px -6px -1px; }
/* Better collapsing content */
.collapse-template .mw-collapsible-toggle {
float: none;
}
.collapse-template .mw-collapsible-content[style="display: block;"] {
padding: 15px 0px 0px 0px;
border: 1px dashed #EEE;
}
/* Mildtable class */
.mildtable th {
text-align: left;
background: #F5F5F5;
padding: 5px;
font-size: 90%;
}
.mildtable td + td { padding-left: 5px; }
.mildtable td { border-top: 2px solid #DDD; }
.toclimit-2 .toclevel-1 ul, .toclimit-3 .toclevel-2 ul, .toclimit-4 .toclevel-3 ul, .toclimit-5 .toclevel-4 ul, .toclimit-6 .toclevel-5 ul, .toclimit-7 .toclevel-6 ul { display: none; }
/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
line-height: inherit;
list-style: none none;
margin: 0;
}
.plainlist ol li,
.plainlist ul li {
margin-bottom: 0;
}
html {
min-height:100%
}
html body {
height:calc(100% - 30px) !important;
margin-top:30px !important;
position:relative
}
/* 隐藏底部部分内容*/
#footer-info-viewcount { display: none; }
#footer-info-lastmod { display: none; }
#footer-info-copyright { display: none; }
div#footer { padding-top:5px; }
div#content { padding:10px 15px; }
div#list p, dl { margin-bottom:0.2em; }
#contentSub { margin:0; }
/* 隐藏首页标题、查看源代码 */
.page-首页 h1.firstHeading,
.page-首页 li#ca-viewsource { display:none; }