User:JAL2/monobook.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 9: | Line 9: | ||
h1 { | h1 { | ||
font-family: Arial, Helvetica, sans-serif; | font-family: Arial, Helvetica, sans-serif; | ||
color: # | color: #800000; | ||
} | } | ||
h2 { | h2 { | ||
Arial, Helvetica, sans-serif; | Arial, Helvetica, sans-serif; | ||
color: # | color: #800000; | ||
} | } | ||
Revision as of 21:11, 7 April 2012
/* bodyContent needed below b/c update is applying to bodyContent lines in the monobook-skin CSS code */
/* make links to non-wiki targets same color as non-var wiki links */
#bodyContent a.external:link,
#bodyContent a.external:visited {
color: #002bb8;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
color: #800000;
}
h2 {
Arial, Helvetica, sans-serif;
color: #800000;
}
/* reinstitute this change to h3 if red h2's are not instituted */
/* h3 { font-size: 125%; } */
var {
font-style: normal;
font-weight: 600;
text-transform: capitalize;
color: #555;
}
/* var normal color dk gray is #555; brown is #7A4707; dk red is #601010 */
/* link-within-var */
var a:link {
color: #5353EF;
}
var a:visited {
color: #5353EF;
}
var.term {
text-transform: none;
font-style: italic;
font-weight: normal;
color: black;
}
var.product {
color: black;
font-style: italic;
font-weight: normal;
}
var.product a {
color: #002bb8;
}
var.camel {
text-transform: none;
}
span.literal {
font-family: Consolas, "Courier New", monospace;
font-weight: normal;
}
span.term {
font-family: Consolas, "Courier New", monospace;
}
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;
}
.caption {
font-size: 100%;
font-weight: bold;
color: black;
}