327
|
1 /*** Core *****************************************************************/
|
|
2
|
|
3 html { font-size: 16pt; }
|
|
4
|
|
5 body { font-family:"book antiqua","times new roman",times; background: #fff; margin: 2em 2em 2em 2em; }
|
|
6
|
|
7 a { text-decoration:none; }
|
|
8
|
|
9 .no_border { border: none !important; }
|
|
10
|
|
11 /*** Primary Divisions ****************************************************/
|
|
12
|
|
13 div.page_wrapper { text-align: center; min-width: 40em; }
|
|
14
|
|
15 div#about_page p { font-size: 85%; }
|
|
16 div#about_page p:first-child { padding-top: 1em; border-top: 4px double #666; }
|
|
17
|
|
18 /*** Main Page Footer *****************************************************/
|
|
19
|
|
20 div.main_footer { margin-top: 1em; }
|
|
21 div.main_footer p { font-size: 85%; text-align: center; }
|
|
22 div.main_footer a { font-size: 100%; margin-left: 0.5em; margin-right: 0.5em; }
|
|
23
|
|
24 /*** Page Footer **********************************************************/
|
|
25
|
|
26 div.footer { margin: 1em 2em 1em 2em; border-top: 4px double #666; }
|
|
27 div.footer p { font-size: 85%; text-align: center; }
|
|
28 div.footer a { font-size: 100%; margin-left: 0.5em; margin-right: 0.5em; }
|
|
29
|
|
30 /*** Headers **************************************************************/
|
|
31
|
|
32 h1 { margin: 0em 2em 1em 2em !important; font-size: 110% !important; }
|
|
33
|
|
34 h2 { font-size: 85%; font-family:"book antiqua","times new roman",times; font-weight: normal; text-align: center; }
|
|
35 h2.date, h2.subhead { margin-top: -1.25em; font-size: 75% }
|
|
36 h2.work, h2.date + div.work, h1 + div.work, h1 + p { margin: 0em 2em 0.25em 2em; border-top: 4px double #666; padding-top: 1em; }
|
|
37
|
|
38 h3 { font-size: 100%; font-family:"book antiqua","times new roman",times; font-weight: normal; text-align: left; }
|
|
39
|
|
40 div.work { text-align: center; }
|
|
41 div.work + h2.work, h2.work + h2.work { border-top: none; }
|
|
42
|
|
43 /*** Paragraphs ***********************************************************/
|
|
44
|
|
45 p {
|
|
46 font-size: 100%;
|
|
47 font-family:"book antiqua","times new roman",times;
|
|
48
|
|
49 line-height: 1.4em;
|
|
50
|
|
51 color: #333;
|
|
52
|
|
53 text-align: justify;
|
|
54 text-indent: 0em;
|
|
55
|
|
56 margin: 1em 2em 1em 2em;
|
|
57 padding: 0em 0em 0em 0em;
|
|
58 }
|
|
59
|
|
60 p.internal_navigation {
|
|
61
|
|
62 font-size: 75%;
|
|
63
|
|
64 text-align: center;
|
|
65
|
|
66 line-height: 1em;
|
|
67
|
|
68 margin: 0em 2em 0em 2em;
|
|
69 padding: .5em 0em .5em 0em;
|
|
70
|
|
71 border-top: 4px double #666;
|
|
72 border-bottom: 4px double #666;
|
|
73 }
|
|
74
|
|
75 p.internal_navigation a { font-size: 80%; }
|
|
76
|
|
77 p.first_paragraph { padding-top: 1em; border-top: 4px double #666; } /* I suspect first_paragraph should be deprecated */
|
|
78
|
|
79 /*** Poetry ***************************************************************/
|
|
80
|
|
81 div.poem {
|
|
82 font-size: 100%;
|
|
83 font-family:"book antiqua","times new roman",times;
|
|
84
|
|
85 line-height: 1.5em;
|
|
86
|
|
87 color: #333;
|
|
88
|
|
89 text-align: left;
|
|
90 text-indent: 0em;
|
|
91
|
|
92 margin: 1em 2em 1em 2em;
|
|
93 padding: 0em 0em 0em 0em;
|
|
94
|
|
95 border-bottom: 1px solid #aaa;
|
|
96 }
|
|
97
|
|
98 div.poem h3 { font-size: 100%; }
|
|
99 div.poem p { margin-left: 0em; white-space: pre; }
|
|
100
|
|
101 span.adonic_line { padding-left: 3em; }
|
|
102 span.pentameter_line { padding-left: 1.5em; }
|
|
103
|
|
104 /*** Deprecated CSS *******************************************************/
|
|
105
|
|
106 h1, p.pagehead {
|
|
107 font-size: 105%;
|
|
108 font-weight: normal;
|
|
109 font-family:"book antiqua","times new roman",times;
|
|
110
|
|
111 color: #333;
|
|
112
|
|
113 text-align: center;
|
|
114 text-indent: 0em;
|
|
115 }
|
|
116
|
|
117 p.margin {
|
|
118 font-size: 11pt;
|
|
119 font-family:"book antiqua","times new roman",times;
|
|
120 text-align: center;
|
|
121 text-indent: 0em;
|
|
122 padding-left: 3em;
|
|
123 padding-right: 3em;
|
|
124 margin-left: 2em;
|
|
125 margin-right: 2em;
|
|
126
|
|
127 }
|
|
128
|
|
129 p.poetry {
|
|
130 font-size: 16pt;
|
|
131 font-family:"book antiqua","times new roman",times;
|
|
132 text-align: left;
|
|
133 padding-left: 2em;
|
|
134 padding-right: 2em;
|
|
135
|
|
136 }
|
|
137
|
|
138 p.blockquote {
|
|
139 font-size: 11pt;
|
|
140 font-family:"book antiqua","times new roman",times;
|
|
141 text-align: justify;
|
|
142 text-indent: 0em;
|
|
143 padding-left: 2em;
|
|
144 padding-right: 2em;
|
|
145 }
|
|
146
|
|
147
|
|
148 p.citation {
|
|
149 font-size: 13pt;
|
|
150 font-family:"book antiqua","times new roman",times;
|
|
151 text-align: justify;
|
|
152 padding-left: 2em;
|
|
153 padding-right: 2em;
|
|
154
|
|
155 }
|
|
156
|
|
157 p.subpagehead {
|
|
158 font-size: 16pt;
|
|
159 font-family:"book antiqua","times new roman",times;
|
|
160 color: black;
|
|
161 text-align: center;
|
|
162 text-indent: 0em;
|
|
163
|
|
164 }
|
|
165
|
|
166 p.sectionhead {
|
|
167 font-size: 13pt;
|
|
168 font-family:"book antiqua","times new roman",times;
|
|
169 font-weight: bold;
|
|
170 text-align: left;
|
|
171 text-indent: 0em;
|
|
172 padding-left: 2em;
|
|
173 padding-right: 2em;
|
|
174
|
|
175 }
|
|
176
|
|
177 p.border {
|
|
178 font-size: 16pt;
|
|
179 font-family:"cochin";
|
|
180 font-weight: bold;
|
|
181 text-align: justify;
|
|
182 text-indent: 0em;
|
|
183 padding-left: 0em;
|
|
184 padding-right: 0em;
|
|
185 margin-left: 2em;
|
|
186 margin-right: 2em;
|
|
187 border-top-style: double;
|
|
188 }
|
|
189
|
|
190 p.smallborder {
|
|
191 font-size: 13pt;
|
|
192 font-family:"book antiqua","times new roman",times;
|
|
193 font-weight: bold;
|
|
194 text-align: center;
|
|
195 text-indent: 3em;
|
|
196 padding-left: 3em;
|
|
197 padding-right: 3em;
|
|
198 margin-left: 2em;
|
|
199 margin-right: 2em;
|
|
200 border-top-style: double;
|
|
201 }
|
|
202
|
|
203 p.verysmallborder {
|
|
204 font-size: 13pt;
|
|
205 font-family:"book antiqua","times new roman",times;
|
|
206 font-weight: bold;
|
|
207 text-align: center;
|
|
208 margin-left: 2em;
|
|
209 margin-right: 2em;
|
|
210 border-top-style: double;
|
|
211 }
|
|
212
|
|
213 p.shortborder {
|
|
214 font-size: 13pt;
|
|
215 font-family:"book antiqua","times new roman",times;
|
|
216 font-weight: bold;
|
|
217 text-align: justify;
|
|
218 text-indent: 3em;
|
|
219 padding-left: 3em;
|
|
220 padding-right: 3em;
|
|
221 margin-left: 2em;
|
|
222 margin-right: 2em;
|
|
223 border-top: thin outset #BBBBBB;
|
|
224 border-top-style: double;
|
|
225 }
|
|
226
|
|
227 div.doubleborder {
|
|
228 font-size: 13pt;
|
|
229 font-family:"book antiqua","times new roman",times;
|
|
230 font-weight: bold;
|
|
231 text-align: justify;
|
|
232 text-indent: 2em;
|
|
233 padding-left: 3em;
|
|
234 padding-right: 3em;
|
|
235 margin-left: 3em;
|
|
236 border-top-style: double;
|
|
237 }
|
|
238
|
|
239 table { font-family:"book antiqua","times new roman",times; text-align: center; }
|
|
240
|
|
241 tr { font-size: 13pt; font-family:"book antiqua","times new roman",times; text-align: center; }
|
|
242
|
|
243 td { text-align: center; font-size: 13pt; font-family:"book antiqua","times new roman",times; }
|
|
244
|
|
245 li {
|
|
246 list-style-type: none;
|
|
247 font-size: 13pt;
|
|
248 font-family:"book antiqua","times new roman",times;
|
|
249 text-align: justify;
|
|
250 text-indent: 0em;
|
|
251 padding-left: 2em;
|
|
252 padding-right: 2em;
|
|
253 }
|
|
254
|
|
255 li.numbered {
|
|
256 list-style-type: decimal;
|
|
257 counter-increment: item
|
|
258 font-size: 13pt;
|
|
259 font-family:"book antiqua","times new roman",times;
|
|
260 text-align: justify;
|
|
261 text-indent: 0em;
|
|
262 padding-left: 2em;
|
|
263 padding-right: 2em;
|
|
264 } |