summaryrefslogtreecommitdiff
path: root/www/css/index.css
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-12-31 09:51:43 -0800
committerAlex Xu <alex_y_xu@yahoo.ca>2013-12-31 09:51:43 -0800
commit7ee7422bf7b347320179b0c370c2ddee7519b05b (patch)
treef1fb4bc874546771172ac8ab0fd568e6ca947658 /www/css/index.css
parent68efde1b5d94cbf0b994f5922fa4fc81d2d3cc95 (diff)
downloadhtml5ks-7ee7422bf7b347320179b0c370c2ddee7519b05b.tar.xz
html5ks-7ee7422bf7b347320179b0c370c2ddee7519b05b.zip
Stuff.
Diffstat (limited to 'www/css/index.css')
-rw-r--r--www/css/index.css27
1 files changed, 22 insertions, 5 deletions
diff --git a/www/css/index.css b/www/css/index.css
index 1f147a7..cf58427 100644
--- a/www/css/index.css
+++ b/www/css/index.css
@@ -68,7 +68,6 @@ html.audio #warn li#audio { display: none; }
#warn li#opus { display: none; }
html.fontface #warn li#fontface { display: none; }
html.csstransforms #warn li#csstransforms { display: none; }
-html.csstransitions #warn li#csstransitions { display: none; }
#gotit {
text-align: center;
}
@@ -166,13 +165,31 @@ html.no-js #gotit {
display: block;
margin: 10px 8px;
}
-#ctc, #nvlctc {
+.ctc {
position: absolute;
bottom: 20px;
right: 10px;
- -webkit-animation: blink 2s infinite;
- -moz-animation: blink 2s infinite;
- animation: blink 2s infinite;
+ width: 16px;
+ height: 16px;
+ background-image: url("../dump/ui/ctc.png");
+ -o-animation: blink 2s infinite linear;
+ -moz-animation: blink 2s infinite linear;
+ -webkit-animation: blink 2s infinite linear;
+ animation: blink 2s infinite linear;
+}
+.apng .ctc {
+ background-image: url("../dump/ui/ctc_anim.png");
+ -o-animation: none;
+ -moz-animation: none;
+ -webkit-animation: none;
+ animation: none;
+}
+.webpanimation .ctc {
+ background-image: url("../dump/ui/ctc_anim.webp");
+ -o-animation: none;
+ -moz-animation: none;
+ -webkit-animation: none;
+ animation: none;
}
#nvlctc {
bottom: 25px;