MediaWiki:Grigbertz.css
From Grigbertz
(Difference between revisions)
m |
Current revision (19:43, 15 April 2007) (view source) m |
||
| (7 intermediate revisions not shown.) | |||
| Line 6: | Line 6: | ||
background: #EBE7DC; | background: #EBE7DC; | ||
} | } | ||
| - | |||
#footer { | #footer { | ||
background-color: transparent; | background-color: transparent; | ||
border-style: none; | border-style: none; | ||
} | } | ||
| - | |||
#p-cactions li a { | #p-cactions li a { | ||
background-color: #EBE7DC; | background-color: #EBE7DC; | ||
color: #574837; | color: #574837; | ||
| + | } | ||
| + | #p-cactions li.selected { | ||
| + | border-color: #aaa; | ||
| + | } | ||
| + | #p-personal li a { | ||
| + | color: #574837; | ||
| + | } | ||
| + | #p-personal li a:hover { | ||
| + | background: #EBE7DC; | ||
} | } | ||
.pBody a { | .pBody a { | ||
| Line 29: | Line 36: | ||
.pBody a:hover { | .pBody a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
| + | } | ||
| + | h1.firstHeading { | ||
| + | font-size: 188%; | ||
| + | font-weight: bold; | ||
| + | margin-bottom: .1em; | ||
| + | margin-top: .1em; | ||
} | } | ||
/* </pre> */ | /* </pre> */ | ||
Current revision
/* <pre>
* CSS for Grigbertz skin
*/
.pBody {
background: #EBE7DC;
}
#footer {
background-color: transparent;
border-style: none;
}
#p-cactions li a {
background-color: #EBE7DC;
color: #574837;
}
#p-cactions li.selected {
border-color: #aaa;
}
#p-personal li a {
color: #574837;
}
#p-personal li a:hover {
background: #EBE7DC;
}
.pBody a {
text-decoration: none;
color: #574837;
background: none;
}
.pBody a:visited {
color: #7D6850;
}
.pBody a:active {
color: #faa700;
}
.pBody a:hover {
text-decoration: underline;
}
h1.firstHeading {
font-size: 188%;
font-weight: bold;
margin-bottom: .1em;
margin-top: .1em;
}
/* </pre> */
