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 */ | ||
/*Changes background color of the bottom and left of each page, up to behind half of the logo | /*Changes background color of the bottom and left of each page, up to behind half of the logo */ | ||
body { background: #031831;} | body { background: #031831;} | ||
/*Changes background color of the title and content pages | /*Changes background color of the title and content pages */ | ||
#content { background-color: #6B87E1;} | #content { background-color: #6B87E1;} | ||
/*Changes background color of category links | /*Changes background color of the rectangle area where category links are located */ | ||
#catlinks{ background-color: #087880;} | #catlinks { background-color: #087880;} |
Revision as of 23:50, 4 July 2023
/* CSS placed here will be applied to all skins */ /*Changes background color of the bottom and left of each page, up to behind half of the logo */ body { background: #031831;} /*Changes background color of the title and content pages */ #content { background-color: #6B87E1;} /*Changes background color of the rectangle area where category links are located */ #catlinks { background-color: #087880;}