注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- 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 → 选项),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件。
/* 本人CSS代码 */
/* 保证网页显示正常 */
body {width: 100%; min-width: 1280px;}
.bodyContent {min-height: 125%;}
/* 网页全部字体调整为微软雅黑 */
a, p, h1, h1#firstHeading, h2, li, pre, pre.mw-code, div, span, label, button, textarea, input, b, i, code, abbr {font-family:"Tahoma","微软雅黑"; text-decoration: none;}
/* 普通用户使用舒适蓝 */
a.mw-userlink, a[title^=User] {color: #009fef}
/* MWASH 成员使用深绿 */
a[title^=/User:SkyFuInMC], a[title^=/User:Lxazl5770], a[title$=User:Yfohdit], a[title$=User:WikiWorker], a[title$=User:WDLJT], a[title$=User:Wcwdqc], a[title^=/User:Vbs3367], a[title^=/User:Jinxia2311] {color: #005f00}
/* 修复错误的应用颜色 */
p, small, div.subtitle {color: #000000}
i, b {color: inherit;}
/* 页面标题为灰色 */
h1.firstHeading {color: #5f5f5f}
/* 表格标题变草绿,正文变灰 */
th {color: #4faf00}
td {color: #9f9f9f}
/* 增加增减字节可读性 */
span.mw-plusminus-neg, strong.mw-plusminus-neg {color: #ff0000}
span.mw-plusminus-pos, strong.mw-plusminus-pos {color: #00af00}
/* 更改条目、注释等 */
a.mw-changeslist-title, span.comment, span.autocomment {color: black;}
td.mw-enhanced-rc {font-family: "Verdana"; font-size: 12px;}
/* 链接颜色与外观 */
a.new, a:visited.new {color: #afafaf; text-decoration: none;}
a:hover.new {color: blue; text-decoration: none;}
a:active {color:black; text-decoration: none;}
a.external.text, a.external.free {color:#EE860E;}
a:hover, a:active {text-decoration: none; color: blue;}
/* 隐藏部分工具栏 */
div#p-Minecraft.portal.expanded {display:none;}
/* 隐藏空白标签页链接 */
li#ca-talk.new, li#ca-nstab-user.new, li#ca-ve-edit, li#ca-userprofile {display:none;}
/* 消灭siderail */
div#siderail {position: absolute !important; top: -2000px !important; height: 203px; left: auto;}
/* 防止最近更改部分内容漏出页面 */
span.changedby {position:relative;max-width:1050px;}
/* Fix */
a[title*=\/] {color:#0b0080}
/* 来自Numbermaniac的CSS */
/* 我不需要去分享 */
.socialSidebar, #p-sharing.vectorMenu{display:none;}
/* 隐藏广告和促销通知 */
div[id^="ad-"], .atflb, .atfmrec, .btflb, .promoSidebar{display:none;}
/* 来自KnightMiner的CSS */
/* 因为Gamepedia Pro用户标识有一点装逼,所以隐藏它 */
.gamepedia_pro_user::before {display: none;}
/* 但把他们以绿色显示仍然可以标明身份(略加修改) */
a.gamepedia_pro_user, a:visited.gamepedia_pro_user, h1.gamepedia_pro_user {color: #009f00;}
a:hover.gamepedia_pro_user, h1:hover.gamepedia_pro_user, a:hover.mw-userlink.gamepedia_pro_user {color: #00cf00;}
span.mw-headline {color:inherit;}
/* 让工具栏永远开启 */
#p-tb div.body {display: block !important;}
/* 防止pre模块溢出使得文本不可读 */
pre {overflow-x:auto;}