User:Dme/monobook.css: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Created page with "var { font-style: normal; font-weight: 600; text-transform: capitalize; color: #555; } →‎color dk gray is #555; brown is #7A4707: var.term { text-trans...")
 
mNo edit summary
Line 1: Line 1:
<!-- Copied from User:JAL2/monobook.css 15 Mar 2012; a good test page is
NEWSESCMD (JANUS DEFINE parameter)
-->
var {
var {
     font-style: normal;
     font-style: normal;

Revision as of 17:31, 15 March 2012

<!-- Copied from User:JAL2/monobook.css 15 Mar 2012; a good test page is
NEWSESCMD (JANUS DEFINE parameter)
-->
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;
}