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 /static/css/rooms_vortex.css | |
| parent | e620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff) | |
Refactor: extract inline CSS into static/css
Diffstat (limited to 'static/css/rooms_vortex.css')
| -rw-r--r-- | static/css/rooms_vortex.css | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/static/css/rooms_vortex.css b/static/css/rooms_vortex.css new file mode 100644 index 0000000..7403454 --- /dev/null +++ b/static/css/rooms_vortex.css @@ -0,0 +1,64 @@ +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; +} |
