comparison static/css/styles.css @ 395:8c86fcab8178

fixed non-hierarchic header sizes in the guide (and generally fixed some stuff for the headers…). Thanks to Johan Samyn → https://bitbucket.org/segv/hg-website/issue/12/workflow-headers-not-clearly-shown
author Arne Babenhauserheide <arne.babenhauserheide@fzk.de>
date Mon, 11 Feb 2013 13:07:12 +0100
parents 26e528281d00
children 29d4b5e45423
comparison
equal deleted inserted replaced
394:26e528281d00 395:8c86fcab8178
22 body { font: .975em/1.4285em "Helvetica Neue", DejaVuSans, Helvetica, Verdana, Arial, sans-serif; color: #111; background-color: #fff; width: 900px; margin: 0 auto; position: relative; } 22 body { font: .975em/1.4285em "Helvetica Neue", DejaVuSans, Helvetica, Verdana, Arial, sans-serif; color: #111; background-color: #fff; width: 900px; margin: 0 auto; position: relative; }
23 23
24 /* 24 /*
25 * Headings 25 * Headings
26 */ 26 */
27 h1, h2, h3 { font-size: 1em; font-family: Optimer, DejaVuSans, Helvetica, Arial, sans-serif; margin: 0 0 .5em 0; font-weight: normal; } 27 h1, h2, h3 { font-family: Optimer, DejaVuSans, Helvetica, Arial, sans-serif; margin: 0 0 .5em 0; font-weight: normal; line-height: 1em; }
28 h4, h5, h6 { font-size: 1em; margin: 0 0 .5em 0; } 28 h4, h5, h6 { font-size: 1em; margin: 0 0 .5em 0; }
29 h1 { font-size: 2em; } 29 h1 { font-size: 3em; }
30 h2 { font-size: 1.6em; } 30 h2 { font-size: 1.8em; }
31 h3 { font-size: 1.3em; } 31 h3 { font-size: 1.4em; }
32 32
33 /* 33 /*
34 * Lists 34 * Lists
35 */ 35 */
36 ul { margin-left: 2.2em; line-height: 1.5em; } 36 ul { margin-left: 2.2em; line-height: 1.5em; }
127 /* 127 /*
128 * Homepage 128 * Homepage
129 */ 129 */
130 #home #logo { margin-bottom: 0 !important; } 130 #home #logo { margin-bottom: 0 !important; }
131 #home dl { margin: 0 30px; font-family: Verdana, DejaVuSans, Helvetica, Arial, sans-serif; font-size: .80em; line-height: 1.4em; } 131 #home dl { margin: 0 30px; font-family: Verdana, DejaVuSans, Helvetica, Arial, sans-serif; font-size: .80em; line-height: 1.4em; }
132 #home h1 { font-size: 48px; line-height: 1em; margin: 0 0 20px 0; font-weight: normal; } 132 /* #home h1 { font-size: 48px; line-height: 1em; margin: 0 0 20px 0; font-weight: normal; } */
133 #home h2, #home h3 { font-size: 22px; line-height: 1.2em; margin-bottom: 20px; font-weight: normal; } 133 #header { font-size: 48px; line-height: 1em; margin: 0 0 20px 0; font-weight: normal; }
134 #subheader { font-size: 22px; line-height: 1.2em; margin-bottom: 20px; font-weight: normal; }
135 /* #home h2, #home h3 { font-size: 22px; line-height: 1.2em; margin-bottom: 20px; font-weight: normal; } */
134 #home h4 { font-weight: normal; margin: 0; } 136 #home h4 { font-weight: normal; margin: 0; }
135 #home h4 a { text-decoration: none; } 137 #home h4 a { text-decoration: none; }
136 #home h4 a:hover, #home h4 a:focus { text-decoration: underline; } 138 #home h4 a:hover, #home h4 a:focus { text-decoration: underline; }
137 #home ol { margin: 0; } 139 #home ol { margin: 0; }
138 #home ol li { list-style: none; background: url(../images/bullet-big-1.png) no-repeat 0 0; padding-left: 60px; min-height: 43px; _height: 43px; margin-bottom: 1.7em } 140 #home ol li { list-style: none; background: url(../images/bullet-big-1.png) no-repeat 0 0; padding-left: 60px; min-height: 43px; _height: 43px; margin-bottom: 1.7em }