comparison hgscm/media/css/styles.css @ 222:101601f15bf5

Remove developing notice bar
author David Soria Parra <dsp@php.net>
date Fri, 10 Jul 2009 11:34:22 +0200
parents c1c9a4f809ba
children
comparison
equal deleted inserted replaced
218:7ba358bcf795 222:101601f15bf5
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; }
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: 2em; }
30 h2 { font-size: 1.6em; } 30 h2 { font-size: 1.6em; }
31 h3 { font-size: 1.3em; } 31 h3 { font-size: 1.3em; }
32
33 /*
34 * WIP warning, can be removed once the site is 'finished'
35 */
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 32
38 /* 33 /*
39 * Lists 34 * Lists
40 */ 35 */
41 ul { margin-left: 2.2em; line-height: 1.5em; } 36 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; } 89 #logo a { display: block; width: 184px; height: 61px; background: url(../images/mercurial-logo.png) no-repeat 0 0; text-indent: -9999px; }
95 90
96 /* 91 /*
97 * Nav 92 * Nav
98 */ 93 */
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; } 94 #nav { position: absolute; top: 17px; 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; }
100 #nav li { float: left; margin: 0; padding: 0; list-style: none; } 95 #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; } 96 #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; } 97 #nav a:hover, #nav a:focus, #nav .active a { background: #00b5f1; }
103 98
104 /* 99 /*
105 * Search 100 * Search
106 */ 101 */
107 #search { position: absolute; right: 15px; top: 50px; color: #fff; width: 183px; height: 23px; background: url(../images/search.png) no-repeat 0 0; } 102 #search { position: absolute; right: 15px; top: 26px; color: #fff; width: 183px; height: 23px; background: url(../images/search.png) no-repeat 0 0; }
108 #search legend { display: none; } 103 #search legend { display: none; }
109 #search label { position: absolute; left: -9999px; } 104 #search label { position: absolute; left: -9999px; }
110 #search .text { width: 150px; background: none; border: none; margin: 0 0 0 5px; position: relative; top: 5px; color: #666; outline:0; } 105 #search .text { width: 150px; background: none; border: none; margin: 0 0 0 5px; position: relative; top: 5px; color: #666; outline:0; }
111 #search .submit { width: 23px; height: 23px; background: none; border: none; cursor: pointer; text-indent: -9999px; color: #10B8F0; *color: #fff; font-size: 1px; } 106 #search .submit { width: 23px; height: 23px; background: none; border: none; cursor: pointer; text-indent: -9999px; color: #10B8F0; *color: #fff; font-size: 1px; }
112 107