MediaWiki:Monobook.css

The EQWiki - Your source for random EverQuest knowledge

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror:: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences.

/* CSS placed here will affect users of the Monobook skin */
/* <pre> */

body {
  background-color: #D0D0E0;
  background-image: none;
}

a {
  text-decoration: underline;  
}

a:hover {
  color: #FF6666;
}

pre {
  background-color: #E4E6F0;
}

div.pBody, #content, #footer {
  background-color: #EFEFF4;
}

#p-cactions ul li a {
  background: #EFEFF4;
}

#p-cactions ul li.selected a {
  background: #EFEFF4;
}

#pagehistory li {
  background: #F5F5FB;
}

#pagehistory li.selected {
  background-color: #EFEFF4;
}

table.diff, td.diff-otitle, td.diff-ntitle {
    background: #F5F5FB;
}

/* Fixes the white border of doom around thumbnails */
div.tleft, div.tright, div.tnone {
  border-color: #EFEFF4;
}

#toc, #catlinks {
  background-color: #F5F5FB;
}

code {
  background-color: #F5F5FB;
}

table.gallery {
  background: #EFEFF4;
}

table.gallery td {
  background: #EFEFF4;
  border: solid 2px #EFEFF4;
}

div.gallerybox {
  background-color: #F5F5FB;
  border: solid 1px #CCCCCC;
}

div.thumb div {
  background-color: #F5F5FB;
}

table.wikitable, table.prettytable {
  background: #F8F8FF;
}

table.greylapse, table.graylapse {
  background: #F5F5FB;
}

table.greylapse th, table.graylapse th {
  background: #EFEFF4;
}

table.wikitable th, table.prettytable th {
  background: #E0E0F4;
}
 
/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
    display: inline;
    font-size: 90%;
    font-weight: normal;
    font-style: italic;
}
 
.eqitemtitle {
    font-weight: bold;
    text-align: right;
    background: #D0D0F0;
}
 
.eqitemvalue {
    background: #F8F8FF;
}
 
.eqfindtitle {
    font-weight: bold;
    text-align: right;
}
 
.eqfindtitle2 {
    text-align: right;
}
 
.eqfindvalue {
}
 
.eqfind {
     font-size: 8pt;
}
 
input.bold {
      font-weight: bold;
}
 
.eqsettitle {
      background: #D0D0F0;
}
 
.eqsetodd {
      background: #F0F0F9;
}
 
.eqseteven {
      background: #F8F8FF;
}
 
.eqsetpos {
     color: #009900;
}

.eqsetneg {
     color: #CC0000;
}
/* </pre> */
Personal tools