source: branches/fc17-dev/lvs/debian/config/etc/lighttpd/scripts-maint/style.css @ 2195

Last change on this file since 2195 was 1021, checked in by quentin, 15 years ago
Lighttpd-based sorry server
File size: 7.4 KB
Line 
1/* -------  Layout CSS (Centered Fixed Width) ------ */
2
3body {
4  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
5  font-size: 80%;
6  margin: 0;
7  padding: 0;
8  text-align: center; /* IE 5.5 hack */
9}
10#farouter {
11        /*background: #ffffff;*/
12        width: 60em;
13        margin: 20px auto 20px auto;
14        text-align: left; /* IE 5.5 hack part II */
15}
16#outer {}
17#rap {
18        border: 1px solid #3A291F;
19}
20#masthead {
21            background: white;
22        border: 1px solid #3A291F;
23        letter-spacing: 0.2em;
24        padding: 0 10px 10px 60px;
25        font: normal 100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
26        min-height: 100px;
27}
28#main { padding-left:3em; }
29#content { float: left; width: 40em; margin-top: 1em; }
30#content_wide { padding-right:35px; }
31#content_home { float: left; width: 490px; padding-top: 0px; }
32#menu { float: right; width: 14em; margin-right: 10px; border-left: 1px dashed #2050A0; }
33#nav { padding-left: 10px; }
34#logo { padding-top: 25px; padding-left: 12px; }
35#hmenu { margin: 0; padding: 0; }
36#hnav { margin: 0; padding: 0; }
37#clearer { clear: both; margin: 0; padding: 0; }
38#footer { margin: 8px 8px 8px 8px; }
39
40/* ----------------- Color CSS ------------------------ */
41
42body { background: #2050A0; color:#333; }
43#rap { background: #ffffff; }
44#masthead { background-image: url('/__scripts/maint/sb.gif'); background-repeat: no-repeat; }
45#footer { background: #2050A0; }
46#hnav { background: #2050A0; }
47a { color: #2050A0; text-decoration: none; }
48a:visited { color: #2050A0; text-decoration: none; }
49a:hover { color: #2050A0; text-decoration: underline; }
50acronym, abbr { border-bottom: #333; }
51h2 { color: #17397A; font-size: 24px; font-weight: normal; }
52h3 a { color: #17397A; }
53h3 a:hover { color: #17397A; }
54h3 a:visited { color: #17397A; }
55.meta { color: #1F6710 }
56.meta a { color: #001700; }
57.feedback a { color: #001700; }
58
59/* -------- Core CSS --------- */
60
61
62a { text-decoration: none; font-weight:bold; }
63a img { border: none; }
64acronym, abbr { border-bottom: 1px dashed; }
65acronym, abbr, span.caps { cursor: help; font-size: 90%; letter-spacing: .07em; }
66blockquote { margin-left: 1.5em; }
67cite { font-size: 90%; font-style: normal; }
68#header a:hover { text-decoration: underline; }
69h1 { margin: 0; padding: 20px; text-align: right; }
70#hidden {display:none;}
71
72h2 {
73        font: 100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
74        letter-spacing: 0.2em;
75        margin: 0 20px 20px 0;
76        padding: 20px 0 0 0;
77}
78h2#tagline {
79        margin-right: 25px;
80        padding:0;
81        text-align: right;
82/*      color: #F2EEEC; */
83        border: 0px none;
84        margin-left:0;
85        margin-top:0;
86        margin-bottom:0
87}
88
89.post h2 {
90        font: 100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
91        letter-spacing: 0.2em;
92        margin: 0 20px 0 30px;
93        padding: 20px 0 30px 0;
94}
95h3 {
96        font: 18px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
97        margin-left: 0;
98        margin-top: 20px;
99        color: #17397A;
100        border-bottom: solid thin #17397A;
101}
102h3#comments { margin-left: 20px; }
103h3#respond { margin-left: 20px; }
104h4 {
105        font-size: 16px;
106        font-weight: normal;
107}
108ol#comments li p { font-size: 100%; }
109img {
110        margin: 10px;
111        padding: 10px;
112        border: 0px solid #2F700F;
113}
114p, .feedback {
115        font: 100%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
116}
117p {}
118.textarea { width:200px; margin:0; }
119#archvies {
120        font: 150% normal 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
121}
122
123/* ------------------------- Classes used by the_meta() --------------------- */
124
125ul.post-meta {
126        list-style: none;
127}
128
129ul.post-meta span.post-meta-key {
130        font-weight: bold;
131}
132
133.credit {
134  color: #fff;
135  font-size: 90%;
136  margin: 10px 0 0 0;
137  padding: 3px;
138  text-align: center;
139}
140
141.credit a, .credit a:hover { color: #fff; text-decoration: none; }
142.feedback { text-align: right; clear: both; margin-right: 30px; font-size: 90% }
143.meta { font-size: .95em; }
144.meta li, ul.post-meta li { display: inline; }
145.meta ul { display: inline; list-style: none;margin: 0; padding: 0; }
146.meta, .meta a { font-weight: normal; letter-spacing: 0; }
147.post { margin: 35px 35px 20px 0; }
148.entrytext {margin-left: 30px; }
149.storytitle { margin-top: 10px; margin-bottom: 2px; }
150.storytitle a { text-decoration: none; }
151.storycontent { margin-bottom: 5px; border-bottom: 1px solid #2050A0; }
152#commentform { margin-left: 20px; }
153#commentform  #comment { width:450px; }
154#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
155        background: #fff; padding: .2em;
156}
157#commentform textarea { width:100%; }
158#commentlist li { border: 2px solid #2050A0; margin-bottom: 20px; padding-left: 20px; }
159#commentlist li ul { border-left: 1px solid #ddd; font-size: 110%; list-style-type: none; }
160
161/* ----------  All menu styling except #menu itself (in layout above) ------- */
162
163#nav form {
164        margin: 0 0 0 13px;
165}
166
167#nav input#s {
168        width: 80%;
169        background: #eee;
170        border: 1px solid #999;
171        color: #000;
172}
173
174#nav ul li h2 {
175        font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
176        font-weight: normal;
177        letter-spacing: 0.1em;
178        border: 0px none;
179        text-align: left;
180        padding-left:0;
181        margin-left: 0
182}
183
184#nav ul ul ul.children {
185        font-size: 100%;
186        padding-left: 4px;
187}
188
189/*#nav { width: 170px; }*/
190
191#nav ul {
192        margin-left: 0;
193        padding-left: 0;
194        padding-right: 4px;
195        list-style-type: none;
196        font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
197        font-size: 95%;
198}
199
200#nav li {
201        display: block;
202        padding-left: 1.3em;
203        background-color: #FFF;
204        background-image: url('images/icon.gif');
205        background-repeat: no-repeat;
206        background-position: 0 55%;
207        border-bottom: 1px dotted #2050A0;
208        padding-right:3px; padding-top:3px; padding-bottom:3px;
209}
210
211#nav a.nobutt {
212        background-image: none;
213        border-bottom: none;
214}
215
216#nav a.nobutt:hover {
217        background-image: none;
218        border-bottom: none;
219}
220
221#nav a:link, #navlist a:visited {
222        text-decoration: none;
223}
224
225#nav li:hover {
226        background-image: url('images/icon2.gif'); 
227        /*color: #000*/
228}
229
230#themeswitcher {
231        font-size: 8px;
232}
233
234/*------------- hnav------------*/
235
236#hnav ul {
237        text-align: center;
238        margin: 0;
239        padding: 0;
240        background-color: #2050A0;
241        color: #F2EEEC;
242        width: 100%;
243        font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
244        /* fixes Firefox 0.9.3 */
245}
246
247#hnav ul li {
248        display: inline;
249              margin: 0; padding: 0;
250              line-height: 2.5em;
251}
252
253#hnav ul li a {
254                padding: .5em .8em;
255        color: #F2EEEC;
256        text-decoration: none;
257        border-left: 1px solid #F2EEEC;
258}
259#hnav ul li:first-child a {
260                            border-left: none;
261                            }
262#hnav ul li a:hover {
263        background: #F2EEEC;
264        color: #3A291F;
265}
266
267#hnav #active { border-left: 1px solid #F2EEEC; }
268
269/*------------- added ------------*/
270
271.gravatar {
272        float:left;
273        padding: 3px;
274        margin-right: 5px;
275        margin-bottom: 5px;
276        border: 1px solid #2F700F;
277}       
278
279#commentbox {
280        background: #F2EEEC;
281        border: 1px solid #2F700F;
282        padding: 5px;
283        margin-bottom: 15px;
284}
285
286.commentby {
287        font-size: 14px;
288        text-transform: uppercase;
289}
290.commentinfo {
291        font-size: 10px;
292        margin-top: -10px;
293        border-bottom: 1px soild #1F6710;
294}
295
296.commentid {
297        float: right;
298        font-size: 24px;
299        font-style: italic;
300        padding-left: 10px;
301        padding-right: 5px;
302        padding-top: 5px;
303        padding-bottom: 5px;
304        color: #2050A0;
305}
306
307.commentid a {
308        color: #2050A0;
309        text-decoration: none;
310}
311
312.post ul li {
313        padding: 0px;
314        font-weight: normal;
315        list-style: url('images/icon.gif');
316        line-height: 1.5em;
317}
318
319.post ul li:hover {
320        padding: 0px;
321        font-weight: normal;
322        list-style: url('images/icon2.gif');
323        line-height: 1.5em;
324}
325
Note: See TracBrowser for help on using the repository browser.