Added copyright notice about AGPL. Removed setuputils in favour of plain distutils.
[librarian.git] / scripts / master.plain.css
1 /*
2 #
3 #    This file is part of Librarian.
4 #
5 #    Copyright © 2008,2009,2010 Fundacja Nowoczesna Polska <fundacja@nowoczesnapolska.org.pl>
6 #    
7 #    For full list of contributors see AUTHORS file. 
8 #
9 #    This program is free software: you can redistribute it and/or modify
10 #    it under the terms of the GNU Affero General Public License as published by
11 #    the Free Software Foundation, either version 3 of the License, or
12 #    (at your option) any later version.
13 #
14 #    This program is distributed in the hope that it will be useful,
15 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
16 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 #    GNU Affero General Public License for more details.
18 #
19 #    You should have received a copy of the GNU Affero General Public License
20 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
21 #
22 */
23 body {
24     font-size: 16px;
25     font: Georgia, "Times New Roman", serif;
26     line-height: 1.5em;
27     margin: 3em;
28     max-width: 36em;
29 }
30
31 a {
32     color: blue;
33     text-decoration: none;
34 }
35
36 /* =================================================== */
37 /* = Common elements: headings, paragraphs and lines = */
38 /* =================================================== */
39 h1 {
40     font-size: 3em;
41     margin: 1.5em 0;
42     text-align: center;
43     line-height: 1.5em;
44     font-weight: bold;
45 }
46
47 h2 {
48     font-size: 2em;
49     margin: 1.5em 0 0;
50     font-weight: bold;
51     line-height: 1.5em;
52 }
53
54 h3 {
55     font-size: 1.5em;
56     margin: 1.5em 0 0;
57     font-weight: normal;
58     line-height: 1.5em;
59 }
60
61 h4 {
62     font-size: 1em;
63     margin: 1.5em 0 0;
64     line-height: 1.5em;
65 }
66
67 p {
68     margin: 0;
69 }
70
71 /* ======================== */
72 /* = Footnotes and themes = */
73 /* ======================== */
74 .theme-begin {
75     border-left: 0.1em solid #DDDDDD;
76     color: #666;
77     float: right;
78     margin: 0 -9.5em 0 0;
79     padding: 0 0.5em;
80     width: 7.5em;
81     font-style: normal;
82     font-weight: normal;
83     font-size: 16px;
84     display: none;
85 }
86
87 .annotation {
88     font-style: normal;
89     font-weight: normal;
90     font-size: 16px;
91     display: none;
92 }
93
94 #footnotes {
95     display: none;
96 }
97
98 #footnotes .annotation {
99     display: block;
100     float: left;
101     width: 2.5em;
102     clear: both;
103 }
104
105 #footnotes div {
106     margin: 1.5em 0 0 0;
107 }
108
109 #footnotes p {
110     margin-left: 2.5em;
111 }
112
113 /* =================== */
114 /* = Custom elements = */
115 /* =================== */
116 span.author {
117     font-size: 0.75em;
118     display: block;
119     line-height: 1.5em;
120     margin-bottom: 0.25em;
121 }
122
123 span.collection {
124     font-size: 0.75em;
125     display: block;
126     line-height: 1.5em;
127     margin-bottom: -0.25em;
128 }
129
130 span.subtitle {
131     font-size: 0.75em;
132     display: block;
133     line-height: 1.5em;
134     margin-top: -0.25em;
135 }
136
137 div.didaskalia {
138     font-style: italic;
139     margin: 0.5em 0 0;
140 }
141
142 div.kwestia {
143     margin: 0.5em 0 0;
144 }
145
146 div.stanza {
147     margin: 1.5em 0 0;
148 }
149
150 div.kwestia div.stanza {
151     margin: 0;
152 }
153
154 p.paragraph {
155     text-align: justify;
156     margin: 1.5em 0 0;
157 }
158
159 p.motto {
160     text-align: justify;
161     font-style: italic;
162     margin: 1.5em 0 0;
163 }
164
165 p.motto_podpis {
166     font-size: 0.875em;
167 }
168
169 div.fragment {
170     border-bottom: 0.1em solid #999;
171     padding-bottom: 1.5em;
172 }
173
174 div.note p, div.note p.paragraph {
175     text-align: right;
176     font-style: italic;
177 }
178
179 hr.spacer {
180     height: 3em;
181     visibility: hidden;
182 }