MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
#mw-mf-viewport { | #mw-mf-viewport { | ||
background-color: #000000bb; | background-color: #000000bb; | ||
} | |||
#mw-mf-page-center { | |||
max-width: 960px; | |||
} | } | ||
Revision as of 07:26, 3 April 2025
/* CSS placed here will be applied to all skins */ .mediawiki { background-image: url(../img/bg.jpg); } #mw-mf-viewport { background-color: #000000bb; } #mw-mf-page-center { max-width: 960px; } .header-container.header-chrome { background-color: #276fbfbb; } .mw-body { background-image: url(../img/bg.png); } .mw-footer { background-color: #276fbfbb; }