-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
173 lines (155 loc) · 3.98 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
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
html {
background-repeat: no-repeat;
background-size: cover;
background-color: #1d1d1d;
background-image: url('https://source.unsplash.com/1600x900/?landscape');
}
.container {
backdrop-filter: blur(10px) saturate(180%);
-webkit-backdrop-filter: blur(10px) saturate(180%);
background-color: rgba(29, 29, 29, 0.6);
text-align: center;
display: flex;
justify-content: center;
place-items: center;
height: 100vh;
padding: 25px;
}
* {
font-family: FuturaBT-Medium;
outline: none;
box-sizing: border-box;
transition: all 0.2s ease;
user-select: none;
margin: 0;
padding: 0;
touch-action: manipulation;
}
.radio {
background: linear-gradient(90deg, #e6ebee, #f0f0f0);
padding: 0px;
border-radius: 15px;
box-shadow: 0px 0px 0px 0px #b1b8c0 inset, 0px -10px 10px 10px #b1b8c0 inset, 0px 1px 0px 2px #b1b8c0 inset, 0 55px 10px -25px rgba(0, 0, 0, 0.1), 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
overflow: hidden;
}
.lcd {
margin-left: 25px;
margin-right: 25px;
display: inline-block;
background-color: #99a883;
overflow: hidden;
width: 440px;
border-radius: 3px;
padding: 20px;
border: #222816 solid 5px;
font-family: 'LED Dot-Matrix';
font-size: 20px;
text-align: left;
box-shadow: 0 5px 20px .05px #130f0a inset, 5px 0 10px -4px #130f0a inset, -0.5px 0 3px 1px #130f0a inset, 0 0 0 2px rgba(0, 0, 0, 1), 0 65px 50px -10px rgba(0, 0, 0, -0.05);
}
.casette {
cursor: pointer;
display: inline-block;
background-color: #333;
color: gray;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px !important;
padding-bottom: 10px !important;
width: 300px;
border-radius: 3px;
padding: 5px;
border: #222816 solid 5px;
box-shadow: 0 5px 20px .05px #130f0a inset, 5px 0 10px -4px #130f0a inset, -0.5px 0 3px 1px #130f0a inset, 0 0 0 2px rgba(0, 0, 0, 1), 0 65px 50px -10px rgba(0, 0, 0, -0.05);
}
button {
cursor: pointer;
}
.vol-buttons,
.power {
float: left;
}
.freq-buttons,
.eject {
float: right;
}
.vol-buttons button,
.freq-buttons button,
.bottom button {
font-size: 20px;
display: block;
width: 50px;
height: 33px;
background-color: black;
color: white;
border: none;
border-radius: 1px;
box-shadow: 3px 3px 3px 0 #102027 inset,
3px 5px 3px -5px #aeaeae inset,
3px 3px 0 1px #102027 inset,
0 0 0px 3px rgba(0, 0, 0, 4),
3px 3px 4px 3px rgba(0, 0, 0, 4),
0 0 50px -10px rgba(0, 0, 0, -0.05);
}
.vol-buttons button:active,
.freq-buttons button:active,
.bottom button:active {
box-shadow: 3px 3px 3px 0 #10202700 inset,
3px 5px 3px -5px #aeaeae inset,
3px -2px 0 1px #10202700 inset,
0 0 0px 3px rgba(0, 0, 0, 4),
3px 3px 4px 3px rgba(0, 0, 0, 4),
0 0 50px -10px rgba(0, 0, 0, -0.05);
}
.bottom button {
margin-top: 15px;
display: inline-block;
margin-right: 10px;
}
.bottom button:last-child {
margin-right: 0;
}
.power,
.eject {
font-size: 20px;
background-color: #d84315;
display: block;
width: 50px;
height: 33px;
color: white;
border: none;
border-radius: 1px;
box-shadow: 3px 3px 3px 0 #b91400 inset,
3px 5px 3px -5px #aeaeae inset,
3px 3px 0 1px #b91400 inset,
0 0 0px 3px rgba(0, 0, 0, 4),
3px 3px 4px 3px rgba(0, 0, 0, 4),
0 0 50px -10px rgba(0, 0, 0, -0.05);
}
.power {
margin-top: 21px;
margin-left: 21px;
}
.eject {
margin-top: 21px;
margin-right: 21px;
}
.power:active,
.eject:active {
box-shadow: 3px 3px 3px 0 #b9140000 inset,
3px 5px 3px -5px #aeaeae inset,
3px 3px 0 1px #b9140000 inset,
0 0 0px 3px rgba(0, 0, 0, 4),
3px 3px 4px 3px rgba(0, 0, 0, 4),
0 0 50px -10px rgba(0, 0, 0, -0.05);
}
.fa-solid {
margin-top: 6px;
}
select {
padding: 10px;
border-radius: 15px;
background-color: rgba(29, 29, 29, 0.5);
color: white;
cursor: pointer;
}