-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpopup.css
104 lines (104 loc) · 2.31 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
@font-face{
font-family: 'Merriweather Sans';
font-style: normal;
font-weight: 400;
src: local('Merriweather Sans Regular'), local('MerriweatherSans-Regular'), url(lib/merriweathersans.woff) format('woff');
}@font-face{
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
src: local('Raleway Light'), local('Raleway-Light'), url(lib/raleway.woff) format('woff');
}::-webkit-scrollbar {
width: 0;
}body{
margin: 0;
font-family: Raleway, Arial, Helvetica, sans-serif;
}.tab{
width: 40%;
padding: 0;
}.tab a, .tab span{
width: 100%;
height: 1.5em;
display: block;
text-align: center;
padding-top: .5em;
text-decoration: none;
}.tab a{
background-color: #ddd;
background: linear-gradient(to bottom, #dddddd 0%, #bbbbbb 100%);
color: black;
}.tab span{
background-color: #bbb;
background: linear-gradient(to bottom, #bbbbbb 0%, #dddddd 100%);
color: #666;
}#friends-button a, #groups-button span{
display: none;
}#balance{
padding: .5em;
text-align: right;
background-color: #444;
background: linear-gradient(to bottom, #444444 0%, #222222 100%);
width: 20%;
color: #7ec;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
}table{
border: none;
border-spacing: 0;
border-collapse: collapse;
width: 100%;
}#online, #groups{
min-width: 375px;
}#groups{
display: none;
}tr{
border: 1px solid #666;
}th, td{
white-space: nowrap;
}th{
font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
padding: .5em;
background-color: #444;
background: linear-gradient(to bottom, #444444 0%, #222222 100%);
color: white;
}th img{
position: absolute;
right: 6px;
margin-top: -4px;
}.image{
width: 50px;
height: 50px;
padding: 0;
background-size: 100%;
background-image: url(img/default.png);
}.image div{
width: 50px;
height: 50px;
background-size: 100%;
}.name, .count{
padding: .5em;
background-color: #fff;
background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
color: black;
}.location{
padding: 0;
width: 35px;
height: 35px;
background-color: #fff;
background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
}.location img{
display: block;
}#err{
padding: 1em;
text-align: center;
white-space: nowrap;
font-weight: bold;
}#version{
display: none;
position: absolute;
top: 2px;
left: 2px;
color: black;
font-family: monospace;
font-size: 10px;
}