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