User:JAL2/monobook.css: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 23: Line 23:
     color:#601010;
     color:#601010;
}
}
a:visited  {
    color:#601010;
}


var.term {
var.term {

Revision as of 17:56, 5 April 2012

var {
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    color: #601010;
}

/* var normal color dk gray is #555; brown is #7A4707; dk red is #601010  */

/* link-within-var  */

var a:link {
    text-decoration: underline;
    color: #601010;
}

var a:visited {
    text-decoration: underline;
    color: #601010;
}

a  {
    color:#601010;
}


a:visited  {
    color:#601010;
}


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 {
    text-decoration: underline;
    color: #601010;
}


var.camel {
    text-transform: none;
}

span.literal {
    font-family: Consolas, "Courier New", monospace;
    font-weight: normal;
}

span.term {
    font-family: Consolas, "Courier New", monospace;
}

p.syntax {
	font-family: Consolas, "Courier New", monospace;
        border: 1px dashed #AE5326;
}

p.code {
	font-family: Consolas, "Courier New", monospace;
}

.syntaxTable th {
    font-style: italic;
}

h3 {
   font-size: 125%;
}

.caption {
    font-size: 100%;
    font-weight: bold;
    color: black;
}