MediaWiki:Monobook.css

From The Broken Dagger Wiki
Revision as of 20:17, 17 April 2006 by Pauline (Talk | contribs)

Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* edit this file to customize the monobook skin for the entire site */
body {
  background: #3F3F3F;
}

textarea {
  background: #ffffcc;
}

@media All {
  head:first-child+body input {
    background-color: #ffffcc;
  }
}
.not-patrolled {
    background-color: #ffffcc;
}

code { 
  background-color: #ffffcc; 
}

pre {
  background-color: #ffffcc;
}

#toc {
  background-color:#ffffcc;
}

div.townBox {
  background:#ffffcc;
}

table.diff { 
  background:#ffffcc; 
}

td.diff-otitle { 
  background:#ffffcc; 
}

td.diff-ntitle { 
  background:#ffcccc; 
}
.pBody {
  background: #ffffcc;
}