Difference between revisions of "MediaWiki:Monobook.css"
Line 57: | Line 57: | ||
color: #693; | color: #693; | ||
font-weight: bold; | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | div#content table.note { | ||
+ | margin: 2em 1em 2em 0; | ||
+ | border: none; | ||
+ | border-collapse: collapse; | ||
+ | color: black; | ||
+ | background-color: #ffff99; | ||
} | } |
Revision as of 15:47, 24 January 2012
/* CSS placed here will affect users of the Monobook skin */
div.pBody {
border-bottom: 1px solid #693;
margin-left: .25em;
}
div.portlet h5 {
background-color: #693;
border:none;
color: white;
display: block;
padding-bottom: 0.5em;
margin-left: .5em;
margin-right: 2em;
}
div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
border-bottom: 1px solid #693;
color: #333;
}
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;
}
.gvprodname {
color: #693;
font-weight: bold;
}
div#content table.note {
margin: 2em 1em 2em 0;
border: none;
border-collapse: collapse;
color: black;
background-color: #ffff99;
}