MediaWiki:Crescentbook.css: Difference between revisions
No edit summary |
No edit summary |
||
| (18 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Crescentbook skin */ | /* CSS placed here will affect users of the Crescentbook skin */ | ||
body { background-color: #010B0A; } | |||
#content { margin:2.8em 2em 0 12.2em; } | |||
#column-one { | |||
padding-top: 0px; | |||
} | |||
#p-logo { | |||
height:225px; | |||
position:relative; | |||
top:0; | |||
} | |||
#p-logo a, #p-logo a:hover { | |||
height:225px; | |||
} | |||
a, | |||
#bodyContent a.external, | |||
#p-cactions li a, | |||
#p-personal li a | |||
{ color: #009966; } | |||
a:visited, | |||
#bodyContent a:visited.external, | |||
#p-cactions li a:visited, | |||
#p-personal li a:visited | |||
{ color: #006666; } | |||
a.new, | |||
#p-personal a.new, | |||
#p-cactions .new a | |||
{ color: #999933; } | |||
#bodyContent .plainlinks a { | #bodyContent .plainlinks a { | ||
background: none !important; | background: none !important; | ||
| Line 5: | Line 41: | ||
} | } | ||
h1, h2, h3, h4 { color: #085540; } | |||
} | h1 { font-size: 24px; font-weight: bold; } | ||
h2 { font-size: 21px; font-weight: bold; } | |||
h2 .editsection { font-size: 50% } | |||
h3 { | h3 { | ||
| Line 13: | Line 52: | ||
font-weight: bold; | font-weight: bold; | ||
font-style: normal; | font-style: normal; | ||
color: # | color: #11785C; | ||
padding-top: 15px; | padding-top: 15px; | ||
} | } | ||
| Line 21: | Line 60: | ||
font-weight: bold; | font-weight: bold; | ||
font-style: normal; | font-style: normal; | ||
} | } | ||
| Line 28: | Line 66: | ||
font-weight: bold; | font-weight: bold; | ||
font-style: normal; | font-style: normal; | ||
color: # | color: #999999; | ||
} | |||
.portlet, #footer { | |||
opacity: .75; | |||
} | |||
#p-logo.portlet { | |||
opacity: 1; | |||
} | } | ||
Latest revision as of 13:37, 7 December 2009
/* CSS placed here will affect users of the Crescentbook skin */
body { background-color: #010B0A; }
#content { margin:2.8em 2em 0 12.2em; }
#column-one {
padding-top: 0px;
}
#p-logo {
height:225px;
position:relative;
top:0;
}
#p-logo a, #p-logo a:hover {
height:225px;
}
a,
#bodyContent a.external,
#p-cactions li a,
#p-personal li a
{ color: #009966; }
a:visited,
#bodyContent a:visited.external,
#p-cactions li a:visited,
#p-personal li a:visited
{ color: #006666; }
a.new,
#p-personal a.new,
#p-cactions .new a
{ color: #999933; }
#bodyContent .plainlinks a {
background: none !important;
padding: 0;
}
h1, h2, h3, h4 { color: #085540; }
h1 { font-size: 24px; font-weight: bold; }
h2 { font-size: 21px; font-weight: bold; }
h2 .editsection { font-size: 50% }
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;
color: #999999;
}
.portlet, #footer {
opacity: .75;
}
#p-logo.portlet {
opacity: 1;
}
.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;
}