Difference between revisions of "User:RaMan/vector.css"
Jump to navigation
Jump to search
m |
|||
Line 17: | Line 17: | ||
div#content h2 { | div#content h2 { | ||
font-size: 27px; | font-size: 27px; | ||
+ | } | ||
+ | |||
+ | .mw-body h1, .mw-body h2 { | ||
+ | font-family: "Linux Libertine",Georgia,Times,serif; | ||
+ | line-height: 1.3; | ||
+ | margin-bottom: 0.25em; | ||
+ | padding: 0; | ||
} | } |
Revision as of 20:28, 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; } .mw-body h1, .mw-body h2 { font-family: "Linux Libertine",Georgia,Times,serif; line-height: 1.3; margin-bottom: 0.25em; padding: 0; }