MediaWiki:Common.css
From Card Hunter Wiki
(Difference between revisions)
| Line 14: | Line 14: | ||
} | } | ||
| − | a.new:link { color: rgb( | + | a.new:link { color: rgb(236, 35, 25);} |
| − | a.new:visited { color: rgb( | + | a.new:visited { color: rgb(236, 35, 25); } |
a:link { color: rgb(50, 131, 204);} | a:link { color: rgb(50, 131, 204);} | ||
a:visited { color: rgb(90, 147, 204); } | a:visited { color: rgb(90, 147, 204); } | ||
Revision as of 22:31, 6 February 2013
/* CSS placed here will be applied to all skins */
div.printfooter {
display: none;
}
/* Default tables are white; white is bad. */
table { background-color: transparent; }
/* This should not be here and its here as a quick hack to resolve catlink 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(236, 35, 25);}
a.new:visited { color: rgb(236, 35, 25); }
a:link { color: rgb(50, 131, 204);}
a:visited { color: rgb(90, 147, 204); }