File size: 6,764 Bytes
0a31194
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.path {
    font-size: xx-small;
    margin-left: 25px;
}

.desc {
    font-size: small;
    margin-left: 25px;
}

.modelTitle {
    text-align: center;
    font-size: x-large;
    font-weight: bolder;
}

.linkMoreInfo {
    font-size: xx-small;
}

.packageManager {
    width: 800px;
    
}

.model {
    width:auto;
}

.tg-update {
    background-color: var(--background-modifier-success) !important;
}

/* --- Basics --- */

.loading {
    display: inline-block;
    overflow: hidden;
    height: 1.3em;
    margin-top: -0.3em;
    line-height: 1.5em;
    vertical-align: text-bottom;
  }
  
  .loading::after {
    display: inline-table;
    white-space: pre;
    text-align: left;
  }
  
  /* --- Types --- */
  
  /* default loading is ellip */
  .loading::after {
    content: "\A.\A..\A...";
    animation: spin4 2s steps(4) infinite;
  }
  
  .loading.line::after {
    content: "/\Aโ€“\A\\\A|";
    text-align: center;
    animation: spin4 1s steps(4) infinite;
  }
  
  .loading.line2::after {
    content: "โ•ฒ\Aโ”‚\Aโ•ฑ\Aโ”€";
    text-align: center;
    animation: spin4 1s steps(4) infinite;
  }
  
  .loading.plus::after {
    content: "โ”ฝ\Aโ•€\Aโ”พ\Aโ•";
    animation: spin4 1s steps(4) infinite;
  }
  
  .loading.dots::after {
    content: "โ ‹\Aโ ™\Aโ น\Aโ ธ\Aโ ผ\Aโ ด\Aโ ฆ\Aโ ง\Aโ ‡\Aโ ";
    animation: spin10 1s steps(10) infinite;
  }
  
  .loading.dots2::after {
    content: "โ ‹\Aโ ™\Aโ š\Aโ ž\Aโ –\Aโ ฆ\Aโ ด\Aโ ฒ\Aโ ณ";
    animation: spin9 1s steps(9) infinite;
  }
  
  .loading.dots3::after {
    content: "โ‹ฎ\Aโ‹ฐ\Aโ‹ฏ\Aโ‹ฑ";
    text-align: center;
    animation: spin4 1s steps(4) infinite;
  }
  
  .loading.lifting::after {
    content: "๊œˆ๊œ\A๊œ‰๊œŽ\A๊œŠ๊œ\A๊œ‹๊œ\A๊œŒ๊œ‘";
    animation: spin5 .5s steps(5) infinite alternate;
  }
  
  .loading.hamburger::after {
    content: "โ˜ฑ\Aโ˜ฒ\Aโ˜ด";
    animation: spin3 .3s steps(3) infinite alternate;
  }
  
  .loading.bar::after {
    content: "โ–\Aโ–Ž\Aโ–\Aโ–Œ\Aโ–‹\Aโ–Š\Aโ–‰";
    animation: spin7 1s steps(7) infinite alternate;
  }
  
  .loading.bar2::after {
    content: "โ–\Aโ–‚\Aโ–ƒ\Aโ–„\Aโ–…\Aโ–†\Aโ–‡\Aโ–ˆ";
    animation: spin8 2s steps(8) infinite alternate;
  }
  
  .loading.circle::after {
    content: "โ—ด\Aโ—ท\Aโ—ถ\Aโ—ต";
    animation: spin4 1s steps(4) infinite;
  }
  
  .loading.open-circle::after {
    content: "โ—œ\Aโ— \Aโ—\Aโ—ž\Aโ—ก\Aโ—Ÿ";
    animation: spin6 .6s steps(6) infinite;
  }
  
  .loading.arrow::after {
    content: "โ†\Aโ†–\Aโ†‘\Aโ†—\Aโ†’\Aโ†˜\Aโ†“\Aโ†™";
    animation: spin8 1s steps(8) infinite;
  }
  
  .loading.triangle::after {
    content: "โ—ข\Aโ—ฃ\Aโ—ค\Aโ—ฅ";
    animation: spin4 1s steps(4) infinite;
  }
  
  .loading.triangles::after {
    content: "โ–นโ–นโ–นโ–นโ–น\A โ–ธโ–นโ–นโ–นโ–น\A โ–นโ–ธโ–นโ–นโ–น\A โ–นโ–นโ–ธโ–นโ–น\A โ–นโ–นโ–นโ–ธโ–น\A โ–นโ–นโ–นโ–นโ–ธ";
    animation: spin6 1s steps(6) infinite;
  }
  
  .loading.beam::after {
    content: "\A=   \A ==  \A === \A ====\A  ===\A   ==\A    =\A";
    animation: spin9 1.2s steps(9) infinite;
    font-family: monospace;
  }
  
  .loading.bullet::after {
    content: " โ—    \A   โ—   \A    โ—  \A     โ— \A      โ—\A     โ— \A    โ—  \A   โ—   \A  โ—    \A โ—     ";
    animation: spin10 1s steps(10) infinite;
  }
  
  .loading.bullseye::after {
    content: "โ—Žโ—Žโ—Ž\Aโ—‰โ—Žโ—Ž\Aโ—Žโ—‰โ—Ž\Aโ—Žโ—Žโ—‰";
    animation: spin4 1s steps(4) infinite;
  }
  
  .loading.rhomb::after {
    content: "โ—‡โ—‡โ—‡\Aโ—ˆโ—‡โ—‡\Aโ—‡โ—ˆโ—‡\Aโ—‡โ—‡โ—ˆ";
    animation: spin4 1s steps(4) infinite;
  }
  
  .loading.fish::after {
    content: ">))'>\A โ€ƒ>))'>\A โ€ƒโ€ƒ>))'>\A โ€ƒโ€ƒโ€ƒ>))'>\A โ€ƒโ€ƒโ€ƒโ€ƒ>))'>\A โ€ƒโ€ƒโ€ƒโ€ƒ<'((<\A โ€ƒโ€ƒโ€ƒ<'((<\A โ€ƒโ€ƒ<'((<\A โ€ƒ<'((<\A <'((<\A";
    animation: spin10 5s steps(10) infinite;
  }
  
  .loading.toggle::after {
    content: "โŠถ\AโŠท";
    animation: spin2 1s steps(2) infinite;
  }
  
  .loading.countdown::after {
    content: "0\A 1\A 2\A 3\A 4\A 5\A 6\A 7\A 8\A 9";
    animation: spin10 10s steps(10) reverse;
  }
  
  .loading.time::after {
    content: "๐Ÿ•\A๐Ÿ•‘\A๐Ÿ•’\A๐Ÿ•“\A๐Ÿ•”\A๐Ÿ••\A๐Ÿ•–\A๐Ÿ•—\A๐Ÿ•˜\A๐Ÿ•™\A๐Ÿ•š\A๐Ÿ•›";
    animation: spin12 3s steps(12) infinite;
    width: 1.3em;
  }
  
  .loading.hearts::after {
    content: "๐Ÿ’›\A๐Ÿ’™\A๐Ÿ’œ\A๐Ÿ’š";
    animation: spin4 2s steps(4) infinite;
    width: 1.3em;
  }
  
  .loading.earth::after {
    content: "๐ŸŒ\A๐ŸŒŽ\A๐ŸŒ";
    animation: spin3 1s steps(3) infinite;
    width: 1.3em;
  }
  
  .loading.moon::after {
    content: "๐ŸŒ‘\A๐ŸŒ’\A๐ŸŒ“\A๐ŸŒ”\A๐ŸŒ•\A๐ŸŒ–\A๐ŸŒ—\A๐ŸŒ˜";
    animation: spin8 2s steps(8) infinite;
    width: 1.3em;
  }
  
  .loading.monkey::after {
    content: "๐Ÿ™ˆ\A๐Ÿ™‰\A๐Ÿ™Š";
    animation: spin3 1.5s steps(3) infinite;
    width: 1.3em;
  }
  
  .loading.runner::after {
    content: "๐Ÿšถ\A๐Ÿƒ";
    animation: spin2 1s steps(2) infinite;
    width: 1.3em;
  }
  
  .loading.box-bounce::after {
    content:"โ––\Aโ–˜\Aโ–\Aโ–—";
    animation: spin4 1s steps(4) infinite;
  }
  
  .loading.star::after {
    content:"โœถ\Aโœธ\Aโœน\Aโœบ\Aโœน\Aโœท";
    animation: spin6 1s steps(6) infinite;
  }
  
  .loading.matrix::after {
    content:"โ–‘ โ–‘โ–‘โ–‘โ–‘\Aโ–‘โ–‘ โ–‘โ–‘โ–‘\Aโ–‘โ–‘โ–‘ โ–‘โ–‘\Aโ–‘โ–‘โ–‘โ–‘ โ–‘";
    animation: spin4 .5s steps(4) infinite alternate;
  }
  
  .loading.square::after {
    content: "โ—ฐ\Aโ—ณ\Aโ—ฒ\Aโ—ฑ";
    animation: spin4 1s steps(4) infinite;
  }
  
  .loading.words::after {
    content: "Loading\A Still loading\A Mostly done\A A bit more \A Almost done\A Ready-ish";
    animation: spin6 12s steps(6) infinite;
  }
  
  /* --- Animations --- */
  
  @keyframes spin1  { to { transform: translateY( -1.5em); } }
  @keyframes spin2  { to { transform: translateY( -3.0em); } }
  @keyframes spin3  { to { transform: translateY( -4.5em); } }
  @keyframes spin4  { to { transform: translateY( -6.0em); } }
  @keyframes spin5  { to { transform: translateY( -7.5em); } }
  @keyframes spin6  { to { transform: translateY( -9.0em); } }
  @keyframes spin7  { to { transform: translateY(-10.5em); } }
  @keyframes spin8  { to { transform: translateY(-12.0em); } }
  @keyframes spin9  { to { transform: translateY(-13.5em); } }
  @keyframes spin10 { to { transform: translateY(-15.0em); } }
  @keyframes spin11 { to { transform: translateY(-16.5em); } }
  @keyframes spin12 { to { transform: translateY(-18.0em); } }

  .block-language-tg {
    padding: 10px;
  }

  .cm-embed-block:hover > .tgmenu {
    opacity: 1;
    }

  .tgmenu {
    opacity: 0;
    display: flex;
    gap:5px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
  }

  .callout[data-callout="ai"] {
    --callout-icon: bot;
}
  .callout[data-callout="ai"] > .callout-title {
  margin-left: -1rem;
  }

  .callout[data-callout="ai"] > .callout-content {
  margin-left: 2rem;
  }