-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
186 lines (173 loc) · 4.38 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
174
175
176
177
178
179
180
181
182
183
184
185
186
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
* {
margin:0;
padding:0;
box-sizing: border-box;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
}
body {
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-color: #f0f0f3;
}
.wrapper {
box-shadow: -10px -10px 30px 0 rgba(255, 255, 255) ,
10px 10px 30px 0 rgba(174, 174, 174, 0.4),
inset -10px -10px 10px 0 rgba(174, 174, 192, 0.25),
inset 10px 10px 10px 0 rgba(255, 255, 255, 0.85) ;
padding :2rem;
border-radius: 8px;
max-width: 85%;
}
.logo {
max-width: 80px;
aspect-ratio: 1/1;
margin: auto;
margin-bottom: 2rem;
border-radius: 50%;
background: linear-gradient(145deg, #ffffff, #d8d8db);
display: flex;
justify-content: center;
align-items: center;
}
.logo i {
font-size: 40px;
color: rgb(255, 67, 67);
}
form #text {
resize: vertical;
width: 100%;
background-color: #f0f0f3 ;
border : none;
padding: 1rem;
margin-bottom: 1.1rem;
border-radius: 10px;
box-shadow: inset 5px 5px 10px #c2c2c5,
inset -5px -5px 10px #ffffff;
text-transform: none;
font-weight: 400;
letter-spacing: 00.05rem;
}
form #text:focus{
outline: none;
}
.inputLabel{
display : flex ;
justify-content: space-between;
margin-bottom: 0.5rem;
}
.inputLabel * {
box-shadow: inset 5px 5px 10px #c2c2c5,
inset -5px -5px 10px #ffffff;
font-size: 0.8rem;
font-weight: 500;
}
.inputLabel .inputname {
padding: 0.5rem 1rem;
border-radius: 5px;
}
.inputLabel .inputValue{
padding: 0.5rem 1rem;
border-radius: 50%;
}
input[type=range]{
width: 100%;
-webkit-appearance: none;
appearance: none;
background-color: #f0f0f3;
height: 10px;
border: none;
border-radius: 5px;
outline: none;
cursor: pointer;
box-shadow: inset 5px 5px 10px #c2c2c5,
inset -5px -5px 10px #ffffff;
margin-bottom: 1.5rem;
}
input[type=range]::-webkit-slider-runnable-track{
appearance: none;
overflow: hidden;
height: 10px;
border-radius: 5px;
}
input[type="range"]::-moz-range-progress {
background-color: rgb(255, 67, 67);
height: 10px;
border-radius: 5px;
}
form input[type="range"]::-ms-fill-lower {
background-color: rgb(255, 67, 67);
height: 10px;
border-radius: 5px;
}
input[type=range]::-webkit-slider-thumb{
width: 100%;
-webkit-appearance: none;
background-color: rgb(255, 67, 67);
width: 10px;
height : 10px;
border: 10px solid rgb(255, 67, 67);
border-radius: 50%;
border: none;
box-shadow: inset 3px 3px 3px #f76d6d,
inset -3px -3px 3px #d10303,
-400px 0 0 395px rgb(255, 67, 67);
}
input[type=range]::-moz-range-thumb {
width: 100%;
-webkit-appearance: none;
background-color: rgb(255, 67, 67);
width: 20px;
height : 20px;
border-radius: 50%;
border: none;
box-shadow: inset 3px 3px 3px #f76d6d,
inset -3px -3px 3px #d10303
}
input[type=”range”]::-ms-thumb {
width: 100%;
-webkit-appearance: none;
background-color: rgb(255, 67, 67);
width: 20px;
height : 20px;
border-radius: 50%;
border: none;
box-shadow: inset 3px 3px 3px #f76d6d,
inset -3px -3px 3px #d10303,
}
#voiceSelect {
width: 100%;
margin-bottom: 1.5rem;
background-color:#f0f0f3 ;
border-radius: 10px;
border: none;
box-shadow: inset 5px 5px 10px #c2c2c5,
inset -5px -5px 10px #ffffff;
padding: 0.5rem ;
}
#voiceSelect:focus{
outline: none;
}
input[type=button] {
width: 40%;
padding : 0.5rem;
outline: none;
border: none;
border-radius: 10px;
box-shadow: inset 5px 5px 10px #c2c2c5,
inset -5px -5px 10px #ffffff;
color: rgb(248, 55, 55);
font-weight: 700;
font-size: 1rem;
}
input[type=button]#play{
margin-left: 15%;
color: rgb(35, 221, 35);
}
input[type=button]:active, input[type=button]:hover{
background: linear-gradient(145deg, #ffffff, #d8d8db);
box-shadow: none;
}