diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
| commit | b2d1b69fd6d9b1f0473ea70bc473df6f370891da (patch) | |
| tree | 9f28a4ffe0a144518a413341eb0aed2a5d7fe9d3 /template/rooms/fullscreen.st | |
| parent | e620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff) | |
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/rooms/fullscreen.st')
| -rwxr-xr-x | template/rooms/fullscreen.st | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/template/rooms/fullscreen.st b/template/rooms/fullscreen.st index 199727d..41f2f88 100755 --- a/template/rooms/fullscreen.st +++ b/template/rooms/fullscreen.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> |
