2a8ea8bf5d581769226364665eb8c6ab574234c0
[wolnelektury.git] / wolnelektury / static / css / master.book.css
1 body {
2     font-size: 16px;
3     font: Georgia, "Times New Roman", serif;
4     line-height: 1.5em;
5     margin: 0;
6 }
7
8 a {
9     color: blue;
10     text-decoration: none;
11 }
12
13 #book-text {
14     margin: 3em;
15     max-width: 36em;
16 }
17
18 /* ================================== */
19 /* = Header with logo and menu      = */
20 /* ================================== */
21 #header {
22     margin: 3.4em 0 0 1.4em;
23 }
24
25 img {
26     border: none;
27 }
28
29
30 #menu {
31     position: fixed;
32     left: 0em;
33     top: 0em;
34     width: 100%;
35     height: 1.5em;
36     background: #333;
37     color: #FFF;
38     opacity: 0.9;
39 }
40
41 #menu ul {
42     list-style: none;
43     padding: 0;
44     margin: 0;
45 }
46
47 #menu li a {
48     display: block;
49     float: left;
50     width: 7.5em;
51     height: 1.5em;
52     margin-left: 0.5em;
53     text-align: center;
54     color: #FFF;
55 }
56
57 #menu li a:hover, #menu li a:active {
58     color: #000;
59     background: #FFF url(/static/img/arrow-down.png) no-repeat center right;
60 }
61
62 #menu li a.selected {
63     color: #000;
64     background: #FFF url(/static/img/arrow-up.png) no-repeat center right;
65 }
66
67 #toc, #themes {
68     position: fixed;
69     left: 0em;
70     top: 1.5em;
71     width: 37em;
72     padding: 1.5em;
73     background: #FFF;
74     border-bottom: 0.25em solid #DDD;
75     border-right: 0.25em solid #DDD;
76     display: none;
77     height: 16em;
78     overflow-x: hidden;
79     overflow-y: auto;
80     opacity: 0.9;
81     z-index: 99;
82 }
83
84 #toc ol, #themes ol {
85     list-style: none;
86     padding: 0;
87     margin: 0;
88 }
89
90 #toc ol li {
91     font-weight: bold;
92 }
93
94 #toc ol ol {
95     padding: 0 0 1.5em 1.5em;
96     margin: 0;
97 }
98
99 #toc ol ol li {
100     font-weight: normal;
101 }
102
103 #toc h2 {
104     display: none;
105 }
106
107 #toc .anchor {
108     float: none;
109     margin: 0;
110     color: blue;
111     font-size: 16px;
112     position: inherit;
113 }
114
115 /* =================================================== */
116 /* = Common elements: headings, paragraphs and lines = */
117 /* =================================================== */
118 h1 {
119     font-size: 3em;
120     margin: 1.5em 0;
121     text-align: center;
122     line-height: 1.5em;
123     font-weight: bold;
124 }
125
126 h2 {
127     font-size: 2em;
128     margin: 1.5em 0 0;
129     font-weight: bold;
130     line-height: 1.5em;
131 }
132
133 h3 {
134     font-size: 1.5em;
135     margin: 1.5em 0 0;
136     font-weight: normal;
137     line-height: 1.5em;
138 }
139
140 h4 {
141     font-size: 1em;
142     margin: 1.5em 0 0;
143     line-height: 1.5em;
144 }
145
146 p {
147     margin: 0;
148 }
149
150 /* ======================== */
151 /* = Footnotes and themes = */
152 /* ======================== */
153 .theme-begin {
154     border-left: 0.1em solid #DDDDDD;
155     color: #777;
156     padding: 0 0.5em;
157     width: 7.5em;
158     font-style: normal;
159     font-weight: normal;
160     font-size: 16px;
161     float: right;
162     margin-right: -9.5em;
163     clear: both;
164     left: 40em;
165     line-height: 1.5em;
166     text-align: left;
167 }
168
169 .annotation {
170     font-style: normal;
171     font-weight: normal;
172     font-size: 12px;
173 }
174
175 #footnotes .annotation {
176     display: block;
177     float: left;
178     width: 2.5em;
179     clear: both;
180 }
181
182 #footnotes div {
183     margin: 1.5em 0 0 0;
184 }
185
186 #footnotes p {
187     margin-left: 2.5em;
188     font-size: 0.875em;
189 }
190
191 blockquote {
192     font-size: 0.875em;
193 }
194
195 /* ============= */
196 /* = Numbering = */
197 /* ============= */
198 .verse, .paragraph {
199         position:relative;
200 }
201 .anchor {
202     position: absolute;
203     margin: -0.25em -0.5em;
204     left: -3em;
205     color: #777;
206     font-size: 12px;
207     width: 2em;
208     text-align: center;
209     padding: 0.25em 0.5em;
210     line-height: 1.5em;
211 }
212
213 .anchor:hover, #book-text .anchor:active {
214     color: #FFF;
215     background-color: #CCC;
216 }
217
218 /* =================== */
219 /* = Custom elements = */
220 /* =================== */
221 span.author {
222     font-size: 0.5em;
223     display: block;
224     line-height: 1.5em;
225     margin-bottom: 0.25em;
226 }
227
228 span.collection {
229     font-size: 0.375em;
230     display: block;
231     line-height: 1.5em;
232     margin-bottom: -0.25em;
233 }
234
235 span.subtitle {
236     font-size: 0.5em;
237     display: block;
238     line-height: 1.5em;
239     margin-top: -0.25em;
240 }
241
242 div.didaskalia {
243     font-style: italic;
244     margin: 0.5em 0 0 1.5em;
245 }
246
247 div.kwestia {
248     margin: 0.5em 0 0;
249 }
250
251 div.stanza {
252     margin: 1.5em 0 0;
253 }
254
255 div.kwestia div.stanza {
256     margin: 0;
257 }
258
259 p.paragraph {
260     text-align: justify;
261     margin: 1.5em 0 0;
262 }
263
264 p.motto {
265     text-align: justify;
266     font-style: italic;
267     margin: 1.5em 0 0;
268 }
269
270 p.motto_podpis {
271     font-size: 0.875em;
272     text-align: right;
273 }
274
275 div.fragment {
276     border-bottom: 0.1em solid #999;
277     padding-bottom: 1.5em;
278 }
279
280 div.note p, div.dedication p, div.note p.paragraph, div.dedication p.paragraph {
281     text-align: right;
282     font-style: italic;
283 }
284
285 hr.spacer {
286     height: 3em;
287     visibility: hidden;
288 }
289
290 hr.spacer-line {
291     margin: 1.5em 0;
292     border: none;
293     border-bottom: 0.1em solid #000;
294 }
295
296 p.spacer-asterisk {
297     padding: 0;
298     margin: 1.5em 0;
299     text-align: center;
300 }
301
302 div.person-list ol {
303     list-style: none;
304     padding: 0 0 0 1.5em;
305 }
306
307 p.place-and-time {
308     font-style: italic;
309 }
310
311 em.math, em.foreign-word, em.book-title, em.didaskalia {
312     font-style: italic;
313 }
314
315 em.author-emphasis {
316     letter-spacing: 0.1em;
317 }
318
319 em.person {
320     font-style: normal;
321     font-variant: small-caps;
322 }
323
324
325 /* =================================== */
326 /* = Hide some elements for printing = */
327 /* =================================== */
328
329 @media print {
330     #menu {display: none;}
331 }