注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- 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 → 选项),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件。
/*将背景也换为冬季版本*/
div.mcwiki-header {background:#9370db !important; color:black !important;}
div.mcwiki-header[background-image^=url(/media/c/c1/GrassBackground.png)] {background-image:url(/media/f/f5/GrassBackgroundWinter.png) !important; color:white !important;}
/*个人风格*/
code {color:#555;}
/*目前并不需要这个滚动告示栏*/
#siteNotice #localNotice, #siteNotice .globalNotice, .page-MediaWiki_Sitenotice .mw-content-ltr {display:none;}
/*不同链接不同颜色,大部分搬运了Dianliang233的样式*/
a:visited {color:#0645ad;}
a[title^=Special\:], a[title^=Minecraft\ Wiki], a[title^=Help\:] {color: #358b13;}
a[title^=MediaWiki\:] {color: #dfb920;}
a[title^=Template\:], a[title^=模块\:] {color: #80f;}
a[title^=File\:], a[title^=Media\:], a[title^=Special\:日志] {color: #508c64;}
a[title^=Category\:] {color: #f50;}
a[title$=\/doc] {color: #769fae;}
a[title^=Talk\:], a[title*=talk\:] {color: #8b4513;}
a.external, a.external:visited, a.exitw, a.exitw:visited {color:#6495ed;}
a.new, a.new:visited, #p-namespaces .new a, #p-views .new a {color:#f800f8;}
a.mw-userlink, a[title^=User\:], a[title^=UserProfile\:] {color: #09f;}
a.mw-anonuserlink {color: #777;}
/*最近更改的样式*/
.mw-changeslist-line-watched .mw-title {font-weight:normal; text-decoration:underline; padding-left: 17px; background: url(/media/9/95/Night_Vision_Revision_1.png) no-repeat left center; background-size:16px;}
strong.mw-plusminus-neg, strong.mw-plusminus-pos {font-weight:normal;}
/*以下搬自其他人CSS里面的英文部分*/
/* Copy from KnightMiner's CSS */
/* Hide the Gamepedia Pro user banner, its a little intrusive */
.gamepedia_pro_user::before {display: none;}
/* But color the username orange so I can still tell they are a pro user */
a.gamepedia_pro_user, a:visited.gamepedia_pro_user {color: #d60;}
/* Taken from Numbermaniac's: I don't need to share anything */
.socialSidebar, #p-sharing.vectorMenu {display:none !important;}
/* Taken from Majr: Make toolbox permanently open */
#p-tb div.body {display: block !important;}
#mw-panel.collapsible-nav div#p-tb.portal h5 {background-image: url("http://media-mcw.cursecdn.com/f/fb/Arrow-down.png") !important;}
/* Taken from Majr */
/* Make redirect links green on editing */
body.action-edit .mw-redirect,
body.action-edit .mw-redirect:link,
body.action-edit .mw-redirect:visited {color: #008000;}