diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-30 08:13:51 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-30 08:13:51 +0000 |
| commit | 2e71933790cb3223f7690335eeb66c0c187dbec0 (patch) | |
| tree | e6193a64858af2e5cc519f98955eb269cec86ccc /template/rooms/vortex.st | |
| parent | e38f326875752a27a2819b6b7914ffe65e848aba (diff) | |
Refactor: remove legacy inline CSS comments
Diffstat (limited to 'template/rooms/vortex.st')
| -rwxr-xr-x | template/rooms/vortex.st | 72 |
1 files changed, 0 insertions, 72 deletions
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'); } |
