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

51 lines
678 B
CSS
Raw Normal View History

2017-12-23 01:44:41 +00:00
.ytThumbMenuStyle, .ytMenuStyle {
z-index: 100;
position: fixed;
background: rgba(0,0,0,0.64);
left: 45%;
width: auto;
height: auto;
2017-12-23 01:44:41 +00:00
}
.ytThumbMenuStyle {
display: none;
bottom: 65px;
2017-12-23 01:44:41 +00:00
}
.ytMenuStyle {
bottom: 0px;
2017-12-23 01:44:41 +00:00
}
.imageStyle {
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;
margin-right: 2em;
}
#draggable {
z-index: 100;
position: fixed;
right: 0px;
bottom: 0px;
min-width: 400px;
min-height: 250px;
width: 650px;
height: 400px;
background: black;
}