]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - html/html/include/style.css
Kleinere fixes an der Backup Routine
[people/pmueller/ipfire-2.x.git] / html / html / include / style.css
1 /* Stylesheet for endian firewall */
2 /* Author: Raphael Vallazza */
3
4 /* body */
5
6 body {
7 margin: 0px;
8 padding: 0px;
9 padding-top: 3px;
10 background-color: #FFFFFF;
11 background-image: url(../images/background.gif);
12 font-family: tahoma,verdana,arial,sans-serif;
13 background-repeat: repeat-x;
14 font-size: 11px;
15 color: #444;
16 min-width: 760px;
17 }
18
19 h1, h2 {
20 font-size: 16px;
21 font-weight: bold;
22 color: #3F5368;
23 padding: 0;
24 margin: 0;
25 margin-bottom: 10px;
26 }
27
28 h3 {
29 width: inherit;
30 background: url(../images/heading-back.gif);
31 background-repeat: no-repeat;
32 border-right: 1px solid #ccc;
33 font-size: 10px;
34 font-weight: bold;
35 color: #656565;
36 margin: 0;
37 padding-left: 30px;
38 line-height: 20px;
39 display: block;
40 }
41
42 h4, h5 {
43 font-size: 12px;
44 font-weight: bold;
45 color: #3F5368;
46 }
47
48 #placeholder {
49 width: 760px;
50 height: 1px;
51 padding: 0;
52 margin: 0;
53 }
54
55 /* main content box */
56 #header {
57 width: 100%;
58 height: 74px;
59 margin: 0;
60 padding: 0;
61 display: block;
62 }
63
64 #logo-product {
65 padding-top: 17px;
66 padding-left: 40px;
67 margin: 0;
68 float: left;
69 }
70
71 #logo-ipfire {
72 padding-top: 10px;
73 padding-right: 50px;
74 margin: 0;
75 float: right;
76 }
77
78 #header-icons {
79 padding-top: 27px;
80 padding-right: 30px;
81 margin: 0;
82 float: right;
83 }
84
85 #content {
86 width: 100%;
87 margin-top: 50px;
88 }
89
90 #page-content {
91 margin-left: 20px;
92 }
93
94 select, input, textarea {
95 font-family: sans-serif;
96 font-size: 100%;
97 }
98
99 form {
100 margin: 0;
101 padding: 0;
102 }
103