comparison hgscm/media/css/styles.css @ 96:b837e92599ce

Updated the fontsize in #nav and the work in progress notice
author Horst Gutmann <zerok@zerokspot.com>
date Fri, 03 Apr 2009 12:01:06 +0200
parents 4565a6288da4
children 62ec08c1e08d
comparison
equal deleted inserted replaced
95:4565a6288da4 96:b837e92599ce
31 h3 { font-size: 1.3em; } 31 h3 { font-size: 1.3em; }
32 32
33 /* 33 /*
34 * WIP warning, can be removed once the site is 'finished' 34 * WIP warning, can be removed once the site is 'finished'
35 */ 35 */
36 .wip-warning { font-size: 1em; font-family: Optimer, Helvetica, Arial, sans-serif; border: 1px solid #330; background-color: #fafa33; padding: 2px; text-align: center} 36 .wip-warning { font-size: 1.1em; font-family: Optimer, Helvetica, Arial, sans-serif; border: 1px solid #330; background-color: #fafa33; padding: 2px; text-align: center}
37 37
38 /* 38 /*
39 * Lists 39 * Lists
40 */ 40 */
41 ul { margin-left: 2.2em; line-height: 1.5em; } 41 ul { margin-left: 2.2em; line-height: 1.5em; }
94 #logo a { display: block; width: 184px; height: 61px; background: url(../images/mercurial-logo.png) no-repeat 0 0; text-indent: -9999px; } 94 #logo a { display: block; width: 184px; height: 61px; background: url(../images/mercurial-logo.png) no-repeat 0 0; text-indent: -9999px; }
95 95
96 /* 96 /*
97 * Nav 97 * Nav
98 */ 98 */
99 #nav { position: absolute; top: 41px; right: 0; background: #999; height: 42px; margin: 0; width: 665px; font-size: 1.1428em; *font-size: 16px; line-height: 42px; font-family: Optimer, Helvetica, Arial, sans-serif; overflow: hidden; } 99 #nav { position: absolute; top: 41px; right: 0; background: #999; height: 42px; margin: 0; width: 665px; font-size: 1.2428em; *font-size: 16px; line-height: 42px; font-family: Optimer, Helvetica, Arial, sans-serif; overflow: hidden; }
100 #nav li { float: left; margin: 0; padding: 0; list-style: none; } 100 #nav li { float: left; margin: 0; padding: 0; list-style: none; }
101 #nav a { float: left; color: #fff; text-decoration: none; padding: 0 16px; *padding: 0 14px; } 101 #nav a { float: left; color: #fff; text-decoration: none; padding: 0 16px; *padding: 0 14px; }
102 #nav a:hover, #nav a:focus, #nav .active a { background: #00b5f1; } 102 #nav a:hover, #nav a:focus, #nav .active a { background: #00b5f1; }
103 103
104 /* 104 /*