-
Notifications
You must be signed in to change notification settings - Fork 3
/
option.css
99 lines (98 loc) · 1.75 KB
/
option.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
html, body{
background:black;
color:white;
-webkit-font-smoothing: antialiased !important;
}
body{
padding-left:10px;
min-width:650px;
max-width:650px
min-height:410px;
width:650px;
height:410px;
}
section .header{
font-size:14px;
color:yellow;
font-weight:bold;
padding-left:5px;
}
section{
width:250px;
margin-right:11px;
display:inline-table;
height:295px;
}
section .content{
}
ul#quality{
list-style: none;
background: rgba(255,255,255,.1);
padding: 5px 10px;
border-radius: 5px;
height:277px;
}
ul#quality li{
margin-bottom:5px;
}
ul#quality li *{
margin-right:10px;
}
sup{
color:#FF9800;
margin-left:3px;
vertical-align:text-top;
}
input:disabled{
background:#5c5c5c !important;
}
input{
background:#00BCD4 !important;
vertical-align:top;
}
label{
width: calc(100% - 35px);
display: inline-block;
vertical-align:middle;
}
ul li *{cursor:pointer;}
ul li:hover{
background:rgba(255,255,255,.1);
}
ul li{padding-bottom:3px; padding-left:3px;}
p{
margin-top: 0px !important;
color: lightgray;
padding-left:0px;
text-align:justify;
padding-right:15px;
}
span#htcom_YTMD{
color:yellow;
user-select:none;
-moz-user-select:none;
cursor:pointer;
font-weight:bold;
}
span#htcom_YTMD:hover{
color:lime;
}
a:link, a:visited{
color:cyan;
}
a:hover{color:pink; text-decoration:none;}
#share{text-align:right;}
#share img{width:32px;height:32px;margin-right:12px;opacity:.8;transform:scale(.9);}
#share img:hover{opacity:1;transform:scale(1);}
#share a:link, #share a:hover, #share a:visited{color:transparent;}
#toucan{
position: fixed;
top: 40px;
right: 5px;
}
#toucan img{
width:120px;
}
#toucan img:hover{
transform:scale(1.1);
}