summaryrefslogtreecommitdiff
path: root/template/rooms/fullscreen2.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/rooms/fullscreen2.st
parente620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff)
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/rooms/fullscreen2.st')
-rwxr-xr-xtemplate/rooms/fullscreen2.st9
1 files changed, 5 insertions, 4 deletions
diff --git a/template/rooms/fullscreen2.st b/template/rooms/fullscreen2.st
index 199727d..41f2f88 100755
--- a/template/rooms/fullscreen2.st
+++ b/template/rooms/fullscreen2.st
@@ -14,7 +14,8 @@
}
jQuery(startChatUpdater);
</script>
- <style>
+ <link rel="stylesheet" type="text/css" href="/static/css/rooms_fullscreen.css?v=20260129">
+ <!--<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;
@@ -113,10 +114,10 @@ input:hover {
.sublogo { font-family: Monaco, "Courier New", Courier, monospace; }
a { color:#000 }
#toplogo{position: fixed;display:none;
-top: 0;
-left: 0;}
+ top: 0;
+ left: 0;}
#big-image {cursor:url('/static/img/thumbs/heartfaved.gif'), pointer}
- </style>
+ </style>-->
<script>jQuery(initLogin)</script>
</head>
<body>