User:Gamerappa/watercolor.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: #333;
}

body #mw-page-base {
    background-image: linear-gradient(to right,#333,#222);
    background-position: calc(100vw - 768px) top,bottom left;
}

body #mw-navigation .vector-menu-tabs ul li.new a, body #mw-navigation .vector-menu-tabs ul li.new a:visited {
    color: #f99;
}

body #mw-navigation .vector-menu-tabs ul li a, body #mw-navigation .vector-menu-tabs ul li a:visited {
    color: #ccc;
}

body #content {
    border-top-left-radius: 0.75em;
    border-bottom-left-radius: 0.75em;
}

.mw-body {
    padding: 0.9em;
}

#mw-panel {
    padding-left: 0.25em;
}

.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer {
    margin-left: 10.5em;
}

.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
    padding: 0.25em;
}

.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
    margin: 0.25em 0 0 1.6em;
}