-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.css
More file actions
47 lines (41 loc) · 700 Bytes
/
popup.css
File metadata and controls
47 lines (41 loc) · 700 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
body {
margin: 0;
padding-left: 10px;
padding-right: 20px;
background-color:#5CDB95;
width: 200px;
height: 200px;
border: 2px solid rgb(231, 231, 235);
}
h1 {
color: #05386B;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
text-shadow: 2px 2px 5px #05386B;
}
div {
text-align: center;
}
p {
color: #61615D;
font-size: 14px;
font-family: cursive;
}
span {
border: 1px solid #7935b1;
border-radius: 2px;
font-size: 16px;
padding: 2px;
margin: 2px;
text-align: center;
color: #04250c;
box-shadow: 2px 2px 1px #04250c;
cursor: pointer;
}
#control {
text-align: center;
margin-top: 15px;
}
#enabled {
background-color: #7935b1;
}