diff options
Diffstat (limited to 'static/css/rooms_butt.css')
| -rw-r--r-- | static/css/rooms_butt.css | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/static/css/rooms_butt.css b/static/css/rooms_butt.css new file mode 100644 index 0000000..e1d5673 --- /dev/null +++ b/static/css/rooms_butt.css @@ -0,0 +1,41 @@ +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; +} |
