MediaWiki:Common.css
52166tangao(讨论 | 贡献)2015年10月28日 (三) 22:43的版本
注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件。
/* 放置于这里的CSS将应用于所有皮肤 */ /* 隐藏Main Page首页标题*/ body.page-首页 h1.firstHeading { display:none; } /* 首行缩进 */ p {text-indent: 2em;} /** * Styling for links generated by [[MediaWiki:Edittools]] * @source www.mediawiki.org/wiki/Extension:CharInsert#Styling * @updated 2012-02-29 */ .mw-charinsert-buttons { margin-top: 8px; border: 1px solid #aaaaaa; padding: 1px; font-size: 100%; } .mw-charinsert-buttons a { color: black; background-color: #cde !important; font-weight: bold; font-size: .9em; text-decoration: none; border: thin #069 outset; padding: 0 .1em .1em; } .mw-charinsert-buttons a:hover, .mw-charinsert-buttons a:active { background-color: #bcd; border-style: inset; } .client-js .mw-edittools-section { display: inline; } .client-js .mw-edittools-section input[type="button"] { font-size: 0.9em; padding-left: 1px; padding-right: 1px; margin-left: 1px; } /* info类模板 */ .infoBox { margin: 0 auto; } .infoBoxTitle { margin: 3px auto; padding: 0; text-align: center; font-weight: 700; } .infoBoxIcon { display: table-cell; padding: 2px 0 2px .5em; vertical-align: middle; } .infoBoxText { display: table-cell; padding: .25em .5em .25em 1.3em; width: 100%; vertical-align: middle; } .infoBoxContent { border: 1px solid #ddd; border-left-width: 0; background: #fbfbfb; } .infoBoxBelow { margin: 0 auto; padding: 0; text-align: center; } /* 隐藏首页标题,空行,讨论、查看源代码tab (本段代码源自萌娘百科 http://zh.moegirl.org/MediaWiki:Common.css 修改后使用) */ .page-首页 h1.firstHeading, .page-首页 #siteSub, .page-首页 #contentSub, .page-首页 li#ca-viewsource, .page-首页 li#ca-talk { display: none; } /* 页脚 (本段代码源自萌娘百科 http://zh.moegirl.org/MediaWiki:Common.css 修改后使用) */ #footer-info-copyright { background: url(http://www.tcmwk.com/images/0/0a/Qc_tcmwk.png) 0 15px no-repeat; padding: 15px 0 30px 0; font-family: Helvetica Neue,Arial,Helvetica,Geneva,sans-serif; } #footer-tcmwk { padding-left: 160px; color: #2f2f2f; } #footer-tcmwk h4 { color: #243c4a; font: normal normal AllerBold,"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif; margin-bottom: 8px; } #footer-tcmwk ul { float: left; margin: 0 100px 20px 0; line-height: 1.7; width: 120px; font-size: 12pt; } #footer-tcmwk ul.lastlist { margin-right: 0; } #footer-tcmwk ul a { color: #2f2f2f; } #footer-tcmwk .copyright { clear: left; display: block; line-height: 1.3; color: #999; }