Difference between revisions of "MediaWiki:Common.css"
From Rebeldroids Wiki
Line 4: | Line 4: | ||
body { | body { | ||
background-color: #3f5562;} | background-color: #3f5562;} | ||
− | + | div { background-color: #73818c;} | |
+ | |||
+ | |||
/*#mw-navigation { background-color: #73818c;}*/ | /*#mw-navigation { background-color: #73818c;}*/ | ||
+ | |||
/*#mw-page-base { background-color: #73818c;}*/ | /*#mw-page-base { background-color: #73818c;}*/ | ||
− | + | ||
+ | #mw-head-base { background-color: #73818c;} | ||
+ | |||
/*.noprint { background-color: #73818c;}*/ | /*.noprint { background-color: #73818c;}*/ | ||
+ | |||
+ | |||
+ | #mw-content-text { background-color: #888888;} |
Revision as of 12:45, 11 June 2016
/* CSS placed here will be applied to all skins */ body { background-color: #3f5562;} div { background-color: #73818c;} /*#mw-navigation { background-color: #73818c;}*/ /*#mw-page-base { background-color: #73818c;}*/ #mw-head-base { background-color: #73818c;} /*.noprint { background-color: #73818c;}*/ #mw-content-text { background-color: #888888;}