ios version
[wl-mobile.git] / www / css / book_text.css
1 /*
2  * This file is part of WolneLektury-Mobile, licensed under GNU Affero GPLv3 or later.
3  * Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
4  */
5
6 #book-text {
7         font-size: .75em;
8     line-height: 1.5em;
9     margin: 0;
10         max-width: 40em;
11 }
12
13 #book-text a {
14     color: blue;
15     text-decoration: none;
16 }
17
18 .night-mode #book-text a {
19     color: #88f;
20 }
21
22
23 /* ================================== */
24 /* = Header with logo and menu      = */
25 /* ================================== */
26 #book-text #toc, #themes, #nota_red, #info {
27     display: none;
28 }
29
30 /* =================================================== */
31 /* = Common elements: headings, paragraphs and lines = */
32 /* =================================================== */
33 #book-text h1 {
34     font-size: 2.5em;
35     margin: 1.5em 0;
36     text-align: center;
37     line-height: 1.5em;
38     font-weight: bold;
39 }
40
41 #book-text h2 {
42     font-size: 1.7em;
43     margin: 1.5em 0 0;
44     font-weight: bold;
45     line-height: 1.5em;
46 }
47
48 #book-text h3 {
49     font-size: 1.4em;
50     margin: 1.5em 0 0;
51     font-weight: normal;
52     line-height: 1.5em;
53 }
54
55 #book-text h4 {
56     font-size: 1em;
57     margin: 1.5em 0 0;
58     line-height: 1.5em;
59 }
60
61 #book-text p {
62     margin: 0;
63 }
64
65 /* ======================== */
66 /* = Footnotes and themes = */
67 /* ======================== */
68 #book-text .theme-begin {
69         display:none;
70 }
71
72 #book-text .annotation {
73     font-style: normal;
74     font-weight: normal;
75     font-size: 12px;
76     padding-left: 2px;
77     position: relative;
78     top: -4px;
79 }
80
81 #book-text #footnotes {
82     margin-top: 3em;
83 }
84
85 #book-text #footnotes .annotation {
86     display: block;
87     float: left;
88     width: 2.5em;
89     clear: both;
90 }
91
92 #book-text #footnotes div {
93     margin: 1.5em 0 0 0;
94 }
95
96 #book-text #footnotes p, #footnotes ul {
97     margin-left: 2.5em;
98     font-size: 0.875em;
99 }
100
101 #book-text #footnotes .permalink {
102     font-size: .75em;
103 }
104
105 #book-text blockquote {
106     font-size: 0.875em;
107     margin: 0 0 0 1em;
108 }
109
110 /* ============= */
111 /* = Numbering = */
112 /* ============= */
113 #book-text .anchor{display:none;}
114
115 /* =================== */
116 /* = Custom elements = */
117 /* =================== */
118 #book-text span.author {
119     font-size: 0.5em;
120     display: block;
121     line-height: 1.5em;
122     margin-bottom: 0.25em;
123 }
124
125 #book-text span.collection {
126     font-size: 0.375em;
127     display: block;
128     line-height: 1.5em;
129     margin-bottom: -0.25em;
130 }
131
132 #book-text span.subtitle {
133     font-size: 0.5em;
134     display: block;
135     line-height: 1.5em;
136     margin-top: -0.25em;
137 }
138
139 #book-text span.translator {
140     font-size: 0.375em;
141     display: block;
142     line-height: 1.5em;
143     margin-top: 0.25em;
144 }
145
146 #book-text div.didaskalia {
147     font-style: italic;
148     margin: 0.5em 0 0 1.5em;
149 }
150
151 #book-text div.kwestia {
152     margin: 0.5em 0 0;
153 }
154
155 #book-text div.stanza {
156     margin: 1.5em 0 0;
157 }
158
159 #book-text div.kwestia div.stanza {
160     margin: 0;
161 }
162
163 #book-text p.paragraph {
164     text-align: justify;
165     margin: 1.5em 0 0;
166 }
167
168 #book-text p.motto {
169     text-align: justify;
170     font-style: italic;
171     margin: 1.5em 0 0;
172 }
173
174 #book-text p.motto_podpis {
175     font-size: 0.875em;
176     text-align: right;
177 }
178
179 #book-text div.fragment {
180     border-bottom: 0.1em solid #999;
181     padding-bottom: 1.5em;
182 }
183
184 #book-text div.note p, div.dedication p, div.note p.paragraph, div.dedication p.paragraph {
185     text-align: right;
186     font-style: italic;
187 }
188
189 #book-text hr.spacer {
190     height: 3em;
191     visibility: hidden;
192 }
193
194 #book-text hr.spacer-line {
195     margin: 1.5em 0;
196     border: none;
197     border-bottom: 0.1em solid #000;
198 }
199
200 #book-text p.spacer-asterisk {
201     padding: 0;
202     margin: 1.5em 0;
203     text-align: center;
204 }
205
206 #book-text div.person-list ol {
207     list-style: none;
208     padding: 0 0 0 1.5em;
209 }
210
211 #book-text p.place-and-time {
212     font-style: italic;
213 }
214
215 #book-text em.math, em.foreign-word, em.book-title, em.didaskalia {
216     font-style: italic;
217 }
218
219 #book-text em.author-emphasis {
220     letter-spacing: 0.1em;
221 }
222
223 #book-text em.person {
224     font-style: normal;
225     font-variant: small-caps;
226 }
227
228 #book-text .verse:after {
229     content: "\feff";
230 }