MediaWiki:Common.css: Difference between revisions
From Demons of the Delta
Sanfrancisco (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: body.mediawiki { background: url('/w/images/3/33/SacramentoMap-bg.png') #B4AEA9; background-attachment: fixed; } #content { background-color: rgba(222, 211, 203, .8); } #catlinks { background-color: rgba(148, 120, 101, .6); }") |
Sanfrancisco (talk | contribs) No edit summary |
||
| Line 10: | Line 10: | ||
} | } | ||
#catlinks { | #mw-navigation, #catlinks { | ||
background-color: rgba(148, 120, 101, .6); | background-color: rgba(148, 120, 101, .6); | ||
} | } | ||
Revision as of 11:55, 2 August 2023
/* CSS placed here will be applied to all skins */
body.mediawiki {
background: url('/w/images/3/33/SacramentoMap-bg.png') #B4AEA9;
background-attachment: fixed;
}
#content {
background-color: rgba(222, 211, 203, .8);
}
#mw-navigation, #catlinks {
background-color: rgba(148, 120, 101, .6);
}