User:Dme/monobook.css: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
var {
/* Personal overrides of common.css, which in turn overrides some mediaWiki file: */
    font-style: normal;
.wikitable th, .wikitable td {
    font-weight: 600;
     padding: 0.3em;
    text-transform: capitalize;
    color: #555;
}
/* var normal color dk gray is #555; brown is #7A4707  */
/* link-within-var weight is non-bold  */
var a:link {
    font-weight: 400;
}
var a:visited {
    font-weight: 400;
}
var a:hover {
    font-weight: 400;
}
var a:active {
    font-weight: 400;
}
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;
}
h3 {
  font-size: 125%;
}
}

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;
}