User:Dme/monobook.css: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- Copied from User:JAL2/monobook.css 15 Mar 2012; a good test page is
/* Personal overrides of common.css, which in turn overrides some mediaWiki file: */
NEWSESCMD (JANUS DEFINE parameter)
.wikitable th, .wikitable td {
-->
     padding: 0.3em;
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;
}
}

Latest revision as of 16:20, 6 September 2012

/* Personal overrides of common.css, which in turn overrides some mediaWiki file: */
.wikitable th, .wikitable td {
    padding: 0.3em;
}