1/**
2 * Theme: dokuwiki
3 * @author Eric A. Meyer (http://meyerweb.com/) [default theme]
4 * @author Anika Henke <a.c.henke@arcor.de>
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8body {background: #fff url(logo.png) top right no-repeat; color: #000; font-size: 1.9em;}
9:link, :visited {text-decoration: none; color: #436976;font-style:italic;}
10#controls :active {color: #436976 !important;}
11#controls :focus {outline: 1px dotted #436976;}
12h1, h2, h3, h4 {font-size: 100%; margin: 0; padding: 0; font-weight: inherit;}
13ul, pre {margin: 0; line-height: 1em;}
14html, body {margin: 0; padding: 0; font-family: Verdana, Helvetica, sans-serif;}
15
16blockquote, q {font-style: italic;}
17blockquote {padding: 0 2em 0.5em; margin: 0 1.5em 0.5em; text-align: center; font-size: 1em;}
18blockquote p {margin: 0;}
19blockquote em {font-style: normal;}
20blockquote strong {display: block; margin-top: 0.5em; font-weight: normal; font-size: smaller; font-style: normal;}
21blockquote strong em {font-style: italic;}
22
23.slide code {padding: 2px 0.25em; font-weight: bold; color: #000;}
24.slide pre {padding: 0.5em; margin: 0.25em 0 0.5em 0.5em; color: #000; font-size: 80%;background:#dee7ec;border:1px dashed #8cacbb;}
25.slide ul {margin-left: 5%; margin-right: 7%; list-style: disc;}
26.slide li {margin-top: 0.75em; margin-right: 0;}
27.slide ul ul {line-height: 1;}
28.slide ul ul li {margin: .2em; font-size: 85%; list-style: square;}
29
30div#header, div#footer {background: #dee7ec; color: #000;
31  font-family: Verdana, Helvetica, sans-serif;}
32div#header {background: #dee7ec url(logo.png) top right no-repeat;
33  line-height: 1px;}
34div#footer {font-size: 0.5em; font-weight: bold; padding: 1em 0;border-top:1px solid #8cacbb;}
35#footer h1, #footer h2 {display: block; padding: 0 1em;}
36#footer h2 {font-style: italic;}
37
38div.long {font-size: 0.75em;}
39.slide h1 {position: absolute; top: 0.1em; left: 1.5%; z-index: 1;
40  margin: 0; padding: 0.3em 0 0 25px; white-space: nowrap;
41  font: bold 150%/1em Verdana, Helvetica, sans-serif;
42  color: #436976; background: inherit;}
43.slide h2 {font-size: 140%;}
44.slide h3 {font-size: 130%;}
45h1 abbr {font-variant: small-caps;}
46
47div#controls {position: absolute; left: 50%; bottom: 0;
48  width: 50%;
49  text-align: right; font: bold 0.9em Verdana, Helvetica, sans-serif;}
50html>body div#controls {position: fixed; padding: 0 0 1em 0;
51  top: auto;}
52div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
53  margin: 0; padding: 0;}
54#controls #navLinks a {padding: 0; margin: 0 0.5em;
55  background: transparent; border: none; color: #436976;
56  cursor: pointer;}
57#controls #navList {height: 1em;}
58#controls #navList #jumplist {position: absolute; bottom: 0; right: 0; background: #fff; color: #436976;}
59
60#currentSlide {text-align: center; font-size: 0.5em; color: #436976;}
61
62#slide0 {padding-top: 3.5em; font-size: 90%;}
63#slide0 h1 {position: static; margin: 1em 0 0; padding: 0;
64   font: bold 2em Verdana, Helvetica, sans-serif; white-space: normal;
65   color: #436976; background: transparent;
66   /*letter-spacing:0.25em; border-bottom:2px dashed #f90;border-right:2px dashed #f90;*/}
67#slide0 h2 {font: bold 1.5em Verdana, Helvetica, sans-serif; margin: 0.25em;
68   color: #638c9c; background: transparent;}
69#slide0 h3 {margin-top: 1.5em; font-size: 1.5em;}
70#slide0 h4 {margin-top: 0; font-size: 1em;}
71
72img{border: none;}
73
74ul li {list-style-type: square}
75li {color: #436976; font-weight: bold; }
76li div.li {color: #000; font-weight:normal; }
77
78