MediaWiki:Monobook.css

From MFIWiki
Revision as of 07:33, 22 October 2005 by Wrobertson (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 */

/*<pre><nowiki>*/

#content {
  background: Black;
  color: yellow;
}

body {
  background: #000000 url("http://images.maquis.com/core/background/redblack.jpg") 0px 0px;
  color: Yellow;
}

table {
  background: none;
}

a {
  color: #99FFFF;
}

a:visited { color: #00CCFF; }
a:active { color: #CCFFFF; }

hr {
  background-color: none;
}

h1, h2, h3, h4, h5, h6 {
  color: Yellow;
}

legend {
  background: none;
}

textarea {
  color: Yellow;
  background-color: Black;
}

@media All {
  head:first-child+body input {
    color: Yellow;
    background-color: black;
  }
}

code { 
  background-color: #000000; 
}

pre {
  color: Yellow;
  background-color: #000000;
}

#toc {
  background-color:#000000;
}

div.townBox {
  background:black;
}

table.diff { 
  background:#000000; 
}

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

td.diff-ntitle { 
  background:#000000; 
}

#bodyContent .plainlinks a {
  background: none !important;
  padding: 0;
}

.portlet h6 {
  background: #000000;
}

.pBody {
  background: black;
}

#p-logo {
  height: 160px;
}

input.searchButton {
  background-color: black;
}

#p-personal li a:hover {
  background-color: black;
}

#p-cactions li {
    background: black;
}

#p-cactions li a {
    background-color: black;
    color: none;
}

#footer {
    background-color: black;
}

/*</nowiki></pre>*/
Personal tools