summaryrefslogtreecommitdiff
path: root/static/css/fullscreen_ryder.css
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-01-29 23:36:35 +0000
committeryo momma <shutup@oops.wtf>2026-01-29 23:36:35 +0000
commitb2d1b69fd6d9b1f0473ea70bc473df6f370891da (patch)
tree9f28a4ffe0a144518a413341eb0aed2a5d7fe9d3 /static/css/fullscreen_ryder.css
parente620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff)
Refactor: extract inline CSS into static/css
Diffstat (limited to 'static/css/fullscreen_ryder.css')
-rw-r--r--static/css/fullscreen_ryder.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/static/css/fullscreen_ryder.css b/static/css/fullscreen_ryder.css
new file mode 100644
index 0000000..38409f8
--- /dev/null
+++ b/static/css/fullscreen_ryder.css
@@ -0,0 +1,21 @@
+* {
+ margin: 0;
+ padding: 0;
+ font: 60px "Gotham Black", Arial, sans-serif;
+ color: #fff;
+}
+
+#full img {
+ width: 100%;
+ height: 100%;
+}
+
+.content {
+ width: 100%;
+ height: 100%;
+}
+
+.content img {
+ width: 100%;
+ height: 100%;
+}