tangled
alpha
login
or
join now
veryroundbird.house
/
pds-dash
4
fork
atom
pds dash for shimaenaga.veryroundbird.house (based off of pds.witchcraft.systems)
4
fork
atom
overview
issues
pulls
pipelines
custom loading screen
veryroundbird.house
6 months ago
31d9fd08
cfdda8e1
+27
-3
1 changed file
expand all
collapse all
unified
split
themes
birdrights
theme.css
+27
-3
themes/birdrights/theme.css
···
459
459
opacity: 1;
460
460
}
461
461
462
462
-
#loadingbird .small {
462
462
+
#loadingbirds {
463
463
+
line-height: 1;
464
464
+
text-align: center;
465
465
+
width: 100%;
466
466
+
}
467
467
+
468
468
+
#loadingbirds pre {
469
469
+
display: inline-block;
470
470
+
margin: 0 auto;
471
471
+
text-align: left;
472
472
+
}
473
473
+
474
474
+
#loadingbirds .small {
463
475
display: none;
464
476
}
465
477
478
478
+
#loadingbirds #loadingText {
479
479
+
font-family: "Space Mono", monospace;
480
480
+
text-align: center;
481
481
+
font-style: oblique 5deg;
482
482
+
font-size: 2em;
483
483
+
min-height: 1em;
484
484
+
}
485
485
+
466
486
@media screen and (max-width: 780px) {
467
467
-
#loadingbird .small {
487
487
+
#loadingbirds .small {
468
488
display: block;
469
489
}
470
490
471
471
-
#loadingbird .large {
491
491
+
#loadingbirds .large {
472
492
display: none;
493
493
+
}
494
494
+
495
495
+
#loadingbirds #loadingText {
496
496
+
font-size: 1.25em;
473
497
}
474
498
}
475
499