Note: You may have to bypass your browser’s cache to see the changes. In addition, after saving a sitewide CSS file such as MediaWiki:Common.css, it will take 5-10 minutes before the changes take effect, even if you clear your cache.

  • Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

.portlet
{
  background: #000000 ! important;
  border: 1px solid #ff00ff;
}
body.ns-0, body.ns-1 /* dictionary articles */
{
  background: #000000;
  color: #009fff;
}
body.ns-2, body.ns-3 /* user pages */
{
  background: #00004f;
  color: #009fff;
}
body.ns-4, body.ns-5 /* project pages */
{
  background: #470000;
  color: #009fff;
}
body.ns-6, body.ns-7 /* file description pages */
{
  background: #002f00;
  color: #009fff;
}
body.ns-8, body.ns-9 /* mediawiki system message pages */
{
  background: #370017;
  color: #009fff;
}
body.ns-10, body.ns-11 /* template pages */
{
  background: #2f004f;
  color: #009fff;
}
body.ns-12, body.ns-13 /* help pages */
{
  background: #002f37;
  color: #009fff;
}
body.ns-14, body.ns-15 /* category pages */
{
  background: #2f2f00;
  color: #009fff;
}
body.ns-100, body.ns-101 /* appendices */
{
  background: #272f37;
  color: #009fff;
}
body.ns-102, body.ns-103 /* concordances */
{
  background: #573700;
  color: #009fff;
}
body.ns-104, body.ns-105 /* indices */
{
  background: #272727;
  color: #009fff;
}
body.ns-106, body.ns-107 /* rhyme lists */
{
  background: #573737;
  color: #009fff;
}
body.ns-108, body.ns-109 /* transwiki stuff */
{
  background: #4f5f2f;
  color: #009fff;
}
body.ns-110, body.ns-111 /* thesaurus articles */
{
  background: #4f3f1f;
  color: #009fff;
}
body.ns-112, body.ns-113 /* project page shortcut redirect pages */
{
  background: #800000;
  color: #009fff;
}
body.ns-114, body.ns-115 /* citation pages */
{
  background: #4f4f4f;
  color: #009fff;
}
body.ns-special
{
  background: #370017;
  color: #009fff;
  border: 5px solid #0000ff;
}
body.ns-subject
{
  border: 5px solid #ffffff;
}
body.ns-talk
{
  border: 5px solid #ffff00;
}
A:link
{
  color: #ff00ff;
}
A:visited
{
  color: #8000ff;
}
A:link[title="User:Queen Spiral"], A:visited[title="User:Queen Spiral"]
{
  color: #00ffff;
}
A:link.extiw, A:visited.extiw
{
  color: #00ff00 ! important;
}
A:link.new, A:visited.new, .new a
{
  color: #ff0000;
  text-decoration: none;
}
A:link.mw-redirect, .allpagesredirect a, .redirect-in-category a, .watchlistredir a
{
  color: #ff0080;
}
A:link.stub
{
  color: #808080;
}
A:link.external
{
  color: #ff4f00;
}
.mw-headline
{
  color: #00ffff;
}
.comment
{
  color: #ffffff;
}
.autocomment
{
  color: #9f9f9f;
}
.minor
{
  color: #ffffff;
}
.newpage
{
  color: #ffff00;
}
.history-user a
{
  color: #ffff00;
}
.mw-usertoollinks a
{
  color: #a0ff00;
}
.toc
{
  background: #00007f;
  color: #00ffff;
}
img
{
  background: #ffffff;
  color: #000000;
}
.catlinks, .subpages
{
  background: #00007f;
  color: #ffffff;
}
.error
{
  background: #ff0000;
  color: #ffff00;
}
.firstHeading
{
  color: #ffffff;
}
.diff
{
  background: #000000 ! important;
}
.diff-ntitle
{
  background: #004f00 ! important;
}
.diff-otitle
{
  background: #7f0000 ! important;
}
.diff-context
{
  background: #000000 ! important;
  color: #9f9f9f ! important;
}
.diff-addedline
{
  background: #007f00 ! important;
  color: #ffff00;
}
.diff-deletedline
{
  background: #7f0000 ! important;
  color: #ffff00;
}
.diffchange
{
  background: #0000ff ! important;
  color: #00ffff; ! important;
}
.source-css
{
  background: #ffffff;
  color: #000000;
}