You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.
User:Wgeurts/monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
body{ | body{ | ||
background-color: #000000 !important; | background-color: #000000 !important; | ||
/* IE10 Consumer Preview */ | /* IE10 Consumer Preview */ | ||
background-image: -ms-linear-gradient(top, # | background-image: -ms-linear-gradient(top, #666666 0%, #A2A2A2 4%, #000000 10%); | ||
/* Mozilla Firefox */ | /* Mozilla Firefox */ | ||
background-image: -moz-linear-gradient(top, # | background-image: -moz-linear-gradient(top, #666666 0%, #A2A2A2 4%, #000000 10%); | ||
/* Opera */ | /* Opera */ | ||
background-image: -o-linear-gradient(top, # | background-image: -o-linear-gradient(top, #666666 0%, #A2A2A2 4%, #000000 10%); | ||
/* Webkit (Safari/Chrome 10) */ | /* Webkit (Safari/Chrome 10) */ | ||
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, # | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(0.1, #000000)); | ||
/* Webkit (Chrome 11+) */ | /* Webkit (Chrome 11+) */ | ||
background-image: -webkit-linear-gradient(top, # | background-image: -webkit-linear-gradient(top, #666666 0%, #A2A2A2 4%, #000000 10%); | ||
/* W3C Markup, IE10 Release Preview */ | /* W3C Markup, IE10 Release Preview */ | ||
background-image: linear-gradient(to bottom, # | background-image: linear-gradient(to bottom, #666666 0%, #A2A2A2 4%, #000000 10%); | ||
} | } |
Revision as of 15:49, 11 December 2014
body{ background-color: #000000 !important; /* IE10 Consumer Preview */ background-image: -ms-linear-gradient(top, #666666 0%, #A2A2A2 4%, #000000 10%); /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #666666 0%, #A2A2A2 4%, #000000 10%); /* Opera */ background-image: -o-linear-gradient(top, #666666 0%, #A2A2A2 4%, #000000 10%); /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(0.1, #000000)); /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #666666 0%, #A2A2A2 4%, #000000 10%); /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to bottom, #666666 0%, #A2A2A2 4%, #000000 10%); }