MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
DrewUniverse (talk | contribs) No edit summary |
DrewUniverse (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
body {background-color:f6f6f6; } | body {background-color:f6f6f6; } | ||
/* 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 */ | ||
#grad1 { | |||
height: 200px; | |||
background-color: #cccccc; | |||
background-image: linear-gradient(black, f6f6f6); | |||
} | |||
#mw-page-base {background:f9f9f9; background-image: url(resources/assets/mw-header.png); background-repeat: no-repeat, no-repeat;} | #mw-page-base {background:f9f9f9; background-image: url(resources/assets/mw-header.png); background-repeat: no-repeat, no-repeat;} | ||
/* changes the background color behind the top half of the logo and at top of each page */ | /* changes the background color behind the top half of the logo and at top of each page */ | ||
Revision as of 09:35, 19 October 2018
/* CSS placed here will be applied to all skins */
body {background-color:f6f6f6; }
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
#grad1 {
height: 200px;
background-color: #cccccc;
background-image: linear-gradient(black, f6f6f6);
}
#mw-page-base {background:f9f9f9; background-image: url(resources/assets/mw-header.png); background-repeat: no-repeat, no-repeat;}
/* changes the background color behind the top half of the logo and at top of each page */