-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension.css
86 lines (75 loc) · 1.54 KB
/
extension.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
html, body {
margin: 0;
padding: 0;
}
* {
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
}
body {
width: 420px;
overflow-x: hidden;
height: 100%;
background-color: #191919;
border-radius: 3px;
border: 1px solid #e7e7e7;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
html, body, div, span,
h1, h2, h3, fieldset, form {
margin: 0;
padding: 0;
border: 0;
font-size: 1.02em;
vertical-align: baseline;
color: #ebebeb;
}
/* The Button */
.form .signup-btn {
color: black;
background-color: #81b71a;
font-family: Calibri, sans-serif;
text-decoration: none;
border: 2px solid black;
border-radius: 4px;
box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0 inset;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
-webkit-font-smoothing: antialiased;
display: inline-block;
text-align: center;
vertical-align: baseline;
padding: 20px;
}
.form .signup-btn:hover {
background-color: #a2c62a;
}
/* Things that are hidden on page load */
#loading_message, #playlists {
display: none;
}
a.playlist {
color: #81b71a;
text-decoration: none;
font-size: 0.7em;
}
a.playlist:hover {
color: #a2c62a;
text-decoration: underline;
}
* {
margin: 0;
padding: 0;
}
h3 {
font: 12px/1.5 Verdana, sans-serif;
margin-top: 5px;
}
#whenLoggedOut, #headerLoggedOut {
text-align: center;
}