-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
128 lines (114 loc) · 1.88 KB
/
style.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
.sagan{
width:600px;
height:550px;
left:75px;
top:16%;
color:white;
z-index:999999;
position:fixed;
font-size:14px;
text-align:right;
}
body{
background-color:black;
}
@-webkit-keyframes STAR-MOVE {
from {
background-position: 5% 5%
}
to {
background-position: 1300% 600%
}
}
@-webkit-keyframes STAR-MOVE-MID {
from {
background-position: 5% 1%
}
to {
background-position: 1300% 100%
}
}
@-webkit-keyframes STAR-MOVE-REVERSE {
from {
background-position: 1300% 600%
}
to {
background-position: 5% 5%
}
}
#body{
width:100vw;
height:100vh;
background: url(bg_s1.gif);
}
#vid{
padding-left:32%;
padding-top:20%;
z-index:999;
line-height:100%;
position:fixed;
float:left;
}
#video{
z-index:700;
position:fixed;
top:30%;
float:left;
position:fixed;
}
.table {
position:fixed;
bottom:50px;
z-index:99999;
color:white;
margin:auto;
text-align:center;
font-size:12px;
position:fixed;
float:left;
}
#text{
color:black;
}
.star {
background: url(stars.png);
background-size:cover;
width:200px;
height:200px;
z-index:9999;
float:right;
position:fixed;
bottom:80%;
right:200px;
}
#hihat{
right:200px;
bottom:40%;
}
#mid{
color:white;
background: url(midground.png) repeat 20% 20%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
-webkit-animation-name: STAR-MOVE-MID;
-webkit-animation-duration: 600s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
}
#for{
background: url(foreground.png) repeat 20% 20%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index:400;
-webkit-animation-name: STAR-MOVE-REVERSE;
-webkit-animation-duration: 600s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
}