User:JAL3/monobook.css: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Created page with "var { font-style: normal; text-transform: none; } var.term { text-transform: none; font-style: italic; } var.product { color: black; font-style: italic;...")
 
mNo edit summary
Line 17: Line 17:
     font-style: normal;
     font-style: normal;
     font-family: Consolas, "Courier New", monospace;
     font-family: Consolas, "Courier New", monospace;
    font-size: 1.0em;
     font-weight: normal;
     font-weight: normal;
     color: #601010;
     color: #601010;
Line 25: Line 24:
     font-style: italic;
     font-style: italic;
     font-family: Consolas, "Courier New", monospace;
     font-family: Consolas, "Courier New", monospace;
    font-size: 1.0em;
     color: #000;
     color: #000;
}
}

Revision as of 19:24, 21 March 2011

var {
    font-style: normal;
    text-transform: none;
}

var.term {
    text-transform: none;
    font-style: italic;
}

var.product {
    color: black;
    font-style: italic;
}

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

span.term {
    font-style: italic;
    font-family: Consolas, "Courier New", monospace;
    color: #000;
}

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

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

.syntaxTable th {
    font-style: italic;
}