-
Notifications
You must be signed in to change notification settings - Fork 17
/
local.css
463 lines (404 loc) · 8.09 KB
/
local.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
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
@charset "utf-8";
/** Styles to support the mention of Unicode characters and character sequences *****/
/* These match the styles in the tr-design stylesheet exactly.
* They are present in this stylesheet so that we can experiment with
* fixes and changes conveniently.
*/
.codepoint bdi {
line-height: 1em;
font-size: 1.25em;
padding-inline: 0.25em;
}
.codepoint img {
height: 2em;
margin-inline: 0.25em;
vertical-align: bottom;
}
.uname {
font-family: Arial, monospace;
font-size: 0.75em;
letter-spacing: 0.03em;
color: brown;
}
/** end of unicode styles */
/**
* The remainder of the styles in this file are used locally in specdev.
* Over time most of these should be migrated to I18N's shared stylesheet
* (currently respec_2022.css). *
*/
.bp { /*background-color:#ffffcc; border: 1px solid #ccc;*/
background-color: #feb;
border-radius: 8px;
border-radius: 4px;
padding: 10px;
position: relative;
margin: 30px;
margin-right: 60px;
}
.bp a {
font-style: italic;
}
.bp a.local {
display:none;
}
.advisement { /*background-color:#ffffcc; border: 1px solid #ccc;*/
border-radius: 4px;
position: relative;
}
.advisement a {
font-style: italic;
}
.advisement a.local {
display:none;
}
body {
counter-reset: advisement; /* Set the section counter to 0 */
/*counter-reset: bp; Set the section counter to 0 */
}
a.self {
position: absolute;
top: -20px;
border: medium none;
transition: opacity 0.2s ease 0s;
opacity: 0.5;
color: #999;
text-decoration: none;
}
a.self:visited {
color: #999;
}
a.self:hover {
color: red;
}
a.self::after {
content: attr(href);
font-weight: normal;
font-style: italic;
font-size: 80%;
}
.editor-note {
font-style: italic;
color: teal;
}
.ed {
font-style: italic;
color: white;
background-color: #F90;
padding-left: 10px; padding-right: 10px;
}
.new-term {
font-weight: bold
}
code {
font-family: monospace;
}
del {
display: inline;
color: silver;
}
section h2 {
margin-top: 5em;
margin-bottom: 0em;
}
.head h2, #abstract h2, #sotd h2 {
margin-top: 0;
}
ins {
background-color: #99FF99;
text-decoration: none;
}
.term {
font-weight: bold;
margin-top: 1em;
}
.definition {
position: relative;
background-color: #efefef;
padding: 0.5em;
border: 0.5em;
border-left: 6pt solid green;
border-right: 6pt solid green;
margin: 1em auto;
}
a.termref:link {
color:#C60;
text-decoration:none;
border-bottom: 1px dotted #FC0;
}
a.termref:hover {
color:#C60;
text-decoration:none;
border-bottom: 1px dotted #FC0;
}
a.termref:visited {
color:#C60;
text-decoration:none;
border-bottom: 1px dotted #FC0;
}
a.termref:active {
color:#C60;
text-decoration:none;
border-bottom: 1px dotted #FC0;
}
.note {
margin-left: 2em;
margin-right: 3em;
margin-top: 1em;
border: 2px solid #CFF6D9;
padding: .5em;
padding-top: 0px;
padding-bottom: 1em;
color: #444;
background-color: #E2FFF0;
font-size: 0.8em;
}
span.note-head {
padding: .2em;
color:#066;
border: none;
position:relative;
display: block;
width: 40px;
left: -1.5em;
top: -.5em;
background: #F2FFF1;
padding-left: .2em;
text-align: center;
}
.counterstyle { margin: 20px 30px; }
.counterstyle code { font-family: "Lucida Console", Monaco, monospace; color: black; font-size: 12px; }
@media print {
.bp { background: #ffcc99 }
body { font-size: 80%; margin: 2em; }
.copyright { font-size: 80%; }
}
h4 { color: #005a9c; margin-top: 2em; }
.indent { margin-left: 3em; }
.links h4, .xref h4 {
margin-top: 0;
}
.link { display: inline; }
.desc { display: inline; margin-left: 1em; }
.desc:before { content: '— '; }
.links {
/*background-color: #a09de5; border: 1px solid #ccc; */
font-size: 90%;
padding: 1em;
background-color: #EFEFF9;
border-radius: 5px;
/*margin-bottom: 20px;
float: left; width: 60%;*/
}
.xref {
/* background-color: #feb; border: 1px solid #fc0; border-radius: 10px;*/
font-size: 80%;
padding: 1em;
background-color: #fbf4e0;
border-radius: 5px;
/*margin-bottom: 40px;
float: right; width: 30%;*/
padding: .25em 1em;
}
.xref p {
line-height: 1.2;
margin-top: 0;
margin-bottom: .5em;
}
.subtopic, .topic { clear: both; }
.bigtext {
font-size: 36pt;
color: blue;
text-align: left;
}
aside h2 {
margin-top: 0em;
}
table.cpExample {
table-layout: fixed;
width: 80%;
}
p.sidenote {
color: gray;
font-size:60%;
}
table.truncExample th,
table.truncExample td {
vertical-align: top;
}
table.truncExample kbd,
table.truncExample code {
color: blue;
font-size: larger;
}
.summary .secno {
display: none;
}
.example_div {
margin-left: 4em;
margin-right: 4em;
font-size: 90%;
}
aside h3 {
margin-block-start: 0;
margin-inline-start: 1em;
}
aside h4 {
margin-inline-start: 1em;
}
table.whitespace {
/* width: 300px; */
width: 100%;
border-spacing: 0;
margin: 1em 0;
}
table.whitespace th {
writing-mode: sideways-lr;
vertical-align: bottom;
}
table.whitespace td {
text-align: center;
vertical-align: middle;
}
table.whitespace th,
table.whitespace td {
border: thin solid rgba(0,0,0,.12);
padding: 6px;
}
table.whitespace caption {
padding: 10px;
caption-side: bottom;
}
.advisement + .links { margin-top: -1em; }
.advisement + .links a { text-decoration: none; border-bottom: none; }
.advisement { }
.req { position: relative; }
.req .links { padding-bottom: 0; }
/*.req::before {
content: "§";
display: block;
border: none;
color: inherit;
font-size: 83%;
height: 2em;
left: -1.6em;
opacity: .5;
position: absolute;
text-align: center;
text-decoration: none;
top: 0;
transition: opacity .2s;
width: 2em;
}*/
.req .self-link {
margin-left: -1em;
float: left;
text-decoration: none;
border: 0;
font-size: 80%;
color: #999;
}
.req summary {
margin: 0;
margin-top: 0px;
margin-top: -1em;
font-size: 80%;
font-weight: normal;
line-height: 1;
cursor: pointer;
}
/*.xref {
border-radius: 8px;
border: 4px solid white;
padding: 10px;
font-size: 90%;
background-color: #FEB;
float: right;
width: 40%;
margin-bottom: 1em;
margin-inline-end: -15%;
}*/
.seealso {
color: #996600;
font-size: 95%;
font-weight: bold;
}
.links_title { margin-top: 0; font-weight: bold; color: #005a9c; }
.links_subtitle { font-style: italic; margin-block-start: 1rem; margin-bottom: 0; }
.checklistGroup li {
list-style-type: none;
padding-inline: 1rem;
padding-block: .3em;
min-height: 2rem;
color: brown;
background-color: antiquewhite;
border-radius: 5px;
font-size: 95%;
}
.checklistMore {
font-size: 90%;
font-style: italic;
text-decoration: none;
margin-inline-start: 1rem;
}
.checklistGroup li input {
accent-color: chocolate;
}
.checklist summary {
font-weight: normal;
margin-block: 2rem;
}
.checklist details > summary {
color: saddlebrown;
margin-inline-start: 2rem;
}
.summaryC summary {
color: saddlebrown;
font-weight: normal;
cursor: pointer;
}
.dumpBox {
width: 100%;
height: 400px;
}
.reviewComments {
font-size: 90%;
padding: 1em;
background-color: #EFEFF9;
border-radius: 5px;
margin-block: 0;
font-style: italic;
}
.exampleNamesTable {
border-collapse: collapse;
width: 100%;
}
.exampleNamesTable td, .exampleNamesTable th {
border: 1px solid #ddd;
padding: 8px;
}
.exampleNamesTable tr:nth-child(even){background-color: #f2f2f2;}
.exampleNamesTable tr:hover {background-color: #ddd;}
.exampleNamesTable th {
cursor: pointer;
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #04AA6D;
color: white;
}
td.exampleChar {
font-size: 300%;
text-align: center;
vertical-align: middle;
}
.spilloverExample {
background-color: #fdfdfd;
text-indent: 10px;
font-size: 140%;
}
.localdef {
background-color:white;
border: 1px solid brown;
margin:0.5em;
padding:0.5em;
}