1/**
2 * This file provides the styles for printing.
3 *
4 * TODO: improve and finish
5 */
6
7body {
8  font-family: Garamond, Baskerville, "Hoefler Text", "Nimbus Roman No9 L", serif;
9  font-size: 11pt;
10  line-height: 13pt;
11  color: #000;
12  background-color: #fff;
13}
14
15/* hide certain sections */
16audio,
17video,
18#dokuwiki__header .tools,
19#dokuwiki__aside,
20#dokuwiki__pagetools, #dokuwiki_pagetools,
21.skip-to-content {
22  display: none;
23  width: 0;
24  max-width: 0;
25}
26
27* {
28  border-width: 0;
29}
30
31.navbar.navbar-fixed-top {
32  position: static;
33}
34.navbar .navbar-inner {
35  height: auto;
36  min-height: auto;
37  background-color: #fff;
38  background-image: none;
39  filter: none;
40  border: none;
41  -webkit-box-shadow: none;
42     -moz-box-shadow: none;
43          box-shadow: none;
44}
45.navbar .container-fluid * {
46  display: none;
47}
48.navbar a.brand {
49  display: block;
50  padding: 0;
51  margin: 0;
52  margin-bottom: -30px;
53  font-size: 150%;
54  font-weight: bold;
55  color: #000;
56  text-decoration: none;
57  border: none;
58}
59
60h1,
61h2,
62h3,
63h4,
64h5,
65caption,
66legend {
67  margin: 10px 0 10px;
68  clear: both;
69
70  page-break-before: auto;
71  page-break-inside: avoid;
72  page-break-after: avoid;
73}
74p, table, pre, ul, ol {
75  margin: 0 0 10px;
76}
77
78/*ul {
79    list-style: disc outside;
80}
81ol {
82    list-style: decimal outside;
83}
84ol ol {
85    list-style-type: lower-alpha;
86}
87ol ol ol {
88    list-style-type: upper-roman;
89}
90ol ol ol ol {
91    list-style-type: upper-alpha;
92}
93ol ol ol ol ol {
94    list-style-type: lower-roman;
95}*/
96
97/* undo icons */
98a:link,
99a:visited {
100  padding: 0;
101  color: #333;
102  text-decoration: none;
103  background-color: inherit;
104  background-image: none;
105  border-bottom: 1pt dotted;
106}
107
108/* display href after link */
109a:after {
110  font-size: 90%;
111  content: " [" attr(href) "]";
112}
113a.brand:after,
114a.btn:after {
115  display: none;
116  content: "";
117}
118
119/* code blocks */
120pre {
121  font-family: monospace;
122}
123dl.code dt,
124dl.file dt {
125  font-weight: bold;
126}
127
128/* images */
129img {
130  vertical-align: middle;
131  border-width: 0;
132}
133img.media {
134  margin: .2em 0;
135}
136img.medialeft {
137  margin: .2em 1.5em .2em 0;
138}
139img.mediaright {
140  margin: .2em 0 .2em 1.5em;
141}
142img.mediacenter {
143  margin: .2em auto;
144}
145
146mark {
147  font-weight: bold;
148}
149
150blockquote {
151  padding: 0 10pt;
152  margin: 0;
153  border: solid #ccc;
154  border-width: 0 0 0 2pt;
155}
156[dir=rtl] blockquote {
157  border-width: 0 2pt 0 0;
158}
159
160/* tables */
161/*table {
162    border-collapse: collapse;
163    empty-cells: show;
164    border-spacing: 0;
165    border: 1pt solid #ccc;
166}
167th,
168td {
169    padding: 3pt 5pt;
170    margin: 0;
171    vertical-align: top;
172    border: 1pt solid #666;
173    text-align: left;
174}
175[dir=rtl] th,
176[dir=rtl] td {
177    text-align: right;
178}
179th {
180    font-weight: bold;
181}*/
182
183.youarehere .breadcrumb {
184  padding: 0;
185  margin: 0;
186  margin-bottom: 15px;
187  background: #fff;
188  border: none;
189}
190.youarehere .separator {
191  display: none;
192}
193.youarehere li {
194  display: none;
195  list-style: none;
196}
197.youarehere a:after {
198  display: none;
199  content: "";
200}
201.youarehere li:last-child {
202  display: inline;
203}
204.youarehere li:last-child a:after {
205  display: inline;
206  font-size: 90%;
207  content: " [" attr(href) "]";
208}
209
210/*____________ a bit of layout ____________*/
211
212#dokuwiki__top {
213  margin-top: 0 !important;
214}
215#dokuwiki__header {
216  border-bottom: 2pt solid #ccc;
217}
218#dokuwiki__header h1 {
219  font-size: 1.5em;
220}
221#dokuwiki__header h1 a {
222  text-decoration: none;
223}
224.dokuwiki div.footnotes {
225  margin-top: 10pt;
226  clear: both;
227  border-top: 1pt solid #000;
228}
229.container.not-header,
230.wrapper,
231#dokuwiki__content {
232  left: 0;
233  width: 100%;
234  margin: 0;
235}
236
237
238/*____________ @deprecated ____________*/
239/* unnecessary, has been in lib/styles/all|print.css since Rincewind */
240
241.a11y,
242div.notify,
243div.info,
244div.success,
245div.error,
246.dokuwiki .secedit {
247  display: none;
248}
249
250.visible-phone .skip-to-content {
251  display: none !important;
252}
253.visible-phone {
254  padding: 0;
255  margin: 0;
256}
257.visible-phone li {
258  padding: 0;
259  margin: 0;
260}
261.navbar .btn.btn-navbar {
262  display: none;
263  padding: 0;
264  margin: 0;
265  visibility: hidden;
266  border: none;
267}
268
269/* align table cells */
270.leftalign {
271  text-align: left;
272}
273.centeralign {
274  text-align: center;
275}
276.rightalign {
277  text-align: right;
278}
279
280/* underline */
281em.u {
282  font-style: normal;
283  text-decoration: underline;
284}
285em em.u {
286  font-style: italic;
287}
288
289div.clearer {
290  height: 0;
291  overflow: hidden;
292  clear: both;
293  line-height: 0;
294}
295