pds dash for shimaenaga.veryroundbird.house (based off of pds.witchcraft.systems)

custom loading screen

+27 -3
+27 -3
themes/birdrights/theme.css
··· 459 459 opacity: 1; 460 460 } 461 461 462 - #loadingbird .small { 462 + #loadingbirds { 463 + line-height: 1; 464 + text-align: center; 465 + width: 100%; 466 + } 467 + 468 + #loadingbirds pre { 469 + display: inline-block; 470 + margin: 0 auto; 471 + text-align: left; 472 + } 473 + 474 + #loadingbirds .small { 463 475 display: none; 464 476 } 465 477 478 + #loadingbirds #loadingText { 479 + font-family: "Space Mono", monospace; 480 + text-align: center; 481 + font-style: oblique 5deg; 482 + font-size: 2em; 483 + min-height: 1em; 484 + } 485 + 466 486 @media screen and (max-width: 780px) { 467 - #loadingbird .small { 487 + #loadingbirds .small { 468 488 display: block; 469 489 } 470 490 471 - #loadingbird .large { 491 + #loadingbirds .large { 472 492 display: none; 493 + } 494 + 495 + #loadingbirds #loadingText { 496 + font-size: 1.25em; 473 497 } 474 498 } 475 499