Difference between revisions of "MediaWiki:Monobook.css"

From Sudo Room
Jump to navigation Jump to search
(Created page with "body { background-image: -webkit-gradient(linear,left top, right bottom, color-stop(0,#4e3b2e), color-stop(0.75,#c1b0af)); background-image: -webkit-linear-gradient(left...")
 
(No difference)

Latest revision as of 04:24, 25 February 2016

body {
   background-image: -webkit-gradient(linear,left top, right bottom, color-stop(0,#4e3b2e), color-stop(0.75,#c1b0af));
   background-image: -webkit-linear-gradient(left top, #4e3b2e 0%, #c1b0af 75%);
   background-image: -moz-linear-gradient(left top, #4e3b2e 0%, #c1b0af 75%);
   background-image: -ms-linear-gradient(left top, #4e3b2e 0%, #c1b0af 75%);
   background-image: -o-linear-gradient(left top, #4e3b2e 0%, #c1b0af 75%);
   background-image: linear-gradient(to bottom right, #4e3b2e 0%, #c1b0af 75%);
}