Enlarged collection part of book title. Added margin top to stanzas.
[wolnelektury.git] / 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: #666;
55     float: right;
56     margin: 0 -9.5em 0 0;
57     padding: 0 0.5em;
58     width: 7.5em;
59     font-style: normal;
60     font-weight: normal;
61     font-size: 16px;
62 }
63
64 .annotation {
65     font-style: normal;
66     font-weight: normal;
67     font-size: 16px;
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 div.didaskalia {
103     font-style: italic;
104     margin: 0.5em 0 0;
105 }
106
107 div.kwestia {
108     margin: 0.5em 0 0;
109 }
110
111 div.stanza {
112     margin: 1.5em 0 0;
113 }
114
115 p.paragraph {
116     text-align: justify;
117     margin: 1.5em 0 0;
118 }
119
120 div.fragment {
121     border-bottom: 0.1em solid #999;
122     padding-bottom: 1.5em;
123 }