xref: /template/wikiweko/static/css/print.css (revision 22dbb979a0e8b4fb5da056ce769268c1d181e614)
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#bodyContent {
57  margin-left: 0;
58  border: 0 none;
59  font-size: 1em;
60}
61body {
62  background-image: none;
63  background-color: #fff;
64}
65
66/* hide tag row from tag plugin */
67div.tags {
68  display: none;
69}
70