1922298eba9e37ee0c60f4798da2dc06ddce37ed
[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 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.9em;
90     display: block;
91     line-height: 1.5em;
92 }
93
94 span.collection {
95     font-size: 0.6em;
96     display: block;
97     line-height: 1.5em;
98     margin-bottom: -0.8em;
99 }
100
101 div.didaskalia {
102     font-style: italic;
103     margin: 0.5em 0 0;
104 }
105
106 div.kwestia {
107     margin: 0.5em 0 0;
108 }
109
110 p.paragraph {
111     text-align: justify;
112     margin: 1.5em 0 0;
113 }
114
115 div.fragment {
116     border-bottom: 0.1em solid #999;
117     padding-bottom: 1.5em;
118 }