forked from parnexcodes/widevine-l3-guesser-modified
-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.css
58 lines (50 loc) · 830 Bytes
/
popup.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
body {
margin: 0;
font-family: "Consolas",sans-serif;
}
#main {
width: 320px;
height: 300px;
background-color:#FFFFFF;
color:#0067C4;
padding: 5px;
}
#nd_wv_title {
text-align: center;
font-size: large;
}
#nd_wv_keys {
color: #34495e;
overflow-y: scroll;
height: 235px;
}
input {
font-family: "Consolas",sans-serif;
display: inline-block;
font-size: small;
border: 1px solid #000;
color:#34495e;
width: 245px;
}
span {
width: 50px;
display: inline-block;
color:#34495e;
}
#line {
margin: 5px 0;
}
#bottom {
bottom: 2px;
position: absolute;
margin: 0;
}
button {
border: none;
background-color: #ecf0f1;
color: #0067C4;
height: 22px;
text-align: center;
display: inline-block;
cursor: pointer;
}