From 143571f43a0b1f505638d5225838551b556f222e Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sat, 1 Mar 2014 18:04:56 -0500 Subject: misc css changes --- www/css/font/playtime-webfont.eot | Bin 0 -> 96232 bytes www/css/index.css | 37 ++++++++++++++++--------------------- 2 files changed, 16 insertions(+), 21 deletions(-) create mode 100644 www/css/font/playtime-webfont.eot (limited to 'www') diff --git a/www/css/font/playtime-webfont.eot b/www/css/font/playtime-webfont.eot new file mode 100644 index 0000000..3026614 Binary files /dev/null and b/www/css/font/playtime-webfont.eot differ diff --git a/www/css/index.css b/www/css/index.css index 412ffb3..f46f79b 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -1,23 +1,16 @@ /* font-face */ @font-face { font-family: "Playtime"; - src: url("font/playtime-webfont.woff") format('woff'), - url("font/playtime-webfont.ttf") format('ttf'), + src: url("font/playtime-webfont.eot?") format('eot'), + url("font/playtime-webfont.woff") format('woff'), + url("font/playtime-webfont.ttf") format('truetype'), url("font/playtime-webfont.svg") format('svg'); } -/* nothing actually uses this -@font-face { - font-family: "Gentium"; - src: url("font/GentiumPlus.svg"); - src: url("font/GentiumPlus.ttf"); - src: url("font/GentiumPlus.woff"); -} -*/ /* general styling */ * { - -moz-user-select: -moz-none; -webkit-user-select: none; + -moz-user-select: -moz-none; -ms-user-select: none; user-select: none; outline: none; @@ -44,7 +37,7 @@ h2 { display: none; cursor: auto; } -html.no-js #interstitial { +.no-js #interstitial { display: block; } #warn { @@ -60,18 +53,18 @@ html.no-js #interstitial { width: 600px; z-index: 100; } -html.no-js #warn li { display: none; } -html.js #warn li#js { display: none; } - #warn li#ie { display: none; } -html.video #warn li#video { display: none; } -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; } +.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; } -html.no-js #gotit { +.no-js #gotit { display: none; } @@ -420,5 +413,7 @@ input[type="checkbox"] + span:before { display: none; opacity: 0; -webkit-transition: opacity 2s; + -moz-transition: opacity 2s; + -o-transition: opacity 2s; transition: opacity 2s; } -- cgit v1.2.3-54-g00ecf