- Code: Select all
#maxBitRate {
background-color: black;
border: none;
color: gray;
opacity: .3;
position: fixed;
top: 1px;
right: 1px;
}
#timeOffset {
background-color: black;
border: none;
color: gray;
opacity: .3;
position: fixed;
top: 1.5em;
right: 1px;
}
div.back {
display: none;
}
#player1 {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
I used stylebot to do this easily.