-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.css
More file actions
129 lines (126 loc) · 2.28 KB
/
Copy pathoptions.css
File metadata and controls
129 lines (126 loc) · 2.28 KB
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
/*
* Looper for YouTube
* http://www.alvinhkh.com/looperforyoutube
* Copyright (c) 2011-2016, AlvinHKH
* http://alvinhkh.com
* All rights reserved.
*/
body {
font-family: 'Lucida Grande', 'Segoe UI', Arial, 'Microsoft Jhenghei', PMingLiu, sans-serif;
font-size: 80%
}
a {
color: #000;
text-decoration: none;
font-weight: bold
}
a:hover {
text-decoration: underline
}
img {
max-width: 100%;
}
h1 {
color: #303942;
font-size: 1.6em;
font-weight: normal;
margin: 0;
padding: 12px 0 4px;
}
h1::after {
-webkit-margin-end: 20px;
content: ' ';
display: block;
height: 1px;
background-color: #EEE;
position: relative;
top: 4px
}
h1 a, h1 a:hover {
text-decoration: none;
font-weight: normal;
}
header, footer {
width: 600px;
position: fixed;
overflow: visible;
z-index: 2
}
header {
display: none;
top: 0;
background-image: -webkit-linear-gradient( #FFF, #FFF 40%, rgba(255, 255, 255, 0.92))
}
body:not(.embedded) header {
display: block;
}
footer {
bottom: 0;
border-top: 1px solid #EEE;
padding-left: 8px;
background-image: -webkit-linear-gradient( rgba(255, 255, 255, 0.92), #FFF 40%, #FFF)
}
section {
-webkit-padding-start: 18px;
-webkit-padding-end: 18px;
margin-bottom: 24px;
margin-top: 8px
}
section > div > div {
padding-bottom: 10px;
}
.clear {
height: 10px
}
.line {
border-bottom: 1px solid #EEE;
margin-bottom: 20px
}
.radiobox, .checkbox, .selectbox {
margin: 0.65em 0;
min-height: 28px;
}
.radiobox {
line-height: 30px;
}
.checkbox {
line-height: 28px;
}
.selectbox {
line-height: 22px;
}
.radiobox label input ~ span, .checkbox label input ~ span {
-webkit-margin-start: 0.6em
}
.selectbox label span {
margin: 0 0.4ex;
}
#main_content {
width: 600px;
-webkit-margin-end: 24px;
margin: 0 auto;
padding-top: 8px;
padding-bottom: 50px
}
body:not(.embedded) #main_content {
padding-top: 58px;
}
#extension_name::before {
content: '';
display: inline-block;
vertical-align: middle;
background-image: url('icon.png');
background-size: 100%;
background-position-y: -8px;
height: 37px;
width: 48px;
margin: 0 4px;
}
#changelog ul {
list-style: none;
padding-left: 2px;
line-height: 22px;
}
#versionGroup {
display: none;
}