-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.css
87 lines (75 loc) · 1.29 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
87
.popup {
width: 216px;
background-color: #f4f4f4;
font-family: Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
text-align: left;
margin: 0;
padding: 0;
}
.menu > div {
clear: left;
height: 40px;
}
.menu img, .menu input {
float: left;
margin: 10px;
width: 20px;
height: 20px;
}
.menu a, .menu span {
float: left;
width: 175px;
padding-top: 10px;
text-decoration: none;
color: #595959;
}
#email {
padding-top: 0px;
}
.arrow:hover {
background-image: url('images/arrow.png');
}
.menu span:hover {
background-image: none;
}
a:focus {
outline: none;
}
.loggedin {
float: left;
width: 175px;
padding-top: 4px;
font-size: 12px;
line-height: 18px;
font-style: italic;
color: #595959;
}
.help {
padding-top: 4px;
padding-left: 10px;
font-size: 12px;
line-height: 18px;
font-style: italic;
color: #595959;
}
.logo {
width: 100%;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#90d0e9), to(#7bbed8));
text-align: center;
padding: 10px 20px 0 0;
}
hr {
border-top: 1px solid #c7c7c7;
border-bottom: 1px solid #fdfdfd;
border-left: none;
border-right: none;
margin: 0;
}
hr.thick {
height: 7px;
background-image: url('images/hr.png');
background-repeat: repeat-x;
border: none;
}