From e417662dce5cae2e95ef98ee38baa8f53a02b9d5 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Wed, 16 Apr 2014 15:17:31 -0400 Subject: mbleh --- www/css/index.css | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) (limited to 'www/css') diff --git a/www/css/index.css b/www/css/index.css index bc35230..9c8a62c 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -36,11 +36,6 @@ h2 { #interstitial { display: none; cursor: auto; -} -.no-js #interstitial { - display: block; -} -#warn { background-color: rgb(128, 128, 128); background-color: rgba(128, 128, 128, 0.8); border-radius: 10px 10px; @@ -53,18 +48,18 @@ h2 { width: 600px; z-index: 100; } -.no-js #warn li { display: none; } -.js #warn #js { display: none; } - #warn #ie { display: none; } -.video #warn #video { display: none; } -.audio #warn #audio { display: none; } - #warn #opus { display: none; } -.fontface #warn #fontface { display: none; } -.csstransforms #warn #csstransforms { display: none; } -#gotit { - text-align: center; +.js.video.audio.fontface.csstransforms #missing-features { + display: none; } -.no-js #gotit { +.no-js #features li:not(#js) { display: none; } +.js #js { display: none; } + #ie { display: none; } +.video #video { display: none; } +.audio #audio { display: none; } + #opus { display: none; } +.fontface #fontface { display: none; } +.csstransforms #csstransforms { display: none; } +.no-js #lets-go { display: none; } @@ -361,6 +356,7 @@ label { } .button:not(.disabled):hover { opacity: 1; + cursor: pointer; } input[type="checkbox"] { display: none; @@ -376,7 +372,7 @@ input[type="checkbox"] + span:before { height: 19px; width: 20px; content: ""; - background: white left bottom no-repeat; + background: left bottom no-repeat; } .no-webp input[type="checkbox"]:checked + span:before { background-image: url("../dump/ui/bt-cf-checked.png"); -- cgit v1.2.3-70-g09d2