User:RaMan/vector.css

From OrbiterWiki
< User:RaMan
Revision as of 15:41, 30 November 2011 by RaMan (talk | contribs)
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
 html, body {
  font-family: Calibri, sans-serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
 }

 h1, h2, h3, h4, h5, h6 {
  font-family: Gentium, Cambria, serif;
  margin: 2em 0 .8em 0;
  color: #4A85C4;
 }

 h1 {
  font-size: 28pt;
  color: #17365D;
  border-bottom: 1px solid #4F81BD;
 }

 h2 {
  font-size: 19pt;
  border-bottom: 1px solid #6DB3FF;
  color: #365F91;
 }

 h1, h2 {
  font-weight: normal;
 }

 hr {
  border: none;
  border-bottom: 1px solid #4F81BD;
 }

 .editsection, .collapseButton, #editnotice-area, .toctoggle, #contentSub, #editingold {
  font-family: Calibri, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  opacity: .3;
 }

 a { color: #018; }
 a:visited { color: #618; }
 a:hover { color: #04f; }

 pre, .mw-geshi pre, pre.de1, pre.de2 {
  background: #fafaff !important;
  padding: .1em .5em !important;
  border-left: 3px solid #bbf !important;
  overflow-y: auto !important;
  font-size: 11pt !important;
 }

 .toc h2 {
  font-size: 13pt;
  border: none;
  margin: 0 0 .2em 0;
  padding-right: 6em;
 }
 .toc ul {
  list-style-type: none;
 }
 .toc li {
  margin: 0;
 }