MediaWiki:Common.css: Difference between revisions
Carl Pettitt (talk | contribs)  Created page with "→CSS placed here will be applied to all skins:  body {   background: #014c69; }"  | 
				Carl Pettitt (talk | contribs) 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 */  | ||
body {  | body {  | ||
   background: #  |    background: #014c68;  | ||
}  | |||
.color-left,  | |||
.color-middle,  | |||
.color-right {  | |||
  background: #014c68;  | |||
}  | }  | ||
Revision as of 01:03, 5 November 2024
/* CSS placed here will be applied to all skins */
body {
  background: #014c68;
}
.color-left,
.color-middle,
.color-right {
  background: #014c68;
}