summaryrefslogtreecommitdiff
path: root/old/14648-h/style/gutenberg.css
blob: ce7083fe7baf85b9ca1bbeab35cc6b583d750558 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
/* 
	gutenberg.css --- A stylesheet for HTML in gutenberg HTML files

	Jeroen Hellingman

	This file is hereby irrevocably dedicated to the Public Domain.
*/


/*
body - body of html page; define overall properties
*/

body
{
	line-height: 1.44em;
	font-family: times, serif;
	font-size: 1em;
	font-weight: normal;
	margin: 1.58em 16% 1.58em 16%; 
	width: auto;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
	font-size-adjust: 0.58;
}

/* title Page headers */

h2.docImprint, h1.docTitle, h2.byline, h2.docTitle
{
	text-align: center;
}

h2.byline
{
	font-size: 1.14em;
	line-height: 2em;
	font-weight: normal;
}

span.docAuthor
{
	font-size: 1.44em;
	font-weight: bold;
}

h2.docImprint
{
	font-size: 1.14em;
	font-weight: normal;
}

/*

h1..h5 headers

class
	sub		subtitle	

*/

h1
{
	font-family: helvetica, sans-serif;
	font-size: 2em; 
	font-style: normal; 
	font-weight: 600; 
	letter-spacing: normal; 
	text-decoration: none; 
	text-transform: none; 
	word-spacing: normal; 
	font-size-adjust: .4;

	line-height: 1.5em;

	margin-bottom: 0.33em; 
	margin-top: 1.33em; 
}

h2
{
	font-family: helvetica, sans-serif;
	font-size: 1.44em; 
	line-height: 1.2em;

}

h3
{
	font-family: helvetica, sans-serif;
	font-size: 1.2em; 
	line-height: 1.2em;
}

h4
{
	font-family: helvetica, sans-serif;
	font-size: 1.0em; 
	font-weight: 400; 
	line-height: 1.0em;
}

h5
{
	font-family: helvetica, sans-serif;
	font-size: 1.0em; 
	font-style: italic;
	font-weight: 400; 
	line-height: 1.0em;
}


/*
p -- paragraph

class
	initial		initial paragraph of chapter, i.e. no indentation
	argument	argument, the list of topics at the head of a chapter
	note		footnote
	quote		quoted material, like blockquote
	stb		small thematic break
	mtb		medium thematic break
	ltb		large thematic break
	navline		navigation line
	figure		figure, plate, illustration
	legend		legend with figure, plate, or other type of illustration
*/

p
{
	text-indent: 0em;
}

p.poetry
{
	margin: 0em 10% 1.58em 10%;
	/* font-style: italic; */
}

p.initial
{
	text-indent: 0em;
}

p.argument, p.note
{
	text-indent: 0em;
	font-size: 0.8em;
	line-height: 1.2em;
}

p.argument
{
	margin: 1.58em 10% 1.58em 10%;
}

p.quote
{
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 1.58em 5% 1.58em 5%;
}

div.blockquote
{
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 1.58em 5% 1.58em 5%;
}

div.notetext
{
	font-size: 0.9em;
	line-height: 1.3em;
}

div.divFigure
{
	text-align: center;
}

p.figureHead
{
	text-align: center;
}

p.figure, p.legend
{
	text-align: center;
}

p.legend
{
	font-size: 0.9em;
	margin-top: 0;
}

p.navline
{
	text-indent: 0em;
	text-align: center;
	font-size: 0.7em;
	font-family: helvetica, sans-serif;
	margin-top: 0em;
	margin-bottom: 0em;
}

p.smallprint, li.smallprint
{
	font-size: 0.8em;
	line-height: 1.1em;
	color: #666666;
}

/* Special cases for Filipino Riddles */


p.question
{
	text-align: left;
	margin-bottom: 0em;
}

p.answer
{
	text-align: right;
	margin-top: 0em;
}

p.explanation
{
	margin-left: 0.9em;
	margin-right: 0.9em;
	font-size: smaller;
}


/*
// span -- used for special effects in formatting.
//
// class
//	 leftnote	note in the left margin
//	 rightnote	note in the right margin
//	 pageno		page number, inserted at location of original page break.
//
// Note that the positioning only works properly in IE 5.0.
*/

span.leftnote 
{
	position:absolute;
	left:1%;
	height:0em;
	width:14%;
	font-size:0.8em; 
	text-indent: 0em;
	line-height: 1.2em;
}

span.rightnote, span.pageno
{
	position:absolute;
	left:86%;
	height:0em;
	width:14%;
	text-align:right;
	text-indent:0em;
	font-size:0.8em; 
	line-height: 1.2em;
}

span.lineno
{
	position: absolute;
	left: 12%;
	height: 0em;
	width: 12%;
	text-align: right;
	text-indent: 0em;
	font-size: 0.6em; 
	line-height: 1em;
	font-style: normal;
}

.Greek
{
	font-family: Gentium, Arial Unicode MS, serif;	/* font that supports classical Greek */
}

.Arabic
{
	font-family: Arial Unicode MS, sans-serif;	/* font that supports Arabic */
}

.letterspaced
{
	letter-spacing: 0.2em;
}

span.smallcaps
{
	font-variant: small-caps;
}

/*
a -- anchor

class
  offsite
  gloss	glossary entry; should be less visible
  noteref	(foot) note reference.
  hidden
  navline
*/

a.navline
{
	text-decoration: none;
}

a.navline:hover
{
	text-decoration: none;
}
a.hidden:hover
{
	text-decoration: none;
}
a.noteref:hover
{
	text-decoration: none;
}

a.noteref
{
	text-decoration: none;
	font-size: 0.7em;
	vertical-align: super;
}

a.hidden
{
	text-decoration: none;
}

hr
{
	width: 100%;
	height: 1px;
	color: black;
}

hr.noteseparator
{
	width: 25%;
	height: 1px;
	text-align: left;
}

/*
// ol ul -- ordered list, unordered list
//
// class
//	toc	table of contents
*/


/*
// li -- list item
//
// class
//	toc_h1	table of contents h1
//	toc_h2

// table -- table
*/

table.navline
{
	font-size: 0.7em;
	font-family: 'TITUS Cyberbit Basic', helvetica, sans-serif;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
}