-
Notifications
You must be signed in to change notification settings - Fork 1
/
pcm-style.css
77 lines (66 loc) · 1.45 KB
/
pcm-style.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
/* <header> element */
.pcm-dark-header-override {
background-color: #202020 !important;
border-bottom: 0px !important;
opacity: 0.2;
transition: opacity 0.4s linear;
}
/* <header> element */
.pcm-dark-header-opacity {
opacity: 1 !important;
}
/* Messages SVG element */
.pmc-dark-svg-color {
fill: #78909c !important;
}
/* <bod> element */
.pcm-dark-body-override {
background-color: #181818 !important;
}
/* First child of <main> element */
.pcm-main-child-overrides {
margin-top: 95vh !important;
}
.pcm-grid-container-overrides{
grid-template-columns: 1fr !important;
}
/* <video> element */
.pcm-video-overrides {
max-height: 94vh !important;
}
.pcm-postcard-container-overrides{
width: 80% !important;
max-width: 80% !important;
}
/* third parent of <video> element */
.pcm-video-container-overrides {
position: absolute !important;
width: 90% !important;
left: 5% !important;
top: 70px !important;
z-index: 1199 !important;
}
#pcm-btn-container {
display: flex;
}
#pcm-dark-mode-button {
background: linear-gradient( -90deg, darkgrey 50%, white 51% );
position: relative;
border: 0.5px solid lightgray;
border-radius: 50%;
box-sizing: border-box;
cursor: pointer;
width: 20px;
height: 20px;
}
#pcm-expand-button {
position: relative;
border: 2.5px solid darkgray;
border-bottom-width: 6px;
box-sizing: border-box;
cursor: pointer;
width: 30px;
height: 20px;
margin: auto 2px;
margin-right: 10px;
}