-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontent.css
82 lines (69 loc) · 1.38 KB
/
content.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
#ytph-wrapper {
position: absolute;
z-index: 999;
top: -12px;
width: 100%;
height: 16px;
}
#ytph-wrapper .ytph-highlight {
position: absolute;
top: -5px;
width: 1%;
min-width: 10px;
height: 25px;
outline: none;
}
#ytph-wrapper .ytph-highlight::before {
content: "";
display: block;
width: 100%;
height: 4px;
margin-top: 9px;
background: rgba(255, 215, 0, 0.8);
outline: none;
}
#ytph-wrapper .ytph-highlight:hover::before {
background: rgba(255, 215, 0, 1);
}
.ytp-progress-bar-padding {
z-index: 48 !important;
}
.tippy-tooltip.highlights-theme {
padding: 5px 10px !important;
background-color: rgba(28,28,28,0.9) !important;
border-radius: 2px !important;
font-weight: 500 !important;
color: #EEE !important;
margin-bottom: 100px;
}
body.no-scroll .tippy-tooltip.highlights-theme {
margin-bottom: 180px;
}
.tippy-tooltip.highlights-theme.no-offset-theme {
font-size: 13px !important;
margin-bottom: 5px !important;
}
.tippy-tooltip.highlights-theme p {
margin: 5px 0;
padding: 0;
}
#ytd-player .ytd-highlights-controls button {
vertical-align: middle;
}
#ytd-player .ytp-chapter-container {
display: none;
}
#ytd-player .ytp-prev {
transform: rotate(-180deg);
}
#ytd-highlights-text {
vertical-align: middle;
font-size: 13px;
text-shadow: 1px 1px #000;
color: #eada7f;
user-select: text;
}
.ytp-fullerscreen-edu-chevron {
position: relative;
top: -10px;
}