Merge pull request #3 from prmtl/master
[wolnelektury.git] / wolnelektury / static / 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 /* ============= */
49 /* = Numbering = */
50 /* ============= */
51 .anchor {
52     display: none;
53 }
54
55
56 /* =================== */
57 /* = Custom elements = */
58 /* =================== */
59 span.author {
60     font-size: 0.75em;
61     display: block;
62     line-height: 1.5em;
63     margin-bottom: 0.25em;
64 }
65
66 span.collection {
67     font-size: 0.75em;
68     display: block;
69     line-height: 1.5em;
70     margin-bottom: -0.25em;
71 }
72
73 span.subtitle {
74     font-size: 0.75em;
75     display: block;
76     line-height: 1.5em;
77     margin-top: -0.25em;
78 }
79
80 div.didaskalia {
81     font-style: italic;
82     margin: 0.5em 0 0;
83 }
84
85 div.kwestia {
86     margin: 0.5em 0 0;
87 }
88
89 div.stanza {
90     margin: 1.5em 0 0;
91 }
92
93 div.kwestia div.stanza {
94     margin: 0;
95 }
96
97 p.paragraph {
98     text-align: justify;
99     margin: 1.5em 0 0;
100 }
101
102 p.motto {
103     text-align: justify;
104     font-style: italic;
105     margin: 1.5em 0 0;
106 }
107
108 p.motto_podpis {
109     font-size: 0.875em;
110 }
111
112 /*div.fragment {
113     border-bottom: 0.1em solid #999;
114     padding-bottom: 1.5em;
115 }*/
116
117 div.note p, div.note p.paragraph {
118     text-align: right;
119     font-style: italic;
120 }
121
122 hr.spacer {
123     height: 3em;
124     visibility: hidden;
125 }