User:JAL2/monobook.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
font-style: normal; | font-style: normal; | ||
text-transform: none; | text-transform: none; | ||
} | } | ||
Line 10: | Line 7: | ||
text-transform: none; | text-transform: none; | ||
font-style: italic; | font-style: italic; | ||
} | } | ||
var.product { | var.product { | ||
color: black; | color: black; | ||
font-style: italic; | font-style: italic; | ||
} | } | ||
span.literal { | |||
font-style: normal; | font-style: normal; | ||
font-family: | font-family: Consolas, "Courier New", monospace; | ||
font-weight: normal; | font-weight: normal; | ||
color: #601010; | color: #601010; | ||
} | } | ||
span.term { | |||
font-style: italic; | font-style: italic; | ||
font-family: | font-family: Consolas, "Courier New", monospace; | ||
color: #000; | color: #000; | ||
} | } | ||
p.syntax { | |||
font-family: Consolas, "Courier New", monospace; | |||
p. | |||
} | } | ||
p.code { | p.code { | ||
font-family: Consolas, "Courier New" | font-family: Consolas, "Courier New", monospace; | ||
} | } | ||
.syntaxTable th { | .syntaxTable th { | ||
font-style: italic; | font-style: italic; | ||
} | } |
Revision as of 00:46, 24 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; }