1body {
2  background: -webkit-gradient(linear, 0% 0%, 0% 21%, from(#639cb7), to(#C0DEED), color-stop(.5,#C0DEED));
3  background: -moz-linear-gradient(5% 0.5% 270deg, #639CB7, #C0DEED, #C0DEED 20%);
4  color: #333333;
5  font-family: Arial,Tahoma,Verdana;
6  font-size: 13.5px;
7}
8
9
10/*
11 # Layout
12*/
13
14#header {
15  border-top: 5px solid #CE4F00;
16  background-color:#000000;
17  padding:5px 0;
18}
19
20#location {
21  margin: 10px auto;
22}
23
24#location a {
25}
26
27#banner {
28  background: #000000;
29  text-align: center;
30  padding:10px;
31}
32
33#content {
34  background-color:#DBEDF5;
35  -moz-border-radius:5px;
36  -webkit-border-radius:5px;
37  border-radius:5px;
38  width:900px;
39
40}
41
42#leftcol{
43  width:237px;
44  float:right;
45  position:relative;
46  padding:20px;
47  background-color:#DBEDF5;
48  -moz-border-radius:5px;
49  -webkit-border-radius:5px;
50  border-radius:5px;
51}
52
53#maincol{
54  position: relative;
55  width:620px;
56  float:left;
57  min-height:1700px;
58  background-color:#FFFFFF;
59  border-right:medium solid #C9CACC;
60  -moz-border-radius:5px;
61  -webkit-border-radius:5px;
62  border-radius:5px;
63}
64
65#footer {
66  height: 100px;
67  overflow: hidden;
68  width: 100%;
69  position: relative;
70}
71
72#copyright {
73  color:#333333;
74  padding:5px;
75  margin:10px 0;
76}
77
78#copyright a {
79  text-decoration: none;
80  color: #333333;
81}
82
83.inner {
84  width: 940px;
85  margin: auto;
86}
87
88.bar_left {
89  float: left;
90  vertical-align: middle;
91}
92
93.bar_right {
94  float: right;
95  vertical-align: middle;
96}
97
98/* End Layout */
99
100
101/*
102 # DokuWiki overrides
103*/
104
105div.dokuwiki div.page {
106  margin: 20px;
107  text-align: justify;
108}
109
110div.dokuwiki div.page p {
111  line-height:20px;
112}
113
114
115div.dokuwiki ul {
116  margin: 0 0 0 1.5em;
117}
118div.dokuwiki table.ul ul {
119  margin: 0 0 0 1.5em;
120}
121
122html > body div.dokuwiki input.button, html > body div.dokuwiki button.button {
123  background: #FAFAFA;
124  -moz-border-radius:3px;
125  -webkit-border-radius:3px;
126  border-radius:3px;
127  color:#444444;
128}
129
130/* general headline setup */
131div.dokuwiki h1 { margin-bottom:5px; }
132
133div.dokuwiki h2,
134div.dokuwiki h3,
135div.dokuwiki h4,
136div.dokuwiki h5 {
137    color: __text__;
138    background-color: inherit;
139    font-size: 110%;
140    font-weight: normal;
141    margin: 0 0 0.5em 0;
142    padding: 0.5em 0 0 0;
143    border-bottom: 1px solid #ccf;
144    clear: left;
145}
146
147/* special headlines */
148div.dokuwiki h1 {margin-left: 0px; font-weight: bold; font-size: 19px; padding-top: 0px;}
149div.dokuwiki h2 {margin-left: 15px;font-weight: bold;}
150div.dokuwiki h3 {margin-left: 30px; font-weight: bold;}
151div.dokuwiki h4 {margin-left: 45px; font-weight: bold;}
152div.dokuwiki h5 {margin-left: 60px; font-weight: bold;}
153
154/* indent different sections */
155div.dokuwiki div.level1 { margin-left: 3px; }
156div.dokuwiki div.level2 { margin-left: 18px; }
157div.dokuwiki div.level3 { margin-left: 33px; }
158div.dokuwiki div.level4 { margin-left: 48px; }
159div.dokuwiki div.level5 { margin-left: 63px; }
160
161
162
163div.dokuwiki img.media {
164  border: 1px dashed #8CACBB;
165  margin: 3px;
166  padding: 5px;
167}
168
169div.dokuwiki code {
170    color: #0066CC;
171    font-size: 12px;
172}
173
174div.dokuwiki pre {
175    border: 1px dashed #8CACBB;
176    color: #000000;
177    font-family: monospace;
178    font-size: 12px;
179    overflow: auto;
180    padding: 0.5em;
181}
182
183
184div.dokuwiki a.wikilink1 {
185    color: #993333 !important;
186}
187
188
189div.dokuwiki a:link, div.dokuwiki a:visited {
190  color:#333333;
191}
192
193/* End DokuWiki overrides */
194
195#title {
196    color: #444444;
197    font-family: Arial,Tahoma,Verdana;
198    font-weight: bold;
199    margin: 0;
200    padding: 0 0 20px 0;
201    font-size:28px;
202    border-bottom:none;
203    text-decoration: none;
204}
205
206#sitename a {
207  color: #AEB7BC;
208  font-variant: small-caps;
209  letter-spacing: 2pt;
210  text-decoration: none !important;
211  font-size:32px;
212  font-weight: bolder;
213}
214
215
216
217.separator {
218  margin: 10px 0;
219  border-bottom: 1px solid #EAEDEF;
220}
221
222
223
224
225
226/*
227 # Widget
228*/
229
230#widget {
231  margin: 0 0 20px 0;
232  font-size: 90%;
233  color:#666666;
234}
235
236#widget h6 {
237  margin: 0 0px 5px 0px;
238  font-weight: normal;
239  font-size: 13px;
240  padding: 3px;
241  color: #006688;
242  border-bottom: 2px solid #BBCCDD;
243  font-variant: small-caps;
244  font-weight: bold;
245}
246
247
248#widget li {
249  list-style-type: none;
250  list-style-image: none;
251  margin-left: 5px;
252  text-decoration: none;
253  font-size:11px;
254  color:#666666;
255  border-bottom: 1px solid #C0E0E0;
256  line-height: 1.5em;
257}
258
259#widget a {
260  text-decoration: none;
261  color:#666666;
262}
263#widget a:hover {
264  text-decoration: underline;
265}
266
267/* End Widget */
268#box_top {
269  /* background-color: #FDFEFF; */
270  padding: 6px 0;
271  margin-bottom:10px; ;
272  overflow: hidden;
273  border-bottom:2px solid #F3F3F3;
274  border-top:2px solid #F3F3F3;
275}
276
277#box {
278  /* background-color: #FDFEFF; */
279  border: 1px solid #F2F3F4;
280  margin: 15px 0;
281  overflow: hidden;
282  padding: 7px;
283}
284
285#box h6 {
286  margin: 0px 0px 5px 0px;
287  font-weight: bold;
288  font-size: 16px;
289  padding-top: 0px;
290  color: #444;
291  clear: left;
292
293}
294
295#box h3 {
296  margin: 0px 0px 5px 0px;
297  font-weight: bold;
298  font-size: 14px;
299  padding-top: 0px;
300  color: #444;
301  clear: left;
302  }
303
304#box li {
305  list-style-type: square;
306  list-style-image: none;
307  margin-left: 15px;
308  text-decoration: none;
309}
310
311#box a {
312  text-decoration: none;
313  color: #009900;
314}
315
316#footer {
317  margin-top:10px;
318  margin-bottom:10px;
319  font-size:10px;
320  color:#555;
321}
322
323#footer a {
324  text-decoration: none;
325  color: #0084b5;
326}
327
328
329/*
330 # Menu
331*/
332#menu {
333  background: #FFF;
334  padding:5px;
335  margin-bottom:20px;
336  font-size: 90%;
337  color:#ccc;
338}
339
340#menu li {
341  list-style-type: none;
342  list-style-image: none;
343  text-decoration: none;
344  font-size:13px;
345  padding:2px;
346  text-align:center;
347  color:#5d6c72;
348  background-color:#c5cfd4;
349  font-weight: bold;
350}
351
352#menu a {
353  text-decoration: none;
354  color: #335577;
355}
356#menu a:hover {
357  text-decoration: underline;
358}
359
360/*End Menu */
361
362
363#toolbar_article {
364}
365
366#toolbar_article h6 {
367  margin: 0 0px 5px 0px;
368  font-weight: normal;
369  font-size: 13px;
370  padding: 3px;
371  color: #881111;
372  border-bottom: 3px solid #5D6C72;
373  border-top: 3px solid #5D6C72;
374  font-variant: small-caps;
375  font-weight: bold;
376}
377
378
379#toolbar_article li {
380  list-style-type: none;
381  list-style-image: none;
382  margin-left: 5px;
383  text-decoration: none;
384  font-size:11px;
385  color:#333333;
386  line-height: 1.5em;
387}
388
389
390