User:IHateTimebombs/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.
/* CSS placed here will affect users of the Watercolor skin */

body, #mw-page-base
{
    background-image: none !important;
    background-color: red !important;
}

#content
{
    background-color: yellow !important;
}

code, pre, kbd, .infobox, #toc, .mbox
{
    background-color: red !important;
    color: white !important;
}

#content table caption
{
    color: black !important;
}

#content table th, #content table th *
{
    background-color: black !important;
    color: white !important;
}

#content table td
{
    background-color: red !important;
    color: white !important;
}

#content .mp-box
{
    background-color: red !important;
    color: white !important;
}

#content .mp-box.mp-purple h2
{
    background-color: black !important;
    color: white !important;
}

#content .gallery .thumb
{
    background-color: red !important;
}

#content .mp-box .gallery .thumb
{
    background-color: yellow !important;
}