User:JAL2/monobook.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
var { | var { | ||
font-style: normal; | font-style: normal; | ||
font-weight: bolder; | |||
color: #bb4040; | |||
text-transform: none; | text-transform: none; | ||
} | } |
Revision as of 15:42, 7 April 2011
var { font-style: normal; font-weight: bolder; color: #bb4040; text-transform: none; } 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; }