MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
} | } | ||
#mw-mf-viewport { | |||
background-color: fade-out(#000000, 0.3); | background-color: fade-out(#000000, 0.3); | ||
} | } |
Revision as of 15:43, 2 April 2025
/* CSS placed here will be applied to all skins */ .mediawiki { background-image: url(../img/bg.jpg); } #mw-mf-viewport { background-color: fade-out(#000000, 0.3); } .header-container.header-chrome { background-color: fade-out(#276fbf, 0.2); } .mw-body { background-image: url(../img/bg.png); } .mw-footer { background-color: fade-out(#276fbf, 0.2); }