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
(Blanked the page)
No edit summary
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;
}

Revision as of 15:32, 11 December 2014

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;
}