From 8d2caf2bb9108b9f4ec66dc7d6608406a43a17d6 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Fri, 21 Jun 2013 19:11:14 -0400 Subject: keepin' on workin' --- www/index.css | 46 +++++++++++++++++++++++++++++++++++----------- 1 file changed, 35 insertions(+), 11 deletions(-) (limited to 'www/index.css') diff --git a/www/index.css b/www/index.css index e39fa2a..b91d4bc 100644 --- a/www/index.css +++ b/www/index.css @@ -31,10 +31,11 @@ body { left: -190px; } } -#bg,#video,#solid { +#bg,#vid,#solid { position: absolute; width: 800px; height: 600px; + filter: url(filters.svg#sunset); } #say { color: white; @@ -53,20 +54,43 @@ body { top: 440px; left: 0; } -noscript { - position: absolute; - top: 20%; - width: 600px; +#warn { + background-color: rgb(128, 128, 128); + background-color: rgba(128, 128, 128, 0.8); + border-radius: 10px 10px; + cursor: auto; + display: none; + height: 70%; left: 50%; margin-left: -300px; - display: block; - cursor: auto; -} -#noscript { - margin: auto; - background-color: gray; + overflow: auto; + padding: 10px; + position: absolute; + top: 10%; + width: 600px; + z-index: 10; } #notwork { font: 44px/46px Playtime; font-weight: bold; } +html.js #warn li#js { 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; } +.button { + cursor: pointer; + opacity: 0.4; +} +.button:hover { + opacity: 1; +} +#gotit { + text-align: center; +} +html.no-js #gotit { + display: none; +} -- cgit v1.2.3-54-g00ecf