User:Dme/monobook.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
var { | var { | ||
font-style: normal; | font-style: normal; | ||
Revision as of 17:32, 15 March 2012
var {
font-style: normal;
font-weight: 600;
text-transform: capitalize;
color: #555;
}
/* color dk gray is #555; brown is #7A4707 */
var.term {
text-transform: none;
font-style: italic;
font-weight: normal;
color: black;
}
var.product {
color: black;
font-style: italic;
font-weight: normal;
}
var.camel {
text-transform: none;
}