MediaWiki:Monobook.css

From GreenVulcano Wiki
Revision as of 13:41, 27 September 2011 by Admin (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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Monobook skin */
h1#content, h2#content, h3#content, h4#content, h5#content, h6#content {
  border-bottom: 2px solid #693;
  color: #666;
}

code {
  background-color: #efb;
  padding-left: .5em;
  padding-right: .5em;
}

pre {
  border: 1px dashed #693;
}

table.gvtable {
        margin: 1em 1em 1em 0;
        border: 2px #999 solid;
        border-collapse: collapse;
        color: black;
}
.gvtable th, .gvtable td {
        border: 2px #999 solid;
        padding: 0.2em;
}
.gvtable th {
        background: #693;
        color: white;
        text-align: center;
}
.gvtable td {
        font-size: 90%;
        background: white;
}
.gvtable caption {
        font-weight: bold;
}