Better-Youtube-Plus/src/styles/betterYoutube.css

75 lines
1.1 KiB
CSS

#slugCopyZone, .ytThumbMenuStyle, .ytMenuStyle {
z-index: 100;
position: fixed;
background: rgba(0,0,0,0.64);
margin: 0 auto;
overflow: auto;
}
#slugCopyZone {
bottom: 0%;
left: 35%;
width: 10em;
text-align: center;
color: #fff;
}
#enhancerMenuIDRef, #slugCopyZone {
z-index: 5;
}
.ytThumbMenuStyle {
display: none;
bottom: 20px;
}
.ytMenuStyle {
top: 45%;
width: 4em;
}
.imageStyle {
width: 32px;
height: 32px;
margin-right: 0.5em;
}
.imageStyle:hover {
background:rgba(12,160,193,.64);
cursor: pointer;
}
#xIconHoverTop {
margin-bottom: 80px;
}
.thumbImageStyle {
width: 200px;
height: 100px;
margin: 0em 1em 0em 1em;
float: left;
}
#draggable {
z-index: 100;
position: fixed;
right: 0px;
bottom: 0px;
width: 650px;
height: 400px;
padding-top: 50px;
border-style: solid;
border-color: rgba(0, 232, 255, 0.64);
background: rgba(64, 64, 64, 0.64)
}
/* 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);
}