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