remove all external dependencies
This commit is contained in:
BIN
res/static/misc/Lato-Hairline.ttf
Normal file
BIN
res/static/misc/Lato-Hairline.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -13,14 +13,13 @@
|
|||||||
font-family: 'Ubuntu';
|
font-family: 'Ubuntu';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local('Ubuntu Regular'), local('Ubuntu-Regular'), local('Ubuntu'), url(/res/misc/Ubuntu-R.ttf) format('ttf');
|
src: local('Ubuntu Regular'), local('Ubuntu-Regular'), local('Ubuntu'), url(/res/misc/Ubuntu-R.ttf) format('truetype');
|
||||||
unicode-range: U+0000-FFFF;
|
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Lato';
|
font-family: 'Lato';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
src: local('Lato Hairline'), local('Lato-Hairline'), url(/res/misc/Lato.woff2) format('woff2');
|
src: local('Lato Hairline'), local('Lato-Hairline'), url(/res/misc/Lato-Hairline.ttf) format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Page rendering configuration */
|
/* Page rendering configuration */
|
||||||
|
@@ -9,13 +9,10 @@
|
|||||||
<link rel="stylesheet" href="/res/style/viewer.css"/>
|
<link rel="stylesheet" href="/res/style/viewer.css"/>
|
||||||
<link rel="stylesheet" href="/res/style/layout.css"/>
|
<link rel="stylesheet" href="/res/style/layout.css"/>
|
||||||
<link rel="stylesheet" href="/res/style/listview.css"/>
|
<link rel="stylesheet" href="/res/style/listview.css"/>
|
||||||
<link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'/>
|
|
||||||
<link rel="shortcut icon" href="/res/img/tray32.png"/>
|
<link rel="shortcut icon" href="/res/img/tray32.png"/>
|
||||||
<link rel="icon" sizes="180x180" href="/res/img/pixeldrain.png"/>
|
<link rel="icon" sizes="180x180" href="/res/img/pixeldrain.png"/>
|
||||||
<link rel="icon" sizes="256x256" href="/res/img/pixeldrain_big.png"/>
|
<link rel="icon" sizes="256x256" href="/res/img/pixeldrain_big.png"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css"/>
|
|
||||||
|
|
||||||
<!-- <link rel="alternate" type="application/json+oembed" th:href="*{oEmbedHref}" th:title="*{ogTitle}" /> OEmbed will return soon -->
|
<!-- <link rel="alternate" type="application/json+oembed" th:href="*{oEmbedHref}" th:title="*{ogTitle}" /> OEmbed will return soon -->
|
||||||
|
|
||||||
{{template "bgpattern"}}
|
{{template "bgpattern"}}
|
||||||
@@ -170,7 +167,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="/res/script/jquery.js"></script>
|
<script src="/res/script/jquery.js"></script>
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
|
|
||||||
<script src="/res/script/Keyboard.js"></script>
|
<script src="/res/script/Keyboard.js"></script>
|
||||||
<script src="/res/script/Toolbar.js"></script>
|
<script src="/res/script/Toolbar.js"></script>
|
||||||
<script src="/res/script/Sharebar.js"></script>
|
<script src="/res/script/Sharebar.js"></script>
|
||||||
|
@@ -7,19 +7,18 @@
|
|||||||
<link rel="stylesheet" href="/res/style/viewer_embed.css"/>
|
<link rel="stylesheet" href="/res/style/viewer_embed.css"/>
|
||||||
<link rel="stylesheet" href="/res/style/season.css"/>
|
<link rel="stylesheet" href="/res/style/season.css"/>
|
||||||
<link rel="stylesheet" href="/res/style/listview_embed.css"/>
|
<link rel="stylesheet" href="/res/style/listview_embed.css"/>
|
||||||
<link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'/>
|
|
||||||
<link rel="shortcut icon" href="/res/img/tray32.png"/>
|
<link rel="shortcut icon" href="/res/img/tray32.png"/>
|
||||||
<meta name="theme-color" content="#9FCF6C"/>
|
<meta name="theme-color" content="#9FCF6C"/>
|
||||||
<link rel="icon" sizes="180x180" href="/res/img/pixeldrain.png"/>
|
<link rel="icon" sizes="180x180" href="/res/img/pixeldrain.png"/>
|
||||||
<link rel="icon" sizes="256x256" href="/res/img/pixeldrain_big.png"/>
|
<link rel="icon" sizes="256x256" href="/res/img/pixeldrain_big.png"/>
|
||||||
|
|
||||||
<style th:include="fragments :: background-pattern" th:inline="text"></style>
|
<style th:include="fragments :: background-pattern" th:inline="text"></style>
|
||||||
|
|
||||||
<script src="/res/script/jquery-2.1.4.min.js"></script>
|
<script src="/res/script/jquery-2.1.4.min.js"></script>
|
||||||
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css"/>
|
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css"/>
|
||||||
|
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
|
||||||
|
|
||||||
<meta name="twitter:creator" content="@Fornax96" />
|
<meta name="twitter:creator" content="@Fornax96" />
|
||||||
<meta property="og:title" th:content="*{ogTitle}" />
|
<meta property="og:title" th:content="*{ogTitle}" />
|
||||||
<meta property="og:type" th:content="*{ogType}" />
|
<meta property="og:type" th:content="*{ogType}" />
|
||||||
@@ -38,11 +37,11 @@
|
|||||||
<img src="/res/img/arrow-right.png" id="arrow-right" alt="Next Item" onClick="ListNavigator.nextItem();" />
|
<img src="/res/img/arrow-right.png" id="arrow-right" alt="Next Item" onClick="ListNavigator.nextItem();" />
|
||||||
<div id="listNavigatorItems"></div>
|
<div id="listNavigatorItems"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="filepreview">
|
<div id="filepreview">
|
||||||
Loading...
|
Loading...
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="/res/script/jquery-2.1.4.min.js"></script>
|
<script src="/res/script/jquery-2.1.4.min.js"></script>
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
|
||||||
<script src="/res/script/Keyboard.js"></script>
|
<script src="/res/script/Keyboard.js"></script>
|
||||||
@@ -51,13 +50,13 @@
|
|||||||
<script src="/res/script/DetailsWindow.js"></script>
|
<script src="/res/script/DetailsWindow.js"></script>
|
||||||
<script src="/res/script/Viewer.js"></script>
|
<script src="/res/script/Viewer.js"></script>
|
||||||
<script src="/res/script/ListNavigator.js"></script>
|
<script src="/res/script/ListNavigator.js"></script>
|
||||||
|
|
||||||
<script th:inline="javascript">
|
<script th:inline="javascript">
|
||||||
// This info gets filled in on the server side to prevent having to make an API call right after the page loads.
|
// This info gets filled in on the server side to prevent having to make an API call right after the page loads.
|
||||||
// Just to slice another few milliseconds from the load time :)
|
// Just to slice another few milliseconds from the load time :)
|
||||||
Viewer.init([[${type}]], [[${id}]], [[${data}]]);
|
Viewer.init([[${type}]], [[${id}]], [[${data}]]);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- Google Analytics Tracking code -->
|
<!-- Google Analytics Tracking code -->
|
||||||
<script>
|
<script>
|
||||||
(function (i, s, o, g, r, a, m) {
|
(function (i, s, o, g, r, a, m) {
|
||||||
@@ -76,4 +75,4 @@
|
|||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user