-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.css
86 lines (75 loc) · 1.44 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
body {
background: #f1f1f1;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 16px;
height: 320px;
width: 320px;
margin: 0;
overflow: hidden;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.header {
align-items: center;
background: #fff;
height: 64px;
display: flex;
}
.header-link {
color: #d20505;
font-weight: bold;
line-height: 20px;
text-decoration: none;
margin: 0px auto;
}
.header-link:focus {
outline: none;
}
.header-logo {
display: inline-block;
width: 50px;
margin-right: 10px;
position: relative;
top: 15px;
}
.header-text {
display: inline-block;
}
.container {
overflow-y: auto;
padding: 16px 24px 0px 24px;
text-align: center;
height: 240px;
align-items: center;
justify-content: center;
}
.container button {
cursor: pointer;
width: 150px;
height: 40px;
border: none;
border-radius: 12px;
font-size: 15px;
color: #fff;
background: #d20505;
box-shadow: 0 3px #ab3c3c;
font-family: inherit;
font-weight: 700;
outline: none;
margin-top: 30px;
}
span#youtubeURL {
font-size: 12px;
color: #333;
display: block;
}
button#repeatYoutube:disabled {
background: #ef6a6a;
box-shadow: 0 3px #ab3c3c;
cursor: not-allowed;
}
button#stopYoutube {
margin: 30px auto;
}
button#repeatYoutube {
margin: 30px auto;
}