comparison hgscm/media/css/styles.css @ 95:4565a6288da4

Changed primary fonts to sans-serif, adapted the font-sizes a bit as well as the margin in #home ol li
author Horst Gutmann <zerok@zerokspot.com>
date Thu, 02 Apr 2009 14:07:45 +0200
parents cbd90a4980e6
children b837e92599ce
comparison
equal deleted inserted replaced
94:55590dd8b231 95:4565a6288da4
17 a:hover, a:focus { text-decoration: none; } 17 a:hover, a:focus { text-decoration: none; }
18 18
19 /* 19 /*
20 * General Document Settings 20 * General Document Settings
21 */ 21 */
22 body { font: .925em/1.4285em "Times New Roman", Times, Georgia, serif; color: #111; width: 900px; margin: 0 auto; position: relative; } 22 body { font: .875em/1.4285em "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; color: #111; 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, Helvetica, Arial, sans-serif; margin: 0 0 .5em 0; font-weight: normal; } 27 h1, h2, h3 { font-size: 1em; font-family: Optimer, Helvetica, Arial, sans-serif; margin: 0 0 .5em 0; font-weight: normal; }
62 .submit { margin-left: 110px; } 62 .submit { margin-left: 110px; }
63 63
64 /* 64 /*
65 * Table 65 * Table
66 */ 66 */
67 table { border-collapse: separate; border-spacing: 0; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: .7875em; } 67 table { border-collapse: separate; border-spacing: 0; font-size: 90% }
68 caption, th, td { text-align: left; font-weight: normal; } 68 caption, th, td { text-align: left; font-weight: normal; }
69 td, th { padding: 6px 8px; } 69 td, th { padding: 6px 8px; }
70 .latest thead td, .latest thead th { background: #00B5F1; color: #fff; font-weight: bold; } 70 .latest thead td, .latest thead th { background: #00B5F1; color: #fff; font-weight: bold; }
71 thead td, thead th { background: #999; color: #fff; font-weight: bold; } 71 thead td, thead th { background: #999; color: #fff; font-weight: bold; }
72 tbody td { border-bottom: 1px solid #ccc; } 72 tbody td { border-bottom: 1px solid #ccc; }
120 120
121 /* 121 /*
122 * Homepage 122 * Homepage
123 */ 123 */
124 #home #logo { margin-bottom: 0 !important; } 124 #home #logo { margin-bottom: 0 !important; }
125 #home dl { margin: 0 30px; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: .7142em; line-height: 1.4em; } 125 #home dl { margin: 0 30px; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: .80em; line-height: 1.4em; }
126 #home h1 { font-size: 48px; line-height: 1em; margin: 0 0 20px 0; font-weight: normal; } 126 #home h1 { font-size: 48px; line-height: 1em; margin: 0 0 20px 0; font-weight: normal; }
127 #home h2, #home h3 { font-size: 22px; line-height: 1.2em; margin-bottom: 20px; font-weight: normal; } 127 #home h2, #home h3 { font-size: 22px; line-height: 1.2em; margin-bottom: 20px; font-weight: normal; }
128 #home h4 { font-weight: normal; margin: 0; } 128 #home h4 { font-weight: normal; margin: 0; }
129 #home h4 a { text-decoration: none; } 129 #home h4 a { text-decoration: none; }
130 #home h4 a:hover, #home h4 a:focus { text-decoration: underline; } 130 #home h4 a:hover, #home h4 a:focus { text-decoration: underline; }
131 #home ol { margin: 0; } 131 #home ol { margin: 0; }
132 #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; } 132 #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 }
133 #home ol .i-2 { background-image: url(../images/bullet-big-2.png); } 133 #home ol .i-2 { background-image: url(../images/bullet-big-2.png); }
134 #home ol .i-3 { background-image: url(../images/bullet-big-3.png); } 134 #home ol .i-3 { background-image: url(../images/bullet-big-3.png); }
135 #home ol a { text-decoration: none; } 135 #home ol a { text-decoration: none; }
136 #home ol a:hover { text-decoration: underline; } 136 #home ol a:hover { text-decoration: underline; }
137 137