-
Notifications
You must be signed in to change notification settings - Fork 19
/
EnDe.css
779 lines (745 loc) · 24.9 KB
/
EnDe.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
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
@charset "utf-8";
/* ========================================================================= //
#?
#? NAME
#? EnDe.css - general CSS file for EnDe
#?
# SEE ALSO
# EnDe.html
# Makefile
#?
#? VERSION
#? @(#) EnDe.css 3.35 22/01/02 01:49:33
#?
#? AUTHOR
#? 30-may-04 Achim Hoffmann
#?
* ========================================================================= */
/*
* Notes:
* 11/2020: new more modern version using CSS properties, for compatibility
* see https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
* To work better in ancient browsers (pre 2020), please use index-old.html
* which uses the old EnDe-old.css .
*/
/* variable definitions */
:root {
/* color and background */
--fg-ende: #424242; /* grey */
--bg-main: #e0e0e0;
--fg-main: #000000; /* black */
--bg-bar: #f0f0f0;
--bg-inset: #ccdfff; /* light blue */
--bg-cream: #ffffcf; /* yellow cream */
--bg-input: #ffffcf;
--bg-status: #ffffcf;
--fg-status: #808080; /* dark grey */
/* background: -color -image -repeat -attach -position */
--background: transparent no-repeat center;
/* borders */
--border-0: 0px none #000000; /* black */
--border-1: 1px solid #000000; /* black */
--border-dashed:1px dashed #000000; /* black */
--border-dotted:1px dotted #000000; /* black */
--border-inset: 1px solid #808080; /* dark grey */
--shadow: #424242; /* grey */
/* fonts */
--font-size: 80%;
--font-mono: 80% monospace; /* not working properly (2020) */
}
/* geht nicht:
* alle Groessen-Relationen muessen neu bestimmt werden fuer Verdana
* in Timestamp ist Text zwischen den Inputfeldern nach oben verschoben
body { color:var(--fg-main); background-color:var(--bg-main); font-family:verdana,arial,helvetica,sans-serif; font-size:10pt; }
*/
body { color:var(--fg-main); background-color:var(--bg-main); font-size:12pt; }
h1 { font-size:200%; }
.overlay { z-index:91; background-image: url(img/overlay.png); display:none; position:fixed; }
.blind { color:var(--bg-main); background-color:var(--bg-main); display:inline; text-decoration:none; border:0px; }
.blind a { color:var(--bg-main); background-color:var(--bg-main); display:inline; text-decoration:none; }
.blind a:link { color:var(--bg-main); background-color:var(--bg-main); display:inline; text-decoration:none; }
.blind a:visited{ color:var(--bg-main); background-color:var(--bg-main); display:inline; text-decoration:none; }
ende { color:var(--fg-ende); background-color:var(--bg-main); font-weight:bold; font-variant:small-caps; font-size:110%; }
.owasp { margin-left:auto; margin-right:auto; width:9em; }
p { margin-left: 2em; }
dl:before { content:"- "; margin-left:-0.2em; }
dt { font-weight:bold; display:inline; }
a[id="EnDeDOM.icon"] { margin:0px; display:inline; position:absolute; top:0.1em; }
a[id="EnDeDOM.logo"] { margin:0px; display:inline; position:absolute; top:0.05em; right:0.6em; }
a img { border:0px; display:inline; }
/* following for debugging title= attributes
*[title]:after {content:" ["attr(title)"]"; font-size:var(--font-size);}
*/
table,th,td { border-spacing:0px; border-collapse:collapse; }
/* status bar */
div[id="EnDeDOM.SB"] {
z-index: 22;
color: var(--fg-status);
background-color: var(--bg-status);
position: fixed;
width: 99.5%;
border: var(--border-1);
font: var(--font-mono);
}
div[id="EnDeDOM.SB"]:before { content: "Status: "; }
div[id="EnDeDOM.hide"] { top:0; left:0; }
/* button in Status Bar; */
span.sb button {
position: absolute;
margin-top: -2.9ex;
margin-left: -2em;
font-size: 70%;
}
/* quick GUI bar */
span.quick {
display: inline;
z-index: 21;
color: var(--fg-main);
background-color: var(--bg-bar);
position: fixed;
top: 0.8em;
opacity: .90;
border-bottom: var(--border-inset);
border-right: var(--border-inset);
border-left: var(--border-inset);
border-radius: 6px;
padding-right: 1em;
padding-left: 1em;
padding-top: 1.6em;
margin-right: 14em; /* Firefox hack (doesn't harm others) */
margin-left: 10em; /* tweaked for netbooks */
margin-top: -1.0em;
height: 1.5em;
}
/* all textareas */
textarea {
display: block;
padding: 2px;
margin-bottom: 0px;
/*
margin-bottom: -5px;
* need negative margin for Opera < 9.4x to fit .tab and .bat without gap
* but that also "moves" the other buttons higher, ugly ...
*/
width: 100%;
min-height: 19em;
min-width: 54em;
background-color: var(--bg-input);
color: var(--fg-main);
font: var(--font-mono);
/* #07sep10 weg da Font jetz relativ zu body
font-size: 10pt;
*/
}
textarea:focus {
z-index: 41;
border: 2px ridge #000000;
background-color: var(--bg-input);
color: var(--fg-main);
}
/* all fieldsets */
fieldset {
z-index: 1;
padding: 0px;
padding-bottom: 2px;
border: var(--border-1);
}
/* but Options have no border */
fieldset.options {
margin-top: 0.5em;
border: 1px none #ffffff;
border-radius: 5px;
box-shadow: 0px 2px 3px var(--shadow);
}
fieldset fieldset {
margin-bottom: 2px;
}
legend {
padding: 0px;
padding-left: 0.5em;
padding-right: 0.5em;
margin: 0px;
border: var(--border-0);
}
/* header in fieldsets */
.head { background:url(); } /* pimp me */
.head h2 {
padding: 0px;
padding-left: 0.2em;
margin-top: 0.1ex;
margin-bottom: 0.2ex; /* this is just to have a nice round border in the parent */
border-bottom: var(--border-1);
font-size: 150%;
font-weight: bold;
min-height: 30px; /* workaround if font-size is not working */
}
.head h2 label { display:block; } /* make whole line clickable */
/* buttons in fieldsets headers */
.head span { float:right; padding:0px; margin:0.1em; }
.head span button {
padding: 0px;
margin-right: 0.2em;
margin-bottom: 0.1em;
border: 1px solid #aaaaaa; /* chrome is too stupid for outset here */
min-width: 1em;
font-weight: bold;
background-color: var(--bg-main);
border-radius: 3px;
box-shadow: 0px 1px 2px var(--shadow);
}
.borderbox {
clear: both;
margin-top: 0.5em;
background-color: #555fff;
border: 1px none #ffffff;
border-radius: 8px;
box-shadow: 0px 5px 5px var(--shadow);
}
.borderbox div {
padding-bottom: 0px;
margin-bottom: 0px;
}
.borderbox div div {
float: left;
padding-top: 0.2em;
padding-left: 0.2em;
padding-bottom: 0.2em;
margin: 0px;
min-width: 10em;
}
.borderbox div.block {
float: none;
padding-bottom: 0px;
}
.borderbox div.right {
float: right;
min-width: 5em;
}
.borderbox div.middle {
width: auto;
}
.borderbox div.middle:after { /* force clear:both after .middle */
display: block;
visibility: hidden;
height: 0px;
clear: both;
content: "";
}
.borderbox div.left {
}
.borderbox div.left select {
float: left;
border: var(--border-1);
padding: 0px;
/* Opera needs auto, while all others work with 100% */
width: auto;
font-size: var(--font-size);
border-radius: 6px;
}
/* select on left side */
.borderbox div.left select option {
background-color: #ffffff;
/*
background-color: inherit;
* value should be inherit, but Opera < 10 is too stupid for that
* hence we need to use the parents background color
*/
}
.borderbox div.left select option:hover {
background-color: #00dfff;
}
.borderbox div.left select optgroup {
/* required by some browsers, otherwise default size
* for optgroup and option is used
* Mozilla 1.7.x
*/
font-size: inherit;
font-weight: bold;
}
/* button on left side */
.borderbox div.left div {
float: left;
padding: 0px;
font-size: var(--font-size);
width: 10em;
}
.borderbox div.left div input {
padding-left: 0px;
margin-bottom: 0.1em;
width: 8em;
background-color: #00dfff;
color: var(--fg-main);
}
.borderbox div.left button {
float: right;
height: 1.7em;
}
/* standard action button */
input.button {
padding: 2px;
min-width: 2em;
text-align: center;
background-color: #00bfff;
color: var(--fg-main);
font-size: var(--font-size);
border: 1px outset #aaaaaa;
border-radius: 4px;
box-shadow: 1px 1px 2px var(--shadow);
}
.opttable {
display: inline;
}
.opttable th {
padding-left: 0.2em;
padding-right: 0.2em;
font-variant: normal;
border-left: var(--border-1);
}
.opttable td {
text-align: center;
border-left: var(--border-1);
}
/* tables in test area */
.tsttable td { border-bottom:var(--border-1); }
.tsttable th { border-bottom:var(--border-1); text-align:right; }
.tsttable caption { background-color:var(--bg-cream); text-align:left; }
.tsttable caption { background-color:var(--bg-cream); text-align:left; }
/* tables in debug internal settings */
div[id="EnDeDOM.VAR"] button { width:20em; }
.vartable { overflow-x:scroll; }
.vartable input { overflow-x:scroll; width:49em; font-family:monospace; text-align:left; }
.vartable th { border:var(--border-1); white-space:nowrap; }
.vartable td { border:var(--border-1); white-space:nowrap; }
.vartable td:nth-child(2) { font-family:monospace; white-space:pre; }
/* tables in IP area */
.iptable th { font-variant:normal; text-align:right; }
.iptable td { }
.iptable td input { padding:0px; background-color:var(--bg-input); width:12em; }
.iptable .button { background-color:#00bfff; width:3em; }
.iptable td select { padding:0px; margin-left:0px; width:11em; }
/* tables in Timestamp area */
/* font-size is contribution to Firefox 3.x */
.tstable { font-size:10pt; border-spacing: 2px; }
.tstable td { border-right:var(--border-0); min-width:2em; width:auto; }
.tstable td { padding:0px; margin:0px; }
.tstable th { padding:0px; margin:0px; }
.tstable td:last-child { padding-left:0.2em;border-left:var(--border-1); }
.tstable th:first-child { text-align:right; max-width:7em; }
.tstable input[id="EnDeDOM.TS.human"] { min-width:22em; width:99%; }
.tstable input[id="EnDeDOM.TS.timestamp"] { border:var(--border-dotted); }
/* menu using UL LI DIV BUTTON */
fieldset>div ul.guess { background-color:#f0f0f0; display:inline; margin-top:0px; border-style:outset; border-width:2px; padding-left:0.5em; padding-right:0.5em; }
fieldset>div ul.guess li{ background-color:#f0f0f0; display:inline; margin-top:0px; }
li:hover div.menu { display:inline; }
div.menu {
display: none;
z-index: 42;
position: absolute;
margin-left: -3em; /* // ToDo: does not work */
border: var(--border-1);
background-color: #ffffff;
}
div.menu button {
display: block;
width: 99%;
text-align: left;
}
/* menu using UL and A */
.select ul {
padding: 0.2em;
padding-right: 0.0em;
margin-top: -0.1em;
margin-bottom: 0px;
min-width: 12em;
font-size: var(--font-size);
font-weight: bold;
color: var(--fg-main);
background-color: #ffffff;
border: 2px inset var(--fg-main);
text-align: left;
/*
appearance: menulist;
*/
}
.select ul li {
padding: 0px;
list-style: none;
}
.select ul li:hover {
background-color: #00bfff;
}
.select ul li a {
text-decoration: none;
margin: 0.2em;
color: var(--fg-main);
}
.select ul li a:hover {
text-decoration: none;
color: var(--fg-main);
}
.select ul li a:visited {
text-decoration: none;
color: var(--fg-main);
}
.select ul li ul {
display: none;
z-index: 42;
position: absolute;
margin-top: -1.2em;
margin-left: 2.5em;
min-width: 12em;
padding: 3px;
border: var(--border-1);
/* margin-top:
* first item in sub-menu should be in same line as the link itself
* padding:
* add some space to the whole sub-menu
* all settings should ensure that leaving the sub-menu on bottom or
* on top selects the parent visible there
*/
/*
overflow: auto;
*/
}
.select ul li:hover ul {
display: block;
}
.select ul li ul li {
font-weight: normal;
}
.select ul li ul li:hover {
background-color: #00bfff;
}
.select ul li ul li a {
display: block;
margin: 0px;
padding: 0px;
}
.select ul li ul li a:hover {
background-color: #00bfff;
}
span.popup { float: none; }
/* all following .popup settings are for "flat menu" hack only */
.popup ul { max-width: 20em; }
.popup ul li:hover { background-color:var(--bg-main); }
.popup ul li ul li:hover { background-color:var(--bg-main); }
.popup ul li ul li a:hover { background-color:var(--bg-main); }
.quirks .popup ul { max-width: 6em; } /* less space here */
/* Browser Quirks window */
.quirks {
padding: 0px;
height: 45em;
width: 45em;
min-width: 50em;
max-width: 55em;
font-size: 90%; /* tweak for netbooks */
}
.quirks span {
position: absolute;
margin-left: 9em;
margin-top: 7em; /* below first 2 rows */
padding-left: 0.5em;
padding-right: 0.5em;
border-left: var(--border-1);
width: 35em; /* Mozilla 1.7 hack */
}
.quirks input { /* tweak for netbooks */
font-size: 98%;
font-family: monospace;
}
.quirks ul {
margin: 0px;
padding: 0px;
}
.quirks ul li {
margin: 0px;
padding: 4px;
padding-left: 0.5em;
width: 98%; /* Safari hack */
list-style: none;
border: 1px solid var(--bg-inset);
}
.quirks ul li div {
display: none;
position: absolute;
margin: 0px;
margin-top: -1px;
padding: 0.5em;
left: 9em;
width: 33em;
overflow: auto;
/*font-weight: bold; */
border: 1px solid #9a9a9a;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}
.quirks ul li:hover {
border: 1px solid #9a9a9a;
border-radius: 3px;
box-shadow: 2px 2px 5px 5px #121212;
border-bottom-left-radius: 5px;
border-top-right-radius: 5px;
}
.quirks ul li:hover div {
background-color: var(--bg-inset);
z-index: 42;
display: inline;
border: 1px solid #9a9a9a;
border-radius: 3px;
box-shadow: 2px 2px 5px 5px #121212;
}
/* character */
.chr { width: 4em; text-align:center;
background-color: var(--bg-input);
}
/* single characters in "Special Characters" window */
.ucs {
margin-left: 0.3em;
padding-left: 0.3em;
padding-right: 0.3em;
border-radius: 2px;
box-shadow: 1px 1px 3px 3px #e2e2e2;
}
/* "direct/nested" and "replace map" inset window */
.function {
display: none;
position: fixed;
padding: 5px;
margin: 5px;
z-index: 42;
top: 1.0em;
left: 11em;
min-width: 30em;
width: auto;
background-color: var(--bg-inset);
opacity: .92;
border: var(--border-inset);
border-radius: 8px;
}
.function:hover { cursor: move; }
.function div div.opt {
position: relative;
padding-right: 0.5em;
margin-right: 0.5em;
float: left;
border-right: 1px solid var(--fg-main);
}
.function fieldset {
padding: 2px;
margin: 2px;
}
/* 22jan10: following needed unless correct class set in EnDeGUI.create() */
.function fieldset .button {
padding: 2px;
margin: 2px;
background-color: var(--bg-main);
float: left;
}
/* need a wider window for "Browser restart" (is class=funtion too) */
fieldset[id="EnDeDOM.f.XX"] { width:55em; height:55em; }
fieldset[id="EnDeDOM.f.XX"] span[id="EnDeDOM.XX"] { width:55em; }
/* following buttons are special */
.function fieldset input[id="EnDeDOM.FF.Actions.s.enc"] { background-color:#00dfff; }
.function fieldset input[id="EnDeDOM.FF.Actions.s.dec"] { background-color:#00dfff; }
.function textarea { min-height: 16em; } /* 16 should fit on netbooks too */
.function div[id="EnDeDOM.MP"] input[type="text"] { width:4em; }
.function div[id="EnDeDOM.MP.list"] input[type="text"] { width:4em; }
.function div[id="EnDeDOM.MP.list"] div span { float:none;width:4em; min-width:4em; display:inline-block; }
.function div[id="EnDeDOM.MP.list"] div span label { text-align:right; }
.test table { border:var(--border-1); }
.test table td { width:3em; min-width:3em; overflow: auto; }
.test table td:first-child { text-align: right; }
.test table td.data { text-align:left; padding-left:1em; border-top:var(--border-1); background-color:var(--bg-input); font-size:10pt; }
.test table td.parm { text-align:left; padding-left:1em; border-top:var(--border-0); background-color:#ffffaf; font-size:8pt; }
.test table td.error{ text-align:left; padding-left:1em; border-top:var(--border-dotted); background-color:#ffcfcf; font-size:8pt; }
.test table td pre { display:inline; overflow:auto; }
.test table td span { background-color:#ffcfcf; max-width:99%; overflow:auto; }
.test table td span:first-child { background-color:#cfffcf; }
/* definitions for tab-style buttons */
.tab {
margin-left: -6px;
margin-top: -3px; /* for WebKit */
border-top: 3px solid var(--bg-cream);
border-left: 2px solid var(--bg-cream);
border-bottom: 2px solid #404040;
border-right: 2px solid #404040;
background-color: var(--bg-cream);
color: var(--fg-main);
z-index: 22;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.bat {
margin-left: -6px;
margin-top: -3px; /* for WebKit */
border-top: 3px solid var(--fg-main);
border-left: 2px solid var(--fg-main);
border-bottom: 2px solid #f0f0f0;
border-right: 2px solid #f0f0f0;
background-color: var(--bg-main);
color: var(--fg-main);
z-index: 21;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
input.text {
background-color: var(--bg-input);
color: var(--fg-main);
}
/* disabled (not visible) at startup */
fieldset[id="EnDeDOM.f.TST"] { display:none; }
fieldset[id="EnDeDOM.f.DBX"] { display:none; }
fieldset[id="EnDeDOM.f.DBX"] textarea { width:99%; }
/* tabular data with a right aligned label text */
.labeled { font: var(--font-mono); }
.labeled th { min-width:5em; font-weight:bold; text-align:right; }
.labeled td { }
/* file load box: hide browser default */
.browse { display:inline; font:var(--font-mono); font-weight:bold; }
.file { z-index:3; position:absolute; width:28.5em; }
.fake { z-index:1; position:absolute; width:7em; padding:0px; margin-top:1px; left:33em; } /* margin-top good for all, except FF2 */
.hide { z-index:2; position:relative; width:37.5em; padding:0px; text-align:right; }
.bold { font-family:monospace; font-weight:bold; padding-left:0.5em; }
/* monospaced code */
.pre { white-space:pre; font-family:monospace; }
table.code {
border-left: 1px solid #00f000;
width: 99%;
text-align: right;
vertical-align: top;
white-space: pre;
font: var(--font-mono);
}
.code td:first-child {
padding-right: 0.5em;
width: 3em;
background-color: #f0a0a0;
}
.code td {
border-left: 1px solid var(--fg-main);
padding-left: 0.3em;
background-color: var(--bg-main);
}
/* pimp; all following used with pimp() button/function only */
button.help {
border: var(--border-0);
color: var(--bg-main); /* same as ".head span button" */
background-color: var(--background);
background-image: url("img/help.png");
height: 22px;
width: 22px;
}
button.fold {
border: var(--border-0);
color: var(--bg-main); /* same as ".head span button" */
background-color: var(--background);
background-image: url("img/fold.png");
height: 22px;
width: 22px;
}
button.code {
border: var(--border-0);
margin-left: 2em;
margin-bottom: -0.9em; /* // ToDo: should be px */
background-color: var(--background);
background-image: url("img/open.png");
height: 22px;
width: 22px;
}
button.scratch {
border: var(--border-0);
margin-left: 2em;
margin-bottom: -0.9em; /* // ToDo: should be px */
background-color: var(--background);
background-image: url("img/edit.png");
height: 22px;
width: 22px;
}
button.guess {
border: var(--border-0);
margin-left: 2em;
margin-bottom: -0.9em; /* // ToDo: should be px */
background-color: var(--background);
background-image: url("img/fish.png");
height: 22px;
width: 22px;
}
.rarr {
border: var(--border-0);
color: #fff;
background-color: var(--background);
background-image: url("img/22x22/rarr.png");
height: 22px;
width: 22px;
max-width: 22px;
}
.larr {
border: var(--border-0);
color: #fff;
background-color: var(--background);
background-image: url("img/22x22/larr.png");
height: 22px;
width: 22px;
max-width: 22px;
}
.swap {
border: var(--border-0);
color: #fff;
background-color: var(--background);
background-image: url("img/22x22/swap.png");
height: 22px;
width: 22px;
max-width: 22px;
}
.time {
border: var(--border-0);
background-color: var(--background);
background-image: url("img/time.png");
height: 22px;
width: 22px;
}
/* all following for RegEx*/
/* help: monospaced code */
div#Oglamar { border:var(--border-0); margin-left:0em; white-space: pre; display:inline; font:var(--font-mono); }
samp { border:var(--border-dashed); margin-left:5.5em; margin-top: 0.7em; margin-bottom:0.7em; overflow:auto; }
.samp { border:var(--border-dashed); margin-left:5.5em; margin-top: 0.7em; margin-bottom:0.7em; overflow:auto; }
li .samp { border:var(--border-dashed); margin-left:0.5em; margin-top: 0.7em; margin-bottom:0.7em; overflow:auto; }
tt { border:var(--border-dashed); margin-left:0.5em; padding-left:0.3em; padding-right:0.3em; background-color:var(--bg-input); }
dfn { border:var(--border-1); padding-left:0.1em; padding-right:0.1em; padding-top:0.0em; font-weight:bold; }
.go { border:1px solid #aaaaaa; padding-left:0.5em; padding-right:0.5em; padding-top:0.2em; font-weight:bold;
background-color: #ebeae0;
border-radius: 3px;
box-shadow: 0px 1px 2px var(--shadow);
}
em { font-weight: bold; }
div#Oglamar a { text-decoration:none; color:#555fff; }
div#Oglamar a:active { text-decoration:none; color:#555fff; }
div#Oglamar a:hover { text-decoration:underline; color:#ff8abd; }
div#Oglamar a:visited { text-decoration:none; color:#555fff; }
div#Oglamar a:visited:hover { text-decoration:underline; color:#ff8abd; }
div#Oglamar a.man { text-decoration:underline; }
div#Oglamar a.man:hover { text-decoration:underline; }
div#Oglamar a.man:visited { text-decoration:underline; }
div#Oglamar a.ref { text-decoration:none; }
div#Oglamar a.ref:hover { text-decoration:underline; }
div#Oglamar a.ref:visited { text-decoration:none; }
div#Oglamar a.nav1 { margin-left: 1.0em; }
div#Oglamar a.nav2 { margin-left: 3.0em; }
div#Oglamar a.nav3 { margin-left: 5.0em; }
div#Oglamar div.nav { margin-left: 4.0em; }
div#Oglamar ul { margin-left: 3.2em; }
div#Oglamar ol { margin-left: 3.7em; }
/* help RegEx*/
div#Gemmal { font-family: monospace; }
div#Tsahir { font-family: monospace; }
table.lang th.top { border: var(--border-1); text-align:left; }
table.lang th { border-bottom:var(--border-1); }
table.lang td { border-bottom:var(--border-1); padding-left: 1em; }
table.overview th { border-bottom:var(--border-1); text-align:center; background-color:#d0d0d0; }
table.overview td { text-align:center; }
table.overview td.x { text-align:center; background-color:#f0f000; }
table.overview td.k { text-align:center; background-color:#00f000; }
table.overview th.left { border: var(--border-1); text-align:left; background-color:#c0c0c0; }
.legend { border: var(--border-1); padding: 1em; background-color:#f0f0f0; }
span#body-font-height { position:absolute; top:-999px; left:-9999px; }