Difference between revisions of "MediaWiki:Common.css"
From TSL Encyclopedia
Line 6: | Line 6: | ||
#mw-page-base { | #mw-page-base { | ||
− | background-image: linear-gradient(# | + | background-image: linear-gradient(##FFF7EA 50%,#FFFBF4 100%) !important; |
− | background-image: -moz-linear-gradient(top,# | + | background-image: -moz-linear-gradient(top,##FFF7EA 50%,#FFFBF4 100%) |
} | } |
Revision as of 10:22, 19 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%) }