MediaWiki:Common.css: Difference between revisions
From Demons of the Delta
Sanfrancisco (talk | contribs) No edit summary |
Sanfrancisco (talk | contribs) No edit summary |
||
| Line 16: | Line 16: | ||
#mw-navigation { | #mw-navigation { | ||
background-color: rgba(148, 120, 101, .8); | background-color: rgba(148, 120, 101, .8); | ||
padding: 5px; | |||
border-radius: 3px | |||
} | } | ||
Revision as of 11:56, 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
}