MediaWiki:Crescentbook.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Crescentbook skin */ | /* CSS placed here will affect users of the Crescentbook skin */ | ||
a { color: #cc6600; } | |||
a:visited { color: #90570e; } | |||
#bodyContent .plainlinks a { | #bodyContent .plainlinks a { | ||
background: none !important; | background: none !important; | ||
padding: 0; | padding: 0; | ||
} | } | ||
h1, h2, h3, h4, h5 { color: #11785C; } | |||
h1 { font-size: 24px; font-weight: bold; } | |||
h2 { font-size: 21px; font-weight: bold; } | |||
h3 { | h3 { | ||
| Line 17: | Line 27: | ||
font-weight: bold; | font-weight: bold; | ||
font-style: normal; | font-style: normal; | ||
} | } | ||
| Line 24: | Line 33: | ||
font-weight: bold; | font-weight: bold; | ||
font-style: normal; | font-style: normal; | ||
} | } | ||
Revision as of 09:30, 30 November 2009
/* CSS placed here will affect users of the Crescentbook skin */
a { color: #cc6600; }
a:visited { color: #90570e; }
#bodyContent .plainlinks a {
background: none !important;
padding: 0;
}
h1, h2, h3, h4, h5 { color: #11785C; }
h1 { font-size: 24px; font-weight: bold; }
h2 { font-size: 21px; font-weight: bold; }
h3 {
font-size: 15px;
font-weight: bold;
font-style: normal;
color: #11785C;
padding-top: 15px;
}
h4 {
font-size: 13px;
font-weight: bold;
font-style: normal;
}
h5 {
font-size: 11px;
font-weight: bold;
font-style: normal;
}
.detailtable td {
border: 1px solid #cccccc;
}
dd {
margin-bottom: 7px;
}
.createbox {
text-align: left;
}
.createboxInput, .createboxButton { margin: 2px; }
blockquote {
margin: 15px 18px;
font-family: times, serif;
font-size: 13px;
font-style: italic;
color: #333333;
}
div#mw-pages {
clear: both;
}