]> git.ipfire.org Git - ipfire.org.git/blame - www/include/style.css
Fixed some type errors
[ipfire.org.git] / www / include / style.css
CommitLineData
01885878 1/*
2
3 Nonzero1.0 by nodethirtythree design
4 http://www.nodethirtythree.com
5 missing in a maze
6
7*/
8
9/* This controls the width of the fluid width layouts */
10
11div.fluid
12{
13width: 90% !important;
14}
15
16/* This controls the width of the fixed width layouts */
17
18div.fixed
19{
478d167b 20width: 980px !important;
ee64336e 21margin: 0;
01885878 22}
23
24/* Basic Stuff */
25
26*
27{
28margin: 0em;
29padding: 0em;
30}
31
32body
33{
ee64336e 34 font-family: "Verdana", "Deja-Vu Sans", "Bitstream Vera Sans", sans-serif;
0fcfc468
HS
35 font-size: 0.9em;
36 background: #880400; /* url(/images/bg.png) repeat;*/
37 color: #585858;
01885878 38}
39
40h1,h2,h3,h4,h5,h6
41{
42font-weight: normal;
43letter-spacing: -1px;
44text-transform: lowercase;
45}
46
47h3,h4,h5,h6
48{
49color: #66000F;
50}
51
52h1 span
53{
54font-weight: bold;
55}
56
57h3 span
58{
59font-weight: bold;
60}
61
62h4 span
63{
64font-weight: bold;
65}
66
67br.clear
68{
69clear: both;
70}
71
72img
73{
74padding: 3px;
01885878 75}
76
77img.floatTL
78{
79float: left;
80margin-right: 1.5em;
81margin-bottom: 1.5em;
82margin-top: 0.5em;
83}
84
0580369c 85img.floatTR
86{
87float: right;
88margin-left: 1.5em;
89margin-bottom: 1.5em;
90margin-top: 0.5em;
91}
92
ed7b0117 93img.symbol
94{
95float: left;
96margin-bottom: 0em;
478d167b 97border: 0;
ed7b0117 98}
99
01885878 100a
101{
102text-decoration: underline;
103color: #D90000;
478d167b 104border-style: none;
01885878 105}
106
107a:hover
108{
109text-decoration: none;
110}
111
112ul.links
113{
65426611 114 /* list-style: none; */
478d167b 115 padding-left: 1em;
01885878 116}
117
118ul.links li
119{
ee64336e 120line-height: 1.5em;
65426611 121font-size: 0.9em;
ee64336e 122/* display: inline; */
01885878 123}
124
125ul.links li.first
126{
127}
128
129p
130{
478d167b 131line-height: 1.5em;
01885878 132}
133
134/* Header */
135
136#header
137{
138width:100%;
ee64336e 139height:102px;
0fcfc468 140background: url('/images/bg-menu99.png') repeat-x;
01885878 141}
142
143#header_inner
144{
145position: relative;
ee64336e 146width: 980px;
147height:102px;
01885878 148margin: 0 auto;
ee64336e 149}
150
151img.symbol
152{
153margin: 0;
154padding: 0;
01885878 155}
156
157/* Logo */
158
159#logo
160{
161position: absolute;
ee64336e 162top: 0;
163float: left;
01885878 164}
165
ee64336e 166#header h1
01885878 167{
ee64336e 168float: left;
169margin-left: 105px;
478d167b
HS
170color: #eee;
171font-size: 150%;
01885878 172}
173
ee64336e 174#header h2
01885878 175{
ee64336e 176float: left;
177margin-left: 105px;
01885878 178color: #E5CCD0;
179font-size: 1.0em;
ee64336e 180vertical-align: bottom;
181}
182
183/* Header Line's */
184#line1
185{
478d167b 186height: 37px;
ee64336e 187}
188
189#line2
190{
191height: 32px;
192}
193
194#line3
195{
196height: 31px;
01885878 197}
198
199/* Lang */
200
201#lang
202{
203position: absolute;
204right: 0em;
205top: 0em;
206}
207
208#lang img
209{
210float: left;
211border: none;
212margin-right: 0.5em;
213margin-bottom: 1.5em;
214margin-top: 0.5em;
215width: 30px;
216}
217
218/* Menu */
219
220#menu
221{
222position: absolute;
ee64336e 223left: 105px;
224top: 0em;
01885878 225}
226
227#menu ul
228{
229list-style: none;
230}
231
232#menu li
233{
234float: left;
235}
ee64336e 236#menu li
237{
238vertical-align: middle;
d85b931c 239background: #333 url('/images/btn-break.png') center;
ee64336e 240}
01885878 241#menu li a
242{
ee64336e 243margin-left: 1px; /*0.5em;*/
244margin-right: 1px;
01885878 245display: block;
478d167b
HS
246padding: 10px 5px 0 8px;
247height: 26px;
d85b931c 248background: #333 url('/images/btn-empty.png') repeat-x center;
478d167b
HS
249color: #ddd;
250font-weight: bolder;
ee64336e 251vertical-align: middle;
478d167b 252font-size: 0.8em;
01885878 253text-decoration: none;
254}
255
256#menu li a.active
257{
d85b931c 258background: #CA2F2F url('/images/btn-red2.png') repeat-x center;
478d167b 259color: #ddd;
ee64336e 260}
261
262#menu li a:hover
263{
d85b931c 264background: #333 url('/images/btn-red2.png') repeat-x center;
01885878 265color: #fff;
01885878 266}
267
268/* Main */
269
270#main
271{
ee64336e 272/* background: #fff url('images/n2.gif') 0px 1px repeat-x; */
01885878 273}
274
275#main_inner p
276{
277text-align: justify;
478d167b 278margin-bottom: 0.5em;
ee64336e 279font-size: 0.9em;
01885878 280}
281
e7955bf2 282#main_inner .post a
c5d20cf3
JPT
283{
284font-size: 0.9em;
285}
286
01885878 287#main_inner ul
288{
289margin-bottom: 2.0em;
19bfeaa4 290font-size: 0.9em;
01885878 291}
292
293#main_inner
294{
295position: relative;
296width: 950px;
297margin: 0 auto;
01885878 298}
299
300#main_inner h3,h4
301{
302border-bottom: dotted 1px #E1E1E1;
303position: relative;
304}
305
306#main_inner h3
307{
308font-size: 2.1em;
309padding-bottom: 0.1em;
478d167b 310margin-bottom: 0.5em;
01885878 311}
312
313#main_inner h4
314{
315font-size: 1.2em;
316padding-bottom: 0.175em;
478d167b 317margin-bottom: 0.25em;
01885878 318margin-top: 0.95em;
319}
320
321#main_inner .post
322{
323position: relative;
478d167b 324margin-bottom: 2.0em;
01885878 325}
326
327#main_inner .post h3
328{
329position: relative;
330font-size: 1.7em;
478d167b 331padding-bottom: 0.25em;
01885878 332}
333
478d167b 334#main_inner .post ul.post_info , #main_inner .post .post_info
01885878 335{
336list-style: none;
337position: absolute;
338top: 3em;
339font-size: 0.8em;
340}
341
478d167b
HS
342#main_inner .post .post_info
343{
344width: 100%;
345text-align: right;
346margin-top: -1.5em;
347}
ee64336e 348#main_inner .post ul
349{
350padding-left: 1.0em;
351}
352
01885878 353#main_inner .post ul.post_info li
354{
478d167b 355background-position: 0em center;
01885878 356background-repeat: no-repeat;
357display: inline;
ee64336e 358padding-left: 15px;
01885878 359}
360
361#main_inner .post ul.post_info li.date
362{
363background-image: url('images/n5.gif');
364}
365
366#main_inner .post ul.post_info li.comments
367{
368background-image: url('images/n6.gif');
369margin-left: 1.1em;
370}
371
ee64336e 372table {
373 border: 0px;
374 border-collapse: collapse;
375 border-spacing: 0px;
376 margin: 0em;
377 padding: 0em;
378 width: 980px;
478d167b
HS
379 max-width: 980px;
380}
381.post table {
382 width: 900px;
383 max-width: 900px;
a86c82cd 384 font-size: 0.9em;
ee64336e 385}
386#sh-tl {
d85b931c 387 background: url(/images/sh-tl.png) no-repeat right bottom;
ee64336e 388}
389#sh-top {
d85b931c 390 background: url(/images/sh-top.png) repeat-x bottom;
ee64336e 391}
392#sh-tr {
d85b931c 393 background: url(/images/sh-tr.png) no-repeat left bottom;
ee64336e 394}
395#sh-lft {
d85b931c 396 background: url(/images/sh-lft.png) repeat-y right;
ee64336e 397}
398#sh-rgt {
d85b931c 399 background: url(/images/sh-rgt.png) repeat-y left;
ee64336e 400}
401#sh-bl {
d85b931c 402 background: url(/images/sh-bl.png) no-repeat right top;
ee64336e 403}
404#sh-btn {
d85b931c 405 background: url(/images/sh-btn.png) repeat-x top;
ee64336e 406}
407#sh-br {
d85b931c 408 background: url(/images/sh-br.png) no-repeat left top;
ee64336e 409}
410#no-sh {
0fcfc468
HS
411 background-color: #f5f5f5;
412 width: 980px;
ee64336e 413}
414#sh-tl, #sh-top, #sh-tr, #sh-lft, #sh-rgt, #sh-bl, #sh-btn, #sh-br {
93083e6b
MT
415 width: 16px;
416 height: 16px;
ee64336e 417 padding: 0px;
418 border-width: 0px;
419 border-style: none;
420}
d85b931c
MT
421.banner {
422 border: 0;
423}
ee64336e 424
efe0c55b
MT
425#nodes {
426 width: 720px;
427}
428#nodes th, #nodes td {
429 text-align: left;
430}
431#nodes td {
432 width: 50px;
433}
0fcfc468 434
01885878 435/* Footer */
436
437#footer
438{
01885878 439clear: both;
ee64336e 440height: 26px;
441color: #ddd;
ee64336e 442text-align: center;
d85b931c 443background: url(/images/ft.png) left top;
ee64336e 444margin-top: 0em;
445margin-bottom: 0em;
0fcfc468
HS
446padding-top: 0.5em;
447padding-bottom: 0.5em;
01885878 448text-transform: lowercase;
449}
450
451/* Search */
452
453input.button
454{
455background: #CA2F2F url('images/n3.gif') repeat-x;
456color: #fff;
457border: solid 1px #A94B4B;
458font-weight: bold;
459text-transform: lowercase;
460font-size: 0.8em;
461height: 2.0em;
462}
463
464input.text
465{
466border: solid 1px #F1F1F1;
467font-size: 1.0em;
468padding: 0.25em 0.25em 0.25em 0.25em;
469}
470
471#search
472{
473position: relative;
474width: 100%;
475margin-bottom: 2.0em;
476}
477
478#search input.text
479{
480position: absolute;
481top: 0em;
482left: 0em;
483width: 9.5em;
484}
485
486#search input.button
487{
488position: absolute;
489top: 0em;
490right: 0em;
491min-width: 2.0em;
492max-width: 2.5em;
493}
494
c97aa866 495.thumbnail{
496position: relative;
497z-index: 0;
498}
499
500.thumbnail:hover{
501background-color: transparent;
502z-index: 50;
503}
504
505.thumbnail span{ /*CSS for enlarged image*/
506position: absolute;
507background-color: lightyellow;
508padding: 5px;
509left: -1000px;
510border: 1px dashed gray;
511visibility: hidden;
512color: black;
513text-decoration: none;
514}
515
516.thumbnail span img{ /*CSS for enlarged image*/
517border-width: 0;
518padding: 2px;
519}
520
521.thumbnail:hover span{ /*CSS for enlarged image on hover*/
522visibility: visible;
523top: 0;
524left: 60px; /*position where enlarged image should offset horizontally */
525
526}
527
c8c8c651
MT
528.feed {
529 margin-left: 3px;
530 padding: 0 0 0 19px;
d85b931c 531 background: url("/images/feed.png") no-repeat 0 50%;
c8c8c651
MT
532}
533
01885878 534/* LAYOUT - 3 COLUMNS */
535
536 /* Primary content */
537
538 #primaryContent_3columns
539 {
540 position: relative;
541 margin-right: 34em;
542 }
543
544 #columnA_3columns
545 {
546 position: relative;
547 float: left;
548 width: 100%;
549 margin-right: -34em;
550 padding-right: 2em;
551 }
552
553 /* Secondary Content */
554
555 #secondaryContent_3columns
556 {
557 float: right;
558 }
559
560 #columnB_3columns
561 {
562 width: 13.0em;
563 float: left;
564 padding: 0em 2em 0.5em 2em;
565 border-left: dotted 1px #E1E1E1;
566 }
567
568 #columnC_3columns
569 {
570 width: 13.0em;
571 float: left;
572 padding: 0em 0em 0.5em 2em;
573 border-left: dotted 1px #E1E1E1;
574 }
575
576/* LAYOUT - 2 COLUMNS */
577
578 /* Primary content */
579
580 #primaryContent_2columns
581 {
582 position: relative;
478d167b 583 /* margin-right: 17em; */
01885878 584 }
585
586 #columnA_2columns
587 {
588 position: relative;
589 float: left;
478d167b
HS
590 padding: 1em 0.5em 0.5em 1em;
591 width: 710px;
01885878 592 }
593
594 /* Secondary Content */
595
596 #secondaryContent_2columns
597 {
598 float: right;
599 }
600
601 #columnC_2columns
602 {
603 width: 13.0em;
604 float: left;
478d167b 605 padding: 0em 0.5em 0.5em 0.5em;
01885878 606 border-left: dotted 1px #E1E1E1;
607 }
608
609/* LAYOUT - COLUMNLESS */
610
611 /* Primary content */
612
613 #primaryContent_columnless
614 {
615 position: relative;
616 }
617
618 #columnA_columnless
619 {
620 position: relative;
621 width: 100%;
622 }