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

User:Wgeurts/monobook.css

From MafiaWiki
< User:Wgeurts
Revision as of 15:32, 11 December 2014 by Wgeurts (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
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;
}