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