-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpopup.css
More file actions
49 lines (49 loc) · 688 Bytes
/
popup.css
File metadata and controls
49 lines (49 loc) · 688 Bytes
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
body {
width: 400px;
}
#current {
width: 325px;
height: 40px;
margin: auto;
font-family: Calibri, Helvetica, sans-serif;
font-size: 15px;
border-bottom: 1px solid black;
padding-left: 22px;
}
#top_sites {
font-family: Calibri, Helvetica, sans-serif;
font-size: 13px;
margin: auto;
width: 325px;
margin-top: 10px;
margin-bottom: 20px;
}
#top_sites tr {
height: 25px;
}
.favicons {
width: 30px;
}
.site_names {
width: 150px;
}
.site_names a {
text-decoration: none;
color: black;
}
.site_names a:hover {
color: blue;
}
.site_browsing_times {
width: 150px;
}
.site_ranks {
width: 20px;
}
#reset {
visibility: hidden;
}
#see_all {
float: right;
visibility: hidden;
}