1/******************************************************************************
2 ********************************  ATTENTION  *********************************
3         DO NOT MODIFY THIS FILE, IT WILL NOT BE PRESERVED ON UPDATES!
4 ******************************************************************************
5  If you want to add some own print CSS, have a look at the README of this
6  template and "/user/print.css". You have been warned!
7 *****************************************************************************/
8
9html {
10  background-color: #fff;
11}
12body {
13  font: normal 80%/1.4 sans-serif;
14}
15div#content .dokuwiki h1,
16div#content .dokuwiki h2,
17div#content .dokuwiki h3,
18div#content .dokuwiki h4,
19div#content .dokuwiki h5,
20div#content .dokuwiki h6 {
21  border-bottom: 0 none;
22}
23div#content .dokuwiki h1,
24div#content .dokuwiki h2 {
25  font-weight: bold;
26}
27div#content .dokuwiki h1 {
28  font-weight: 135%;
29}
30div#content .dokuwiki h2 {
31  font-weight: 130%;
32}
33div#content .dokuwiki h3,
34div#content .dokuwiki h4,
35div#content .dokuwiki h5,
36div#content .dokuwiki h6 {
37  font-weight: normal;
38  text-decoration: underline;
39}
40
41/* define the "noprint" class and hide some elements */
42.noprint {
43  display: none;
44}
45.toc,
46#dw__toc {
47  display: none;
48}
49
50/* special pages background: media/cite etc. */
51.ns-2 #content,
52.ns-2 #p-cactions li,
53.ns-2 #p-cactions li a {
54   background: transparent none;
55}
56
57/* special pages background: discussion */
58.ns-1 #content,
59.ns-1 #p-cactions li,
60.ns-1 #p-cactions li a {
61   background: transparent none;
62}
63
64/* remove interwiki link icons */
65div.dokuwiki a.interwiki {
66  background: transparent none;
67  padding: 0;
68}
69
70/* quotes */
71div#content .dokuwiki blockquote {
72  border-left: 2px solid __border__;
73  padding-left: 3px;
74  margin-left: 0.2em;
75}
76
77/* preformatted stuff, source code */
78div#content .dokuwiki code,
79div#content .dokuwiki pre,
80div#content .dokuwiki pre.code,
81div#content .dokuwiki pre.file {
82  font-size: 100%;
83}
84div#content .dokuwiki pre,
85div#content .dokuwiki pre.code,
86div#content .dokuwiki pre.file {
87  line-height: 1.2em;
88  background-color: __background_other__;
89}
90div#content .dokuwiki dl.file,
91div#content .dokuwiki dl.file dd,
92div#content .dokuwiki dl.file dt {
93  margin-left: 0;
94}
95div#content .dokuwiki dl.file dt {
96  background-color: __background_other__;
97}
98
99/* tag plugin: hide tag row */
100div.tags {
101  display: none;
102}
103
104/* pagelist plugin: listing tables */
105div#content .dokuwiki table.ul,
106div#content .dokuwiki table.ul tr,
107div#content .dokuwiki table.ul td {
108  border: 0 none;
109}
110div#content .dokuwiki table.ul td.date,
111div#content .dokuwiki table.ul td.user {
112  display: none;
113}
114div#content .dokuwiki table.ul ul,
115div#content .dokuwiki table.ul ol,
116div#content .dokuwiki table.ul li {
117  margin-top: 0;
118  margin-bottom: 0;
119  padding-top: 0;
120  padding-bottom: 0;
121}
122
123/* wrap plugin: modify some inline styles */
124div#content .dokuwiki span.wrap_box,
125div#content .dokuwiki span.wrap_danger,
126div#content .dokuwiki span.wrap_warning,
127div#content .dokuwiki span.wrap_caution,
128div#content .dokuwiki span.wrap_notice,
129div#content .dokuwiki span.wrap_safety,
130div#content .dokuwiki span.wrap_info,
131div#content .dokuwiki span.wrap_important,
132div#content .dokuwiki span.wrap_alert,
133div#content .dokuwiki span.wrap_tip,
134div#content .dokuwiki span.wrap_help,
135div#content .dokuwiki span.wrap_todo,
136div#content .dokuwiki span.wrap_download {
137  border-top: 0 none;
138  border-right: 0 none;
139  border-left: 0 none;
140  border-bottom: 1px dashed;
141  padding: 0;
142}
143