-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
221 lines (213 loc) · 8.57 KB
/
index.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="baidu-site-verification" content="wXijBmwQhg" />
<title>忍者研究协会</title>
<!--<base href="https://cdn.jsdelivr.net/gh/DogTorrent/assets@master/hitachimako/" /> -->
<base href="https://cdn.jsdelivr.net/gh/DogTorrent/hitachimako@master/" />
<style type="text/css">
a{TEXT-DECORATION:none}
.radius img{border-radius:10px;}
.bgimg {filter:blur(0px); top:0%; left:0%; width:100%; size:cover}
.text {text-align:center; color:white; position:relative; font-family:"Microsoft YaHei","Arial","黑体","宋体",sans-serif; font-size:100%; font-weight:normal}
@media screen and (min-width: 320px) {text {font-size: 14px;}}
@media screen and (min-width: 360px) {text {font-size: 16px;}}
@media screen and (min-width: 400px) {text {font-size: 18px;}}
@media screen and (min-width: 440px) {text {font-size: 20px;}}
.playpause label {
display: block;
box-sizing: border-box;
width: 0;
height: 1.5em;
border-color: transparent transparent transparent #FFFFFF;
transition: 100ms all ease;
cursor: pointer;
border-style: solid;
border-width: 0.75em 0 0.75em 1.3em;
}
.playpause input[type="checkbox"] {
position: absolute;
appearance: none;
-webkit-appearance: none;
outline: none;
display: none;
}
.playpause input[type="checkbox"]:checked + label {
border-style: double;
border-width: 0px 0 0px 1.3em;
}
#topdiv{
opacity: 0%;
transition: 200ms all ease;
}
#topdiv:hover{
opacity: 100%;
transition: 200ms all ease;
}
#topDivText-Left{
opacity: 70%;
transition: 100ms all ease;
}
#topDivText-Left:hover{
opacity: 100%;
transition: 100ms all ease;
}
#topDivText-Mid{
opacity: 70%;
transition: 100ms all ease;
}
#topDivText-Mid:hover{
opacity: 100%;
transition: 100ms all ease;
}
#topDivText-Right{
opacity: 70%;
transition: 100ms all ease;
}
#topDivText-Right:hover{
opacity: 100%;
transition: 100ms all ease;
}
</style>
<link rel="icon" type="image/x-icon" href="images/favicon.webp" />
</head>
<body style="background-color:black;" onscroll="scrollSetOpacity()">
<div id="bg" class="bgimg" style="background-color:black; margin-top:0%; position:fixed; z-index:1">
<img alt="" loading="eager" src="images/makobg-steam.webp" style="width:100%;"/>
</div>
<div class="topBanner" id="topdiv" style="position:fixed; top:0; width: 100%; background-color:black ; z-index:4;">
<br />
<div id="topDivText-Left" class="playpause" style="display:inline;left: 0%; position:relative">
<input type="checkbox" value="0" id="playpause" name="check"/>
<label for="playpause" style="position:relative; float:left; margin-top:0.25em;" onClick="playmusic()" ></label>
<a class="text" style="position:relative; font-size: 1.5em;"> 忍者之音</a>
</div>
<div id="topDivText-Mid" style="display:inline; position:relative; left:50%; margin-left: -11.5em;" >
<a class="text" style="font-size: 1.5em; position:relative;" href="https://research.hitachimako.top#img-board" target="_self">忍者图鉴</a>
</div>
<div id="topDivText-Right" style="display:inline; position:relative; left:100%; margin-left: -11.5em;" >
<a class="text" style="font-size: 1.5em; position:relative;" href="https://research.hitachimako.top#video-player" target="_self">忍者视频</a>
</div>
<br />
<br />
</div>
<div style="position:relative;z-index:2">
<div id="text-page" style="margin-top:15%; height:50%; position:relative;">
<div><h1 class="text" style="font-size:5em">忍者研究协会</h1></div>
<div><h2 class="text" style="font-size:2em">忍 者 研 究 セ ン タ ー</h2></div>
<div><h2 class="text" style="font-size:2em">Ninja Research Association</h2></div>
</div>
<div id="img-board" class="radius" style="background-color:black; margin-top:30%; position:relative;">
<table border="0" style="margin-left:10%; width:80%;">
<tbody>
<tr>
<td><h2 class="text" style="font-size:2em">忍者图鉴</h2></td>
</tr>
<tr>
<td><a href="images/conv1.webp" target="_blank"><img alt="" loading="lazy" src="images/conv1.webp" width="100%"></a></td>
</tr>
</tbody>
</table>
<table border="0" style="margin-left:10%; width:80%;">
<tbody>
<tr>
<td><a href="images/mako1.webp" target="_blank"><img alt="" loading="lazy" src="images/mako1.webp" width="100%"></a></td>
<td><a href="images/mako2.webp" target="_blank"><img alt="" loading="lazy" src="images/mako2.webp" width="100%"></a></td>
</tr>
<tr>
<td><a href="images/mako3.webp" target="_blank"><img alt="" loading="lazy" src="images/mako3.webp" width="100%"></a></td>
<td><a href="images/mako4.webp" target="_blank"><img alt="" loading="lazy" src="images/mako4.webp" width="100%"></a></td>
</tr>
<tr>
<td><a href="images/mako5.webp" target="_blank"><img alt="" loading="lazy" src="images/mako5.webp" width="100%"></a></td>
<td><a href="images/mako6.webp" target="_blank"><img alt="" loading="lazy" src="images/mako6.webp" width="100%"></a></td>
</tr>
<tr>
<td><a href="images/mako7.webp" target="_blank"><img alt="" loading="lazy" src="images/mako7.webp" width="100%"></a></td>
<td><a href="images/mako7-2.webp" target="_blank"><img alt="" loading="lazy" src="images/mako7-2.webp" width="100%"></a></td>
</tr>
<tr>
<td><a href="images/mako8.webp" target="_blank"><img alt="" loading="lazy" src="images/mako8.webp" width="100%"></a></td>
<td><a href="images/mako10.webp" target="_blank"><img alt="" loading="lazy" src="images/mako10.webp" width="100%"></a></td>
</tr>
<tr>
<td><a href="images/mako9-2.webp" target="_blank"><img alt="" loading="lazy" src="images/mako9-2.webp" width="100%"></a></td>
<td><a href="images/mako9.webp" target="_blank"><img alt="" loading="lazy" src="images/mako9.webp" width="100%"></a></td>
</tr>
</tbody>
</table>
<table border="0" style="margin-left:10%; width:80%;">
<tbody>
<tr>
<td><a href="images/conv2.webp" target="_blank"><img alt="" loading="lazy" src="images/conv2.webp" width="100%"></a></td>
</tr>
</tbody>
</table>
<table border="0" id="video-player" style="text-align: center; margin-left:10%; width:80%;">
<tbody>
<tr>
<td><h2 class="text" style="font-size:2em">忍者视频</h2></td>
</tr>
<tr>
<td><video src="video/ED2_Mako960_comp.mp4" width="100%" controls="controls" poster="images/poster.webp" style="border-radius:10px;"/></td>
</tr>
<tr><td><a class="text" style="font-size:2em" href="https://research.hitachimako.top#top" target="_self">▲</a></td></tr>
</tbody>
</table>
</div>
<div id="text-page2" style="margin-top:30%; height:100%; position:relative">
<div><h1 class="text" style="font-size:5em">忍者研究协会</h1></div>
<div><h2 class="text" style="font-size:2em">忍 者 研 究 セ ン タ ー</h2></div>
<div><h2 class="text" style="font-size:2em">Ninja Research Association</h2></div>
<table id="bottom" border="0" style="margin-top:20%; width:100%;">
<tbody>
<tr>
<td>
<div id="copyright" class="text">
<a class="text" style="font-size:1em">2020 ~</a>
<a id="time1" class="text" style="font-size:1em"></a>
<a class="text" style="font-size:1em">© 忍者研究协会</a>
</div>
</td>
<tr>
<tr>
<td>
<div id="by" class="text">
<a class="text" style="font-size:1em">By .torrent</a>
<a class="text" style="font-size:1em; color:cornflowerblue" href="https://blog.hitachimako.top" target="_blank">→Website</a>
<a class="text" style="font-size:1em; color:cornflowerblue" href="https://github.com/PointTorrent" target="_blank">→Github</a>
</div>
</td>
</tr>
</tr>
<td>
<div id="star" class="text">
<a class="text" style="font-size:1em">Star me</a>
<a class="text" style="font-size:1em; color:cornflowerblue" href="https://github.com/PointTorrent/hitachimako" target="_blank">→hitachimako</a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<audio src="audio/chrmusic.mp3" id="makomusic"> </audio>
<script type="text/javascript">
var d = new Date();
var fullyear=d.getFullYear();
document.getElementById("time1").innerHTML=fullyear;
function playmusic(){
if(document.getElementById("playpause").checked){
document.getElementById("makomusic").pause();
}
else{
if(document.getElementById("playpause").value == "0"){alert("音量告警");}
document.getElementById("makomusic").play();
document.getElementById("playpause").value ="1";
}
}
//document.getElementById("topdiv").hover = true;
</script>
</body>
</html>