User:JAL2/monobook.css: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
     font-weight: 500;
     font-weight: 500;
     text-transform: none;
     text-transform: none;
     color: #606060;
     color: #404040;
}
}



Revision as of 16:15, 7 April 2011

var {
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    color: #404040;
}

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

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