1/*
2Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5/*
6This CSS applies to the old 'default' Dokuwiki template
7*/
8body
9{
10	/* Font */
11	font-family: Arial, Verdana, sans-serif;
12	font-size: 12px;
13
14	/* Text color */
15	color: #222;
16
17	/* Remove the background color to make it transparent */
18	background-color: #fff;
19}
20
21ol,ul,dl
22{
23	/* IE7: reset rtl list margin. (#7334) */
24	*margin-right:0px;
25	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
26    padding:0 40px;
27}
28
29
30body, td, th {
31    font: 80%  "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
32}
33
34body
35{
36	background-color: #ffffff;
37	padding: 5px 5px 5px 5px;
38	margin: 0px;
39}
40
41table {  min-width: 50%; }
42
43th, .tblheader {
44  padding: 3px;
45  border: 1px solid #8cacbb !important;
46  background-color: #dee7ec;
47  font-weight: bold;
48}
49
50td {
51  padding: 3px;
52  border: 1px solid #8cacbb !important;
53}
54td
55{
56/*	font-family: Arial, Verdana, sans-serif;
57	font-size: 10pt;
58	*/
59}
60
61a[href]
62{
63/*	color: -moz-hyperlinktext !important;	*/	/* For Firefox... mark as important, otherwise it becomes black */
64/*	text-decoration: -moz-anchor-decoration; */	/* For Firefox 3, otherwise no underline will be used */
65}
66
67/*
68	Just uncomment the following block if you want to avoid spaces between
69	paragraphs. Remember to apply the same style in your output front end page.
70*/
71
72/*
73p, ul, li
74{
75	margin-top: 0px;
76	margin-bottom: 0px;
77}
78*/
79
80/*
81    The following are some sample styles used in the "Styles" toolbar command.
82    You should instead remove them, and include the styles used by the site
83    you are using the editor in.
84*/
85
86.Bold
87{
88	font-weight: bold;
89}
90
91.Title
92{
93	font-weight: bold;
94	font-size: 18px;
95	color: #cc3300;
96}
97
98
99pre {
100  margin: 0 0 1.0em 0;
101  font-size: 120%;
102  padding: 0.5em;
103  border: 1px dashed black;
104  color: black;
105  overflow: auto;
106}
107
108/* code blocks by code tag */
109pre.code {
110  background-color: #f7f9fa;
111  line-height:100%;
112}
113pre.file {
114  background-color:  #dee7ec;
115  line-height:100%;
116}
117
118h1,h2,h3,h4,h5 {
119    color: black;
120    background-color: inherit;
121    font-size: 100%;
122    font-weight: normal;
123    margin: 0 0 1em 0;
124    padding: 0.5em 0 0 0;
125    border-bottom: 1px solid #8cacbb;
126    clear: left;
127}
128
129
130h1,h2,h3,h4,h5
131 {
132  color: black !important;
133  text-decoration: none !important;
134}
135
136h1 {font-size: 160%; margin-left: 0px; font-weight: bold;}
137h2 {font-size: 150%; margin-left: 20px;}
138h3 {font-size: 140%; margin-left: 40px; border-bottom: none; font-weight: bold;}
139h4 {font-size: 120%; margin-left: 60px; border-bottom: none; font-weight: bold; }
140h5 {font-size: 100%;  margin-left: 80px; border-bottom: none; font-weight: bold;}
141
142div.level1 {margin-left: 3px;}
143div.level2 {margin-left: 23px;}
144div.level3 {margin-left: 43px;}
145div.level4 {margin-left: 63px;}
146div.dokuwiki div.level5 {margin-left: 83px;}
147
148img.media {
149  border: 0;
150  margin: 3px;
151}
152
153img.medialeft {
154  border: 0;
155  margin: 0 1.5em 0 0;
156  float: left;
157}
158
159img.baseline {
160  vertical-align:bottom;
161  text-align:left;
162  display:block;
163  border: 0;
164  margin: 3px;
165}
166
167img.mediaright {
168  border: 0;
169  float: right;
170  margin: 0 0 0 1.5em;
171}
172
173img.mediacenter, .mediacenter {
174  text-align:center;
175  display:block;
176  border: 0 ;
177  border-top: 3px solid none;
178  margin: 0 auto;
179}
180
181
182.leftalign {text-align: left;}
183.centeralign {text-align: center;}
184.rightalign {text-align: right;}
185
186
187div.footnotes {
188  clear: both;
189  border-top: 1px solid black;
190  padding-left: 1em;
191  margin-top: 1em;
192}
193
194div.fn {
195  font-size: 90%;
196}
197
198a.fn_bot {
199 font-weight: bold;
200}
201.dwcode {
202    font-family: sans-serif;
203 }
204/* unordered lists */
205ul {
206  line-height: 1.5em;
207  list-style-type: square;
208  list-style-image: none;
209  margin: 0 0 1em 3.5em;
210  color: black;
211}
212
213/* ordered lists */
214ol {
215  line-height: 1.5em;
216  list-style-image: none;
217  margin: 0 0 1em 3.5em;
218  color: black;
219
220}
221
222/* no gap in between nested lists */
223li ul {
224  margin-bottom: 0;
225}
226li ol {
227  margin-bottom: 0;
228}
229
230
231ol {list-style-type: decimal}
232ol ol {list-style-type: upper-roman}
233ol ol ol {list-style-type: lower-alpha}
234ol ol ol ol {list-style-type: lower-greek}
235
236li { font-weight: normal; }
237
238a.windows {
239  background: transparent url(images/windows.gif) 0px 1px no-repeat;
240  padding: 1px 0px 1px 16px;
241  color: #436976 !important;
242  text-decoration: none !important;
243}
244
245a.urlextern {
246 background: transparent url(images/link_icon.gif) 0px 1px no-repeat;
247 padding: 1px 0px 1px 16px;
248 color: #436976 !important;
249 text-decoration: none !important;
250}
251
252a.wikilink2 {
253  color: red !important;
254  text-decoration: none !important;
255}
256
257
258a.wikilink1 {
259  color: green !important;
260  text-decoration: none !important;
261}
262
263span.np_break {
264  line-height: 50%;
265  border:0px;
266  padding:0px;
267  margin:0px;
268}
269
270/* filenames for file and code blocks */
271 dl.file,
272 dl.code {
273    margin-top: 2em;
274    margin-bottom: 2.5em;
275}
276
277 dl.file dt,
278 dl.code dt {
279    border: 1px dashed #8cacbb;
280    display: inline;
281    padding: 0.1em 1em;
282    margin-left: 5em;
283}
284
285 dl.code dt a,
286 dl.file dt a {
287    color:#000;
288}
289
290 dl.code dt {
291    background-color: __background_other__;
292    border-bottom: 1px solid __background_other__;
293}
294
295 dl.file dt {
296    background-color: #dee7ec;
297    border-bottom: 1px solid #dee7ec;
298}
299
300dd pre.file {
301    line-height: 125%;
302}
303/* syntax highlighting code */
304.code .br0  { color: #66cc66; }
305.code .co0  { color: #808080; font-style: italic; }
306.code .co1  { color: #808080; font-style: italic; }
307.code .co2  { color: #808080; font-style: italic; }
308.code .co3  { color: #808080; }
309.code .coMULTI  { color: #808080; font-style: italic; }
310.code .es0  { color: #000099; font-weight: bold; }
311.code .kw1  { color: #b1b100; }
312.code .kw2  { color: #000000; font-weight: bold; }
313.code .kw3  { color: #000066; }
314.code .kw4  { color: #993333; }
315.code .kw5  { color: #0000ff; }
316.code .me1  { color: #006600; }
317.code .me2  { color: #006600; }
318.code .nu0  { color: #cc66cc; }
319.code .re0  { color: #0000ff; }
320.code .re1  { color: #0000ff; }
321.code .re2  { color: #0000ff; }
322.code .re3  { color: #ff3333; font-weight:bold; }
323.code .re4  { color: #009999; }
324.code .st0  { color: #ff0000; }
325.code .sy0  { color: #66cc66; }
326
327a.mediafile {
328    background: url(images/fileicons/file.png) no-repeat scroll 0 1px transparent;
329    padding-bottom: 1px;
330    padding-left: 18px;
331    color: #436976 !important;
332    text-decoration: none !important;
333}
334
335/* email link */
336a.mail {
337  background: transparent url(images/mail_icon.gif) 0px 1px no-repeat;
338  padding: 1px 0px 1px 16px;
339  color: #436976 !important;
340  text-decoration: none !important;
341}
342
343a.mf_gz {
344    background-image: url(images/fileicons/gz.png);
345}
346a.mf_csv {
347    background-image: url(images/fileicons/csv.png);
348}
349a.mf_gif {
350    background-image: url(images/fileicons/gif.png);
351}
352
353a.mf_png {
354    background-image: url(images/fileicons/png.png);
355}
356
357a.mf_txt {
358    background-image: url(images/fileicons/txt.png);
359}
360a.mf_tar {
361    background-image: url(images/fileicons/tar.png);
362}
363a.mf_jpg {
364    background-image: url(images/fileicons/jpg.png);
365}
366
367a.mf_xml {
368    background-image: url(images/fileicons/xml.png);
369}
370a.mf_c {
371    background-image: url(images/fileicons/c.png);
372}
373a.mf_ppt {
374    background-image: url(images/fileicons/ppt.png);
375}
376a.mf_conf {
377    background-image: url(images/fileicons/conf.png);
378}
379
380a.mf_xls {
381    background-image: url(images/fileicons/xls.png);
382}
383a.mf_doc {
384    background-image: url(images/fileicons/doc.png);
385}
386
387a.mf_php {
388    background-image: url(images/fileicons/php.png);
389}
390a.mf_cs {
391    background-image: url(images/fileicons/cs.png);
392}
393a.mf_pdf {
394    background-image: url(images/fileicons/pdf.png);
395}
396
397a.mf_odc {
398    background-image: url(images/fileicons/odg.png);
399}
400a.mf_cpp {
401    background-image: url(images/fileicons/cpp.png);
402}
403a.mf_sql {
404    background-image: url(images/fileicons/sql.png);
405}
406
407a.mf_bz2 {
408    background-image: url(images/fileicons/bz2.png);
409}
410
411a.mf_zip {
412    background-image: url(images/fileicons/zip.png);
413}
414a.mf_deb {
415    background-image: url(images/fileicons/deb.png);
416}
417a.mf_jpeg {
418    background-image: url(images/fileicons/jpeg.png);
419}
420a.mf_odg {
421    background-image: url(images/fileicons/odg.png);
422}
423a.mf_py {
424    background-image: url(images/fileicons/py.png);
425}
426a.mf_js {
427    background-image: url(images/fileicons/js.png);
428}
429a.mf_java {
430    background-image: url(images/fileicons/java.png);
431}
432a.mf_htm {
433    background-image: url(images/fileicons/htm.png);
434}
435
436a.mf_odt {
437    background-image: url(images/fileicons/odt.png);
438}
439a.mf_rtf {
440    background-image: url(images/fileicons/rtf.png);
441}
442a.mf_odf {
443    background-image: url(images/fileicons/odg.png);
444}
445a.mf_css {
446    background-image: url(images/fileicons/css.png);
447}
448a.mf_docx {
449    background-image: url(images/fileicons/docx.png);
450}
451a.mf_xlsx {
452    background-image: url(images/fileicons/xlsx.png);
453}
454a.mf_odp {
455    background-image: url(images/fileicons/odg.png);
456}
457a.mf_rar {
458    background-image: url(images/fileicons/rar.png);
459}
460a.mf_tgz {
461    background-image: url(images/fileicons/tgz.png);
462}
463a.mf_7z {
464    background-image: url(images/fileicons/7z.png);
465}
466a.mf_html {
467    background-image: url(images/fileicons/html.png);
468}
469a.mf_pl {
470    background-image: url(images/fileicons/pl.png);
471}
472a.mf_rpm {
473    background-image: url(images/fileicons/rpm.png);
474}
475a.mf_ps {
476    background-image: url(images/fileicons/ps.png);
477}
478
479a.mf_swf {
480    background-image: url(images/fileicons/swf.png);
481}
482
483a.mf_epub {
484    background-image: url(images/fileicons/epub.png);
485}
486
487a.interwiki {
488    background: url(images/fileicons/wp.gif) no-repeat scroll 0 1px transparent;
489    padding-bottom: 1px;
490    padding-left: 18px;
491    color: #436976 !important;
492    text-decoration: none !important;
493}
494/*
495a.interwiki {
496    background-image: url(images/fileicons/wp.gif);
497}
498*/
499
500span.multi_p_open
501{
502    display: block;
503}
504
505