-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdark_drums.css
More file actions
303 lines (263 loc) · 7.34 KB
/
dark_drums.css
File metadata and controls
303 lines (263 loc) · 7.34 KB
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
body{
min-height:100%;
background: url(background5.jpg) rgba(255,0,0,0.4) no-repeat center center fixed;
background-blend-mode: multiply;
text-align: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.back{
background:linear-gradient(#5d54a4, #9d65c9);
}
#title{
border-bottom: solid rgb(237,0,0) 2px;
margin:auto;
margin-top:2%;
width:50%;
font-size:70px;
text-align: center;
padding:2%;
font-weight: 1000;
color:#111;
font-family: 'Great Vibes', cursive;
animation: animate 2s ease infinite;
}
h1 span{
/* position: absolute; */
color:#111;
text-shadow: 2px 4px 8px rgba(255,0,0,1);
font-family: 'Great Vibes', cursive;
animation: creation 2s ease infinite;
}
@keyframes creation{
0%{
color: rgb(255,80,80);
text-shadow: 0 0 4px rgb(237,0,0), 0 0 10px rgb(237,0,0), 0 0 160px rgb(237,0,0), 0 0 20px rgb(237,0,0);
}
10%{
color: rgb(255,80,80);
text-shadow: 0 0 4px rgb(237,0,0), 0 0 10px rgb(237,0,0), 0 0 160px rgb(237,0,0), 0 0 20px rgb(237,0,0);
}
20%{
color: rgb(255,80,80);
text-shadow: 0 0 7px rgb(237,0,0), 0 0 14px rgb(237,0,0), 0 0 30px rgb(237,0,0), 0 0 40px rgb(237,0,0);
}
30%{
color:rgb(255,119,119);
text-shadow: 0 0 7px rgb(255,2,2), 0 0 14px rgb(255,21,21), 0 0 30px rgb(255,41,41), 0 0 40px rgb(255,61,61);
}
40%{
color: rgb(255,157,157);
text-shadow: 0 0 7px rgb(255,2,2), 0 0 14px rgb(255,21,21), 0 0 30px rgb(255,41,41), 0 0 40px rgb(255,61,61);
}
50%{
color: rgb(255,177,177);
text-shadow: 0 0 7px rgb(255,2,2), 0 0 14px rgb(255,21,21), 0 0 30px rgb(255,41,41), 0 0 40px rgb(255,61,61);
}
60%{
color: rgb(255,177,177);
text-shadow: 0 0 7px rgb(255,2,2), 0 0 14px rgb(255,21,21), 0 0 30px rgb(255,41,41), 0 0 40px rgb(255,61,61);
}
70%{
color: rgb(255,157,157);
text-shadow: 0 0 7px rgb(255,2,2), 0 0 14px rgb(255,21,21), 0 0 30px rgb(255,41,41), 0 0 40px rgb(255,61,61);
}
80%{
color: rgb(255,119,119);
text-shadow: 0 0 7px rgb(255,2,2), 0 0 14px rgb(255,21,21), 0 0 30px rgb(255,41,41), 0 0 40px rgb(255,61,61);
}
90%{
color: rgb(255,80,80);
text-shadow: 0 0 7px rgb(255,2,2), 0 0 14px rgb(255,21,21), 0 0 30px rgb(255,41,41), 0 0 40px rgb(255,61,61);
}
100%{
color: rgb(255,80,80);
text-shadow: 0 0 7px rgb(255,2,2), 0 0 14px rgb(255,21,21), 0 0 30px rgb(255,41,41), 0 0 40px rgb(255,61,61);
}
}
.stitle{
font-family: 'Shadows Into Light', cursive;
width:50%;
margin:3% auto;
font-size: 50px;
font-weight: 800;
text-align: center;
padding:2%;
color:rgb(157, 0, 0);
}
.act{
padding:5% auto;
margin-bottom:5px;
}
.w{
background: url(tom1.jfif) rgba(0,0,0,0.8);
/* filter: grayscale(70%); */
background-size: cover;
}
.a{
background: url(tom2.jpg) rgba(0,0,0,0.8);
/* filter: grayscale(70%); */
background-size: cover;
}
.s{
background: url(tom3.jfif) rgba(0, 0, 0, 0.8);
/* filter: grayscale(70%); */
background-size: cover;
}
.d{
background-image: url("tom4.jpg");
/* filter: grayscale(70%); */
background-size: cover;
}
.j{
background: url(snare.jpg) rgba(0,0,0,0.8);
/* filter: grayscale(70%); */
background-size: cover;
background-blend-mode: multiply;
}
.k{
background-image: url("kick.jfif");
/* filter: grayscale(100%); */
background-size: cover;
}
.l{
background-image: url("crash.jfif");
/* filter: grayscale(70%); */
background-size: cover;
}
button{
border-radius:50%;
outline:none;
/* border:black solid; */
}
span{
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10+ and Edge */
user-select: none; /* Standard syntax */
}
.drum{
/* box-shadow: 5px 5px 5px 5px rgba(255,0,0,0.6); */
box-shadow: 4px 4px 4px 4px rgba(255,0,0, 0.9);
outline: none;
cursor: pointer;
display:inline-block;
text-align:center;
color:rgb(255,2,2);
font-weight: 900;
text-shadow: 3px 1px #FFF;
line-height:2;
height:150px;
width:150px;
font-size:5rem;
border-radius:50%;
margin:5px;
}
.pressed{
box-shadow: 0 3px 4px 0;
opacity: 0.5;
}
/* Dropdown Button */
.dropbtn {
color: white;
background-color: rgba(0,0,0,0);
/* padding: 16px; */
text-shadow: 0 0 6px rgb(255,0,0), 0 0 14px rgb(255,0,0), 0 0 30px rgb(255,0,0);
border: none;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: rgba(0, 0, 0,0.7);
min-width: 160px;
box-shadow: 0px 8px 11px 0px rgba(255, 0, 0, 0.8);
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
color: #000000;
text-shadow: 2px 2px 4px #FF0000;
padding: 12px 16px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
background-color: rgba(0, 0, 0,0.9);
text-shadow: 0 0 6px rgb(255,0,0), 0 0 14px rgb(255,0,0), 0 0 30px rgb(255,0,0);
color: #FFF;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
position: fixed;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
/* Style the icon bar links */
.icon-bar a {
display: block;
text-align: center;
transition: all 0.3s ease;
color: white;
font-size: 20px;
}
.abt{
color:rgb(157, 0, 0);
font-size:30px;
}
.abt:hover{
font-size:36px;
transition-delay: .2;
}
.abti{
width:50px;
}
.abti:hover{
width:60px;
transition-delay: .2;
}
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(157,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.nav-link{
font-size: 26px;
font-weight: 800;
text-shadow: 2px 2px 8px rgb(157,0,0);
font-family: 'Great Vibes', cursive;
}
.custom-toggler.navbar-toggler {
border-color:rgb(157,0,0);
}
.nav-color{
color:rgb(157,0,0);
opacity:0.7;
}
.nav-color:hover{
opacity:1;
}
.activ{
color: rgb(255,255,255);
text-shadow: 0 0 7px rgb(255,2,2), 0 0 14px rgb(255,21,21), 0 0 30px rgb(255,41,41), 0 0 40px rgb(255,61,61);
}
#microphone{
font-size:0.8em;
cursor: pointer;
}
.abtim{
font-size:20px;
}
.abtim:hover{
font-size:30px;
transition-delay: .2;
}