-
Notifications
You must be signed in to change notification settings - Fork 1
/
style2.css
201 lines (186 loc) · 3.95 KB
/
style2.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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
/* CSS per la creazione delle note mostrate con il tasto NOTE,
sottoforma di diamanti luminosi */
#divanimazioneNota{
}
.nomeNota{ /* lettera mostrata sul diamante luminoso */
color: black;
text-align: center;
position:absolute;
bottom: 22px;
left: 48px;
font-size: 50px;
line-height: 150%;
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.NotaLuce{
transform: translate(150px,-650px);
}
/* programmazione del diamante luminoso */
.dank-ass-loader {
display: flex;
flex-direction: column;
align-items: center;
padding-top:800px;
}
.dank-ass-loader .row {
display: flex;
}
.arrow {
margin: 0 -10px;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 36px solid orange; /*colore triangoli*/
animation: blink 3s infinite; /*rotazione ritardo*/
filter: drop-shadow(0 0 30px orange); /*colore ombre luminose*/
}
.arrow.Cred{
border-bottom: 36px solid red;
filter: drop-shadow(0 0 30px red);
}
.arrow.Dbrown{
border-bottom: 36px solid #9e3600;
filter: drop-shadow(0 0 30px #9e3600);
}
.arrow.Epinks{
border-bottom: 36px solid #ff8c69;
filter: drop-shadow(0 0 30px #ff8c69);
}
.arrow.Fgreen{
border-bottom: 36px solid #03d836;
filter: drop-shadow(0 0 30px #03d836);
}
.arrow.Gblue{
border-bottom: 36px solid #1f7ac7;
filter: drop-shadow(0 0 30px #1f7ac7);
}
.arrow.Aviolet{
border-bottom: 36px solid #8a4dc7;
filter: drop-shadow(0 0 30px #8a4dc7);
}
.arrow.Bpink{
border-bottom: 36px solid #ff99ab;
filter: drop-shadow(0 0 30px #ff99ab);
}
.arrow.Db{
border-bottom: 36px solid #ff4d4d;
filter: drop-shadow(0 0 30px #ff4d4d);
}
.arrow.Eb{
border-bottom: 36px solid #d64900;
filter: drop-shadow(0 0 30px #d64900);
}
.arrow.Gb{
border-bottom: 36px solid #6dfd90;
filter: drop-shadow(0 0 30px #6dfd90);
}
.arrow.Ab{
border-bottom: 36px solid #7bb7ea;
filter: drop-shadow(0 0 30px #7bb7ea);
}
.arrow.Bb{
border-bottom: 36px solid #c2a2e2;
filter: drop-shadow(0 0 30px #c2a2e2);
}
.arrow.down {
transform: rotate(180deg);
}
.arrow.outer-1 {
animation-delay: -0.0555555556s;
}
.arrow.outer-2 {
animation-delay: -0.1111111111s;
}
.arrow.outer-3 {
animation-delay: -0.1666666667s;
}
.arrow.outer-4 {
animation-delay: -0.2222222222s;
}
.arrow.outer-5 {
animation-delay: -0.2777777778s;
}
.arrow.outer-6 {
animation-delay: -0.3333333333s;
}
.arrow.outer-7 {
animation-delay: -0.3888888889s;
}
.arrow.outer-8 {
animation-delay: -0.4444444444s;
}
.arrow.outer-9 {
animation-delay: -0.5s;
}
.arrow.outer-10 {
animation-delay: -0.5555555556s;
}
.arrow.outer-11 {
animation-delay: -0.6111111111s;
}
.arrow.outer-12 {
animation-delay: -0.6666666667s;
}
.arrow.outer-13 {
animation-delay: -0.7222222222s;
}
.arrow.outer-14 {
animation-delay: -0.7777777778s;
}
.arrow.outer-15 {
animation-delay: -0.8333333333s;
}
.arrow.outer-16 {
animation-delay: -0.8888888889s;
}
.arrow.outer-17 {
animation-delay: -0.9444444444s;
}
.arrow.outer-18 {
animation-delay: -1s;
}
.arrow.inner-1 {
animation-delay: -0.1666666667s;
}
.arrow.inner-2 {
animation-delay: -0.3333333333s;
}
.arrow.inner-3 {
animation-delay: -0.5s;
}
.arrow.inner-4 {
animation-delay: -0.6666666667s;
}
.arrow.inner-5 {
animation-delay: -0.8333333333s;
}
.arrow.inner-6 {
animation-delay: -1s;
}
@keyframes blink {
0% {
opacity: 0.1;
}
30% {
opacity: 1;
}
100% {
opacity: 0.1;
}
}
#animazioneNota {
position: absolute;
top:200px;
left:2200px;
animation-name: traslazione;
animation-duration: 5s;
}
@keyframes traslazione {
0% { left:2200px; top:200px; opacity: 0.1;}
25% { left:2400px; top:400px; opacity: 1;}
50% {left:2200px; top:600px; opacity: 1;}
75% { left:2000px; top:400px; opacity: 1;}
100% { left:2200px; top:200px; opacity: 0.1;}
}
.dissolve{
display: none;
}