]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - html/html/themes/darkdos/include/style.css
Merge remote-tracking branch 'mfischer/python' into next
[people/pmueller/ipfire-2.x.git] / html / html / themes / darkdos / include / style.css
CommitLineData
8e8fb1da
LS
1/*darkdos theme by d4rkd0s*/
2
3/* This controls the width of the fluid width layouts */
4
5div.fluid
6{
7width: 90% !important;
8}
9
10/* This controls the width of the fixed width layouts */
11
12div.fixed
13{
14width: 950px !important;
15}
16
17/* Basic Stuff */
18
19*
20{
21margin: 0em;
22padding: 0em;
23}
24
25body
26{
27background-color: #000000;
28color: rgb(255,128,0);
29font-size: 10pt;
30font-family: "trebuchet ms", helvetica, sans-serif;
31}
32
33h1,h2,h3,h4,h5,h6
34{
35background-color: #000000;
36font-weight: normal;
37letter-spacing: -1px;
38text-transform: lowercase;
39text-align: left;
40}
41
42h3,h4,h5,h6
43{
44background-color: #000000;
45color: silver;
46}
47
48h1 span
49{
50font-weight: bold;
51color: rgb(255,58,58);
52}
53
54h3 span
55{
56background-color: #000000;
57font-weight: bold;
58}
59
60h4 span
61{
62background-color: #000000;
63font-weight: bold;
64}
65
66br.clear
67{
68background-color: #000000;
69clear: both;
70}
71
72img
73{
74}
75
76img.floatTL
77{
78float: left;
79margin-right: 1.5em;
80margin-bottom: 1.5em;
81margin-top: 0.5em;
82}
83
84a
85{
86text-decoration: underline;
87color: white;
88}
89
90a:hover
91{
92text-decoration: none;
93}
94
95ul.links
96{
97list-style: none;
98}
99
100ul.links li
101{
102line-height: 2em;
103}
104
105ul.links li.first
106{
107}
108
109p
110{
111line-height: 1.8em;
112}
113
114/* Header */
115
116#header
117{
118width:100%;
119height:100px;
120background: #000000 url('/themes/darkdos/images/b1.gif') repeat-x;
121}
122
123#header_inner
124{
125position: relative;
126width: 700px;
127height:110px;
128margin: 0 auto;
129}
130
131/* Logo */
132
133#logo
134{
135position: absolute;
136bottom: 0.6em;
137}
138
139#logo h1
140{
141display: inline;
142color: #fff;
143font-size: 2.6em;
144}
145
146#logo h2
147{
148display: inline;
149padding-left: 0.5em;
150color: white;
151font-size: 1.0em;
152}
153
154/* Menu */
155
156#menu
157{
158position: absolute;
159right: 0em;
160bottom: 0em;
161}
162
163#menu ul
164{
165list-style: none;
166}
167
168#menu li
169{
170float: left;
171}
172
173#menu li a
174{
175margin-left: 0.5em;
176display: block;
177padding: 1.1em 1.4em 1.0em 1.4em;
178background: url('/themes/darkdos/images/b4.gif') repeat-x;
179border: solid 1px #fff;
180color: #616161;
181font-weight: bold;
182font-size: 1.0em;
183text-transform: lowercase;
184text-decoration: none;
185}
186
187#menu li a.active
188{
189background: url('/themes/darkdos/images/b3.gif') repeat-x;
190color: #fff;
191border: solid 1px silver;
192}
193
194/* Main */
195
196#main
197{
198background: #000000 url('/themes/darkdos/images/b2.gif') 0px 1px repeat-x;
199}
200
201#main_inner p
202{
203text-align: justify;
204margin-bottom: 2.0em;
205}
206
207#main_inner ul
208{
209margin-bottom: 2.0em;
210}
211
212#main_inner
213{
214position: relative;
215width: 950px;
216margin: 0 auto;
217padding-top: 3.5em;
218}
219
220#main_inner h3,h4
221{
222border-bottom: dotted 1px #E1E1E1;
223position: relative;
224padding-bottom: 0.4em;
225}
226
227#main_inner h3
228{
229font-size: 2.1em;
230padding-bottom: 0.1em;
231}
232
233#main_inner h4
234{
235font-size: 1.2em;
236padding-bottom: 0.175em;
237margin-bottom: 1.4em;
238margin-top: 0.95em;
239}
240
241#main_inner .post
242{
243position: relative;
244}
245
246#main_inner .post h3
247{
248position: relative;
249font-size: 1.7em;
250padding-bottom: 0.4em;
251}
252
253#main_inner .post ul.post_info
254{
255list-style: none;
256position: absolute;
257top: 3em;
258font-size: 0.8em;
259}
260
261#main_inner .post ul.post_info li
262{
263background-position: 0em 0.2em;
264background-repeat: no-repeat;
265display: inline;
266padding-left: 18px;
267}
268
269#main_inner .post ul.post_info li.date
270{
271background-image: url('/themes/darkdos/images/b5.gif');
272}
273
274#main_inner .post ul.post_info li.comments
275{
276background-image: url('/themes/darkdos/images/b6.gif');
277margin-left: 1.1em;
278}
279
280/* Footer */
281
282#footer
283{
284width: 950px;
285margin: 0 auto;
286text-align: center;
287clear: both;
288border-top: dotted 1px #E1E1E1;
289margin-top: 1.0em;
290margin-bottom: 1.0em;
291padding-top: 1.0em;
292text-transform: lowercase;
293}
294
295/* Search */
296
297select
298{
299margin: 0.2em;
300background-color: rgb(255,58,58); color:black; border:1px solid silver;
301}
302
303textarea
304{
305margin: 0.2em;
306background-color: rgb(255,58,58); color:black; border:1px solid silver;
307}
308
309checkbox
310{
311margin: 0.2em;
312background-color: rgb(255,58,58); color:black; border:1px solid silver;
313}
314
315radio
316{
317margin: 0.2em;
318background-color: rgb(255,58,58); color:black; border:1px solid silver;
319}
320
321input
322{
323margin: 0.2em;
324background-color: rgb(255,58,58); color:black; border:1px solid silver;
325}
326
327input.button
328{
329background: #CA2F2F url('/themes/darkdos/images/b3.gif') repeat-x;
330color: #fff;
331border: solid 1px #2941BC;
332font-weight: bold;
333text-transform: lowercase;
334font-size: 0.8em;
335height: 2.0em;
336}
337
338input.text
339{
340border: solid 1px #F1F1F1;
341font-size: 1.0em;
342padding: 0.25em 0.25em 0.25em 0.25em;
343}
344
345#search
346{
347position: relative;
348width: 100%;
349margin-bottom: 2.0em;
350}
351
352#search input.text
353{
354position: absolute;
355top: 0em;
356left: 0em;
357width: 9.5em;
358}
359
360#search input.button
361{
362position: absolute;
363top: 0em;
364right: 0em;
365min-width: 2.0em;
366max-width: 2.5em;
367}
368
c98b743c
SS
369table.fw-nat tbody tr td {
370 height: 2.25em;
371}
372
8e8fb1da
LS
373/* LAYOUT - 3 COLUMNS */
374
375 /* Primary content */
376
377 #primaryContent_3columns
378 {
379 position: relative;
380 margin-right: 34em;
381 }
382
383 #columnA_3columns
384 {
385 position: relative;
386 float: left;
387 width: 100%;
388 margin-right: -34em;
389 padding-right: 2em;
390 }
391
392 /* Secondary Content */
393
394 #secondaryContent_3columns
395 {
396 float: right;
397 }
398
399 #columnB_3columns
400 {
401 width: 13.0em;
402 float: left;
403 padding: 0em 2em 0.5em 2em;
404 border-left: dotted 1px #E1E1E1;
405 }
406
407 #columnC_3columns
408 {
409 width: 13.0em;
410 float: left;
411 padding: 0em 0em 0.5em 2em;
412 border-left: dotted 1px #E1E1E1;
413 }
414
415/* LAYOUT - 2 COLUMNS */
416
417 /* Primary content */
418
419 #primaryContent_2columns
420 {
421 position: relative;
422 margin-right: 17em;
423 }
424
425 #columnA_2columns
426 {
427 position: relative;
428 float: left;
429 width: 100%;
430 margin-right: -17em;
431 padding-right: 2em;
432 }
433
434 /* Secondary Content */
435
436 #secondaryContent_2columns
437 {
438 float: right;
439 }
440
441 #columnC_2columns
442 {
443 width: 13.0em;
444 float: left;
445 padding: 0em 0em 0.5em 2em;
446 border-left: dotted 1px #E1E1E1;
447 }
448
449/* LAYOUT - COLUMNLESS */
450
451 /* Primary content */
452
453 #primaryContent_columnless
454 {
455 position: relative;
456 }
457
458 #columnA_columnless
459 {
460 position: relative;
461 width: 100%;
462 }
463
464/* FOOTER COLORIZE BANDWIDTH */
465
466#rx_kbs { color: green; }
467
468#tx_kbs { color: red; }