Difference between revisions of "MediaWiki:Monobook.css"

From GreenVulcano Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will affect users of the Monobook skin */
 
/* CSS placed here will affect users of the Monobook skin */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
+
div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
 
   border-bottom: 2px solid #693;
 
   border-bottom: 2px solid #693;
 
   color: #666;
 
   color: #666;
 
}
 
}
  
code {
+
div#content code {
 
   background-color: #efb;
 
   background-color: #efb;
 
   padding-left: .5em;
 
   padding-left: .5em;
Line 11: Line 11:
 
}
 
}
  
pre {
+
div#content pre {
 
   border: 1px dashed #693;
 
   border: 1px dashed #693;
 
}
 
}
  
table.gvtable {
+
div#content table.gvtable {
 
         margin: 1em 1em 1em 0;
 
         margin: 1em 1em 1em 0;
 
         border: 2px #999 solid;
 
         border: 2px #999 solid;

Revision as of 13:50, 27 September 2011

/* CSS placed here will affect users of the Monobook skin */
div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
  border-bottom: 2px solid #693;
  color: #666;
}

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

div#content pre {
  border: 1px dashed #693;
}

div#content 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;
}