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 the background color of content windows: */ | |||
#content { background-color: #000000; } | |||
#bodyContent { background-color: #000000; } | |||
#firstHeading { background-color: #000000; } | |||
#catlinks { background-color: #000000; } | |||
#mw-head-base { background-color: #000000; } | |||
#mw-panel { background-color: #000000; } | |||
#p-logo { background-color: #000000; } | |||
#p-navigation { background-color: #000000; } | |||
#p-tb { background-color: #000000; } | |||
#p-tb-label { background-color: #000000; } | |||
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */ | /* Changes the background color of the bottom and left of each page, up to behind half of the logo: */ | ||
body | body { background: black; } | ||
{ | |||
} | |||
/* Changes the background color of | /* Changes the background color behind the top half of the logo and at top of each page: */ | ||
# | #mw-page-base { background: black; } | ||
{ | |||
background | |||
} | |||
#mw-panel { background-color: #000000; } | |||
#mw- | |||
{ | |||
} | |||
Revision as of 01:54, 16 December 2020
/* CSS placed here will be applied to all skins */
/* Changes the background color of content windows: */
#content { background-color: #000000; }
#bodyContent { background-color: #000000; }
#firstHeading { background-color: #000000; }
#catlinks { background-color: #000000; }
#mw-head-base { background-color: #000000; }
#mw-panel { background-color: #000000; }
#p-logo { background-color: #000000; }
#p-navigation { background-color: #000000; }
#p-tb { background-color: #000000; }
#p-tb-label { background-color: #000000; }
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body { background: black; }
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base { background: black; }
#mw-panel { background-color: #000000; }