summaryrefslogtreecommitdiff
path: root/template/rooms
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-01-30 08:13:51 +0000
committeryo momma <shutup@oops.wtf>2026-01-30 08:13:51 +0000
commit2e71933790cb3223f7690335eeb66c0c187dbec0 (patch)
treee6193a64858af2e5cc519f98955eb269cec86ccc /template/rooms
parente38f326875752a27a2819b6b7914ffe65e848aba (diff)
Refactor: remove legacy inline CSS comments
Diffstat (limited to 'template/rooms')
-rwxr-xr-xtemplate/rooms/butt.st46
-rwxr-xr-xtemplate/rooms/dumptest.st124
-rwxr-xr-xtemplate/rooms/fullscreen.st103
-rwxr-xr-xtemplate/rooms/fullscreen2.st103
-rwxr-xr-xtemplate/rooms/vortex.st72
5 files changed, 2 insertions, 446 deletions
diff --git a/template/rooms/butt.st b/template/rooms/butt.st
index 4f1e739..dc20e33 100755
--- a/template/rooms/butt.st
+++ b/template/rooms/butt.st
@@ -46,52 +46,6 @@ $endif$
</script>
<script type="text/javascript" src="/static/js/pages/chat_init.js?v=20260130"></script>
-<!--<style type="text/css">
- html {
- overflow: hidden;
- }
- body {
- margin: 0px;
- padding: 0px;
- background: #111;
- position: absolute;
- width: 100%;
- height: 100%;
-
- cursor: crosshair;
- }
- #canvas {
- position:absolute;
- left: 0%;
- top: 0%;
- width: 100%;
- height: 100%;
- background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x;
- overflow: hidden;
- }
- #canvas img {
- position: absolute;
- background: #666;
- overflow: hidden;
- cursor: pointer;
- left: 100%;
- border-color: #000;
- border-style: solid;
- border-width: 1px;
- -ms-interpolation-mode:nearest-neighbor;
- }
- #canvas span {
- position: absolute;
- color: #9C9;
- font-family: 'courier new', typewriter, matrix, monospace;
- font-size: 0px;
- white-space: nowrap;
- left: -1000px;
- background: #010;
- filter: alpha(opacity=90);
- opacity: 0.9;
- }
-</style>-->
<script type="text/javascript">
// ==================================================
// script realized by G�rard Ferrandez - June 2006
diff --git a/template/rooms/dumptest.st b/template/rooms/dumptest.st
index e599625..6ab53c2 100755
--- a/template/rooms/dumptest.st
+++ b/template/rooms/dumptest.st
@@ -39,17 +39,7 @@ _____ ___ ___ ___ ___ ___
$endif$
</script>
<script type="text/javascript" src="/static/js/pages/chat_init.js?v=20260130"></script>
- <!--<style>
- #chat-wrapper {
- position: absolute;
- z-index: 1000000;
- right: 100px;
- bottom: 100px;
- height: 40px;
- width: 300px;
- };
- </style>-->
-</head>
+ </head>
$else$
<head>
@@ -71,117 +61,7 @@ _____ ___ ___ ___ ___ ___
<script type="text/javascript" src="/static/js/pages/chat_init.js?v=20260130"></script>
<script>jQuery(initLogin)</script>
<script>initFullscreen()</script>
- <!--<style>
- @-webkit-keyframes b {
- from {-webkit-transform:rotatey(-360deg) rotateX(-360deg) scale(7);}
- to {-webkit-transform:rotatey(360deg) rotateX(0deg) scale(1);}
- }
- 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;
- }
- #big-image img {
- width: 100%; height: 100%;
- cursor: pointer;
- box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
- }
- #loginbox {
- background: rgba(255,255,255,0.8);
- z-index: 999;
- position: absolute;
- width: 400px;
- margin-left: -200px;
- left: 50%;
- padding: 10px 10px 20px 10px;
- top: 20%;
- text-align: justify;
- font-size:12px;
- -webkit-animation:b 1s ease-out;
-
- }
- #loginbox img{
- max-width:100%;
- }
- #logininner {
- width: 30em;
- height: 20em;
- position: relative;
- }
- #infocol {
- width: 50%;
- float: left;
- position: relative;
- }
- #formcontainer {
- padding: 0;
- width: 80%;
- position: relative;
- }
- #piccol {
- width: 50%;
- float: right;
- position: relative;
- }
- #loginimg {
- width: 75%;
- margin-top: 20%;
- }
- #spinner { display: none; }
- #forgetpw a{
- font-size: 80%;
- margin-top: -10px;
- position: absolute
- }
- #fav-indicator {
- display: none;
- position: fixed;
- z-index: 999;
- height: 50px;
- width: 50px;
- right: 20px;
- top: 20px;
- }
- #loginbox a.bluelink{
- color:#00F;
- }
- #loginbox p.block1{
- margin:7px 0;
- width:347px;
- }
- #errormsg {
- position: relative;
- color: red;
- text-align: center;
- }
- input {max-width: 100px;
- -moz-box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000,-4px 4px #000,-5px 5px #000,-6px 6px #000;
- -webkit-box-shadow: -1px 1px black,-2px 2px black,-3px 3px black,-4px 4px black,-5px 5px black,-6px 6px black;
- box-shadow: -1px 1px black,-2px 2px black,-3px 3px black,-4px 4px black,-5px 5px black,-6px 6px black;
- border: 1px solid;
- margin-left:10px;
- }
- #remembermeInput {
- margin-top: 0; margin-left: 0;
- }
- #loginbox form p{
- margin-bottom:5px;
- }
- #loginbox form p:first-child{
- margin-top:5px;
- }
- #loginbox .close {
- float:right;
- }
-
- #big-image{font-size:20px;text-align: left; text-justify: newspaper; color:#000}
- #memelogo { position: fixed; z-index: 999; bottom: 30px; right: 80px; }
- .sublogo { font-family: Monaco, "Courier New", Courier, monospace; }
- #toplogo{position: fixed;display:none;
- top: 0;
- left: 0;}
- #big-image {cursor:url('/static/img/thumbs/heartfaved.gif'), pointer}
- </style>-->
- </head>
+ </head>
<body>
<div class="notloggedin">
<div id="big-image"></div>
diff --git a/template/rooms/fullscreen.st b/template/rooms/fullscreen.st
index c34898c..3a75db0 100755
--- a/template/rooms/fullscreen.st
+++ b/template/rooms/fullscreen.st
@@ -15,109 +15,6 @@
jQuery(startChatUpdater);
</script>
<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;
- }
- #big-image img {
- width: 100%; height: 100%;
- cursor: pointer;
- box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
- }
- #loginbox {
-background: white;
-z-index: 999;
-position: absolute;
-font-size: 20%;
-width: 335px;
-height: 220px;
-margin-left: -170px;
-left: 50%;
-border: 1px solid;
-padding: 2%;
-top: 20%;
-text-align: justify;
--moz-box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000,-4px 4px #000,-5px 5px #000,-6px 6px #000;
--webkit-box-shadow: -1px 1px black,-2px 2px black,-3px 3px black,-4px 4px black,-5px 5px black,-6px 6px black;
-box-shadow: -1px 1px black,-2px 2px black,-3px 3px black,-4px 4px black,-5px 5px black,-6px 6px black;
-}
- #logininner {
- width: 30em;
- height: 20em;
- position: relative;
- }
- #infocol {
- width: 50%;
- float: left;
- position: relative;
- }
- #formcontainer {
- padding: 0;
- width: 80%;
- position: relative;
- }
- #piccol {
- width: 50%;
- float: right;
- position: relative;
- }
- #loginimg {
- width: 75%;
- margin-top: 20%;
- }
- #spinner { display: none; }
- #forgetpw {
- left: 5px;
- bottom: 5px;
- font-size: 80%;
- }
- #fav-indicator {
- display: none;
- position: fixed;
- z-index: 999;
- height: 50px;
- width: 50px;
- right: 20px;
- top: 20px;
- }
- #errormsg {
- position: relative;
- color: red;
- text-align: center;
- margin-top: 250px;
- }
- input {max-width: 100px;
--moz-box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000,-4px 4px #000,-5px 5px #000,-6px 6px #000;
--webkit-box-shadow: -1px 1px black,-2px 2px black,-3px 3px black,-4px 4px black,-5px 5px black,-6px 6px black;
-box-shadow: -1px 1px black,-2px 2px black,-3px 3px black,-4px 4px black,-5px 5px black,-6px 6px black;
-border: 1px solid;}
-input:hover {
- -moz-box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000;
- -webkit-box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000;
- box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000,inset -2px 2px 2px #333;
- margin-top: 2px;
- margin-left: -2px;}
- input:active {
- -moz-box-shadow: 0px 0px white;
- -webkit-box-shadow: 0px 0px white;
- box-shadow: -1px 1px #000,0px 0px white;
- margin-top: 2px;
- margin-left: -4px;
- box-shadow: inset -3px 3px 4px #333;
- cursor: pointer;}
-#remembermeInput {
- margin-top: 0; margin-left: 0;
-}
- #big-image{font-size:20px;text-align: left; text-justify: newspaper; color:#000}
- #memelogo { position: fixed; z-index: 999; bottom: 30px; right: 80px; }
- .sublogo { font-family: Monaco, "Courier New", Courier, monospace; }
- a { color:#000 }
- #toplogo{position: fixed;display:none;
- top: 0;
- left: 0;}
-#big-image {cursor:url('/static/img/thumbs/heartfaved.gif'), pointer}
- </style>-->
<script>jQuery(initLogin)</script>
</head>
<body>
diff --git a/template/rooms/fullscreen2.st b/template/rooms/fullscreen2.st
index c34898c..3a75db0 100755
--- a/template/rooms/fullscreen2.st
+++ b/template/rooms/fullscreen2.st
@@ -15,109 +15,6 @@
jQuery(startChatUpdater);
</script>
<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;
- }
- #big-image img {
- width: 100%; height: 100%;
- cursor: pointer;
- box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
- }
- #loginbox {
-background: white;
-z-index: 999;
-position: absolute;
-font-size: 20%;
-width: 335px;
-height: 220px;
-margin-left: -170px;
-left: 50%;
-border: 1px solid;
-padding: 2%;
-top: 20%;
-text-align: justify;
--moz-box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000,-4px 4px #000,-5px 5px #000,-6px 6px #000;
--webkit-box-shadow: -1px 1px black,-2px 2px black,-3px 3px black,-4px 4px black,-5px 5px black,-6px 6px black;
-box-shadow: -1px 1px black,-2px 2px black,-3px 3px black,-4px 4px black,-5px 5px black,-6px 6px black;
-}
- #logininner {
- width: 30em;
- height: 20em;
- position: relative;
- }
- #infocol {
- width: 50%;
- float: left;
- position: relative;
- }
- #formcontainer {
- padding: 0;
- width: 80%;
- position: relative;
- }
- #piccol {
- width: 50%;
- float: right;
- position: relative;
- }
- #loginimg {
- width: 75%;
- margin-top: 20%;
- }
- #spinner { display: none; }
- #forgetpw {
- left: 5px;
- bottom: 5px;
- font-size: 80%;
- }
- #fav-indicator {
- display: none;
- position: fixed;
- z-index: 999;
- height: 50px;
- width: 50px;
- right: 20px;
- top: 20px;
- }
- #errormsg {
- position: relative;
- color: red;
- text-align: center;
- margin-top: 250px;
- }
- input {max-width: 100px;
--moz-box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000,-4px 4px #000,-5px 5px #000,-6px 6px #000;
--webkit-box-shadow: -1px 1px black,-2px 2px black,-3px 3px black,-4px 4px black,-5px 5px black,-6px 6px black;
-box-shadow: -1px 1px black,-2px 2px black,-3px 3px black,-4px 4px black,-5px 5px black,-6px 6px black;
-border: 1px solid;}
-input:hover {
- -moz-box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000;
- -webkit-box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000;
- box-shadow: -1px 1px #000,-2px 2px #000,-3px 3px #000,inset -2px 2px 2px #333;
- margin-top: 2px;
- margin-left: -2px;}
- input:active {
- -moz-box-shadow: 0px 0px white;
- -webkit-box-shadow: 0px 0px white;
- box-shadow: -1px 1px #000,0px 0px white;
- margin-top: 2px;
- margin-left: -4px;
- box-shadow: inset -3px 3px 4px #333;
- cursor: pointer;}
-#remembermeInput {
- margin-top: 0; margin-left: 0;
-}
- #big-image{font-size:20px;text-align: left; text-justify: newspaper; color:#000}
- #memelogo { position: fixed; z-index: 999; bottom: 30px; right: 80px; }
- .sublogo { font-family: Monaco, "Courier New", Courier, monospace; }
- a { color:#000 }
- #toplogo{position: fixed;display:none;
- top: 0;
- left: 0;}
-#big-image {cursor:url('/static/img/thumbs/heartfaved.gif'), pointer}
- </style>-->
<script>jQuery(initLogin)</script>
</head>
<body>
diff --git a/template/rooms/vortex.st b/template/rooms/vortex.st
index 91782dd..18e308f 100755
--- a/template/rooms/vortex.st
+++ b/template/rooms/vortex.st
@@ -6,78 +6,6 @@
-<!--<style type="text/css">
-
-
-
- html {
- overflow: hidden;
- }
- body {
- margin: 0px;
- padding: 0px;
- background: #111;
- position: absolute;
- width: 100%;
- height: 100%;
- background:#f0f9ff url(/static/img/fade-blue.png) top left repeat-x fixed;
- cursor: crosshair;
- }
- #canvas {
- position:absolute;
- left: 0%;
- top: 0%;
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- #canvas img {
- position: absolute;
- background: #666;
- overflow: hidden;
- cursor: pointer;
- left: 100%;
- border-color: #000;
- border-style: solid;
- border-width: 1px;
- -ms-interpolation-mode:nearest-neighbor;
- }
- #canvas span {
- position: absolute;
- color: #9C9;
- font-family: 'courier new', typewriter, matrix, monospace;
- font-size: 0px;
- white-space: nowrap;
- left: -1000px;
- background: #010;
- filter: alpha(opacity=90);
- opacity: 0.9;
- }
-#infotxt{
-font-family: 'courier new', typewriter, matrix, monospace;
-line-height:16px;
-background-image:url(/static/img/bg.dither.gif);
-width:230px;
-
-padding:10px;
-padding-bottom:14px;
-font-size:12px;
- border-bottom-right-radius:100px;
- -webkit-border-bottom-right-radius:100px;
- -moz-border-radius-bottomright:100px;
-}
-.returnlink{
-text-decoration:none;
- font-family: Arial, Helvetica, sans-serif;
- color:#f0e;
-}
-.returnlink a:hover{
-text-decoration:none;
- font-family: Arial, Helvetica, sans-serif;
- color:blue;
-}
-
-</style>-->
<script type="text/javascript">
id = function(o) { return document.getElementById(o); }
px = function (x) { return ''.concat(Math.round(x), 'px'); }