summaryrefslogtreecommitdiff
path: root/www/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/css/index.css')
-rw-r--r--www/css/index.css30
1 files changed, 13 insertions, 17 deletions
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");