(创建页面,内容为“→这里放置的CSS将影响使用自由皮肤的用户: →show link of icon after the image: .game_property_show a:after { content: attr(title); text-tran…”) |
无编辑摘要 |
||
第1行: | 第1行: | ||
/* 这里放置的CSS将影响使用自由皮肤的用户 */ | /* 这里放置的CSS将影响使用自由皮肤的用户 */ | ||
.wikiEditor-ui-toolbar .sections .section { | |||
background-color: #f5f8fa; | |||
} | |||
/* show link of icon after the image */ | /* show link of icon after the image */ |
2020年2月15日 (六) 06:14的版本
/* 这里放置的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; }