User:JAL2/monobook.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 47: | Line 47: | ||
h3 { | h3 { | ||
font-size: 125%; | font-size: 125%; | ||
} | |||
.caption { | |||
font-size: 13px; | |||
color: black; | |||
text-align: center; | |||
line-height: 100%; | |||
margin-left: 15em; | |||
margin-right: 15em; | |||
margin-top: 1em; | |||
margin-bottom: 1em; | |||
} | } | ||
Revision as of 19:07, 31 August 2011
var {
font-style: normal;
font-weight: 600;
text-transform: capitalize;
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;
border: 1px dashed #AE5326;
}
p.code {
font-family: Consolas, "Courier New", monospace;
}
.syntaxTable th {
font-style: italic;
}
h3 {
font-size: 125%;
}
.caption {
font-size: 13px;
color: black;
text-align: center;
line-height: 100%;
margin-left: 15em;
margin-right: 15em;
margin-top: 1em;
margin-bottom: 1em;
}