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
opacity: 1;
460
}
461
462
-
#loadingbird .small {
0
0
0
0
0
0
0
0
0
0
0
0
463
display: none;
464
}
465
0
0
0
0
0
0
0
0
466
@media screen and (max-width: 780px) {
467
-
#loadingbird .small {
468
display: block;
469
}
470
471
-
#loadingbird .large {
472
display: none;
0
0
0
0
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