Commit
ยท
0a31194
1
Parent(s):
8e06c79
Upload styles.css
Browse files- styles.css +276 -0
styles.css
ADDED
@@ -0,0 +1,276 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.path {
|
2 |
+
font-size: xx-small;
|
3 |
+
margin-left: 25px;
|
4 |
+
}
|
5 |
+
|
6 |
+
.desc {
|
7 |
+
font-size: small;
|
8 |
+
margin-left: 25px;
|
9 |
+
}
|
10 |
+
|
11 |
+
.modelTitle {
|
12 |
+
text-align: center;
|
13 |
+
font-size: x-large;
|
14 |
+
font-weight: bolder;
|
15 |
+
}
|
16 |
+
|
17 |
+
.linkMoreInfo {
|
18 |
+
font-size: xx-small;
|
19 |
+
}
|
20 |
+
|
21 |
+
.packageManager {
|
22 |
+
width: 800px;
|
23 |
+
|
24 |
+
}
|
25 |
+
|
26 |
+
.model {
|
27 |
+
width:auto;
|
28 |
+
}
|
29 |
+
|
30 |
+
.tg-update {
|
31 |
+
background-color: var(--background-modifier-success) !important;
|
32 |
+
}
|
33 |
+
|
34 |
+
/* --- Basics --- */
|
35 |
+
|
36 |
+
.loading {
|
37 |
+
display: inline-block;
|
38 |
+
overflow: hidden;
|
39 |
+
height: 1.3em;
|
40 |
+
margin-top: -0.3em;
|
41 |
+
line-height: 1.5em;
|
42 |
+
vertical-align: text-bottom;
|
43 |
+
}
|
44 |
+
|
45 |
+
.loading::after {
|
46 |
+
display: inline-table;
|
47 |
+
white-space: pre;
|
48 |
+
text-align: left;
|
49 |
+
}
|
50 |
+
|
51 |
+
/* --- Types --- */
|
52 |
+
|
53 |
+
/* default loading is ellip */
|
54 |
+
.loading::after {
|
55 |
+
content: "\A.\A..\A...";
|
56 |
+
animation: spin4 2s steps(4) infinite;
|
57 |
+
}
|
58 |
+
|
59 |
+
.loading.line::after {
|
60 |
+
content: "/\Aโ\A\\\A|";
|
61 |
+
text-align: center;
|
62 |
+
animation: spin4 1s steps(4) infinite;
|
63 |
+
}
|
64 |
+
|
65 |
+
.loading.line2::after {
|
66 |
+
content: "โฒ\Aโ\Aโฑ\Aโ";
|
67 |
+
text-align: center;
|
68 |
+
animation: spin4 1s steps(4) infinite;
|
69 |
+
}
|
70 |
+
|
71 |
+
.loading.plus::after {
|
72 |
+
content: "โฝ\Aโ\Aโพ\Aโ";
|
73 |
+
animation: spin4 1s steps(4) infinite;
|
74 |
+
}
|
75 |
+
|
76 |
+
.loading.dots::after {
|
77 |
+
content: "โ \Aโ \Aโ น\Aโ ธ\Aโ ผ\Aโ ด\Aโ ฆ\Aโ ง\Aโ \Aโ ";
|
78 |
+
animation: spin10 1s steps(10) infinite;
|
79 |
+
}
|
80 |
+
|
81 |
+
.loading.dots2::after {
|
82 |
+
content: "โ \Aโ \Aโ \Aโ \Aโ \Aโ ฆ\Aโ ด\Aโ ฒ\Aโ ณ";
|
83 |
+
animation: spin9 1s steps(9) infinite;
|
84 |
+
}
|
85 |
+
|
86 |
+
.loading.dots3::after {
|
87 |
+
content: "โฎ\Aโฐ\Aโฏ\Aโฑ";
|
88 |
+
text-align: center;
|
89 |
+
animation: spin4 1s steps(4) infinite;
|
90 |
+
}
|
91 |
+
|
92 |
+
.loading.lifting::after {
|
93 |
+
content: "๊๊\A๊๊\A๊๊\A๊๊\A๊๊";
|
94 |
+
animation: spin5 .5s steps(5) infinite alternate;
|
95 |
+
}
|
96 |
+
|
97 |
+
.loading.hamburger::after {
|
98 |
+
content: "โฑ\Aโฒ\Aโด";
|
99 |
+
animation: spin3 .3s steps(3) infinite alternate;
|
100 |
+
}
|
101 |
+
|
102 |
+
.loading.bar::after {
|
103 |
+
content: "โ\Aโ\Aโ\Aโ\Aโ\Aโ\Aโ";
|
104 |
+
animation: spin7 1s steps(7) infinite alternate;
|
105 |
+
}
|
106 |
+
|
107 |
+
.loading.bar2::after {
|
108 |
+
content: "โ\Aโ\Aโ\Aโ\Aโ
\Aโ\Aโ\Aโ";
|
109 |
+
animation: spin8 2s steps(8) infinite alternate;
|
110 |
+
}
|
111 |
+
|
112 |
+
.loading.circle::after {
|
113 |
+
content: "โด\Aโท\Aโถ\Aโต";
|
114 |
+
animation: spin4 1s steps(4) infinite;
|
115 |
+
}
|
116 |
+
|
117 |
+
.loading.open-circle::after {
|
118 |
+
content: "โ\Aโ \Aโ\Aโ\Aโก\Aโ";
|
119 |
+
animation: spin6 .6s steps(6) infinite;
|
120 |
+
}
|
121 |
+
|
122 |
+
.loading.arrow::after {
|
123 |
+
content: "โ\Aโ\Aโ\Aโ\Aโ\Aโ\Aโ\Aโ";
|
124 |
+
animation: spin8 1s steps(8) infinite;
|
125 |
+
}
|
126 |
+
|
127 |
+
.loading.triangle::after {
|
128 |
+
content: "โข\Aโฃ\Aโค\Aโฅ";
|
129 |
+
animation: spin4 1s steps(4) infinite;
|
130 |
+
}
|
131 |
+
|
132 |
+
.loading.triangles::after {
|
133 |
+
content: "โนโนโนโนโน\A โธโนโนโนโน\A โนโธโนโนโน\A โนโนโธโนโน\A โนโนโนโธโน\A โนโนโนโนโธ";
|
134 |
+
animation: spin6 1s steps(6) infinite;
|
135 |
+
}
|
136 |
+
|
137 |
+
.loading.beam::after {
|
138 |
+
content: "\A= \A == \A === \A ====\A ===\A ==\A =\A";
|
139 |
+
animation: spin9 1.2s steps(9) infinite;
|
140 |
+
font-family: monospace;
|
141 |
+
}
|
142 |
+
|
143 |
+
.loading.bullet::after {
|
144 |
+
content: " โ \A โ \A โ \A โ \A โ\A โ \A โ \A โ \A โ \A โ ";
|
145 |
+
animation: spin10 1s steps(10) infinite;
|
146 |
+
}
|
147 |
+
|
148 |
+
.loading.bullseye::after {
|
149 |
+
content: "โโโ\Aโโโ\Aโโโ\Aโโโ";
|
150 |
+
animation: spin4 1s steps(4) infinite;
|
151 |
+
}
|
152 |
+
|
153 |
+
.loading.rhomb::after {
|
154 |
+
content: "โโโ\Aโโโ\Aโโโ\Aโโโ";
|
155 |
+
animation: spin4 1s steps(4) infinite;
|
156 |
+
}
|
157 |
+
|
158 |
+
.loading.fish::after {
|
159 |
+
content: ">))'>\A โ>))'>\A โโ>))'>\A โโโ>))'>\A โโโโ>))'>\A โโโโ<'((<\A โโโ<'((<\A โโ<'((<\A โ<'((<\A <'((<\A";
|
160 |
+
animation: spin10 5s steps(10) infinite;
|
161 |
+
}
|
162 |
+
|
163 |
+
.loading.toggle::after {
|
164 |
+
content: "โถ\Aโท";
|
165 |
+
animation: spin2 1s steps(2) infinite;
|
166 |
+
}
|
167 |
+
|
168 |
+
.loading.countdown::after {
|
169 |
+
content: "0\A 1\A 2\A 3\A 4\A 5\A 6\A 7\A 8\A 9";
|
170 |
+
animation: spin10 10s steps(10) reverse;
|
171 |
+
}
|
172 |
+
|
173 |
+
.loading.time::after {
|
174 |
+
content: "๐\A๐\A๐\A๐\A๐\A๐\A๐\A๐\A๐\A๐\A๐\A๐";
|
175 |
+
animation: spin12 3s steps(12) infinite;
|
176 |
+
width: 1.3em;
|
177 |
+
}
|
178 |
+
|
179 |
+
.loading.hearts::after {
|
180 |
+
content: "๐\A๐\A๐\A๐";
|
181 |
+
animation: spin4 2s steps(4) infinite;
|
182 |
+
width: 1.3em;
|
183 |
+
}
|
184 |
+
|
185 |
+
.loading.earth::after {
|
186 |
+
content: "๐\A๐\A๐";
|
187 |
+
animation: spin3 1s steps(3) infinite;
|
188 |
+
width: 1.3em;
|
189 |
+
}
|
190 |
+
|
191 |
+
.loading.moon::after {
|
192 |
+
content: "๐\A๐\A๐\A๐\A๐\A๐\A๐\A๐";
|
193 |
+
animation: spin8 2s steps(8) infinite;
|
194 |
+
width: 1.3em;
|
195 |
+
}
|
196 |
+
|
197 |
+
.loading.monkey::after {
|
198 |
+
content: "๐\A๐\A๐";
|
199 |
+
animation: spin3 1.5s steps(3) infinite;
|
200 |
+
width: 1.3em;
|
201 |
+
}
|
202 |
+
|
203 |
+
.loading.runner::after {
|
204 |
+
content: "๐ถ\A๐";
|
205 |
+
animation: spin2 1s steps(2) infinite;
|
206 |
+
width: 1.3em;
|
207 |
+
}
|
208 |
+
|
209 |
+
.loading.box-bounce::after {
|
210 |
+
content:"โ\Aโ\Aโ\Aโ";
|
211 |
+
animation: spin4 1s steps(4) infinite;
|
212 |
+
}
|
213 |
+
|
214 |
+
.loading.star::after {
|
215 |
+
content:"โถ\Aโธ\Aโน\Aโบ\Aโน\Aโท";
|
216 |
+
animation: spin6 1s steps(6) infinite;
|
217 |
+
}
|
218 |
+
|
219 |
+
.loading.matrix::after {
|
220 |
+
content:"โ โโโโ\Aโโ โโโ\Aโโโ โโ\Aโโโโ โ";
|
221 |
+
animation: spin4 .5s steps(4) infinite alternate;
|
222 |
+
}
|
223 |
+
|
224 |
+
.loading.square::after {
|
225 |
+
content: "โฐ\Aโณ\Aโฒ\Aโฑ";
|
226 |
+
animation: spin4 1s steps(4) infinite;
|
227 |
+
}
|
228 |
+
|
229 |
+
.loading.words::after {
|
230 |
+
content: "Loading\A Still loading\A Mostly done\A A bit more \A Almost done\A Ready-ish";
|
231 |
+
animation: spin6 12s steps(6) infinite;
|
232 |
+
}
|
233 |
+
|
234 |
+
/* --- Animations --- */
|
235 |
+
|
236 |
+
@keyframes spin1 { to { transform: translateY( -1.5em); } }
|
237 |
+
@keyframes spin2 { to { transform: translateY( -3.0em); } }
|
238 |
+
@keyframes spin3 { to { transform: translateY( -4.5em); } }
|
239 |
+
@keyframes spin4 { to { transform: translateY( -6.0em); } }
|
240 |
+
@keyframes spin5 { to { transform: translateY( -7.5em); } }
|
241 |
+
@keyframes spin6 { to { transform: translateY( -9.0em); } }
|
242 |
+
@keyframes spin7 { to { transform: translateY(-10.5em); } }
|
243 |
+
@keyframes spin8 { to { transform: translateY(-12.0em); } }
|
244 |
+
@keyframes spin9 { to { transform: translateY(-13.5em); } }
|
245 |
+
@keyframes spin10 { to { transform: translateY(-15.0em); } }
|
246 |
+
@keyframes spin11 { to { transform: translateY(-16.5em); } }
|
247 |
+
@keyframes spin12 { to { transform: translateY(-18.0em); } }
|
248 |
+
|
249 |
+
.block-language-tg {
|
250 |
+
padding: 10px;
|
251 |
+
}
|
252 |
+
|
253 |
+
.cm-embed-block:hover > .tgmenu {
|
254 |
+
opacity: 1;
|
255 |
+
}
|
256 |
+
|
257 |
+
.tgmenu {
|
258 |
+
opacity: 0;
|
259 |
+
display: flex;
|
260 |
+
gap:5px;
|
261 |
+
position: absolute;
|
262 |
+
bottom: 0;
|
263 |
+
right: 0;
|
264 |
+
z-index: 100;
|
265 |
+
}
|
266 |
+
|
267 |
+
.callout[data-callout="ai"] {
|
268 |
+
--callout-icon: bot;
|
269 |
+
}
|
270 |
+
.callout[data-callout="ai"] > .callout-title {
|
271 |
+
margin-left: -1rem;
|
272 |
+
}
|
273 |
+
|
274 |
+
.callout[data-callout="ai"] > .callout-content {
|
275 |
+
margin-left: 2rem;
|
276 |
+
}
|