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)
 
(147 intermediate revisions by the same user not shown)
Line 1: Line 1:
body{
 
background-color: #000000 !important;
background-color: -ms-linear-gradient(top, #A2A2A2 0%, #767676 4%, #000000 20%) !important;
/* Mozilla Firefox */
background-color: -moz-linear-gradient(top, #A2A2A2 0%, #767676 4%, #000000 20%) !important;
/* Opera */
background-color: -o-linear-gradient(top, #A2A2A2 0%, #767676 4%, #000000 20%) !important;
/* Webkit (Safari/Chrome 10) */
background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A2A2A2), color-stop(4, #767676), color-stop(20, #000000)) !important;
/* Webkit (Chrome 11+) */
background-color: -webkit-linear-gradient(top, #A2A2A2 0%, #767676 4%, #000000 20%) !important;
/* W3C Markup */
background-color: linear-gradient(to bottom, #A2A2A2 0%, #767676 4%, #000000 20%) !important;
background-image: url(http://forum.mafiascum.net/styles/mafBlack/theme/images/bg_header.gif) !important;
background-repeat: repeat-x !important;
}

Latest revision as of 06:41, 1 April 2015