summaryrefslogtreecommitdiff
path: root/www/index.css
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-06-24 15:05:08 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-06-24 15:05:08 -0400
commit635dedf1e43fbb8ae7969ad1b9265002ea5190c3 (patch)
tree6e49bd33fa539a4b55db719d61863cd3449f3887 /www/index.css
parent8d2caf2bb9108b9f4ec66dc7d6608406a43a17d6 (diff)
downloadhtml5ks-635dedf1e43fbb8ae7969ad1b9265002ea5190c3.tar.xz
html5ks-635dedf1e43fbb8ae7969ad1b9265002ea5190c3.zip
woooo, more working
Diffstat (limited to 'www/index.css')
-rw-r--r--www/index.css96
1 files changed, 0 insertions, 96 deletions
diff --git a/www/index.css b/www/index.css
deleted file mode 100644
index b91d4bc..0000000
--- a/www/index.css
+++ /dev/null
@@ -1,96 +0,0 @@
-@font-face {
- font-family: "Playtime";
- /* src: url("playtime.ttf"); */
- src: url("playtime-webfont.svg");
- src: url("playtime-webfont.ttf");
- src: url("playtime-webfont.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;
- filter: url(filters.svg#sunset);
-}
-#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 {
- position: absolute;
- top: 440px;
- left: 0;
-}
-#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;
- 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;
-}