-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreen.css
123 lines (103 loc) · 2.19 KB
/
screen.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
.externalembed_TOS {
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
overflow: hidden;
height: 100%;
position: relative;
/*max-width: 100%;*/
}
.externalembed_iframe_container {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%;
}
.externalembed_other {
position: unset !important;
}
.externalembed_iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
border: none;
}
.externalembed_height_360 {
max-width: 640px;
}
.externalembed_height_480 {
max-width: 854px;
}
.externalembed_height_720 {
max-width: 1280px;
}
.externalembed_height_1080 {
max-width: 1920px;
}
.externalembed_disclaimer_youtube_video, .externalembed_disclaimer_youtube_playlist {
color: white;
position: absolute;
bottom: 0;
left: 50%;
display: block;
transform: translate(-50%);
text-align: center;
width: 70%;
max-width: 100%;
background-color: rgba(33, 33, 33, 0.6);
border-radius: 10px;
padding: 10px;
}
.externalembed_disclaimer_other {
color: white;
display: inline-block;
background-color: rgba(33, 33, 33, 0.6);
border-radius: 10px;
padding: 10px;
}
.externalembed_disclaimer > button {
margin: 10px;
border: gray;
border-radius: 5px;
}
.externalembed_disclaimer a {
color: #f84e2e !important;
text-decoration: underline !important;
}
.externalembed_embed > img {
-webkit-filter: blur(3px) brightness(50%);
}
.externalembed_tosRejected {
max-width: 300px;
background-color: #0000;
}
.externalembed_tosRejected > .externalembed_disclaimer {
position: static;
transform: none;
text-align: center;
max-width: 100%;
}
.externalembed_accept {
color: #FFF;
background: #44CC44;
padding: 8px 20px;
box-shadow: 0 4px 0 0 #2EA62E;
}
.externalembed_accept:hover {
background: #6FE76F;
box-shadow: 0 4px 0 0 #7ED37E;
}
.externalembed_reject {
color: #FFF;
background: #f84e2e;
padding: 8px 20px;
box-shadow: 0 4px 0 0 #CB4949;
}
.externalembed_reject:hover {
background: rgb(255, 147, 128);
box-shadow: 0 4px 0 0 #EF8282;
}