MediaWiki:Common.css
From Card Hunter Wiki
(Difference between revisions)
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
div.printfooter { | div.printfooter { | ||
display: none; | display: none; | ||
Line 10: | Line 11: | ||
table { background-color: transparent; } | table { background-color: transparent; } | ||
+ | /* This should not be here and its here as a quick hack to resolve catlink formatting, push to css when possible*/ | ||
#catlinks { | #catlinks { | ||
background-color: rgb(24, 24, 24); | background-color: rgb(24, 24, 24); | ||
border-color: rgb(8, 8, 8); | border-color: rgb(8, 8, 8); | ||
} | } |
Revision as of 05:57, 6 February 2013
/* CSS placed here will be applied to all skins */ div.printfooter { display: none; } /* quick fix for darker red links problem */ a.new { color: #F05048; } /* 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 css when possible*/ #catlinks { background-color: rgb(24, 24, 24); border-color: rgb(8, 8, 8); }