Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
+ | #content { background-color: #FFF8DC; } | ||
+ | |||
+ | #catlinks { background-color: #FFF8DC; } | ||
+ | |||
+ | #mw-head-base { background-color: #FFF8DC; } | ||
+ | |||
+ | #mw-panel { background-color: #FFF8DC; } | ||
+ | |||
+ | #p-logo { background-color: #FFF8DC; } | ||
+ | |||
+ | #p-navigation { background-color: #FFF8DC; } | ||
+ | |||
+ | #p-tb { background-color: #FFF8DC; } | ||
+ | |||
+ | #footer { background-color: #FFF8DC; } | ||
body { background-color: #FFF8DC; } | body { background-color: #FFF8DC; } |
Revision as of 20:06, 6 September 2020
/* CSS placed here will be applied to all skins */ #content { background-color: #FFF8DC; } #catlinks { background-color: #FFF8DC; } #mw-head-base { background-color: #FFF8DC; } #mw-panel { background-color: #FFF8DC; } #p-logo { background-color: #FFF8DC; } #p-navigation { background-color: #FFF8DC; } #p-tb { background-color: #FFF8DC; } #footer { background-color: #FFF8DC; } body { background-color: #FFF8DC; }