User:JAL4/monobook.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
font-style: normal; | font-style: normal; | ||
font-family: Consolas, "Courier New", monospace; | font-family: Consolas, "Courier New", monospace; | ||
font-weight: bold; | |||
font-size: 13.34px; | |||
line-height: 14.67px; | |||
text-transform: none; | text-transform: none; | ||
color: #000; | color: #000; | ||
Line 9: | Line 12: | ||
text-transform: none; | text-transform: none; | ||
font-style: italic; | font-style: italic; | ||
font-family: | font-family: sans-serif; | ||
font-weight: normal; | |||
font-size: 1em; | |||
line-height: 1.1em; | |||
color: #000; | color: #000; | ||
} | } | ||
Line 16: | Line 22: | ||
color: black; | color: black; | ||
font-style: italic; | font-style: italic; | ||
font-family: sans-serif; | |||
font-weight: normal; | |||
font-size: 1em; | |||
line-height: 1.1em; | |||
} | } | ||
Line 22: | Line 32: | ||
font-family: Consolas, "Courier New", monospace; | font-family: Consolas, "Courier New", monospace; | ||
font-weight: normal; | font-weight: normal; | ||
font-size: 13.34px; | |||
line-height: 14.67px; | |||
color: #601010; | color: #601010; | ||
} | } | ||
Line 28: | Line 40: | ||
font-style: italic; | font-style: italic; | ||
font-family: Consolas, "Courier New", monospace; | font-family: Consolas, "Courier New", monospace; | ||
font-size: 13.34px; | |||
line-height: 14.67px; | |||
color: #000; | color: #000; | ||
} | } | ||
Line 33: | Line 47: | ||
p.syntax { | p.syntax { | ||
font-family: Consolas, "Courier New", monospace; | font-family: Consolas, "Courier New", monospace; | ||
font-size: 13.34px; | |||
line-height: 14.67px; | |||
} | } | ||
p.code { | p.code { | ||
font-family: Consolas, "Courier New", monospace; | font-family: Consolas, "Courier New", monospace; | ||
font-size: 13.34px; | |||
line-height: 14.67px; | |||
} | } | ||
.syntaxTable th { | .syntaxTable th { | ||
font-style: italic; | font-style: italic; | ||
} | |||
.syntaxTable th var { | |||
font-style: normal; | |||
font-family: sans-serif | |||
} | } | ||
Latest revision as of 01:43, 24 March 2011
var { font-style: normal; font-family: Consolas, "Courier New", monospace; font-weight: bold; font-size: 13.34px; line-height: 14.67px; text-transform: none; color: #000; } var.term { text-transform: none; font-style: italic; font-family: sans-serif; font-weight: normal; font-size: 1em; line-height: 1.1em; color: #000; } var.product { color: black; font-style: italic; font-family: sans-serif; font-weight: normal; font-size: 1em; line-height: 1.1em; } span.literal { font-style: normal; font-family: Consolas, "Courier New", monospace; font-weight: normal; font-size: 13.34px; line-height: 14.67px; color: #601010; } span.term { font-style: italic; font-family: Consolas, "Courier New", monospace; font-size: 13.34px; line-height: 14.67px; color: #000; } p.syntax { font-family: Consolas, "Courier New", monospace; font-size: 13.34px; line-height: 14.67px; } p.code { font-family: Consolas, "Courier New", monospace; font-size: 13.34px; line-height: 14.67px; } .syntaxTable th { font-style: italic; } .syntaxTable th var { font-style: normal; font-family: sans-serif } .mono { font-family: Consolas, "Courier New", monospace; } p.syntaxJ { color: #000; background-color: #F9F9F9; padding: 5px 5px 5px 10px; border: 1px dashed #AE5326; font-family: Consolas, "Courier New", monospace; font-size: 12.7px; line-height: 13.97px; vertical-align: baseline; white-space: pre; }