MediaWiki:Common.css
From Card Hunter Wiki
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: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
div.printfooter {
display: none;
}
/* Default tables are white; white is bad. */
table { background-color: transparent; }
/* These should not be here and its here as a quick hack to resolve formatting, push to skin css when possible*/
#catlinks {
background-color: rgb(24, 24, 24);
border-color: rgb(8, 8, 8);
}
a.new:link { color: rgb(166, 50, 50);}
a.new:visited { color: rgb(166, 50, 50); }
a:link { color: rgb(50, 131, 204);}
a:visited { color: rgb(90, 147, 204); }
div#content ul li a { color: rgb(50, 131, 204); }
div#content ul li a:visited { color: rgb(90, 147, 204); }
div.vectorTabs li a { color: rgb(90, 147, 204);}