MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
#mw-mf-page-center { | #mw-mf-page-center { | ||
max-width: 960px; | max-width: 960px; | ||
background-color: unset; | |||
} | } | ||
Line 22: | Line 23: | ||
.mw-body { | .mw-body { | ||
background-image: url(../img/bg.png); | background-image: url(../img/bg.png); | ||
background-color: unset; | |||
} | } | ||
Revision as of 07:35, 3 April 2025
/* CSS placed here will be applied to all skins */ .mediawiki { background-image: url(../img/bg.jpg); background-attachment: fixed; background-position: center; background-size: cover; } #mw-mf-viewport { background-color: rgba(0, 0, 0, 0.7); } #mw-mf-page-center { max-width: 960px; background-color: unset; } .header-container.header-chrome { background-color: rgba(39, 111, 191, 0.8); } .mw-body { background-image: url(../img/bg.png); background-color: unset; } .mw-footer { background-color: rgba(39, 111, 191, 0.8); }