xref: /inferno-os/lib/ebooks/devils/devil.css (revision 46439007cf417cbd9ac8049bb4122c890097a0fa)
1p {
2    text-align: justify
3   }
4
5p.title {
6    margin-bottom: 1em
7    }
8
9p.entry {
10    margin-top: .33em;
11    text-indent: 0em;
12    margin-bottom: 0em
13    }
14
15p.firstpara {
16    text-indent: 0pt;
17    }
18
19p.indentpara {
20    text-indent: 1em;
21    }
22
23p.poem {
24    font-size: smaller;
25    text-align: left;
26    text-indent: 0em
27    }
28
29p.po {
30    font-size: smaller;
31    text-align: left;
32    margin-bottom: 0;
33    margin-top: 0em;
34    text-indent: 0em
35    }
36
37p.poind1 {
38    font-size: smaller;
39    text-align: left;
40    margin-bottom: 0;
41    margin-top: 0em;
42    text-indent: 1em
43    }
44p.poind2 {
45    font-size: smaller;
46    text-align: left;
47    margin-bottom: 0;
48    margin-top: 0em;
49    text-indent: 2em
50    }
51p.poind3 {
52    font-size: smaller;
53    text-align: left;
54    margin-bottom: 0;
55    margin-top: 0em;
56    text-indent: 3em
57    }
58
59div.poem {
60text-align: center
61}
62
63span.stanza {
64    page-break-inside: avoid;
65    margin-bottom: 1em
66}
67div.stanza {
68    page-break-inside: avoid;
69    margin-bottom: 1em
70}
71
72blockquote.poem {
73    page-break-inside: avoid
74}
75
76table.poem {
77    float: center;
78    text-align: center
79}
80
81td.poem {
82    margin-bottom: 1em
83}
84
85p.citepoet {
86    font-style: italic;
87    font-size: smaller;
88    text-align: right;
89    margin-top: 0;
90    }
91
92p.citeauth {
93    font-style: italic;
94    font-size: smaller;
95    text-align: right;
96    margin-top: 0;
97    }
98
99p.quote {
100    text-indent: 1em;
101    margin-top: 0em;
102    margin-bottom: .5em;
103    font-size: smaller
104    }
105
106cite {
107    text-indent: 12pt;
108    margin-top: 1em;
109    margin-bottom: 1em;
110    font-size: smaller
111    }
112
113.title {
114    text-align: center
115    }
116
117span.def {
118    font-weight: bold
119    }
120
121span.pos {
122    font-style: italic;
123    } /* part of speech formatting */
124
125/*SPAN.smallcap {
126    text-transform: small-caps;
127    }
128*/
129
130span.rj {
131    text-align: right
132    }
133
134span.ind1 {
135    margin-left: 30px
136    }
137span.ind2 {
138    margin-left: 2em
139    }
140span.ind3 {
141    margin-left: 3em
142    }
143span.ind4 {
144    margin-left: 4em
145    }
146span.ind5 {
147    margin-left: 5em
148    }
149span.ind6 {
150    margin-left: 6em
151    }
152
153a:link {
154    color: rgb(204,0,0);
155    text-decoration: none
156}
157
158a:visited {color: rgb(51,0,153)}
159
160a:active {color: rgb(255,204,51)}
161
162body {
163    color: rgb(0,0,0);
164    background-color: rgb(255,255,255);
165    font-family: 'Times New Roman', Times, Serif}
166
167h1 {
168    font-weight: normal;
169    font-style:                  normal;
170    font-size: 24pt;
171    text-align: center
172    }
173
174/*H1.title {
175    text-transform: capitalize
176    }
177*/
178
179h2 {
180    font-weight: normal;
181    font-style:                  normal;
182    font-size: 18pt}
183
184h3 {
185    font-weight: normal;
186    font-style:                  normal;
187    font-size: 14pt}
188
189h4 {
190    font-weight: normal;
191    font-style:                  normal;
192    font-size: 12pt}
193
194h5 {
195    font-weight: normal;
196    font-style:                  normal;
197    font-size: 10pt}
198
199h6 {
200    font-weight: normal;
201    font-style:                  normal;
202    font-size: 8pt
203    }