User:Dme/monobook.css: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
/* make links to non-wiki targets same color as non-var wiki links */
/* As of 9 Apr 2012, no personal overrides of common.css */
#bodyContent a.external:link,
#bodyContent a.external:visited  {
    color: #002bb8;
}
var {
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    color: #555;
}
/* var normal color dk gray is #555; brown is #7A4707; dk red is #601010  */
/* link-within-var  */
var a:link {
    color: #5353EF;
}
var a:visited {
    color: #5353EF;
}
var.term {
    text-transform: none;
    font-style: italic;
    font-weight: normal;
    color: black;
}
var.product {
    color: black;
    font-style: italic;
    font-weight: normal;
}
var.product a {
    color: #002bb8;  /* Otherwise product links are very faint */
}
var.camel {
    text-transform: none;
}

Revision as of 21:47, 9 April 2012

/* As of 9 Apr 2012, no personal overrides of common.css */