-
Notifications
You must be signed in to change notification settings - Fork 23
/
options.css
82 lines (68 loc) · 1009 Bytes
/
options.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
body {
margin: 15px;
font-family: helvetica, arial, sans-serif;
font-size: 13px;
}
#header {
padding: 1em;
padding-bottom: 2em;
}
#info {
float: right;
}
#info span {
margin-bottom: 10px;
float: right;
}
#header h1 {
display: inline;
font-size: 156%;
padding-bottom: 43px;
padding-left: 75px;
padding-top: 30px;
background: url(icon_128.png) no-repeat;
background-size: 50px;
background-position: 1px 18px;
}
#settings {
margin: 6px 6px 0 6px;
padding: 10px;
color: #333;
border: 1px solid #dedede;
border-radius: 5px 5px;
}
#settings table {
font-size: 13px;
}
th,
td {
vertical-align: top;
}
th {
text-align: right;
font-weight: bold;
white-space: nowrap;
padding: 12px 24px 12px 12px;
}
td {
padding: 12px;
}
.description {
visibility: hidden;
width: 20em;
font-style: italic;
color: #777;
}
#blacklist {
height: 15em;
width: 25em;
}
#footer {
margin: 10px;
}
#status {
margin-left: 10px;
}
.success {
color: green;
}