]> arthur.barton.de Git - netatalk.git/blob - doc/gfx_and_css/netatalk.css
Merge remote-tracking branch 'origin/branch-netatalk-3-0' into develop
[netatalk.git] / doc / gfx_and_css / netatalk.css
1 BODY {
2         /* font-family: helvetica, arial, "lucida sans", sans-serif; */
3         font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
4         background-color: white;
5         font-size: 1em;
6         margin-left: 15px;
7         margin-right: 15px;
8 }
9
10 .pdparam{
11         /* font-family: helvetica, arial, "lucida sans", sans-serif; */
12         font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
13         font-size: 12px;
14 }
15
16 TD {
17         /* font-family: helvetica, arial, "lucida sans", sans-serif; */
18         font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
19         font-size: 12px;
20 }
21
22 H1, H2, H3 {
23         font-size: 130%;
24         padding: 2px;
25         margin-top: 0px;
26 }
27
28 H1 {
29         background-color: #424242;
30         color: #FFFFFF;
31 }
32
33 H2 {
34         background-color: #424242;
35         color: #FFFFFF;
36         text-decoration: none;
37 }
38
39 H3 {
40         background-color: #330000;
41         color: #FFFFFF;
42 }
43
44 H4 {
45         color: #330000;
46         font-size: 120%;
47 }
48
49 H5 {
50         font-size: 100%;
51         color: #330000;
52 }
53
54 .term {
55         color: black;
56 }
57
58 TR.qandadiv TD {
59         padding-top: 1em;
60 }
61
62 DIV.navheader {
63         font-size: 80%;
64         margin-top: 15px;
65 }
66
67 div.titlepage {
68         margin-top: 15px;
69 }
70
71 DIV.navheader th{
72         font-size: 100%;
73 }
74
75 DIV.navfooter {
76         font-size: 80%;
77 }
78
79 A:link {
80         color: #660000;
81 }
82
83 A:visited {
84         color: #CC0000;
85 }
86
87 A:active {
88         color: #FF0033;
89 }
90
91 TR.question {
92         color: #33C;
93         font-weight: bold;
94 }
95
96 TR.question TD {
97         padding-top: 1em;
98 }
99
100 DIV.variablelist {
101         padding-left: 2em;
102         color: #33C;
103 }
104
105 P {
106         color: black;
107 }
108
109 DIV.caution, DIV.tip, DIV.important {
110         border: dashed 1px;
111         background-color: #EEEEFF;
112         width: 60em;
113         padding: 5px;
114 }
115
116 PRE.programlisting, PRE.screen {
117         border: #630 1px dashed;
118         color: #993300;
119         padding: 2px;
120         font-size: 120%;
121 }
122 DIV.warning { 
123         border: dashed 1px;
124         background-color: #BFBFBF;
125         width: 60em;
126         padding: 5px;
127
128
129 DIV.note { 
130         border: dashed 1px;
131         background-color: #f2f2f2;
132         width: 60em;
133         padding: 5px;
134
135
136 DIV.author {
137         padding-top: 1em;
138 }
139
140 DIV.revhistory table{
141         font-size: 12px;
142         border-collapse: collapse;
143         border-spacing: 0;
144         border: 0px;
145 }
146
147 DIV.revhistory tr {
148         border: 0px;
149 }
150
151 DIV.revhistory td {
152         border: 0px;
153 }
154
155 DIV.revhistory th {
156         border: 0px;
157 }
158
159 div.book, div.chapter, div.refentry {
160         font-size: 12px;
161 }
162
163 div.indexdiv {
164         font-size: 12px;
165 }
166
167 tt {
168         font-size: 12px;
169 }
170
171 /**
172  * netatalk
173  */
174 /* definitions for the header */
175 div#header {
176     margin-top: 15px;
177     margin-left: -15px;
178     margin-right: -15px;
179     height: 109px;
180     white-space: nowrap;
181     background-color: #424242;
182     background-image: url(/gfx/bg.gif);
183     background-repeat: no-repeat;
184     background-position: 380px 0px;
185 }
186
187 div#logo {
188         position: absolute;
189         margin-top: 0px;
190         margin-left: 25px;
191         width: 225px;
192         height: 109px;
193         padding: 0px;
194         background-image: url(/gfx/netatalklogo.gif);
195         background-repeat: no-repeat;
196 }
197
198 #logo img {
199     border: 0px;
200 }
201
202 div#menlinks {
203         position: absolute;
204         left: 272px;
205         top: 102px;
206         font-family: Geneva, Arial, Helvetica, sans-serif;
207         font-size: 12px;
208         font-weight: normal;
209         color: #FFFFFF;
210         text-decoration: none;
211         white-space: nowrap;
212
213 }
214
215 div#menlinks a, div#menlinks a:visited {
216     color: #FFFFFF;
217     margin-right: 15px;
218     text-decoration: none;
219 }
220
221 #menlinks img {
222    border: 0px;
223 }
224
225 .italic {
226         font-family: Geneva, Arial, Helvetica, sans-serif;
227         font-size: 11px;
228         font-style: italic;
229         font-weight: normal;
230         color: #000000;
231         text-decoration: none;
232 }
233
234 a, a:visited {
235   text-decoration: none;
236   color: #660000;
237 }
238
239 /* definitions for the footer */
240 div.footer {
241         margin-left: 210px;
242         margin-top: 22px;
243         font-size: 75%;
244         width: 145px;
245         text-align: left;
246         white-space: nowrap;
247 }
248
249 .footer img {
250    padding-right: 5px;
251 }