summaryrefslogtreecommitdiff
path: root/template/fullscreen_front.st
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 /template/fullscreen_front.st
parente620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff)
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/fullscreen_front.st')
-rwxr-xr-xtemplate/fullscreen_front.st41
1 files changed, 2 insertions, 39 deletions
diff --git a/template/fullscreen_front.st b/template/fullscreen_front.st
index 1c591d2..0e2d732 100755
--- a/template/fullscreen_front.st
+++ b/template/fullscreen_front.st
@@ -14,45 +14,8 @@
}
jQuery(startChatUpdater);
</script>
- <style>
- html, body, div, img { margin: 0; padding: 0; border: 0; overflow: hidden; font-family: Monaco, "Courier New", Courier, monospace; }
- input {
- font-family: Monaco, "Courier New", Courier, monospace;
- }
-
- #spinner { display: none; }
- #forgetpw {
- position: absolute;display:none;
- left: 5px;
- bottom: 5px;
- font-size: 80%;
- }
- #fav-indicator {
- display: none;
- position: fixed;
- z-index: 999;
- height: 150px;
- width: 150px;
- left: 20px;
- top: 20px;
- }
- #errormsg {
- position: relative;
- color: red;
- text-align: center;
- margin-top: 250px;
- }
-
- #loginclose {
- position: absolute;
- right: 3px;
- top: 3px;
- }
- #big-image{font-size:120px;text-align: justify; text-justify: newspaper; text-shadow: 1px 1px #eee, 2px 2px #f0e, 3px 3px #eee,4px 4px #f0e,5px 5px #eee, 3px 3px #eee,4px 4px #f0e,5px 5px #eee,6px 6px #f0e,6px 6px #eee,7px 7px #f0e,7px 7px #eee,8px 8px #f0e,8px 8px #eee,9px 9px #f0e,9px 9px #eee; color:#fff}
- #memelogo { position: fixed; z-index: 999; bottom: 30px; right: 80px; }
- .sublogo { font-family: Monaco, "Courier New", Courier, monospace; }
- a { color:#000 }
- </style>
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_base.css?v=20260129">
+ <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_bigtext.css?v=20260129">
</head>
<body>
<script>