1div { display: block; }
2
3#leftNav,
4#fsuNav { display: none; }
5
6#topBar { font-size: 0.8em;
7          margin-bottom: 30px; }
8
9#topBar h1 { border: none; }
10#topBar span.bchead { display: none; }
11
12#topBar #topBarButtons { display: none; }
13
14#footer { margin-top: 30px;
15          font-size: 0.8em;
16          font-style: italic;
17          text-align: right; }
18
19#footer .action { display: none; }
20
21body {
22  font: 10pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
23  background-color: White;
24  color: Black;
25}
26
27table {
28  font-size: 100%;
29  padding:0;
30  margin:0;
31}
32
33tr,td,th {padding:0; margin:0;}
34
35img {border:0}
36
37a {
38  color:#000000;
39  text-decoration:none;
40  background: none !important;
41}
42
43
44div.meta {
45  clear:both;
46  margin-top: 1em;
47  font-size:70%;
48  text-align:right;
49}
50
51
52div.notify,
53div.info,
54div.success,
55div.error,
56div.breadcrumbs,
57div.secedit {
58  display:none;
59}
60
61/* --------------------- Text formating -------------------------------- */
62
63/* external link */
64a.urlextern:after {
65   content: " [" attr(href) "]";
66   font-size: 90%;
67}
68
69/* interwiki link */
70a.interwiki:after {
71   content: " [" attr(href) "]";
72   font-size: 90%;
73}
74
75/* email link */
76a.mail:after {
77   content: " [" attr(href) "]";
78   font-size: 90%;
79}
80
81/* existing wikilink */
82a.wikilink1    {text-decoration:underline }
83
84/* the document */
85div.page {
86  text-align: justify;
87}
88
89/* general headline setup */
90h1, h2, h3, h4, h5 {
91    color: Black;
92    background-color: transparent;
93    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
94    font-size: 100%;
95    font-weight: normal;
96    margin-left:    0;
97    margin-right:   0;
98    margin-top:     0;
99    margin-bottom:  1em;
100    padding-left:   0;
101    padding-right:  0;
102    padding-top:    0.5em;
103    padding-bottom: 0;
104    border-bottom: 1px solid #000000;
105    clear:left;
106}
107
108/* special headlines */
109h1 {font-size: 160%; font-weight: bold;}
110h2 {font-size: 150%; }
111h3 {font-size: 140%; border-bottom: none; }
112h4 {font-size: 120%; border-bottom: none; }
113h5 {font-size: 100%; border-bottom: none; }
114
115/* embedded images */
116img.media {
117  margin: 3px;
118}
119
120img.medialeft {
121  border: 0;
122  float: left;
123  margin: 0 1.5em 0 0;
124}
125
126img.mediaright {
127  border: 0;
128  float: right;
129  margin: 0 0 0 1.5em;
130}
131
132/* unordered lists */
133ul {
134    line-height: 1.5em;
135    list-style-type: square;
136    margin: 0 0 0.5em 1.5em;
137    padding: 0;
138
139}
140
141/* ordered lists */
142ol {
143    line-height: 1.5em;
144    margin: 0 0 0.5em 2.5em;
145    padding: 0;
146    font-weight: normal;
147}
148ol ol {
149    margin: 0 0 0.5em 1.5em;
150}
151
152div.dokuwiki ol {list-style-type: decimal}
153div.dokuwiki ol ol {list-style-type: upper-roman}
154div.dokuwiki ol ol ol {list-style-type: lower-alpha}
155div.dokuwiki ol ol ol ol {list-style-type: lower-greek}
156
157/* the list items overriding the ol definition */
158span.li {
159    font-weight: normal;
160}
161
162/* code blocks by indention */
163pre.pre {
164  font-size: 8pt;
165  padding: 0.5em;
166  border: 1px dashed #000000;
167  color: Black;
168  overflow: visible;
169}
170
171/* code blocks by code tag */
172pre.code {
173  font-size: 8pt;
174  padding: 0.5em;
175  border: 1px dashed #000000;
176  color: Black;
177  overflow: visible;
178}
179
180/* inline code words */
181code {
182  font-size: 120%;
183}
184
185/* code blocks by file tag */
186pre.file {
187  font-size: 8pt;
188  padding: 0.5em;
189  border: 1px dotted #000000;
190  color: Black;
191  overflow: visible;
192}
193
194/* footnotes */
195div.footnotes{
196  clear:both;
197  border-top: 1px solid #000000;
198  padding-left: 1em;
199  margin-top: 1em;
200}
201
202div.fn{
203  font-size:90%;
204}
205
206a.fn_top{
207  vertical-align:super;
208  font-size:80%;
209}
210
211a.fn_bot{
212  vertical-align:super;
213  font-size:80%;
214  font-weight:bold;
215}
216
217acronym{
218  border: 0;
219}
220
221/* ---------- inline tables ------------------- */
222
223table.inline {
224  font-size: 80%;
225  background-color: #ffffff;
226  border-spacing: 0px;
227  border-collapse: collapse;
228}
229
230table.inline th {
231  padding: 3px;
232  border: 1px solid #000000;
233  border-bottom: 2px solid #000000;
234}
235
236table.inline td {
237  padding: 3px;
238  border: 1px solid #000000;
239}
240
241.leftalign{
242  text-align: left;
243}
244
245.centeralign{
246  text-align: center;
247}
248
249.rightalign{
250  text-align: right;
251}
252
253.toc, .footerinc, .header, .bar, .user {display:none}
254
255