source: documentation/trunk/packages/templates/greenstone-monobook/static/css/print.css@ 30114

Last change on this file since 30114 was 30114, checked in by jmt12, 9 years ago

Updated Greenstone customizations for Detritus, but rearranged to move into separate plugin. Initial checkin of plugins, template, special wiki pages.

File size: 1.4 KB
Line 
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/* define the "noprint" class and hide some elements */
11.noprint,
12.toc { /* TOC */
13 display: none;
14}
15
16/* remove interwiki link icons */
17div.dokuwiki a.interwiki {
18 background: transparent none;
19 padding: 0;
20}
21
22/* quotes */
23div#content .dokuwiki blockquote {
24 border-left: 2px solid __border__;
25 padding-left: 3px;
26 margin-left: 0.2em;
27}
28
29/* preformatted stuff, source code */
30div#content .dokuwiki code,
31div#content .dokuwiki pre,
32div#content .dokuwiki pre.code,
33div#content .dokuwiki pre.file {
34 font-size: 100%;
35}
36div#content .dokuwiki pre,
37div#content .dokuwiki pre.code,
38div#content .dokuwiki pre.file {
39 line-height: 1.2em;
40 background-color: __background_other__;
41}
42div#content .dokuwiki dl.file,
43div#content .dokuwiki dl.file dd,
44div#content .dokuwiki dl.file dt {
45 margin-left: 0;
46}
47div#content .dokuwiki dl.file dt {
48 background-color: __background_other__;
49}
50
Note: See TracBrowser for help on using the repository browser.