-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpopup.html
64 lines (54 loc) · 881 Bytes
/
popup.html
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
<style>
body {
font-size: 0.75em;
background: #f8f8f8;
color: #111;
font-family: Helvetica,Arial,sans-serif;
/*text-align: center;*/
padding: 5px 10px;
width: 175px;
}
h1 {
margin: 0;
}
h2 {
font-size: 1em;
color: #333;
font-weight: 600;
margin: 15px 0 4px 0;
}
select, #input-max {
width: 100px;
}
select {
font-size: 1.3em;
}
#input-max {
padding: 2px;
font-size: 1.3em;
margin: 5px 0;
display: none;
}
label {
width: 175px;
text-align: left;
padding: 0;
display: block;
}
form {
margin: 0;
}
input[type=radio] {
margin-right: 5px;
padding: 0;
}
.donate {
border-top: 1px dashed #888;
padding-top: 25px;
margin-top: 25px;
}
</style>
<body></body>
<script src="raindrop.min.js"></script>
<script src="templates.js"></script>
<script src="popup.js"></script>