Moved project files to wolnelektury directory.
[wolnelektury.git] / wolnelektury / media / css / master.plain.css
1 /* =================================================== */
2 /* = Common elements: headings, paragraphs and lines = */
3 /* =================================================== */
4 .fragment h1 {
5     font-size: 3em;
6     margin: 1.5em 0;
7     text-align: center;
8     line-height: 1.5em;
9     font-weight: bold;
10 }
11
12 .fragment h2 {
13     font-size: 2em;
14     margin: 1.5em 0 0;
15     font-weight: bold;
16     line-height: 1.5em;
17 }
18
19 .fragment h3 {
20     font-size: 1.5em;
21     margin: 1.5em 0 0;
22     font-weight: normal;
23     line-height: 1.5em;
24 }
25
26 .fragment h4 {
27     font-size: 1em;
28     margin: 1.5em 0 0;
29     line-height: 1.5em;
30 }
31
32 .fragment p {
33     margin: 0;
34 }
35
36 /* ======================== */
37 /* = Footnotes and themes = */
38 /* ======================== */
39 .theme-begin {
40     display: none;
41 }
42
43 .annotation {
44     display: none;
45 }
46
47 /* =================== */
48 /* = Custom elements = */
49 /* =================== */
50 span.author {
51     font-size: 0.75em;
52     display: block;
53     line-height: 1.5em;
54     margin-bottom: 0.25em;
55 }
56
57 span.collection {
58     font-size: 0.75em;
59     display: block;
60     line-height: 1.5em;
61     margin-bottom: -0.25em;
62 }
63
64 span.subtitle {
65     font-size: 0.75em;
66     display: block;
67     line-height: 1.5em;
68     margin-top: -0.25em;
69 }
70
71 div.didaskalia {
72     font-style: italic;
73     margin: 0.5em 0 0;
74 }
75
76 div.kwestia {
77     margin: 0.5em 0 0;
78 }
79
80 div.stanza {
81     margin: 1.5em 0 0;
82 }
83
84 div.kwestia div.stanza {
85     margin: 0;
86 }
87
88 p.paragraph {
89     text-align: justify;
90     margin: 1.5em 0 0;
91 }
92
93 p.motto {
94     text-align: justify;
95     font-style: italic;
96     margin: 1.5em 0 0;
97 }
98
99 p.motto_podpis {
100     font-size: 0.875em;
101 }
102
103 /*div.fragment {
104     border-bottom: 0.1em solid #999;
105     padding-bottom: 1.5em;
106 }*/
107
108 div.note p, div.note p.paragraph {
109     text-align: right;
110     font-style: italic;
111 }
112
113 hr.spacer {
114     height: 3em;
115     visibility: hidden;
116 }