User:JAL2/monobook.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
var { font-style: normal; font-weight: 600; text-transform: capitalize; color: #555; } /* var normal color dk gray is #555; brown is #7A4707 */ /* link-within-var weight is non-bold */ var a:link { color: #6666FF; } var a:visited { color: #6666FF; } 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: #3333CC; } var.camel { text-transform: none; } span.literal { font-family: Consolas, "Courier New", monospace; font-weight: normal; color: #601010; } span.term { 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: 100%; font-weight: bold; color: black; }