xref: /template/wikiweko/static/css/print.css (revision cac4e5b2eb5281b19059050f5432489ed4e03cb4)
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
9/* define the "noprint" class used by the original MediaWiki vector skin */
10.noprint {
11  display: none;
12}
13
14/* remove some link styling */
15div.dokuwiki a {
16  text-decoration: none !important;
17}
18
19/* remove interwiki link icons */
20div.dokuwiki a.interwiki {
21  background: transparent none;
22  padding: 0;
23}
24
25/* quotes */
26div#content .dokuwiki blockquote {
27  border-left: 2px solid __border__;
28  padding-left: 3px;
29  margin-left: 0.2em;
30}
31
32/* preformatted stuff, source code */
33div#content .dokuwiki code,
34div#content .dokuwiki pre,
35div#content .dokuwiki pre.code,
36div#content .dokuwiki pre.file {
37  font-size: 100%;
38}
39div#content .dokuwiki pre,
40div#content .dokuwiki pre.code,
41div#content .dokuwiki pre.file {
42  line-height: 1.2em;
43  background-color: __background_other__;
44}
45div#content .dokuwiki dl.file,
46div#content .dokuwiki dl.file dd,
47div#content .dokuwiki dl.file dt {
48  margin-left: 0;
49}
50div#content .dokuwiki dl.file dt {
51  background-color: __background_other__;
52}
53
54/* misc tweaks */
55div#content,
56div#footer,
57div#bodyContent {
58  margin-left: 0;
59  border: 0 none;
60  font-size: 1em;
61}
62div#footer {
63  border-top: 1px solid black;
64  margin-top: 0.5em;
65  padding: 0.75em;
66  background: none;
67}
68body {
69  background-image: none;
70  background-color: #fff;
71}
72