summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAleteoryx <alyx@aleteoryx.me>2024-08-17 17:22:26 -0400
committerAleteoryx <alyx@aleteoryx.me>2024-08-17 17:22:26 -0400
commit6b5302c37a825656ba6265e2d99689329fee20e2 (patch)
treebf4d95e2282e11343f381f7583984838e65e6d8f /style.css
parent82fd55c70d5cc6fb875210e5413db00ad658d52d (diff)
downloadame-homepage-6b5302c37a825656ba6265e2d99689329fee20e2.tar.gz
ame-homepage-6b5302c37a825656ba6265e2d99689329fee20e2.tar.bz2
ame-homepage-6b5302c37a825656ba6265e2d99689329fee20e2.zip
backup before i nuke most work
Diffstat (limited to 'style.css')
-rw-r--r--style.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..f53e107
--- /dev/null
+++ b/style.css
@@ -0,0 +1,30 @@
+:root {
+ background: #122;
+}
+
+/* --- LOGO --- */
+
+#logo {
+ position: relative;
+ display: none;
+}
+
+#logo > :first-child {
+ color: #000;
+ position: absolute;
+ font-weight: 700;
+ filter: drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 3px #f77) drop-shadow(0px 0px 2px #f00);
+}
+
+#logo > :last-child {
+ color: #fff;
+ position: absolute;
+}
+
+/* --- BORDER --- */
+
+.border {
+ border: 22px solid #0000;
+ border-image: url(/border.png) 22;
+ border-image-repeat: round;
+}