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 */ | ||
/* | |||
body { | body { | ||
background-color: #FFF7EA; | background-color: #FFF7EA; | ||
Line 9: | Line 10: | ||
background-image: -moz-linear-gradient(top,#FFF7EA 50%,#FFFBF4 100%) | background-image: -moz-linear-gradient(top,#FFF7EA 50%,#FFFBF4 100%) | ||
} | } | ||
*/ |
Revision as of 01:27, 20 June 2016
/* CSS placed here will be applied to all skins */ /* body { background-color: #FFF7EA; } #mw-page-base { background-image: linear-gradient(#FFF7EA 50%,#FFFBF4 100%) !important; background-image: -moz-linear-gradient(top,#FFF7EA 50%,#FFFBF4 100%) } */