-
Notifications
You must be signed in to change notification settings - Fork 0
/
rain-voice-note.1003.css
141 lines (117 loc) · 2.39 KB
/
rain-voice-note.1003.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
/*!
* Rain Voice Note 1.0.0.3 - https://nvjob.github.io/dlog/rain-voice-note.html
* (c) 2016-2019 #NVJOB Nicholas Veselov - https://nvjob.github.io
* GNU General Public License v3.0
*/
.rainvn,
.rainvn * {
margin: 0px auto;
padding: 0;
border: 0;
vertical-align: baseline;
background: transparent;
text-rendering: optimizeLegibility;
font-family: Calibri;
outline: none !important;
}
.rainvn {
width: 100%;
height: 100%;
display: block;
position: relative;
overflow: hidden;
background: url(rainvn_bg.png) no-repeat 100% 100% #000809;
background-size: cover;
}
.rainvn ::selection {
background: #BAC2C4 !important;
}
.rainvn ::-moz-selection {
background: #BAC2C4 !important;
}
.rainvn select {
color: #fff;
opacity: 0.4;
background: #0D1415;
border: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 70px;
}
/*********************************/
.rainvn_textarea {
overflow: auto;
}
.rainvn_textarea::-webkit-scrollbar-track {
background-color: #000809;
}
.rainvn_textarea::-webkit-scrollbar {
width: 8px;
background-color: #000809;
}
.rainvn_textarea::-webkit-scrollbar-thumb {
background-color: #161D1E;
}
/*********************************/
.rainvn_mic_button {
margin: 10px 4px 0px 3px;
float: right;
cursor: pointer;
width: 32px;
height: 32px;
}
.rainvn_mic_button img {
cursor: pointer;
opacity: 0.5;
}
.rainvn_mic_button img:hover {
cursor: pointer;
opacity: 0.9;
}
/*********************************/
.rainvn_text {
font-size: 15px;
font-weight: bold;
padding: 15px;
text-align: left;
height: 178px;
}
#rainvn_text_final {
color: #FFFFFF;
cursor: text;
opacity: 0.6;
}
#rainvn_text_interim {
color: #FFFFFF;
opacity: 0.3;
}
/*********************************/
.rainvn_footer {
background: url(rainvn_footer.png) repeat;
width: 100%;
height: 40px;
display: block;
position: absolute;
bottom: 0px;
}
.rainvn_lang {
float: right;
font-size: 11px;
margin: 10px 3px 10px 0px;
}
.rainvn_copyright {
float: left;
font-size: 12px;
color: #666;
opacity: 0.8;
margin: 12px 0px 0px 10px;
}
.rainvn_copyright a {
color: #fff;
opacity: 0.5;
text-decoration: none;
}
.rainvn_copyright a:hover {
opacity: 0.7;
}