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 |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 12: | Line 12: | ||
#catlinks { | #catlinks { | ||
background-color: rgba(148, 120, 101, .6); | background-color: rgba(148, 120, 101, .6); | ||
} | |||
#mw-navigation { | |||
background-color: rgba(148, 120, 101, .8); | |||
padding: 5px; | |||
border-radius: 3px; | |||
border: 1px solid rgba(148, 120, 101, 1); | |||
} | } | ||
Latest revision as of 11:57, 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);
}
#catlinks {
background-color: rgba(148, 120, 101, .6);
}
#mw-navigation {
background-color: rgba(148, 120, 101, .8);
padding: 5px;
border-radius: 3px;
border: 1px solid rgba(148, 120, 101, 1);
}