2018-05-28 19:32:13 +00:00
|
|
|
#slugCopyZone, .ytThumbMenuStyle, .ytMenuStyle {
|
2017-12-23 08:21:35 +00:00
|
|
|
z-index: 100;
|
|
|
|
position: fixed;
|
|
|
|
background: rgba(0,0,0,0.64);
|
2018-05-18 04:43:55 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
overflow: auto;
|
2017-12-23 01:44:41 +00:00
|
|
|
}
|
|
|
|
|
2018-05-28 19:32:13 +00:00
|
|
|
#slugCopyZone {
|
|
|
|
bottom: 0%;
|
|
|
|
left: 35%;
|
|
|
|
width: 10em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2018-11-17 21:25:57 +00:00
|
|
|
#enhancerMenuIDRef, #slugCopyZone {
|
|
|
|
z-index: 5;
|
|
|
|
}
|
|
|
|
|
2017-12-23 01:44:41 +00:00
|
|
|
.ytThumbMenuStyle {
|
2017-12-23 08:21:35 +00:00
|
|
|
display: none;
|
2018-05-18 04:43:55 +00:00
|
|
|
bottom: 20px;
|
2017-12-23 01:44:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ytMenuStyle {
|
2018-05-18 04:43:55 +00:00
|
|
|
top: 45%;
|
|
|
|
width: 4em;
|
2017-12-23 01:44:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.imageStyle {
|
2017-12-23 08:21:35 +00:00
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
margin-right: 0.5em;
|
2017-12-23 01:44:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.imageStyle:hover {
|
|
|
|
background:rgba(12,160,193,.64);
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#xIconHoverTop {
|
|
|
|
margin-bottom: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbImageStyle {
|
|
|
|
width: 200px;
|
|
|
|
height: 100px;
|
2018-05-18 04:43:55 +00:00
|
|
|
margin: 0em 1em 0em 1em;
|
|
|
|
float: left;
|
2017-12-23 01:44:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#draggable {
|
|
|
|
z-index: 100;
|
|
|
|
position: fixed;
|
|
|
|
right: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
width: 650px;
|
|
|
|
height: 400px;
|
2018-12-28 07:47:28 +00:00
|
|
|
padding-top: 50px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: rgba(0, 232, 255, 0.64);
|
|
|
|
background: rgba(64, 64, 64, 0.64)
|
2017-12-23 01:44:41 +00:00
|
|
|
}
|
2018-05-18 04:43:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* Youtube stylers based off of its tags... */
|
|
|
|
yt-formatted-string > a {
|
|
|
|
color: rgba(125, 65, 0, 0.84) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
yt-formatted-string > a:hover {
|
|
|
|
color: rgba(150, 21, 176, 0.97);
|
|
|
|
}
|