2013-02-20 18:33:05 -07:00
|
|
|
|
<!DOCTYPE html>
|
2016-03-20 10:56:03 -07:00
|
|
|
|
<html class="preload">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<head>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<title>Emby</title>
|
2017-01-02 23:51:36 -07:00
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
.transparentDocument, .backgroundContainer-transparent:not(.withBackdrop) {
|
|
|
|
|
background: none !important;
|
|
|
|
|
background-color: transparent !important;
|
|
|
|
|
}
|
2017-01-03 01:10:50 -07:00
|
|
|
|
|
2017-05-21 00:25:29 -07:00
|
|
|
|
.mouseIdle, .mouseIdle button, .mouseIdle input, .mouseIdle textarea, .mouseIdle a {
|
2017-01-03 01:10:50 -07:00
|
|
|
|
cursor: none !important;
|
|
|
|
|
}
|
2017-10-18 18:22:13 -07:00
|
|
|
|
|
|
|
|
|
.preload {
|
|
|
|
|
background-color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hide {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2017-11-14 00:41:21 -07:00
|
|
|
|
.mainDrawerHandle {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
width: 10px;
|
|
|
|
|
}
|
2017-01-02 23:51:36 -07:00
|
|
|
|
</style>
|
|
|
|
|
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="backdropContainer"></div>
|
2016-07-26 22:19:56 -07:00
|
|
|
|
<div class="backgroundContainer"></div>
|
2017-01-27 21:14:25 -07:00
|
|
|
|
<div class="mainDrawer hide"><div class="mainDrawer-scrollContainer scrollContainer"></div></div>
|
2017-01-30 14:38:24 -07:00
|
|
|
|
<div class="skinHeader"></div>
|
|
|
|
|
<div class="mainAnimatedPages skinBody"></div>
|
2017-11-14 00:41:21 -07:00
|
|
|
|
<div class="mainDrawerHandle"></div>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</body>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</html>
|