2013-11-10 04:56:45 -05:00
|
|
|
body {
|
|
|
|
background: black;
|
|
|
|
color: white;
|
2013-11-11 17:39:23 -05:00
|
|
|
margin: 0px;
|
2013-11-10 04:56:45 -05:00
|
|
|
}
|
2013-11-10 07:57:45 -05:00
|
|
|
#playerheader {
|
2013-11-11 17:39:23 -05:00
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
top: 0px;
|
|
|
|
height: 24px;
|
|
|
|
padding: 0px 4px;
|
2013-11-10 07:57:45 -05:00
|
|
|
text-align: right;
|
2013-11-11 17:39:23 -05:00
|
|
|
font-size: 16px;
|
2013-11-10 07:57:45 -05:00
|
|
|
}
|
|
|
|
#playerheader a {
|
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2013-11-11 17:39:23 -05:00
|
|
|
span.settings div {
|
|
|
|
background: black;
|
|
|
|
z-index: 1;
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
#playercontent {
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
top: 24px;
|
|
|
|
bottom: 0px;
|
|
|
|
}
|
|
|
|
video {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
max-width: 100%;
|
|
|
|
max-height: 100%;
|
2013-11-10 07:57:45 -05:00
|
|
|
}
|