MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* 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 { | .header-container.header-chrome { | ||
background-color: #276fbf; | background-color: fade-out(#276fbf, 0.2); | ||
} | } | ||
.mw-body { | .mw-body { | ||
background-image: url("../img/bg.png"); | |||
} | } | ||
.mw-footer { | .mw-footer { | ||
background-color: #276fbf; | background-color: fade-out(#276fbf, 0.2); | ||
} | } |
Revision as of 15:40, 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); }