977b612a364d54b2aaecb4c7b2255b1836b392eb
[rnaseq-cwl-training.git] / css / swc-print.css
1 /* Printing */
2 @media print {
3   h1 {
4     font-size: 16pt;
5     line-height: 18pt;
6   }
7
8   h2,h3,h4,h5,h6 {
9     font-size: 12pt;
10     line-height: 13pt;
11   }
12
13   /* Objectives, Callout Box and Challenges */
14   .objectives, .keypoints {
15       background-color: unset;
16       border: 5px solid;
17   }
18
19   .callout {
20       background-color: unset;
21       border: 5px solid;
22   }
23
24   .challenge {
25       background-color: unset;
26       border: 5px solid;
27   }
28
29   p,ul,ol,li,pre,code {
30     font-size: 8pt;
31     line-height: 9pt;
32   }
33
34   code {
35     padding: 0px;
36     border: 0px;
37     background: unset;
38   }
39
40   pre.sourceCode::before,
41   pre.input::before. {
42       content: "Input:";
43   }
44
45   pre.output::before {
46       content: "Output:";
47   }
48
49   pre.error::before {
50       content: "Error:";
51   }
52
53   pre.sourceCode code,
54   pre.input code,
55   pre.output code,
56   pre.error code {
57       display: block;
58       margin-top: 1em;
59       margin-left: 2em;
60   }
61
62   #github-ribbon {
63     display: none;
64   }
65
66   .banner {
67     display: none;
68   }
69
70   .footer {
71     display: none;
72   }
73 }
74