summaryrefslogtreecommitdiff
path: root/www/css/index.css
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-06-26 15:32:29 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-06-26 15:32:29 -0400
commitd7c088b5ec377fd85742fe4f661c790d5a0af059 (patch)
treec4b102a29006b2639bb76ad4b348a6e59a134fff /www/css/index.css
parent6970fa25d943f1a438b58191251b75d7914e26fb (diff)
downloadhtml5ks-d7c088b5ec377fd85742fe4f661c790d5a0af059.tar.xz
html5ks-d7c088b5ec377fd85742fe4f661c790d5a0af059.zip
doooo stoooof
Diffstat (limited to 'www/css/index.css')
-rw-r--r--www/css/index.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/css/index.css b/www/css/index.css
index 9a96f3b..b1e1a78 100644
--- a/www/css/index.css
+++ b/www/css/index.css
@@ -15,11 +15,11 @@
body {
margin: 0;
padding: 0;
- overflow: hidden;
background: gray;
font: 22px/27px Playtime, sans-serif;
}
#container {
+ cursor: url("/dump/ui/mousecursor.png"), auto;
width: 800px;
height: 600px;
position: absolute;
@@ -27,8 +27,6 @@ body {
margin-top: -300px;
left: 50%;
margin-left: -400px;
- overflow: hidden;
- cursor: url("/dump/ui/mousecursor.png"), default;
}
@keyframes toright {
from {
@@ -79,6 +77,9 @@ body {
visibility: hidden;
cursor: auto;
}
+html.no-js #warn-container {
+ visibility: visible;
+}
#warn {
background-color: rgb(128, 128, 128);
background-color: rgba(128, 128, 128, 0.8);
@@ -97,7 +98,7 @@ body {
font: 28px/34px Playtime;
font-weight: bold;
}
-html.js #warn li#js { display: none; }
+html.no-js #warn li:not(#js) { display: none; }
html.video #warn li#video { display: none; }
html.audio #warn li#audio { display: none; }
html.fontface #warn li#fontface { display: none; }