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