MediaWiki:Monobook.css
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-image: -webkit-gradient(linear,left top, right bottom, color-stop(0,#4e3b2e), color-stop(0.75,#c1b0af));
background-image: -webkit-linear-gradient(left top, #4e3b2e 0%, #c1b0af 75%);
background-image: -moz-linear-gradient(left top, #4e3b2e 0%, #c1b0af 75%);
background-image: -ms-linear-gradient(left top, #4e3b2e 0%, #c1b0af 75%);
background-image: -o-linear-gradient(left top, #4e3b2e 0%, #c1b0af 75%);
background-image: linear-gradient(to bottom right, #4e3b2e 0%, #c1b0af 75%);
}