summaryrefslogtreecommitdiff
path: root/www/index.css
blob: e39fa2a2b7fc0ff96dde2bc7515256e0964d6328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
@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,#video,#solid {
  position: absolute;
  width: 800px;
  height: 600px;
}
#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;
}
noscript {
  position: absolute;
  top: 20%;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  display: block;
  cursor: auto;
}
#noscript {
  margin: auto;
  background-color: gray;
}
#notwork {
  font: 44px/46px Playtime;
  font-weight: bold;
}