-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpopup.css
86 lines (82 loc) · 1.35 KB
/
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
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
body {
font-family: arial, Verdana;
font-size: 12px;
width: auto;
overflow: visible;
margin-bottom: 0px;
}
.menu {
color: #3d5d6a;
line-height: 26px;
text-indent: .5em;
float: left;
white-space: nowrap;
background-repeat: no-repeat no-repeat;
background-position: 6px 5px;
}
.text {
float: left;
margin-left: 26px;
}
.shortcut {
color: #A1A192;
float: left;
margin-left: 26px;
display: none;
}
ul {
list-style: none;
margin: 0px;
padding: 0px;
}
li {
list-style: none;
cursor: pointer;
margin: 0px;
padding: 0px;
clear: both;
overflow: hidden;
border: 1px solid white;
}
li:hover {
border-radius: 3px 3px;
background: -webkit-gradient(linear, left top, left bottom,
color-stop(0, #fff), color-stop(0.4, hsl(215, 67%, 97%)),
color-stop(0.41, hsl(213, 48%, 95%)));
border: solid 1px #c5cdd3;
}
.separator {
width: 100%;
border-top: 1px solid #ddd;
margin: 5px 0;
}
#option {
display: none;
}
#optionItem {
margin-left: 26px;
}
#contribute {
margin-bottom:4px;
text-align:right;
font:11px Arial;
}
#contribute a {
color:silver;
}
#recently-updated {
margin-bottom:5px;
padding:4px 5px 6px;
border-radius:3px;
background:#D9EDF7;
font:8pt verdana;
color:#3A87AD;
}
#recently-updated a {color:#DF0000;}
#message {
width:170px;
margin:5px 0 7px;
font:10pt Arial, Helvetica, sans-serif;
color:#009966;
}
#message.error {color:#DF0000;}