User:JAL4/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; | ||
font-family: Consolas, "Courier New", monospace; | font-family: Consolas, "Courier New", monospace; | ||
font-weight: bold; | |||
font-size: 13.34px; | font-size: 13.34px; | ||
line-height: 14.67px; | line-height: 14.67px; | ||
Revision as of 01:41, 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-size: 1em;
line-height: 1.1em;
color: #000;
}
var.product {
color: black;
font-style: italic;
font-family: sans-serif;
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;
}