Difference between revisions of "MediaWiki:Monobook.css"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Monobook skin: body { color: #333; } h1, h2, h3, h4, h5, h6 { border-bottom: 2px solid #693; } code { background-color: #efb...")
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the Monobook skin */
 
/* CSS placed here will affect users of the Monobook skin */
 
body {
 
body {
   color: #333;
+
   color: #666;
 
}
 
}
  

Revision as of 13:26, 27 September 2011

/* CSS placed here will affect users of the Monobook skin */
body {
  color: #666;
}

h1, h2, h3, h4, h5, h6 {
  border-bottom: 2px solid #693;
}

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