diff options
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/index.css | 26 |
1 files changed, 8 insertions, 18 deletions
diff --git a/www/css/index.css b/www/css/index.css index baa349e..d05e2f4 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -28,26 +28,16 @@ body { cursor: url("../dump/ui/mousecursor.png"), default; position: absolute; } -#container.scale, #bg.scale, #vid.scale { +#container, #bg.scale, #vid.scale { top: 50%; left: 50%; } #container { width: 800px; height: 600px; - left: 50%; - top: 50%; margin-top: -300px; margin-left: -400px; } -@keyframes toright { - from { - left: -100px; - } - to { - left: -190px; - } -} #who { color: black; position: absolute; @@ -103,14 +93,14 @@ h2 { font: 20px/28px Playtime; font-weight: bold; } -html.no-js #warn li:not(#js) { display: none; } - #warn li#ie { display: none; } -html.video #warn li#video { display: none; } -html.audio #warn li#audio { display: none; } -html.fontface #warn li#fontface { display: none; } -html.csstransforms #warn li#csstransforms { display: none; } +html.no-js #warn li:not(#js) { display: none; } + #warn li#ie { display: none; } +html.video #warn li#video { display: none; } +html.audio #warn li#audio { display: none; } +html.fontface #warn li#fontface { display: none; } +html.csstransforms #warn li#csstransforms { display: none; } html.csstransitions #warn li#csstransitions { display: none; } -html #warn li#html-svg-filter { display: none; } +html #warn li#html-svg-filter { display: none; } label { display: block; } |