File size: 3,012 Bytes
4bd9cb8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.container {
    max-width: 780px;
    margin: auto;
    padding-top: 1.5rem;
}
a {
    text-decoration: underline;
}
h1 {
    font-weight: 900; 
    margin-bottom: 7px;
    text-align: center;
    font-size: 2em;
    margin-bottom: 1em;
}
#w2sd_container{
    margin-top: 20px;
}
.footer {
    margin-bottom: 45px;
    margin-top: 35px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.footer>p {
    font-size: .8rem;
    display: inline-block;
    padding: 0 10px;
    transform: translateY(10px);
    background: white;
}
.dark .footer {
    border-color: #303030;
}
.dark .footer>p {
    background: #0b0f19;
}
.tabitem {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#record_tab, #upload_tab {
    font-size: 1.2em;
}
#record_btn{
    
}
#record_btn > div > button > span {
    width: 2.375rem;
    height: 2.375rem;
}
#record_btn > div > button > span > span {
    width: 2.375rem;
    height: 2.375rem;
}
audio {
    margin-bottom: 10px;
}
div#record_btn > .mt-6{
    margin-top: 0!important;
}
div#record_btn > .mt-6 button {
    font-size: 2em;
    width: 100%;
    padding: 20px;
    height: 160px;
}
div#upload_area {
    height: 11.1rem;
}
div#upload_area > div.w-full > div {
    min-height: 9rem;
}
#check_btn_1, #check_btn_2{
    color: #fff;
    --tw-gradient-from: #4caf50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #4caf50;
    border-color: #8bc34a;
}
#magic_btn_1, #magic_btn_2{
    color: #fff;
    --tw-gradient-from: #f44336;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #ff9800;
    border-color: #ff9800;
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=range] {
    -webkit-appearance: none;
    cursor: pointer;
    height: 1px;
    background: currentColor;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0.5em;
    height: 1.2em;
    border-radius: 10px;
    background: currentColor;
}
input[type=range]::-moz-range-thumb{
    width: 0.5em;
    height: 1.2em;
    border-radius: 10px;
    background: currentColor;
}
div#spoken_lang textarea {
    font-size: 4em;
    line-height: 1em;
    text-align: center;
}
div#transcripted {
    flex: 4;
}
div#translated textarea {
    font-size: 1.5em;
    line-height: 1.25em;
}
#sd_settings {
    margin-bottom: 20px;
}
#diffuse_btn {
    color: #fff;
    font-size: 1em;
    margin-bottom: 20px;
    --tw-gradient-from: #4caf50;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #4caf50;
    border-color: #8bc34a;
}
#notice {
    padding: 20px 14px 10px;
    display: flex;
    align-content: space-evenly;
    gap: 20px;
    line-height: 1em;
    font-size: .8em;
    border: 1px solid #374151;
    border-radius: 10px;
}
#about {
    padding: 20px;
}
#notice > div {
    flex: 1;
}