You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.
User:Wgeurts/monobook.css
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; /* IE10 Consumer Preview */ background-image: -ms-linear-gradient(top, #000000 0%, #3a3a3a 2%, #000000 50%); /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #000000 0%, #3a3a3a 2%, #000000 50%); /* Opera */ background-image: -o-linear-gradient(top, #000000 0%, #3a3a3a 0%, #000000 50%); /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a3a3a), color-stop(0.5, #000000)); /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #000000 0%, #3a3a3a 0%, #000000 50%); /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to bottom, #000000 0%, #3a3a3a 0%, #000000 50%); }