Reset more styles in theme formatting.
[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     line-height: 1.5em;
63     text-align: left;
64 }
65
66 .annotation {
67     font-style: normal;
68     font-weight: normal;
69     font-size: 12px;
70 }
71
72 #footnotes .annotation {
73     display: block;
74     float: left;
75     width: 2.5em;
76     clear: both;
77 }
78
79 #footnotes div {
80     margin: 1.5em 0 0 0;
81 }
82
83 #footnotes p {
84     margin-left: 2.5em;
85 }
86
87 /* =================== */
88 /* = Custom elements = */
89 /* =================== */
90 span.author {
91     font-size: 0.75em;
92     display: block;
93     line-height: 1.5em;
94     margin-bottom: 0.25em;
95 }
96
97 span.collection {
98     font-size: 0.75em;
99     display: block;
100     line-height: 1.5em;
101     margin-bottom: -0.25em;
102 }
103
104 span.subtitle {
105     font-size: 0.75em;
106     display: block;
107     line-height: 1.5em;
108     margin-top: -0.25em;
109 }
110
111 div.didaskalia {
112     font-style: italic;
113     margin: 0.5em 0 0;
114 }
115
116 div.kwestia {
117     margin: 0.5em 0 0;
118 }
119
120 div.stanza {
121     margin: 1.5em 0 0;
122 }
123
124 div.kwestia div.stanza {
125     margin: 0;
126 }
127
128 p.paragraph {
129     text-align: justify;
130     margin: 1.5em 0 0;
131 }
132
133 p.motto {
134     text-align: justify;
135     font-style: italic;
136     margin: 1.5em 0 0;
137 }
138
139 p.motto_podpis {
140     font-size: 0.875em;
141 }
142
143 div.fragment {
144     border-bottom: 0.1em solid #999;
145     padding-bottom: 1.5em;
146 }
147
148 div.note p, div.dedication p, div.note p.paragraph, div.dedication p.paragraph {
149     text-align: right;
150     font-style: italic;
151 }
152
153 hr.spacer {
154     height: 3em;
155     visibility: hidden;
156 }
157
158 hr.spacer-line {
159     margin: 1.5em 0;
160     border: none;
161     border-bottom: 0.1em solid #000;
162 }
163
164 p.spacer-asterisk {
165     padding: 0;
166     margin: 1.5em 0;
167     text-align: center;
168 }
169
170 div.person-list ol {
171     list-style: none;
172     padding: 0 0 0 1.5em;
173 }
174
175 p.place-and-time {
176     font-style: italic;
177 }
178
179 em.math, em.foreign-word, em.book-title, em.didaskalia, em.author-emphasis {
180     font-style: italic;
181 }
182
183 em.person {
184     font-style: normal;
185     font-variant: small-caps;
186 }
187