User:Dme/monobook.css: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 9: Line 9:
   
   
/* link-within-var weight is non-bold  */
/* link-within-var weight is non-bold  */
/*
var a:link {
var a:link {
     font-weight: 400;
     font-weight: 400;
Line 25: Line 25:
     font-weight: 400;
     font-weight: 400;
}
}
*/
var.term {
var.term {
     text-transform: none;
     text-transform: none;

Revision as of 21:05, 4 April 2012

var {
    font-style: normal;
    font-weight: 600;
    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%;
}