-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoai-general.css
402 lines (361 loc) · 7.23 KB
/
oai-general.css
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
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
/* Style for OAI specification */
/* Based on W3C
Style for a "Proposed Recommendation"
Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
The following software licensing rules apply:
http://www.w3.org/Consortium/Legal/copyright-software
Obtained from
http://www.w3.org/StyleSheets/TR/W3C-PR.css
which was marked with Id
[dollar]Id: base.css,v 1.25 2006/04/18 08:42:53 bbos Exp [dollar]
*/
/* Subsequent changes
2007-09-21 thru 2007-10-15 for OAI-ORE alpha release [Simeon Warner]
$Id: _ore-spec.css,v 1.12 2007-10-15 17:53:13 simeon Exp $ */
body {
padding: 2em 1em 2em 70px;
margin: 0;
font-family: sans-serif;
color: #000000;
background: white;
background-position: top left;
background-attachment: fixed;
background-repeat: no-repeat;
font-size: medium;
line-height: 110%;
}
:link {
color: #00C;
background: transparent;
}
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }
dfn { font-style: italic; font-weight: bold }
a:visited img { border-style: none }
a:link img { border-style: none } /* no border on img links */
a img { color: white; } /* trick to hide the border in Netscape 4 */
@media all { /* hide the next rule from Netscape 4 */
a img { color: inherit; } /* undo the color change above */
}
td { /* ns 4 */
font-family: sans-serif;
}
th { /* ns 4 */
font-family: sans-serif;
}
h6 { text-align: left }
h5 { text-align: left }
h4 { text-align: left }
h3 { text-align: left }
h2 { text-align: left }
h1 { text-align: left }
/* background should be transparent, but WebTV has a bug */
h4 { color: #005A9C; background: white }
h3 { color: #005A9C; background: white }
h2 { color: #005A9C; background: white }
h1 { color: #005A9C; background: white }
h1 { font: 170% sans-serif }
h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: italic 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }
.hide { display: none }
div.head {
margin-bottom: 1em;
margin: 0 0 0 0;
}
div.head h1 {
margin-top: 1em;
clear: both;
}
div.head table {
margin-left: 2em;
margin-top: 2em
}
p.copyright { font-size: small }
p.copyright small { font-size: small }
@media screen { /* hide from IE3 */
a[href]:hover { background: #ffa }
}
pre { margin-left: 2em }
/*
p {
margin-top: 0.6em;
margin-bottom: 0.6em;
}
*/
dd { margin-top: 0; margin-bottom: 0 }
dt { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }
code { font-family: monospace }
pre { font-family: monospace } /* navigator 4 requires this */
ol.toc {
list-style: disc; /* Mac NS has problem with 'none' */
list-style: none;
}
ul.toc {
list-style: disc; /* Mac NS has problem with 'none' */
list-style: none;
}
@media aural {
h3 { stress: 20; richness: 90 }
h2 { stress: 20; richness: 90 }
h1 { stress: 20; richness: 90 }
.hide { speak: none }
p.copyright { volume: x-soft; speech-rate: x-fast }
dt { pause-before: 20% }
pre { speak-punctuation: code }
}
/* ====================== ORE STYLES ========================= */
/* Styles for OAI-ORE logo and header text */
.ORElogo-name {
vertical-align: top;
}
.OREtext {
font-size: 175%;
font-weight: 400;
vertical-align: top;
line-height: 120%;
padding-left: 1em;
padding-right: 1em;
}
.OAIlogo {
float: left;
margin-top: 6px;
margin-right: 12px;
}
/* pad to 70 pixels high from 56 = 7 top and bottom */
.ORElogo {
float: left;
margin-top: 13px;
margin-bottom: 7px;
margin-left: 12px;
margin-right: 20px;
}
#ore-logo {
width: 100px;
height: 100px;
float: none;
clear: none;
}
table.layout {
empty-cells: show;
border-collapse: collapse;
}
table.layout td {
border: none;
}
/* ORE documents title block under header */
.titleBlock {
clear: both;
}
.title {
font-size: x-large;
font-weight: 500;
margin-bottom: 0ex;
}
.subTitle {
font-size: medium;
font-weight: 300;
margin-top: 0.2ex;
}
code {
font-family: monospace;
}
div.constraint, div.issue, div.note, div.notice {
margin-left: 2em;
}
dt.label {
display: run-in;
}
.diff-chg {
background-color: yellow;
}
.diff-del {
background-color: red;
text-decoration: line-through;
}
.diff-add {
background-color: lime;
}
dl.EditorsContributors dd dt {
font-weight: 600;
font-style: italic;
}
.code {
font-family: monospace;
font-size: small;
}
dfn {
font-style: italic;
font-weight: bold;
}
ol.enumar {
list-style-type: decimal;
}
ol.enumla {
list-style-type: lower-alpha;
}
ol.enumlr {
list-style-type: lower-roman;
}
ol.enumua {
list-style-type: upper-alpha;
}
ol.enumur {
list-style-type: upper-roman;
}
dt.label {
display: run-in;
}
li, p {
margin-top: 0.3em;
margin-bottom: 0.8em;
}
.diff-chg {
background-color: yellow;
}
.diff-del {
background-color: red;
text-decoration: line-through;
}
.diff-add {
background-color: lime;
}
/* Default table layout */
table {
empty-cells: show;
border-collapse: collapse;
margin-bottom: .5ex;
}
table caption {
font-weight: normal;
font-style: italic;
text-align: left;
margin-top: 1.5ex;
margin-bottom: .5ex;
}
table th {
padding: 3px;
border: 2px solid #000000;
text-align: center;
font-weight: bold;
}
table td {
padding: 5px;
border: 2px solid #000000;
text-align: left;
}
.rfc2119 {
font-variant: small-caps;
}
div.exampleInner pre {
margin-left: 1em;
margin-top: 0em;
margin-bottom: 0em;
}
div.exampleOuter {
border: 4px double gray;
margin: 0em;
padding: 0em;
}
div.exampleInner {
background-color: #d5dee3;
border-top-width: 4px;
border-top-style: double;
border-top-color: #d3d3d3;
border-bottom-width: 4px;
border-bottom-style: double;
border-bottom-color: #d3d3d3;
padding: 4px;
margin: 0em;
}
div.exampleWrapper {
margin: 4px;
}
div.exampleHeader {
font-weight: bold;
margin: 4px;
}
.style1 {
color: #0000CC;
}
.figure {
font-weight: bold;
text-align: center;
}
.definition {
font-weight: bold;
font-style: italic;
}
.style2 {
text-align: center;
}
.squeezeList {
list-style-type: square;
line-height: 80%;
font-size: 90%;
}
p.toc {
line-height: 120%;
}
/* We have a namespace table in many docs so define standard style. To
use this just put <table class="namespace-table"...> then use
<th> and <td> as normal */
table.namespace-table {
margin-left: auto;
margin-right: auto;
empty-cells: show;
border-collapse: collapse;
}
table.namespace-table th {
padding: 3px;
border: 2px solid #000000;
text-align: center;
font-weight: bold;
font-style: italic;
}
table.namespace-table td {
padding: 2px;
border: 2px solid #000000;
text-align: left;
}
table#namespace-table caption {
font-weight: normal;
font-style: italic;
text-align: left;
margin-bottom: .5ex;
}
/* div for link to ReM at foot of documents */
div#rem {
margin-top: 4ex;
}
/* div for license information at foot of documents */
div#license {
margin-top: 4ex;
}
/* Styling foc change log tables at end of each document */
table.changelog {
empty-cells: show;
border-collapse: collapse;
}
table.changelog th {
padding: 5px;
border: 2px solid #000000;
text-align: center;
font-weight: bold;
}
table.changelog td {
padding: 5px;
border: 2px solid #000000;
text-align: left;
}
/* Used in atom specification to denote things that are
generaic to Atom or specific to ORE */
.atomgeneric {
font-style: normal;
}
.orespecific {
font-style: italic
}