-
Notifications
You must be signed in to change notification settings - Fork 0
/
Armatures.css
107 lines (76 loc) · 1.62 KB
/
Armatures.css
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
@font-face {
font-family: 'Geo';
src: local('Geo'), url('http://themes.googleusercontent.com/font?kit=PZuLMEHg-ApVzHRFEvyOKg');
font-style: normal;
font-weight: normal;
/*src: local('Geo'), local('Geo-Regular'), url('http://themes.googleusercontent.com/font?kit=PZuLMEHg-ApVzHRFEvyOKg') format('truetype');*/
}
body {
background-color: #000000;
margin: 0px;
overflow: hidden;
/*cursor:crosshair;*/
}
* {cursor: normal;}
a {
color:#0078ff;
}
.title {
position:relative;
z-index:9999;
color:white;
font-family: 'Geo', serif;
font-size: 30px;
/*font-style: normal;
text-shadow: 0px 0px 12px #ddd, 0px 0px 6px #ddd;*/
}
.copy {
position:relative;
left:0px;
top:0px;
z-index:9990;
color:white;
font-family: 'Geo', serif;
font-size: 14px;
/*font-style: normal;
text-shadow: 0px 0px 12px #ddd, 0px 0px 6px #ddd;*/
}
.canvas {
position:absolute;
/*left:-2px;
top:13px;*/
z-index:300;
}
.assets {
position:absolute;
/*visibility: hidden;*/
}
/* Smoke */
.zebra {
position:relative;
}
.strongman {
position:relative;
}
.armature {
position:relative;
top:100px;
left:100px;
}
.sprite {
position:relative;
}
.zebraCorn {
position:relative;
/*background-image: url('assets/usmap.png');
width:800px;
height:494px;*/
/*background-repeat:no-repeat;*
background-position:0px 0px;*/
}
.armatureSprite {
position:absolute;
}
.armatureCanvas {
position:absolute;
}