-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
122 lines (102 loc) · 2.52 KB
/
styles.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
.mbsyoutube-frame {
width: 100%
}
.mbsyoutube-ytiframe {
padding: 0;
}
.mbsyoutube-responsive .mbsyoutube-responsive-item,
.mbsyoutube-responsive iframe,
.mbsyoutube-responsive embed,
.mbsyoutube-responsive object,
.mbsyoutube-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.mbsyoutube-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.mbsyoutube-responsive-16by9 {
padding-bottom: 56%;
}
.mbsyoutube-link {
font-size: 14px;
}
.mbsyoutube-twoclickwarning-button {
display: inline-block;
padding: 5px 10px;
background: #e62117 !important;
color: #fff !important;
text-decoration: none !important;
border-radius: 3px;
font-weight: normal;
border-width: 0;
box-sizing: border-box;
cursor: pointer;
}
.mbsyoutube-twoclickwarning-buttonbox {
margin-top: 35px;
text-align: center;
}
.mbsyoutube-twoclickwarning-boxtext {
color: #e3e3e3 !important;
margin-top: 20px;
padding: 25px;
}
.mbsyoutube-twoclickwarning-wrapper {
margin: 1rem;
background-color: #000;
background-repeat: repeat;
}
@media only screen and (max-width: 650px){
.mbsyoutube-twoclickwarning-wrapper {
min-height: 250px;
}
.mbsyoutube-twoclickwarning-boxtext {
color: #e3e3e3 !important;
text-align: center;
margin-top: 0px;
padding: 10px;
}
}
.mbsyoutube-status-wrapper {
padding-top: 30px;
text-align: center;
}
.mbsyoutube-img-logo {
padding-top: 3rem;
padding-bottom: 1rem;
max-height: 10rem;
}
.mbsyoutube-message-show {
display: none;
}
/* Rendering YouTube two click solution in messages area. --- Beginning */
div.message>div>.mbsyoutube-twoclickwarning-wrapper {
height: 100px;
}
div.message>div>.mbsyoutube-twoclickwarning-wrapper>.mbsyoutube-twoclickwarning-buttonbox.mbsyoutube-message-hidden {
display: none;
}
div.message>div>.mbsyoutube-twoclickwarning-wrapper>.mbsyoutube-ytiframe {
display: none;
}
div.message>div>.mbsyoutube-twoclickwarning-wrapper>.mbsyoutube-twoclickwarning-buttonbox.mbsyoutube-message-show {
display: block;
}
div.message>div>.mbsyoutube-twoclickwarning-wrapper>.mbsyoutube-twoclickwarning-buttonbox>.mbsyoutube-twoclickwarning-boxtext {
color: #e3e3e3 !important;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
padding: 10px;
}
/* Rendering YouTube two click solution in messages area. --- End */