Added more thumbnail options and changed control positions plus added on hovwr titles.
This commit is contained in:
@@ -2,18 +2,18 @@
|
||||
z-index: 100;
|
||||
position: fixed;
|
||||
background: rgba(0,0,0,0.64);
|
||||
left: 45%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.ytThumbMenuStyle {
|
||||
display: none;
|
||||
bottom: 65px;
|
||||
bottom: 20px;
|
||||
}
|
||||
|
||||
.ytMenuStyle {
|
||||
bottom: 0px;
|
||||
top: 45%;
|
||||
width: 4em;
|
||||
}
|
||||
|
||||
.imageStyle {
|
||||
@@ -34,7 +34,8 @@
|
||||
.thumbImageStyle {
|
||||
width: 200px;
|
||||
height: 100px;
|
||||
margin-right: 2em;
|
||||
margin: 0em 1em 0em 1em;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#draggable {
|
||||
@@ -42,9 +43,17 @@
|
||||
position: fixed;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
min-width: 400px;
|
||||
min-height: 250px;
|
||||
width: 650px;
|
||||
height: 400px;
|
||||
background: black;
|
||||
}
|
||||
|
||||
|
||||
/* 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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user