Difference between revisions of "User:RaMan/vector.css"

From OrbiterWiki
Jump to navigation Jump to search
m (disabled)
Line 1: Line 1:
 +
/*
 
  html, body {
 
  html, body {
 
   font-family: Calibri, sans-serif;
 
   font-family: Calibri, sans-serif;
Line 64: Line 65:
 
   margin: 0;
 
   margin: 0;
 
  }
 
  }
 +
*/

Revision as of 00:07, 6 December 2011

/*
 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;
 }
*/