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/dumptest.st | |
| parent | e620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff) | |
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/rooms/dumptest.st')
| -rwxr-xr-x | template/rooms/dumptest.st | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/template/rooms/dumptest.st b/template/rooms/dumptest.st index c1860c4..e167c70 100755 --- a/template/rooms/dumptest.st +++ b/template/rooms/dumptest.st @@ -18,6 +18,7 @@ _____ ___ ___ ___ ___ ___ $if(user_nick)$ <head> $head()$ + <link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129"> <title>$roomname$ dump.fm</title> <script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script> @@ -56,7 +57,7 @@ _____ ___ ___ ___ ___ ___ $endif$ </script> - <style> + <!--<style> #chat-wrapper { position: absolute; z-index: 1000000; @@ -65,12 +66,13 @@ _____ ___ ___ ___ ___ ___ height: 40px; width: 300px; }; - </style> + </style>--> </head> $else$ <head> $head()$ + <link rel="stylesheet" type="text/css" href="/static/css/rooms_dumptest_fullscreen.css?v=20260129"> <title>$roomname$ dump.fm</title> <script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script> <script src="$domain$/static/js/fullscreen.js"></script> @@ -105,7 +107,7 @@ _____ ___ ___ ___ ___ ___ </script> <script>jQuery(initLogin)</script> <script>initFullscreen()</script> - <style> + <!--<style> @-webkit-keyframes b { from {-webkit-transform:rotatey(-360deg) rotateX(-360deg) scale(7);} to {-webkit-transform:rotatey(360deg) rotateX(0deg) scale(1);} @@ -214,7 +216,7 @@ _____ ___ ___ ___ ___ ___ top: 0; left: 0;} #big-image {cursor:url('/static/img/thumbs/heartfaved.gif'), pointer} - </style> + </style>--> </head> <body> <div class="notloggedin"> |
