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

custom loading screen

+27 -3
+27 -3
themes/birdrights/theme.css
··· 459 opacity: 1; 460 } 461 462 - #loadingbird .small { 463 display: none; 464 } 465 466 @media screen and (max-width: 780px) { 467 - #loadingbird .small { 468 display: block; 469 } 470 471 - #loadingbird .large { 472 display: none; 473 } 474 } 475
··· 459 opacity: 1; 460 } 461 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 { 475 display: none; 476 } 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 + 486 @media screen and (max-width: 780px) { 487 + #loadingbirds .small { 488 display: block; 489 } 490 491 + #loadingbirds .large { 492 display: none; 493 + } 494 + 495 + #loadingbirds #loadingText { 496 + font-size: 1.25em; 497 } 498 } 499