1/**
2 * The CSS in here cotrols the appearance of the print preview.
3 */
4
5body{background:#fff; color:#000; font:10pt "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;}
6table{margin:0; padding:0; font-size:100%;}
7tr,td,th{margin:0; padding:0;}
8img{border:0}
9a{margin:0 !important; padding:0 !important; color:#000; text-decoration:none; background:none !important;}
10div.meta{clear:both; margin-top:1em; font-size:70%; text-align:right;}
11
12div.notify,
13div.info,
14div.success,
15div.error,
16div.breadcrumbs-wrap,
17div.secedit{display:none;}
18
19/* --------------------- Text formating -------------------------------- */
20
21/* the document */
22div.page{text-align:justify;}
23/* general headline setup */
24h1, h2, h3, h4, h5{margin:0 0 1em 0; padding:.5em 0 0 0; clear:left; background:transparent; color:#000; border-bottom:1px solid #000; font-family:"Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; font-size:100%; font-weight:normal; text-decoration:none !important;}
25/* special headlines */
26h1{font-size:160%; font-weight:bold;}
27h2{font-size:150%;}
28h3{font-size:140%; border-bottom:none;}
29h4{font-size:120%; border-bottom:none;}
30h5{font-size:100%; border-bottom:none;}
31/* embedded images */
32img.media{margin:3px;}
33img.medialeft{border:0; float:left; margin:0 1.5em 0 0;}
34img.mediaright{border:0; float:right; margin:0 0 0 1.5em;}
35/* unordered lists */
36ul{line-height:1.5em; list-style-type:square; margin:0 0 0.5em 1.5em; padding:0;}
37/* ordered lists */
38ol{line-height:1.5em; margin:0 0 0.5em 2.5em; padding:0; font-weight:normal;}
39ol ol{margin:0 0 0.5em 0.5em;}
40div.dokuwiki ol{list-style-type:decimal}
41div.dokuwiki ol ol{list-style-type:upper-roman}
42div.dokuwiki ol ol ol{list-style-type:lower-alpha}
43div.dokuwiki ol ol ol ol{list-style-type:lower-greek}
44/* the list items overriding the ol definition */
45span.li{font-weight:normal;}
46/* code blocks by indention */
47pre.pre{font-size:8pt; padding:0.5em; border:1px dashed #000; color:Black; overflow:visible;}
48/* code blocks by code tag */
49pre.code{font-size:8pt; padding:0.5em; border:1px dashed #000; color:Black; overflow:visible;}
50/* inline code words */
51code{font-size:120%;}
52/* code blocks by file tag */
53pre.file{font-size:8pt; padding:0.5em; border:1px dotted #000; color:Black; overflow:visible;}
54/* footnotes */
55div.footnotes{clear:both; border-top:1px solid #000; padding-left:1em; margin-top:1em;}
56div.fn{font-size:90%;}
57a.fn_top{vertical-align:super; font-size:80%;}
58a.fn_bot{vertical-align:super; font-size:80%; font-weight:bold;}
59acronym{border:0;}
60
61/* ---------- inline tables ------------------- */
62
63table.inline{font-size:80%; background-color:#fff; border-spacing:0px; border-collapse:collapse;}
64table.inline th{padding:3px; border:1px solid #000; border-bottom:2px solid #000;}
65table.inline td{padding:3px; border:1px solid #000;}
66
67.footer{text-align:right; font-size:.8em; font-style:italic;}
68.leftalign{text-align:left;}
69.centeralign{text-align:center;}
70.rightalign{text-align:right;}
71.pagename, .toc, .footerinc, .header, .bar, .user, .doc,
72.header, .search, .nav-bar, .breadcrumbs-wrap{display:none}
73