MediaWiki:Common.css: Difference between revisions
From Ghosts of the Golden Gate
Sanfrancisco (talk | contribs) No edit summary |
Sanfrancisco (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
background: url('/w/images/d/d3/Baker-beach.png') #B4AEA9; | background: url('/w/images/d/d3/Baker-beach.png') #B4AEA9; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
} | |||
#content { | |||
background-color: rgba(222, 211, 203, .8); | |||
} | } | ||
Revision as of 10:38, 1 August 2023
/* CSS placed here will be applied to all skins */
body.mediawiki {
background: url('/w/images/d/d3/Baker-beach.png') #B4AEA9;
background-attachment: fixed;
}
#content {
background-color: rgba(222, 211, 203, .8);
}