7cb4290f7ccc7066d8c771b469b8e7c5fd65b289
[wolnelektury.git] / lib / librarian / bin / master.css
1 body {
2     font-size: 16px;
3     font: Georgia, "Times New Roman", serif;
4     line-height: 1.5em;
5     margin: 3em;
6     max-width: 36em;
7 }
8
9 a {
10     color: blue;
11     text-decoration: none;
12 }
13
14 /* =================================================== */
15 /* = Common elements: headings, paragraphs and lines = */
16 /* =================================================== */
17 h1 {
18     font-size: 3em;
19     margin: 1.5em 0;
20     text-align: center;
21     line-height: 1.5em;
22     font-weight: bold;
23 }
24
25 h2 {
26     font-size: 2em;
27     margin: 1.5em 0 0;
28     font-weight: bold;
29     line-height: 1.5em;
30 }
31
32 h3 {
33     font-size: 1.5em;
34     margin: 1.5em 0 0;
35     font-weight: normal;
36     line-height: 1.5em;
37 }
38
39 h4 {
40     font-size: 1em;
41     margin: 1.5em 0 0;
42     line-height: 1.5em;
43 }
44
45 p {
46     margin: 0;
47 }
48
49 /* ======================== */
50 /* = Footnotes and themes = */
51 /* ======================== */
52 .theme-begin {
53     border-left: 0.1em solid #DDDDDD;
54     color: #777;
55     padding: 0 0.5em;
56     width: 7.5em;
57     font-style: normal;
58     font-weight: normal;
59     font-size: 16px;
60     position: absolute;
61     left: 40em;
62 }
63
64 .annotation {
65     font-style: normal;
66     font-weight: normal;
67     font-size: 12px;
68 }
69
70 #footnotes .annotation {
71     display: block;
72     float: left;
73     width: 2.5em;
74     clear: both;
75 }
76
77 #footnotes div {
78     margin: 1.5em 0 0 0;
79 }
80
81 #footnotes p {
82     margin-left: 2.5em;
83 }
84
85 /* =================== */
86 /* = Custom elements = */
87 /* =================== */
88 span.author {
89     font-size: 0.75em;
90     display: block;
91     line-height: 1.5em;
92     margin-bottom: 0.25em;
93 }
94
95 span.collection {
96     font-size: 0.75em;
97     display: block;
98     line-height: 1.5em;
99     margin-bottom: -0.25em;
100 }
101
102 span.subtitle {
103     font-size: 0.75em;
104     display: block;
105     line-height: 1.5em;
106     margin-top: -0.25em;
107 }
108
109 div.didaskalia {
110     font-style: italic;
111     margin: 0.5em 0 0;
112 }
113
114 div.kwestia {
115     margin: 0.5em 0 0;
116 }
117
118 div.stanza {
119     margin: 1.5em 0 0;
120 }
121
122 div.kwestia div.stanza {
123     margin: 0;
124 }
125
126 p.paragraph {
127     text-align: justify;
128     margin: 1.5em 0 0;
129 }
130
131 p.motto {
132     text-align: justify;
133     font-style: italic;
134     margin: 1.5em 0 0;
135 }
136
137 p.motto_podpis {
138     font-size: 0.875em;
139 }
140
141 div.fragment {
142     border-bottom: 0.1em solid #999;
143     padding-bottom: 1.5em;
144 }
145
146 div.note p, div.dedication p, div.note p.paragraph, div.dedication p.paragraph {
147     text-align: right;
148     font-style: italic;
149 }
150
151 hr.spacer {
152     height: 3em;
153     visibility: hidden;
154 }
155
156 hr.spacer-line {
157     margin: 1.5em 0;
158     border: none;
159     border-bottom: 0.1em solid #000;
160 }
161
162 p.spacer-asterisk {
163     padding: 0;
164     margin: 1.5em 0;
165     text-align: center;
166 }
167
168 div.person-list ol {
169     list-style: none;
170     padding: 0 0 0 1.5em;
171 }
172
173 p.place-and-time {
174     font-style: italic;
175 }
176
177 em.math, em.foreign-word, em.book-title, em.didaskalia, em.author-emphasis {
178     font-style: italic;
179 }
180
181 em.person {
182     font-style: normal;
183     font-variant: small-caps;
184 }
185