-
Notifications
You must be signed in to change notification settings - Fork 0
/
textlzss.css
110 lines (88 loc) · 1.35 KB
/
textlzss.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
html {
font-size: 100%;
font-family: sans-serif;
}
body {
font-size: 120%;
}
.content {
max-width: 1000px;
margin: auto;
text-align: center;
}
.left {
text-align: left;
}
.advanced {
display: none;
}
.toggler {
display: inline-block;
padding: 0.3em;
margin: 0.5em;
background: #ddd;
border-top: 0.18em solid #eee;
border-left: 0.18em solid #eee;
border-right: 0.18em solid #aaa;
border-bottom: 0.18em solid #aaa;
user-select: none;
cursor: default;
}
.toggler.toggled {
border-top: 0.18em solid #aaa;
border-left: 0.18em solid #aaa;
border-right: 0.18em solid #eee;
border-bottom: 0.18em solid #eee;
}
.button {
border: 0.1em solid #999;
padding: 0.3em;
background: #ddd;
display: inline-block;
margin: 0.5em;
user-select: none;
cursor: default;
}
#input {
width: 100%;
height: 10em;
font-size: 110%;
}
.lzout {
font-family: Consolas;
}
.lzelem {
display: inline-block;
vertical-align: top;
margin: 0.05em;
}
.activeRefSource {
background-color: #ffdd99;
}
.lzlit {
border: 0.1em solid red;
}
.lzref {
border: 0.1em solid blue;
}
.lzbits {
background: #eee;
}
.lzsubscript {
font-size: 60%;
}
td {
min-width: 5em;
padding: 0 0.7em 0.5em 0;
}
h4 {
margin-bottom: 0;
}
#varSizeInfo table {
text-align: center;
border-collapse: collapse;
}
#varSizeInfo th, #varSizeInfo td {
padding: 0.3em;
border: 1px solid black;
}