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

From OrbiterWiki
Jump to navigation Jump to search
m
m
 
Line 19: Line 19:
 
}
 
}
  
.mw-body h1, .mw-body h2 {
+
div#content h1, div#content h2, div#content #firstHeading {
 
     font-family: "Linux Libertine",Georgia,Times,serif;
 
     font-family: "Linux Libertine",Georgia,Times,serif;
    line-height: 1.3;
 
    margin-bottom: 0.25em;
 
    padding: 0;
 
 
}
 
}

Latest revision as of 20:29, 6 February 2015

@import url('http://en.wikipedia.org/w/index.php?action=raw&ctype=text/css&title=User:Lupin/navpopdev.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,300,400italic,400,600italic,600,700italic,700,800italic,800');

body {
    font-size: 110%;
    font-family: "Open Sans", Tahoma, sans-serif;
}

#bodyContent#bodyContent#bodyContent#bodyContent {
    line-height: 1.7;
}

div#content p {
    margin-bottom: 0.8em;
}

div#content h2 {
    font-size: 27px;
}

div#content h1, div#content h2, div#content #firstHeading {
    font-family: "Linux Libertine",Georgia,Times,serif;
}