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

100 lines
1.6 KiB
CSS
Raw Normal View History

/* Tag CSS */
/* 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);
}
/* ID CSS */
#enhancerMenuID2, .ytThumbMenuStyle, .ytMenuStyle {
z-index: 100;
position: fixed;
background: rgba(0,0,0,0.64);
margin: 0 auto;
overflow: auto;
2017-12-23 01:44:41 +00:00
}
#enhancerMenuID2 {
bottom: 0%;
left: 10%;
width: auto;
color: #ffffff;
}
#enhancerMenuID, #enhancerMenuID2 {
z-index: 5;
}
#volumeContainerID {
display: none;
font-size:200%;
color: #ffffff;
text-align: center;
2017-12-23 01:44:41 +00:00
}
#draggable {
z-index: 9999;
2017-12-23 01:44:41 +00:00
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)
2017-12-23 01:44:41 +00:00
}
#rangeEndID, #rangeStartID {
width: 56px;
overflow-x: scroll;
overflow-y: hidden;
}
#slugCopyZone, #rangeEndID, #rangeStartID {
text-align: center;
background: rgba(0,0,0,0.0);
color: #fff;
}
/* Class CSS */
.ytMenuStyle {
top: 40%;
width: 42px;
overflow: hidden;
}
.ytThumbMenuStyle {
display: none;
bottom: 20px;
}
.imageStyle {
width: 42px;
height: 42px;
background-repeat: no-repeat;
background-position: center;
background-color: rgba(0,0,0,.64);
background-size: 42px 42px;
}
.imageStyle:hover {
background: rgba(12,160,193,.64);
cursor: pointer;
background-repeat: no-repeat;
background-position: center;
background-size: 28px 28px;
}
.thumbImageStyle {
width: 200px;
height: 100px;
margin: 0em 1em 0em 1em;
float: left;
}