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