MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
# | #heading { background-color: #030f35; } | ||
body { background-color: #030f35; } | body { background-color: #030f35; } | ||
Revision as of 00:13, 5 July 2023
/* CSS placed here will be applied to all skins */
#heading { background-color: #030f35; }
body { background-color: #030f35; }
#content { background-color: #6B87E1; }
#p-logo { background-color: #030f35; }
#p-navigation { background-color: #6B87E1; }
#p-tb { background-color: #6B87E1; }
#catlinks { background-color: #e6ffb4; }
#footer { background-color: #0e2d93; }