-
Notifications
You must be signed in to change notification settings - Fork 121
/
akstoryview.html
94 lines (88 loc) · 5.48 KB
/
akstoryview.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="zh-CN" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset='utf-8' />
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no'>
<meta name='theme-color' content='#222222ff'>
<title translate-id='web-title'>Arknights CG Gallery Viewer</title>
<link rel='manifest' href='./manifest.json' crossorigin='use-credentials'>
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>
<link rel='stylesheet' href='css/ak.css'>
<link rel='stylesheet' href='css/akMaterial.css'>
<link rel='stylesheet' href='css/akchardetail.css'>
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/font-awesome.min.css' rel='stylesheet'>
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico'>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js'></script>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js'></script>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js'></script>
<!-- site tag (gtag.js) - Google Analytics -->
<script async src='https://www.googletagmanager.com/gtag/js?id=UA-159317757-1'></script>/
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-159317757-1');
</script>
<script>
$(function(){
$('#nav-placeholder').load('nav.html');
});
</script>
</head>
<body >
<!-- style=' background-image: url(./img/extra/bg1.png)' -->
<button class='btn btn-sm btn-primary goToTag' style='position:fixed;bottom:15px ;right: 0px;size:70px 70px;padding: 10px;z-index: 10000' id='to-tag' type='button'>^ </button>
<nav id="aknav" class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark" style="background-image: linear-gradient(#222222ff 70%,#222222ff , #111111aa );">
<img src="https://raw.githubusercontent.com/Aceship/Arknight-Images/main/factions/logo_rhodes.png" width="40" height="40" style="transform:scale(1.2,1.2)translate(-8px,1px)"class="d-inline-block align-top" alt="">
<a class="navbar-brand" href="#" translate-id="topbar-1">Arknights Toolbox</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="展开">
<span class="navbar-toggler-icon"></span>
</button>
</nav>
<div id='acedonate'></div>
<div style='padding-bottom:40px;'></div>
<!-- <div class='warning-sign'style='position: absolute;z-index: 999999;background:#aaa;top:100px;left:50%;width:500px;height:200px;margin-left:-250px;text-align:center; vertical-align:center'>aaaaaaaaaaaaaaaaaaaaa</div> -->
<div class="modal fade modal-cg " id="imagezoomcontainer">
<div class="modal-dialog modal-dialog-cg modal-dialog-centered ">
<div class="modal-content" style="background:#444">
<!-- Modal Header -->
<!-- <div class="modal-header">
<h4 class="modal-title"></h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
-->
<!-- Modal body -->
<div class="modal-body" style="padding:0px;margin:0px;min-height: 120px;">
<button type="button" class="close" data-dismiss="modal" style="position:absolute;top:5px;right: 15px;color:#fff">×</button>
<img id="imagezoom" src="" style="max-width:100%;max-height: 96vh; display: block; margin: auto;border-radius: 4px;">
</div>
<!-- Modal footer -->
<!-- <div class="modal-footer" style="border-top: 1px solid #2f2f2f">
<div id="imagezoom-button"></div>
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div> -->
</div>
</div>
</div>
<div id="gallerywindow" class="ak-shadow" style="max-width: 1080px;min-height: 600px;background:#444;margin:auto;margin-top: 20px;margin-bottom: 30px;padding:2px;padding-top:2px;border-radius:2px;text-align: center">
<ul id="gallerytabs" class="nav nav-tabs" style='height: 42px;background:#333;margin:auto;padding:2px;border-radius:2px;text-align: center;border-bottom: none;' role="tablist" >
</ul>
<div id="gallerycontainer2" class="ak-shadow" style="max-width: 1080px;min-height: 600px;background:#444;margin:auto;;padding:2px;padding-top:2px;border-radius:2px;text-align: center">
<div class="tab-content" style="" id="gallerycontainer">
</div>
</div>
</div>
<div class="row" >
<div class="col-12 ak-footer chara-footer-1">
<div class="col-12 text-center" style="height: 50px;">
<div style="vertical-align: middle;line-height: 30px;">Made by : Aceship and Faryzal2020</div>
<div style="vertical-align: middle;line-height: 20px;">With translate and data help from: dragonjet, Jetroyz and other on <a href="https://discord.gg/vJvAP8X" target="_blank">Rhodes island HQ discord server</a></div>
</div>
</div>
</div>
</body>
<script src='js/everpolate.min.js'></script>
<script src="./js/aknav.js"></script>
<script src='js/akstoryview.js'></script>
</html>