|
2 | 2 | .sidetoc { |
3 | 3 | display: none !important; |
4 | 4 | } |
5 | | - .mobilesponsor { |
| 5 | + .topsponsor-bsa { |
| 6 | + margin-top: 25px; |
| 7 | + margin-bottom: 25px; |
| 8 | + background-color: var(--bg); |
| 9 | + border: 1px solid var(--table-border-color); |
| 10 | + border-radius: 8px; |
| 11 | + padding: 5px; |
| 12 | + display: none; /*changed via JS once ad is loaded*/ |
| 13 | + overflow: hidden; |
| 14 | + } |
| 15 | + .bottomsponsor-wrapper { |
| 16 | + margin-top: 25px; |
| 17 | + } |
| 18 | + .bottomsponsor, |
| 19 | + .bottomsponsor-bsa { |
6 | 20 | margin-top: 25px; |
7 | | - max-height: 40%; |
8 | | - height: 40%; |
9 | 21 | background-color: var(--bg); |
10 | 22 | border: 1px solid var(--table-border-color); |
11 | 23 | border-radius: 8px; |
12 | 24 | padding: 5px; |
13 | 25 | display: none; /*changed via JS once ad is loaded*/ |
14 | | - flex-direction: column; |
15 | 26 | text-decoration: none !important; |
16 | 27 | } |
17 | | - .mobilesponsor img { |
| 28 | + .bottomsponsor { |
| 29 | + flex-direction: column; |
| 30 | + } |
| 31 | + .bottomsponsor-bsa { |
| 32 | + overflow: hidden; |
| 33 | + } |
| 34 | + .bottomsponsor img { |
18 | 35 | height: auto; |
19 | 36 | width: 40%; |
20 | 37 | padding: 10px; |
21 | 38 | transition-property: all; |
22 | 39 | transition-timing-function: cubic-bezier(.4,0,.2,1); |
23 | 40 | transition-duration: .3s; |
24 | 41 | } |
25 | | - /* .mobilesponsor:hover img{ |
26 | | - width: 30%; |
27 | | - } */ |
28 | | - .mobilesponsor .mobilesponsor-title{ |
| 42 | + .bottomsponsor .bottomsponsor-title{ |
29 | 43 | margin-top: 5px; |
30 | 44 | margin-bottom: 5px; |
31 | 45 | margin-left: 15px; |
|
34 | 48 | font-size: 2rem; |
35 | 49 | color: var(--sponsor-fg); |
36 | 50 | } |
37 | | - .mobilesponsor .mobilesponsor-description{ |
| 51 | + .bottomsponsor .bottomsponsor-description{ |
38 | 52 | display:block; |
39 | 53 | margin-top: 5px; |
40 | 54 | margin-bottom: 15px; |
|
45 | 59 | transition-timing-function: cubic-bezier(.4,0,.2,1); |
46 | 60 | transition-duration: .3s; |
47 | 61 | } |
48 | | - /* .mobilesponsor:hover .mobilesponsor-description{ |
49 | | - display:block; |
50 | | - } */ |
51 | | - .mobilesponsor .mobilesponsor-cta{ |
| 62 | + .bottomsponsor .bottomsponsor-cta{ |
52 | 63 | margin-top: auto; |
53 | 64 | margin-bottom: 10px; |
54 | 65 | margin-left: 20px; |
|
149 | 160 | background-color: var(--fg); |
150 | 161 | color: var(--bg); |
151 | 162 | } |
152 | | - .mobilesponsor-wrapper { |
153 | | - display: none !important; |
| 163 | + .sidesponsor-bsa { |
| 164 | + max-height: 40%; |
| 165 | + height: 40%; |
| 166 | + background-color: transparent; |
| 167 | + border: 1px solid color-mix(in srgb, var(--table-border-color) 70%, transparent); |
| 168 | + border-radius: 8px; |
| 169 | + padding: 5px; |
| 170 | + display: none; /*changed via JS once ad is loaded*/ |
| 171 | + overflow: hidden; |
| 172 | + backdrop-filter: blur(6px); |
| 173 | + } |
| 174 | + .topsponsor-bsa { |
| 175 | + margin: 0 auto 32px; |
| 176 | + width: min(100%, 760px); |
| 177 | + background-color: transparent; |
| 178 | + border: 1px solid color-mix(in srgb, var(--table-border-color) 70%, transparent); |
| 179 | + border-radius: 8px; |
| 180 | + padding: 12px; |
| 181 | + display: none; /*changed via JS once ad is loaded*/ |
| 182 | + overflow: hidden; |
| 183 | + backdrop-filter: blur(6px); |
| 184 | + } |
| 185 | + .bottomsponsor-wrapper { |
| 186 | + margin-top: 32px; |
| 187 | + } |
| 188 | + .bottomsponsor, |
| 189 | + .bottomsponsor-bsa { |
| 190 | + margin: 0 auto; |
| 191 | + width: min(100%, 760px); |
| 192 | + background-color: transparent; |
| 193 | + border: 1px solid color-mix(in srgb, var(--table-border-color) 70%, transparent); |
| 194 | + border-radius: 8px; |
| 195 | + padding: 12px; |
| 196 | + display: none; /*changed via JS once ad is loaded*/ |
| 197 | + text-decoration: none !important; |
| 198 | + backdrop-filter: blur(6px); |
| 199 | + } |
| 200 | + .bottomsponsor { |
| 201 | + flex-direction: column; |
| 202 | + } |
| 203 | + .bottomsponsor-bsa { |
| 204 | + overflow: hidden; |
| 205 | + } |
| 206 | + .bottomsponsor img { |
| 207 | + height: auto; |
| 208 | + width: 40%; |
| 209 | + max-width: 240px; |
| 210 | + padding: 10px; |
| 211 | + transition-property: all; |
| 212 | + transition-timing-function: cubic-bezier(.4,0,.2,1); |
| 213 | + transition-duration: .3s; |
| 214 | + } |
| 215 | + .bottomsponsor .bottomsponsor-title { |
| 216 | + margin-top: 5px; |
| 217 | + margin-bottom: 5px; |
| 218 | + margin-left: 15px; |
| 219 | + margin-right: 15px; |
| 220 | + font-weight: 800; |
| 221 | + font-size: 2rem; |
| 222 | + color: var(--sponsor-fg); |
| 223 | + } |
| 224 | + .bottomsponsor .bottomsponsor-description { |
| 225 | + display: block; |
| 226 | + margin-top: 5px; |
| 227 | + margin-bottom: 15px; |
| 228 | + margin-left: 15px; |
| 229 | + margin-right: 15px; |
| 230 | + color: var(--sponsor-fg); |
| 231 | + transition-property: all; |
| 232 | + transition-timing-function: cubic-bezier(.4,0,.2,1); |
| 233 | + transition-duration: .3s; |
| 234 | + } |
| 235 | + .bottomsponsor .bottomsponsor-cta { |
| 236 | + margin-top: auto; |
| 237 | + margin-bottom: 10px; |
| 238 | + margin-left: 20px; |
| 239 | + margin-right: 20px; |
| 240 | + text-align: center; |
| 241 | + padding: 7px; |
| 242 | + border-radius: 8px; |
| 243 | + background-color: var(--fg); |
| 244 | + color: var(--bg); |
154 | 245 | } |
155 | 246 |
|
156 | 247 | .sidetoc-toggle { |
|
238 | 329 | display: none; |
239 | 330 | } |
240 | 331 | } |
| 332 | + |
| 333 | +.bsa-crawler-slot { |
| 334 | + position: absolute; |
| 335 | + width: 1px; |
| 336 | + height: 1px; |
| 337 | + overflow: hidden; |
| 338 | + opacity: 0; |
| 339 | + pointer-events: none; |
| 340 | +} |
| 341 | + |
| 342 | +.bsa-pageviews-slot { |
| 343 | + position: absolute; |
| 344 | + width: 1px; |
| 345 | + height: 1px; |
| 346 | + overflow: hidden; |
| 347 | + opacity: 0; |
| 348 | + pointer-events: none; |
| 349 | +} |
| 350 | + |
| 351 | +.bsa-fixedfooter-slot { |
| 352 | + position: absolute; |
| 353 | + width: 1px; |
| 354 | + height: 1px; |
| 355 | + overflow: hidden; |
| 356 | + opacity: 0; |
| 357 | + pointer-events: none; |
| 358 | +} |
| 359 | + |
| 360 | +@media only screen and (min-width: 0px) and (min-height: 0px) { |
| 361 | + #bsa-zone_1773736844679-9_123456 { |
| 362 | + min-height: 100px; |
| 363 | + } |
| 364 | + |
| 365 | + #bsa-zone_1773736987437-6_123456 { |
| 366 | + min-height: 100px; |
| 367 | + } |
| 368 | + |
| 369 | + #bsa-zone_1773065859037-5_123456 { |
| 370 | + min-height: 1px; |
| 371 | + } |
| 372 | + |
| 373 | + #bsa-zone_1770368463-7_123456 { |
| 374 | + min-height: 1px; |
| 375 | + } |
| 376 | + |
| 377 | + #bsa-zone_1770367111944-8_123456 { |
| 378 | + min-height: 1px; |
| 379 | + } |
| 380 | + |
| 381 | + #bsa-zone_1773737041447-5_123456 { |
| 382 | + min-height: 0px; |
| 383 | + } |
| 384 | +} |
| 385 | + |
| 386 | +@media only screen and (min-width: 770px) and (min-height: 0px) { |
| 387 | + #bsa-zone_1773736844679-9_123456 { |
| 388 | + min-height: 90px; |
| 389 | + } |
| 390 | + |
| 391 | + #bsa-zone_1773736987437-6_123456 { |
| 392 | + min-height: 280px; |
| 393 | + } |
| 394 | + |
| 395 | + #bsa-zone_1773065859037-5_123456 { |
| 396 | + min-height: 1px; |
| 397 | + } |
| 398 | + |
| 399 | + #bsa-zone_1770368463-7_123456 { |
| 400 | + min-height: 1px; |
| 401 | + } |
| 402 | + |
| 403 | + #bsa-zone_1770367111944-8_123456 { |
| 404 | + min-height: 1px; |
| 405 | + } |
| 406 | +} |
| 407 | + |
| 408 | +@media only screen and (min-width: 880px) and (min-height: 0px) { |
| 409 | + #bsa-zone_1773737041447-5_123456 { |
| 410 | + min-height: 250px; |
| 411 | + } |
| 412 | +} |
0 commit comments