Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/***** CSS placed here will be applied to all skins on the entire site. *****/
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
font-style: italic;
}
.allpagesredirect:after {
color: #808080; content: " (redirect)"
}
.watchlistredir {
font-style: italic;
}
/* Custom Tabber Design
ul.tabbernav li a, ul.tabbernav li a:link, ul.tabbernav li a:visited, ul.tabbernav li a:hover {
background-color: #FFFFFF !important;
border: 1px solid #7280c4 !important;
color: #000000 !important;
}
ul.tabbernav li.tabberactive a, ul.tabbernav li.tabberactive a:hover {
background-color: #FFFFFF !important;
border-bottom: 1px solid #7280c4 !important;
color: #000000 !important;
}
.tabberlive .tabbertab {
border: 1px solid #7280c4 !important;
}
ul.tabbernav {
border:none !important;
}
*/
a.tag {
color: inherit;
}
a[href$="/wiki/User:Ochiverde"] {
color: #1A8FC6 !important;
font-weight: bold !important;
}
a[href$="/wiki/User:Mauller"] {
color: #1A8FC6 !important;
font-weight: bold !important;
}
a[href$="/wiki/User:Mnzombie"] {
color: #1A8FC6 !important;
font-weight: bold !important;
}
a[href$="/wiki/User:Flodoomable"] {
color: #800080 !important;
font-weight: bold !important;
}
a[href$="/wiki/User:Timjer"] {
color: #000000 !important;
font-weight: bold !important;
}
a[href$="/wiki/User:HeadstrongOne"] {
color: #009900 !important;
font-weight: bold !important;
}
.tag.usergroup-admin {
background-color: #FF0000 !important;
border: 2px solid #B20000 !important;
}
.tag.usergroup-rpmod {
background-color: #800080 !important;
border: 2px solid #590059 !important;
}
.tag.usergroup-contentmod {
background-color: #F6870C !important;
border: 2px solid #ac5e08 !important;
}
.tag.usergroup-chatmod {
background-color: #009900 !important;
border: 2px solid #006b00 !important;
}
.tag.usergroup-chatmodtrial {
background-color: #4CB74C !important;
border: 2px solid #4C974C !important;
}
.tag.usergroup-inactive {
background-color: #000000 !important;
}
.pi-theme-white .pi-item {
background-color: #FFFFFF;
}
.pi-item .pi-header {
background-color: #E5E5E5 !important;
}
.portable-infobox {
background-color: #001dff;
}
.portable-infobox.pi-theme-white .pi-title {
background-color: #000000;
color: #FFFFFF;
text-align: center;
}
.greenbar {
margin: 5px;
padding: 5px;
color: white;
font-size: 110%;
font-weight: bold;
text-shadow: 1px 1px 2px #222;
background: linear-gradient(to right,#4CAD40,#96CF24);
box-shadow: 1px 1px 3px #777777
}
.bluebar {
margin: 5px;
padding: 5px;
color: white;
font-size: 110%;
font-weight: bold;
text-shadow: 1px 1px 2px #222;
background: linear-gradient(to right,#2E70B7,#25A8E0);
box-shadow: 1px 1px 3px #777777
}
.bluebar a {
color: #DAD5CB;
}
.orangebar {
margin: 5px;
padding: 5px;
color: white;
font-size: 110%;
font-weight: bold;
text-shadow: 1px 1px 2px #222;
background: linear-gradient(to right,#c45300,#e4833c);
box-shadow: 1px 1px 3px #777777
}
.mpbutton {
box-shadow: 1px 1px 3px #AAA;
display: inline-block;
width: 100%;
height: 135px;
margin: 3px 5px;
overflow: hidden;
text-decoration: none;
color: white
}
.mpbutton:hover {
opacity: 0.7;
box-shadow: 1px 1px 3px #7A7A7A;
text-decoration: none;
color: white;
}
.mpbutton a {
text-decoration: none;
color: white
}
.shadowline {
margin: 1em 0;
padding: 0.5px;
border: 1px solid #DBDBDB;
box-shadow: inset 0 0 3px #E0E0E0;
border-radius: 1em;
width: auto
}
.linkbar {
margin: 5px;
padding: 5px;
color: white;
font-size: 100%;
font-weight: normal;
text-shadow: 1px 1px 2px #222;
background: #25A8E0;
box-shadow: 1px 1px 3px #777777
}
.linkbar:hover {
opacity: 0.7;
box-shadow: 1px 1px 3px #7A7A7A;
text-decoration: none;
color: white;
}
.linkbar a {
text-decoration: none;
color: white
}
.tanbox {
background-color: #d4cec2;
border: 1px solid #c4c0b7;
padding: 10px;
}