Up-in-the-Air – commitdiff

You can use Git to clone the repository via the web URL. Download snapshot (zip)
Add placeholder title screen logo
authorJulian Fietkau <git@fietkau.software>
Sun, 22 Sep 2024 16:57:13 +0000 (18:57 +0200)
committerJulian Fietkau <git@fietkau.software>
Sun, 22 Sep 2024 16:57:13 +0000 (18:57 +0200)
index.html
textures/logo.png [new file with mode: 0644]

index efb9d74aff38d450603a41350a95c228fbff0e9d..f5c2a518a162ddf0ea17a5a17e42bdd1bc036be3 100644 (file)
     gap: 2em;
   }
   .ui-page.title h1 {
+    font-size: 1em;
+    width: 24em;
+    aspect-ratio: 921 / 470;
+    background: url('textures/logo.png');
+    background-size: contain;
+    background-repeat: no-repeat;
+    background-position: center;
     margin: 0 0 .7em;
     padding: 0;
-    font-size: 4em;
+    color: #fff0;
   }
   .ui-page.title button {
     width: 8em;
-    padding: .6em;
+    padding: .45em .6em;
     font-size: 2.5em;
     line-height: 1em;
     font-family: Cookie;
   }
   .ui-page.credits button {
     width: 8em;
-    padding: .6em 1em;
+    padding: .45em .6em;
     font-size: 2.5em;
     line-height: 1em;
     font-family: Cookie;
   }
   .ui-page.options button {
     width: 8em;
-    padding: .6em 1em;
+    padding: .45em .6em;
     font-size: 2.5em;
     line-height: 1em;
     font-family: Cookie;
diff --git a/textures/logo.png b/textures/logo.png
new file mode 100644 (file)
index 0000000..b062f7a
Binary files /dev/null and b/textures/logo.png differ