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
|
@import "bootstrap/dist/css/bootstrap-reboot.css";
@import "bootstrap/dist/css/bootstrap-grid.css";
@import "bootstrap-icons/font/bootstrap-icons.css";
@import "./views/common/index.css";
:root {
--tl-background-color: #f8f9fa;
--tl-primary-color: rgb(0, 123, 255);
--tl-primary-l1-color: rgb(26, 136, 255);
--tl-primary-l2-color: rgb(51, 149, 255);
--tl-primary-l3-color: rgb(77, 163, 255);
--tl-primary-d1-color: rgb(0, 111, 230);
--tl-primary-d2-color: rgb(0, 98, 204);
--tl-primary-d3-color: rgb(0, 86, 179);
--tl-primary-f1-color: rgb(0, 111, 230);
--tl-primary-f2-color: rgb(0, 98, 204);
--tl-primary-f3-color: rgb(0, 86, 179);
--tl-primary-r1-color: rgb(26, 136, 255);
--tl-primary-r2-color: rgb(51, 149, 255);
--tl-primary-r3-color: rgb(77, 163, 255);
--tl-primary-enhance-color: rgb(77, 163, 255);
--tl-primary-enhance-l1-color: rgb(94, 172, 255);
--tl-primary-enhance-l2-color: rgb(112, 181, 255);
--tl-primary-enhance-l3-color: rgb(130, 190, 255);
--tl-primary-enhance-d1-color: rgb(43, 145, 255);
--tl-primary-enhance-d2-color: rgb(10, 128, 255);
--tl-primary-enhance-d3-color: rgb(0, 112, 232);
--tl-primary-enhance-f1-color: rgb(94, 172, 255);
--tl-primary-enhance-f2-color: rgb(112, 181, 255);
--tl-primary-enhance-f3-color: rgb(130, 190, 255);
--tl-primary-enhance-r1-color: rgb(43, 145, 255);
--tl-primary-enhance-r2-color: rgb(10, 128, 255);
--tl-primary-enhance-r3-color: rgb(0, 112, 232);
--tl-secondary-color: rgb(255, 0, 250);
--tl-secondary-l1-color: rgb(255, 26, 251);
--tl-secondary-l2-color: rgb(255, 51, 251);
--tl-secondary-l3-color: rgb(255, 77, 252);
--tl-secondary-d1-color: rgb(230, 0, 225);
--tl-secondary-d2-color: rgb(204, 0, 200);
--tl-secondary-d3-color: rgb(179, 0, 175);
--tl-secondary-f1-color: rgb(230, 0, 225);
--tl-secondary-f2-color: rgb(204, 0, 200);
--tl-secondary-f3-color: rgb(179, 0, 175);
--tl-secondary-r1-color: rgb(255, 26, 251);
--tl-secondary-r2-color: rgb(255, 51, 251);
--tl-secondary-r3-color: rgb(255, 77, 252);
--tl-text-primary-color: rgb(17, 17, 17);
--tl-text-primary-l1-color: rgb(41, 41, 41);
--tl-text-primary-l2-color: rgb(65, 65, 65);
--tl-text-primary-l3-color: rgb(88, 88, 88);
--tl-text-primary-d1-color: rgb(15, 15, 15);
--tl-text-primary-d2-color: rgb(14, 14, 14);
--tl-text-primary-d3-color: rgb(12, 12, 12);
--tl-text-primary-f1-color: rgb(15, 15, 15);
--tl-text-primary-f2-color: rgb(14, 14, 14);
--tl-text-primary-f3-color: rgb(12, 12, 12);
--tl-text-primary-r1-color: rgb(41, 41, 41);
--tl-text-primary-r2-color: rgb(65, 65, 65);
--tl-text-primary-r3-color: rgb(88, 88, 88);
--tl-text-on-primary-color: rgb(255, 255, 255);
--tl-text-on-primary-l1-color: rgb(255, 255, 255);
--tl-text-on-primary-l2-color: rgb(255, 255, 255);
--tl-text-on-primary-l3-color: rgb(255, 255, 255);
--tl-text-on-primary-d1-color: rgb(230, 230, 230);
--tl-text-on-primary-d2-color: rgb(204, 204, 204);
--tl-text-on-primary-d3-color: rgb(179, 179, 179);
--tl-text-on-primary-f1-color: rgb(255, 255, 255);
--tl-text-on-primary-f2-color: rgb(255, 255, 255);
--tl-text-on-primary-f3-color: rgb(255, 255, 255);
--tl-text-on-primary-r1-color: rgb(230, 230, 230);
--tl-text-on-primary-r2-color: rgb(204, 204, 204);
--tl-text-on-primary-r3-color: rgb(179, 179, 179);
--tl-danger-color: rgb(255, 0, 0);
--tl-danger-l1-color: rgb(255, 26, 26);
--tl-danger-l2-color: rgb(255, 51, 51);
--tl-danger-l3-color: rgb(255, 77, 77);
--tl-danger-d1-color: rgb(230, 0, 0);
--tl-danger-d2-color: rgb(204, 0, 0);
--tl-danger-d3-color: rgb(179, 0, 0);
--tl-danger-f1-color: rgb(230, 0, 0);
--tl-danger-f2-color: rgb(204, 0, 0);
--tl-danger-f3-color: rgb(179, 0, 0);
--tl-danger-r1-color: rgb(255, 26, 26);
--tl-danger-r2-color: rgb(255, 51, 51);
--tl-danger-r3-color: rgb(255, 77, 77);
--tl-success-color: rgb(0, 128, 0);
--tl-success-l1-color: rgb(0, 166, 0);
--tl-success-l2-color: rgb(0, 204, 0);
--tl-success-l3-color: rgb(0, 243, 0);
--tl-success-d1-color: rgb(0, 115, 0);
--tl-success-d2-color: rgb(0, 102, 0);
--tl-success-d3-color: rgb(0, 90, 0);
--tl-success-f1-color: rgb(0, 115, 0);
--tl-success-f2-color: rgb(0, 102, 0);
--tl-success-f3-color: rgb(0, 90, 0);
--tl-success-r1-color: rgb(0, 166, 0);
--tl-success-r2-color: rgb(0, 204, 0);
--tl-success-r3-color: rgb(0, 243, 0);
}
.tl-color-primary {
color: var(--tl-primary-color);
}
.tl-color-secondary {
color: var(--tl-secondary-color);
}
.tl-color-success {
color: var(--tl-success-color);
}
.tl-color-danger {
color: var(--tl-danger-color);
}
body {
background: var(--tl-background-color);
}
small {
line-height: 1.2;
}
.flex-fix-length {
flex-grow: 0;
flex-shrink: 0;
}
.icon-button {
font-size: 1.4rem;
cursor: pointer;
}
.icon-button.large {
font-size: 1.6rem;
}
.icon-button.primary-enhance {
color: var(--tl-primary-enhance-color);
}
.cursor-pointer {
cursor: pointer;
}
textarea {
resize: none;
}
.white-space-no-wrap {
white-space: nowrap;
}
.full-viewport-center-child {
position: fixed;
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.touch-action-none {
touch-action: none;
}
i {
line-height: 1;
}
.markdown-container {
white-space: initial;
}
.markdown-container img {
max-height: 200px;
max-width: 100%;
}
a {
text-decoration: none;
}
|