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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.wpTextbox1_ift {
background-color: #000!IMPORTANT;
}
.wpTextbox1 {
background-color: #000!IMPORTANT;
}
.mw-editform {
background-color: #000!IMPORTANT;
}
.toc {
background-color: #302026;
float: right;
width: 35%;
margin-left: 5px;
}
.tocnumber {
left-margin: 2px;
color: #e3dee0;
}
.nowiki {
background-color: #302026;
}
/* visited link */
a:visited {
color: #d9832e;
}
/* mouse over link */
a:hover {
color: red;
}
/* selected link */
a:active {
color: #cc0000;
}
.mw-body-content a:link{ color: #fcc186!IMPORTANT; }
.mw-body-content a:visited { color: #d9832e!IMPORTANT; }
.mw-body-content a.new:link { color: #fcc186!IMPORTANT; }
.mw-body-content a.new:visited { color: #d9832e!IMPORTANT; }