User:JAL2/monobook.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 9: | Line 9: | ||
text-transform: none; | text-transform: none; | ||
font-style: italic; | font-style: italic; | ||
font-weight: normal | font-weight: normal; | ||
color: black; | color: black; | ||
} | } | ||
| Line 16: | Line 16: | ||
color: black; | color: black; | ||
font-style: italic; | font-style: italic; | ||
font-weight: normal | font-weight: normal; | ||
} | } | ||
Revision as of 21:13, 7 April 2011
var {
font-style: normal;
font-weight: 600;
text-transform: none;
color: #606060;
}
var.term {
text-transform: none;
font-style: italic;
font-weight: normal;
color: black;
}
var.product {
color: black;
font-style: italic;
font-weight: normal;
}
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;
}