MediaWiki:Monobook.css
Revision as of 17:22, 4 January 2007 by Jose Linden (talk | contribs)
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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* GLOBAL STYLES: text, links, form elements, etc */
body {
margin : 0px;
font-family:verdana, helvetica, sans-serif;
font-size:11px;
background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;
background-color: #ffffff;
color:#546368;
}
a {color:#4378a4; text-decoration:underline;}
a:active {color:#50607C; text-decoration:underline;}
a:hover {color:#ff7900;text-decoration:underline;}
a.promolink {color:#4378a4; text-decoration:none;}
a.promolink:active {color:#50607C; text-decoration:none;}
a.promolink:hover {color:#ff7900;text-decoration:none;}
a img {border: 0px #FFFFFF none;}
a:active img {border: 0px #FFFFFF none;}
a:hover img {border: 0px #FFFFFF none;}
a.nodec {text-decoration:none}
a.nodec:hover {text-decoration:none}
.headline {color:#346080; font-size:12px; font-weight:bold;}
.header {color:#346080; font-size:12px; font-weight:bold;}
.subheader {color:#346080; font-size:11px; font-weight:bold;}
.fineprint {color:#346080; font-size:10px;}
.topheader {color:#346080; font-size:13pt; font-weight:bold; font-family:verdana, helvetica, sans-serif;}
.super {font-size: 9px; vertical-align:super;}
.copyright {text-align: right; margin:0px 6px 0px 0px; color:#666666; font-family:verdana, helvetica, sans-serif; font-size:x-small;
}
/* If we don't explicitly choose a size for H2, H3, Firefox and IE
choose sizes that are very different.
*/
h2 { font-size: 18px }
h3 { font-size: 14px; padding:0px; margin: 12px 0 8px 0 }
/* table cells */
td.heading { border-bottom: 1px dotted black }
td.title { font-weight: bold }
td.right { text-align: right }
td.center { text-align: center }
td.ledger-shade { background-color: #dddddd }
/**********************************/
/**********************************/
#content {
font-family:verdana, helvetica, sans-serif;
color:#546368;
margin: 2.8em 0 0 12.2em;
padding: 0 1em 1.5em 1em;
background: white;
border: 1px solid #aaa;
border-right: none;
line-height: 1.5em;
position: relative;
z-index: 2;
}
#column-one {
background-color: black;
padding-top: 160px;
}