MediaWiki:Common.css: Difference between revisions

From Aetherium
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 */
#header { background-color: #030f35; }


body { background-color: #030f35; }
body { background-color: #030f35; }

Revision as of 00:12, 5 July 2023

/* CSS placed here will be applied to all skins */

#header { 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; }