Difference between revisions of "User:Ianrbibtitlht/monobook.css"
(Created page with "div#globalWrapper { background-color: #333333; }") |
|||
| (12 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | div# | + | /* |
| + | div#content { | ||
background-color: #333333; | background-color: #333333; | ||
| + | color: #cccccc; | ||
| + | } | ||
| + | #firstHeading { | ||
| + | color: #ffffff; | ||
| + | } | ||
| + | a { | ||
| + | color: #ffffff; | ||
| + | } | ||
| + | */ | ||
| + | #p-cactions li { | ||
| + | font-size: 120%; | ||
| + | line-height: 0.8em; | ||
} | } | ||
Latest revision as of 16:58, 11 May 2019
/*
div#content {
background-color: #333333;
color: #cccccc;
}
#firstHeading {
color: #ffffff;
}
a {
color: #ffffff;
}
*/
#p-cactions li {
font-size: 120%;
line-height: 0.8em;
}
