From 635dedf1e43fbb8ae7969ad1b9265002ea5190c3 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Mon, 24 Jun 2013 15:05:08 -0400 Subject: woooo, more working --- www/css/GentiumPlus.svg | 257 +++++++++++++++++++++ www/css/GentiumPlus.ttf | Bin 0 -> 32496 bytes www/css/GentiumPlus.woff | Bin 0 -> 15144 bytes www/css/PlaytimeWithHotToddies.svg | 433 ++++++++++++++++++++++++++++++++++++ www/css/PlaytimeWithHotToddies.ttf | Bin 0 -> 46488 bytes www/css/PlaytimeWithHotToddies.woff | Bin 0 -> 29924 bytes www/css/anim.css | 24 ++ www/css/filters.svg | 103 +++++++++ www/css/gentium.ttf | Bin 0 -> 362664 bytes www/css/index.css | 119 ++++++++++ www/css/playtime-webfont.svg | 229 +++++++++++++++++++ www/css/playtime-webfont.ttf | Bin 0 -> 95952 bytes www/css/playtime-webfont.woff | Bin 0 -> 55584 bytes www/css/playtime.ttf | Bin 0 -> 71220 bytes www/css/playtime_bold.ttf | Bin 0 -> 47916 bytes 15 files changed, 1165 insertions(+) create mode 100644 www/css/GentiumPlus.svg create mode 100644 www/css/GentiumPlus.ttf create mode 100644 www/css/GentiumPlus.woff create mode 100644 www/css/PlaytimeWithHotToddies.svg create mode 100644 www/css/PlaytimeWithHotToddies.ttf create mode 100644 www/css/PlaytimeWithHotToddies.woff create mode 100644 www/css/anim.css create mode 100644 www/css/filters.svg create mode 100644 www/css/gentium.ttf create mode 100644 www/css/index.css create mode 100644 www/css/playtime-webfont.svg create mode 100644 www/css/playtime-webfont.ttf create mode 100644 www/css/playtime-webfont.woff create mode 100644 www/css/playtime.ttf create mode 100644 www/css/playtime_bold.ttf (limited to 'www/css') diff --git a/www/css/GentiumPlus.svg b/www/css/GentiumPlus.svg new file mode 100644 index 0000000..78dca99 --- /dev/null +++ b/www/css/GentiumPlus.svg @@ -0,0 +1,257 @@ + + + + +Created by FontForge 20110222 at Sun Jun 23 09:39:48 2013 + By alex +Copyright (c) 2003-2012, SIL International (http://scripts.sil.org/) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/www/css/GentiumPlus.ttf b/www/css/GentiumPlus.ttf new file mode 100644 index 0000000..c27adb5 Binary files /dev/null and b/www/css/GentiumPlus.ttf differ diff --git a/www/css/GentiumPlus.woff b/www/css/GentiumPlus.woff new file mode 100644 index 0000000..5cbe4c0 Binary files /dev/null and b/www/css/GentiumPlus.woff differ diff --git a/www/css/PlaytimeWithHotToddies.svg b/www/css/PlaytimeWithHotToddies.svg new file mode 100644 index 0000000..820e79b --- /dev/null +++ b/www/css/PlaytimeWithHotToddies.svg @@ -0,0 +1,433 @@ + + + + +Created by FontForge 20110222 at Sun Jun 23 09:57:41 2013 + By alex +Copyright (c) Fontype Freebies, 2004. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/www/css/PlaytimeWithHotToddies.ttf b/www/css/PlaytimeWithHotToddies.ttf new file mode 100644 index 0000000..01835e8 Binary files /dev/null and b/www/css/PlaytimeWithHotToddies.ttf differ diff --git a/www/css/PlaytimeWithHotToddies.woff b/www/css/PlaytimeWithHotToddies.woff new file mode 100644 index 0000000..d745c54 Binary files /dev/null and b/www/css/PlaytimeWithHotToddies.woff differ diff --git a/www/css/anim.css b/www/css/anim.css new file mode 100644 index 0000000..ee2889d --- /dev/null +++ b/www/css/anim.css @@ -0,0 +1,24 @@ +@-webkit-keyframes dissolvein { + 0% { opacity: 0; } + 100% { opacity: 1; } +} +@-moz-keyframes dissolvein { + 0% { opacity: 0; } + 100% { opacity: 1; } +} +@keyframes dissolvein { + 0% { opacity: 0; } + 100% { opacity: 1; } +} +@-webkit-keyframes dissolveout { + 0% { opacity: 1; } + 100% { opacity: 0; } +} +@-moz-keyframes dissolveout { + 0% { opacity: 1; } + 100% { opacity: 0; } +} +@keyframes dissolveout { + 0% { opacity: 1; } + 100% { opacity: 0; } +} diff --git a/www/css/filters.svg b/www/css/filters.svg new file mode 100644 index 0000000..e0d7e89 --- /dev/null +++ b/www/css/filters.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/www/css/gentium.ttf b/www/css/gentium.ttf new file mode 100644 index 0000000..a8c1756 Binary files /dev/null and b/www/css/gentium.ttf differ diff --git a/www/css/index.css b/www/css/index.css new file mode 100644 index 0000000..f300350 --- /dev/null +++ b/www/css/index.css @@ -0,0 +1,119 @@ +@font-face { + font-family: "Playtime"; + /* src: url("playtime.ttf"); */ + src: url("PlaytimeWithHotToddies.svg"); + src: url("PlaytimeWithHotToddies.ttf"); + src: url("PlaytimeWithHotToddies.woff"); +} +@font-face { + font-family: "Gentium"; + /* src: url("gentium.ttf"); */ + src: url("GentiumPlus.svg"); + src: url("GentiumPlus.ttf"); + src: url("GentiumPlus.woff"); +} +body { + margin: 0; + padding: 0; + overflow: hidden; + background: gray; + font: 22px/27px Playtime, sans-serif; +} +#container { + width: 800px; + height: 600px; + position: absolute; + top: 50%; + margin-top: -300px; + left: 50%; + margin-left: -400px; + overflow: hidden; + cursor: url("/dump/ui/mousecursor.png"), default; +} +@keyframes toright { + from { + left: -100px; + } + to { + left: -190px; + } +} +#bg,#vid,#solid { + position: absolute; + width: 800px; + height: 600px; +} +#who { + color: black; + position: absolute; + top: 452px; + left: 12px; + font-weight: bold; +} +#say { + color: white; + width: 750px; + height: 90px; + position: absolute; + top: 493px; + left: 28px; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} +#window-image { + position: absolute; + top: 440px; + left: 0; +} +#gray { + position: absolute; + width: 100%; + height: 100%; + background-color: rgb(64, 64, 64); + background-color: rgba(64, 64, 64, 0.8); + z-index: 9; +} +#warn-container { + display: none; + cursor: auto; +} +#warn { + background-color: rgb(128, 128, 128); + background-color: rgba(128, 128, 128, 0.8); + border-radius: 10px 10px; + height: 70%; + left: 50%; + margin-left: -300px; + overflow: auto; + padding: 10px; + position: absolute; + top: 10%; + width: 600px; + z-index: 10; +} +#notwork { + font: 28px/34px 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; +} diff --git a/www/css/playtime-webfont.svg b/www/css/playtime-webfont.svg new file mode 100644 index 0000000..f63de50 --- /dev/null +++ b/www/css/playtime-webfont.svg @@ -0,0 +1,229 @@ + + + + +This is a custom SVG webfont generated by Font Squirrel. +Copyright : Copyright c Fontype Freebies 2004 All rights reserved +Foundry : Fontype Freebies + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/www/css/playtime-webfont.ttf b/www/css/playtime-webfont.ttf new file mode 100644 index 0000000..33917b3 Binary files /dev/null and b/www/css/playtime-webfont.ttf differ diff --git a/www/css/playtime-webfont.woff b/www/css/playtime-webfont.woff new file mode 100644 index 0000000..57867e2 Binary files /dev/null and b/www/css/playtime-webfont.woff differ diff --git a/www/css/playtime.ttf b/www/css/playtime.ttf new file mode 100644 index 0000000..a36000a Binary files /dev/null and b/www/css/playtime.ttf differ diff --git a/www/css/playtime_bold.ttf b/www/css/playtime_bold.ttf new file mode 100644 index 0000000..e730c2b Binary files /dev/null and b/www/css/playtime_bold.ttf differ -- cgit v1.2.3-54-g00ecf