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

custom loading screen

Changed files
+27 -3
themes
birdrights
+27 -3
themes/birdrights/theme.css
···
opacity: 1;
}
-
#loadingbird .small {
+
#loadingbirds {
+
line-height: 1;
+
text-align: center;
+
width: 100%;
+
}
+
+
#loadingbirds pre {
+
display: inline-block;
+
margin: 0 auto;
+
text-align: left;
+
}
+
+
#loadingbirds .small {
display: none;
}
+
#loadingbirds #loadingText {
+
font-family: "Space Mono", monospace;
+
text-align: center;
+
font-style: oblique 5deg;
+
font-size: 2em;
+
min-height: 1em;
+
}
+
@media screen and (max-width: 780px) {
-
#loadingbird .small {
+
#loadingbirds .small {
display: block;
}
-
#loadingbird .large {
+
#loadingbirds .large {
display: none;
+
}
+
+
#loadingbirds #loadingText {
+
font-size: 1.25em;
}
}