Difference between revisions of "MediaWiki:Common.css"
Line 3: | Line 3: | ||
body | body | ||
{ | { | ||
− | background: # | + | background: -moz-linear-gradient(135deg, #FFC896 25%, #FFF 100%); |
+ | background: -ms-linear-gradient(135deg, #FFC896 25%, #FFF 100%); | ||
+ | background: -o-linear-gradient(135deg, #FFC896 25%, #FFF 100%); | ||
+ | background: -webkit-linear-gradient(135deg, #FFC896 25%, #FFF 100%); | ||
} | } | ||
Revision as of 15:49, 21 June 2018
body.page-100_Orange_Juice_Wiki.action-view h1.firstHeading, body.page-100_Orange_Juice_Wiki.action-submit h1.firstHeading { display: none; } body { background: -moz-linear-gradient(135deg, #FFC896 25%, #FFF 100%); background: -ms-linear-gradient(135deg, #FFC896 25%, #FFF 100%); background: -o-linear-gradient(135deg, #FFC896 25%, #FFF 100%); background: -webkit-linear-gradient(135deg, #FFC896 25%, #FFF 100%); } .help { border-bottom: 1px dotted #000000; cursor: help; }