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 print CSS, have a look at the README of this
6  template and "/user/print.css". You have been warned!
7 *****************************************************************************/
8
9/*
10   This template includes CSS from the "starter" DokuWiki template by
11   Anika Henke (brings important and basic styling for syntax and core
12   features). These files will be included BEFORE this specific CSS file. In
13   this file, I just overwrite non fitting DokuWiki "starter" CSS + add some
14   CSS for some exclusive objects of this template.
15
16   Why I am doing this? Well, read <http://j.mp/eq8zSo>.
17*/
18
19
20/********** hide some elements **********/
21.toc, /* TOC */
22input.button, /* "edit" and some other buttons */
23.dokuwiki div.plugin_translation, /* listing of Andreas Gohr's translation plugin */
24#tmpl_header, /* header */
25#tmpl_footer_actlinksleft,   /* hide all footer elements except licenseinfo */
26#tmpl_footer_actlinksright,
27#tmpl_footer_metainfo {
28    display: none !important;
29}
30
31
32/********** full width for the the content **********/
33div#pagewrap div#content {
34    width: 100%;
35}
36
37
38/********** expand external URLs for printing **********/
39.urlextern.text:after, .urlextern:after,
40a.urlextern.text:after, a.urlextern:after,
41a.interwiki.text:after, a.interwiki:after {
42    content: " (" attr(href) ") ";
43}
44
45
46/********** some minor corrections **********/
47.dokuwiki a.urlextern,
48.dokuwiki a.windows,
49.dokuwiki a.mail,
50.dokuwiki a.mediafile,
51.dokuwiki a.interwiki {
52    padding-left: 0 !important;
53    padding-right: 0 !important;
54    background: none;
55}
56#licenseinfo {
57    margin-top: 10px;
58}
59