xref: /template/wikiweko/static/css/print.css (revision e31067443218527a5eae2e5eee1cabcf500cf730)
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
39/* define the "noprint" class used by the original MediaWiki vector skin */
40.noprint {
41  display: none;
42}
43
44/* remove some link styling */
45div.dokuwiki a {
46  text-decoration: none !important;
47}
48
49/* remove interwiki link icons */
50div.dokuwiki a.interwiki {
51  background: transparent none;
52  padding: 0;
53}
54
55/* quotes */
56div#content .dokuwiki blockquote {
57  border-left: 2px solid __border__;
58  padding-left: 3px;
59  margin-left: 0.2em;
60}
61
62/* preformatted stuff, source code */
63div#content .dokuwiki code,
64div#content .dokuwiki pre,
65div#content .dokuwiki pre.code,
66div#content .dokuwiki pre.file {
67  font-size: 100%;
68}
69div#content .dokuwiki pre,
70div#content .dokuwiki pre.code,
71div#content .dokuwiki pre.file {
72  line-height: 1.2em;
73  background-color: __background_other__;
74}
75div#content .dokuwiki dl.file,
76div#content .dokuwiki dl.file dd,
77div#content .dokuwiki dl.file dt {
78  margin-left: 0;
79}
80div#content .dokuwiki dl.file dt {
81  background-color: __background_other__;
82}
83
84/* misc tweaks */
85div#content,
86div#bodyContent {
87  margin-left: 0;
88  border: 0 none;
89  font-size: 1em;
90}
91body {
92  background-image: none;
93  background-color: #fff;
94}
95
96/* tag plugin: hide tag row */
97div.tags {
98  display: none;
99}
100
101/* pagelist plugin: hide table borders and some rows */
102div#content .dokuwiki table.ul,
103div#content .dokuwiki table.ul tr,
104div#content .dokuwiki table.ul td {
105  border: 0 none;
106}
107div#content .dokuwiki table.ul td.date,
108div#content .dokuwiki table.ul td.user {
109  display: none;
110}
111
112
113/* wrap plugin: modify some inline styles */
114div#content .dokuwiki span.wrap_box,
115div#content .dokuwiki span.wrap_danger,
116div#content .dokuwiki span.wrap_warning,
117div#content .dokuwiki span.wrap_caution,
118div#content .dokuwiki span.wrap_notice,
119div#content .dokuwiki span.wrap_safety,
120div#content .dokuwiki span.wrap_info,
121div#content .dokuwiki span.wrap_important,
122div#content .dokuwiki span.wrap_alert,
123div#content .dokuwiki span.wrap_tip,
124div#content .dokuwiki span.wrap_help,
125div#content .dokuwiki span.wrap_todo,
126div#content .dokuwiki span.wrap_download {
127  border-top: 0 none;
128  border-right: 0 none;
129  border-left: 0 none;
130  border-bottom: 1px dashed;
131  padding: 0;
132}
133