MediaWiki:Monobook.css

From The Broken Dagger Wiki
Revision as of 20:54, 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 */
#content {
  background: #ffffcc;
}

body {
  background: #ffffcc url("http://brokendagger.closetgamers.com/menuback_2.jpg");
  background-repeat: no-repeat;
  background-position: left top;}

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;
}

#footer {
    background: none;
}

/* thumbnails */
div.thumb {
    margin-bottom: 0.5em;
    border-style: solid; border-color: Black;
    width: auto;
}
div.thumb div {
    border:1px solid #cccccc;
    padding: 3px !important;
    background-color:#000000;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}
div.thumb div a img {
    border:1px solid #cccccc;
}
div.thumb div div.thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4;
    padding: 0.3em 0 0.1em 0;
}
div.magnify {
    float: right;
    border: none !important;
    background: none !important;
}
div.magnify a, div.magnify img {
    display: block;
    border: none !important;
    background: none !important;
}
div.tright {
    clear: right;
    float: right;
    border-width: 0.5em 0 0.8em 1.4em;
}
div.tleft {
    float: left;
    margin-right:0.5em;
    border-width: 0.5em 1.4em 0.8em 0;
}