Difference between revisions of "MediaWiki:Common.css"
From From The Ashes Wiki
TheSupremes (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: body { background-color:#63666b; }") |
TheSupremes (talk | contribs) |
||
Line 2: | Line 2: | ||
body | body | ||
+ | { | ||
+ | background-color:#63666b; | ||
+ | } | ||
+ | |||
+ | #mw-body | ||
{ | { | ||
background-color:#63666b; | background-color:#63666b; | ||
} | } |
Revision as of 16:46, 13 May 2014
/* CSS placed here will be applied to all skins */ body { background-color:#63666b; } #mw-body { background-color:#63666b; }