2019-01-07 00:38:26 -05:00
|
|
|
<!DOCTYPE html>
|
2022-07-14 17:59:23 -04:00
|
|
|
<html class="preload" dir="ltr">
|
2013-02-20 20:33:05 -05:00
|
|
|
<head>
|
2019-11-26 03:10:05 +09:00
|
|
|
<meta charset="utf-8">
|
2021-01-27 16:13:23 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover">
|
2018-09-12 19:26:21 +02:00
|
|
|
<link rel="manifest" href="manifest.json">
|
|
|
|
<meta name="format-detection" content="telephone=no">
|
|
|
|
<meta name="msapplication-tap-highlight" content="no">
|
|
|
|
<meta http-equiv="X-UA-Compatibility" content="IE=Edge">
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<meta name="mobile-web-app-capable" content="yes">
|
2018-12-10 23:32:13 -05:00
|
|
|
<meta name="application-name" content="Jellyfin">
|
2018-09-12 19:26:21 +02:00
|
|
|
<meta name="robots" content="noindex, nofollow, noarchive">
|
2021-05-02 01:09:50 -04:00
|
|
|
<meta name="referrer" content="no-referrer">
|
2021-09-23 23:33:05 -04:00
|
|
|
|
|
|
|
<meta id="themeColor" name="theme-color" content="#202020">
|
|
|
|
|
2019-01-07 00:38:26 -05:00
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="touchicon.png">
|
2018-09-12 19:26:21 +02:00
|
|
|
<link rel="shortcut icon" href="favicon.ico">
|
|
|
|
<meta name="msapplication-TileImage" content="touchicon144.png">
|
|
|
|
<meta name="msapplication-TileColor" content="#333333">
|
|
|
|
|
2018-12-10 23:32:13 -05:00
|
|
|
<title>Jellyfin</title>
|
2017-01-03 01:51:36 -05:00
|
|
|
|
|
|
|
<style>
|
2020-06-29 11:21:20 +02:00
|
|
|
.transparentDocument,
|
|
|
|
.backgroundContainer-transparent:not(.withBackdrop) {
|
2017-01-03 01:51:36 -05:00
|
|
|
background: none !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
2017-01-03 03:10:50 -05:00
|
|
|
|
2022-09-16 00:50:55 -04:00
|
|
|
.layout-tv .mouseIdle,
|
|
|
|
.layout-tv .mouseIdle button,
|
|
|
|
.layout-tv .mouseIdle select,
|
|
|
|
.layout-tv .mouseIdle input,
|
|
|
|
.layout-tv .mouseIdle textarea,
|
|
|
|
.layout-tv .mouseIdle a,
|
|
|
|
.layout-tv .mouseIdle label,
|
|
|
|
.transparentDocument .mouseIdle,
|
|
|
|
.transparentDocument .mouseIdle button,
|
|
|
|
.transparentDocument .mouseIdle select,
|
|
|
|
.transparentDocument .mouseIdle input,
|
|
|
|
.transparentDocument .mouseIdle textarea,
|
|
|
|
.transparentDocument .mouseIdle a,
|
|
|
|
.transparentDocument .mouseIdle label,
|
|
|
|
.screensaver-noScroll.mouseIdle,
|
|
|
|
.screensaver-noScroll.mouseIdle button,
|
|
|
|
.screensaver-noScroll.mouseIdle select,
|
|
|
|
.screensaver-noScroll.mouseIdle input,
|
|
|
|
.screensaver-noScroll.mouseIdle textarea,
|
|
|
|
.screensaver-noScroll.mouseIdle a,
|
|
|
|
.screensaver-noScroll.mouseIdle label {
|
2017-01-03 03:10:50 -05:00
|
|
|
cursor: none !important;
|
|
|
|
}
|
2017-10-18 21:22:13 -04:00
|
|
|
|
|
|
|
.preload {
|
2019-08-30 15:44:59 -04:00
|
|
|
background-color: #101010;
|
2017-10-18 21:22:13 -04:00
|
|
|
}
|
|
|
|
|
2020-06-29 11:21:20 +02:00
|
|
|
.hide,
|
|
|
|
.mouseIdle .hide-mouse-idle,
|
|
|
|
.mouseIdle-tv .hide-mouse-idle-tv {
|
2017-10-18 21:22:13 -04:00
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2017-11-14 02:41:21 -05:00
|
|
|
.mainDrawerHandle {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
z-index: 1;
|
2020-04-15 16:22:57 +02:00
|
|
|
width: 0.8em;
|
2022-05-29 22:20:15 +09:00
|
|
|
padding-left: env(safe-area-inset-left);
|
2023-08-11 05:58:14 -04:00
|
|
|
caret-color: transparent;
|
2017-11-14 02:41:21 -05:00
|
|
|
}
|
2020-06-29 11:21:20 +02:00
|
|
|
|
2022-07-14 17:59:23 -04:00
|
|
|
[dir="ltr"] .mainDrawerHandle {
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
[dir="rtl"] .mainDrawerHandle {
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
2020-06-29 11:21:20 +02:00
|
|
|
@keyframes fadein {
|
|
|
|
from {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
to {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.splashLogo {
|
|
|
|
animation: fadein 0.5s;
|
|
|
|
width: 30%;
|
|
|
|
height: 30%;
|
2020-07-31 00:08:38 +02:00
|
|
|
background-image: url(assets/img/icon-transparent.png);
|
2020-06-29 11:21:20 +02:00
|
|
|
background-position: center center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
position: fixed;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
}
|
2020-07-31 00:08:38 +02:00
|
|
|
|
|
|
|
@media screen
|
2020-08-08 03:15:57 +02:00
|
|
|
and (min-device-width: 992px) {
|
2020-07-31 00:08:38 +02:00
|
|
|
.splashLogo {
|
|
|
|
background-image: url(assets/img/banner-light.png);
|
|
|
|
}
|
|
|
|
}
|
2017-01-03 01:51:36 -05:00
|
|
|
</style>
|
2013-02-20 20:33:05 -05:00
|
|
|
</head>
|
2022-07-14 17:59:23 -04:00
|
|
|
<body dir="ltr">
|
2022-11-18 18:58:11 -05:00
|
|
|
<div id="reactRoot">
|
2020-06-29 11:21:20 +02:00
|
|
|
<div class="splashLogo"></div>
|
|
|
|
</div>
|
2013-02-20 20:33:05 -05:00
|
|
|
</body>
|
2018-12-10 23:32:13 -05:00
|
|
|
</html>
|