You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.

User:Wgeurts/monobook.css: Difference between revisions

From MafiaWiki
Jump to navigation Jump to search
No edit summary
(Blanked the page)
 
(145 intermediate revisions by the same user not shown)
Line 1: Line 1:
body{
 
background-color: #000000 !important;
background-repeat: repeat-x !important;
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top, #767676 0%, #000000 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #767676 0%, #000000 100%);
/* Opera */
background-image: -o-linear-gradient(top, #767676 0%, #000000 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #767676), color-stop(1, #000000));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #767676 0%, #000000 100%);
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(to bottom, #767676 0%, #000000 100%);
}

Latest revision as of 06:41, 1 April 2015