-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
113 lines (102 loc) · 8.75 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name=viewport content="width=device-width, initial-scale=1">
<title>Nx比較一覧 - kLife</title>
<!-- ライブラリ -->
<script src="../common/lib/jquery/2.1.1/jquery.min.js"></script>
<script src="../common/lib/html2canvas/0.4.1/html2canvas.min.js"></script>
<script src="../common/lib/jquery-cookie/1.4.1/jquery.cookie.js"></script>
<!-- Koukun -->
<link href="../common/css/ui-select.css?v=20161205-2" rel="stylesheet" />
<link href="../common/css/ui-tooltip.css?v=20161205" rel="stylesheet" />
<script src="../common/js/core.js?v=20150315"></script>
<script src="../common/js/ui-select.js?v=20151202-2"></script>
<script src="../common/js/ui-tooltip.js?v=20150315"></script>
<script src="../common/js/util-resource.js?v=20150315"></script>
<!-- メイン -->
<link href="./css/main.css?v=20161205" rel="stylesheet" />
<script src="./js/intro.js?v=20170823"></script>
<script src="./js/main.js?v=20170823"></script>
<script>
function reloadPage() {
document.location.reload(true);
}
</script>
</head>
<body>
<div class="wrapper">
<div class="header-panel">
<div class="language-switcher">
<span>Language</span>
<select>
<option value="en">English</option>
<option value="ja">日本語</option>
</select>
</div>
<div class="setting-form">
<label for="nxc-check-exclude-nonx">
<input type="checkbox" id="nxc-check-exclude-nonx" /><span>錬成不可を除外</span>
</label>
</div>
<div id="nxc-search" class="search-form">
<input type="text" size="16" placeholder="アイテム名" />
<button type="button" >検索</button>
</div>
<!-- 読み込み -->
<div>
<div class="nxc-progress-bar"><div></div></div>
<div class="nxc-progress-message">読み込み中... 0%</div>
</div>
<!-- ページリロード -->
<div class="nxc-reload-page">
<span>読み込まれない場合はリロードしてください。</span><br />
<button type="button" onclick="reloadPage()">ページをリロード</button><br />
<br />
<span>リロードしても駄目な場合は、使用中のブラウザをコメントで報告お願いします。</span><br />
</div>
</div>
<div class="select-panel">
<!-- item select container -->
<table>
<tr>
<td>
<div id="nxc-select-group" class="nxc-ui-select">
<!-- select group container -->
</div>
</td>
<td>
<div id="nxc-select-item" class="nxc-ui-select">
<!-- select group container -->
</div>
</td>
</tr>
</table>
</div>
<div class="tooltip-panel">
<!-- item tooltip container -->
<table>
<tr>
<td>
<div id="nxc-tooltip-left"></div>
</td>
<td>
<div id="nxc-tooltip-right"></div>
</td>
</tr>
</table>
</div>
<div class="footer-panel">
<!-- Yotsuba Item DataBase link -->
<span id="nxc-yotuba-link"></span>
<button type="button" class="nxc-btn-download-captcha">画像として保存</button>
<a class="nxc-captcha-link" target="_blank"></a>
</div>
</div>
<div class="style-for-output">
.nx-anchor {}.nx-anchor table {margin: auto;text-align: left;}.nx-anchor .nx-anchor-type {font-size: 18px;font-weight: bold;}.nx-anchor .nx-anchor-name {font-size: 10px;vertical-align: top;line-height: 12px}.nx-anchor-go-top{text-align: right}.nx-anchor-go-top a{font-size: 12px}.nx-anchor-type td{width: 30%} table > tbody > tr > td {vertical-align: top;}/* ツールチップ* 参考:* 四つ葉日記 Item Data Base* http://dl.dropboxusercontent.com/u/70568694/ItemDataBase/DataBaseIndex.html* * 四つ葉日記* http://yotsubadiary3.blog.fc2.com/------------------------------------------------------------ */.ui-tooltip {font-size: 13px;line-height: 1.2;overflow: visible;}/* フレーム------------------------------------------------------------ */.ui-tooltip table,.ui-tooltip table tr,.ui-tooltip table td {color: #ffffff;margin: 0px;padding: 0px;border-collapse: collapse;width: 265px;}.ui-tooltip .tooltip-frame .frame-topleft {background-attachment: scroll;background-clip: border-box;background-origin: padding-box;background-position: 0px 0px;background-size: auto auto;background-repeat: no-repeat;height: 7px;width: 7px;
background-image: url("http://blog-imgs-100.fc2.com/k/o/u/kou0120/tooltip-border-topleft.gif");}.ui-tooltip .tooltip-frame .frame-topright {background-attachment: scroll;background-clip: border-box;background-origin: padding-box;background-position: 0px 0px;background-size: auto auto;background-repeat: no-repeat;height: 7px;width: 7px;background-image: url("http://blog-imgs-100.fc2.com/k/o/u/kou0120/tooltip-border-topright.gif");}.ui-tooltip .tooltip-frame .frame-bottomleft {background-attachment: scroll;background-clip: border-box;background-origin: padding-box;background-color: transparent;background-position: 0px 0px;background-size: auto auto;background-repeat: no-repeat;height: 7px;width: 7px;background-image: url("http://blog-imgs-100.fc2.com/k/o/u/kou0120/tooltip-border-bottomleft.gif");}.ui-tooltip .tooltip-frame .frame-bottomright {background-attachment: scroll;background-clip: border-box;background-origin: padding-box;background-color: transparent;background-position: 0px 0px;background-size: auto auto;background-repeat: no-repeat;height: 7px;width: 7px;background-image: url("http://blog-imgs-100.fc2.com/k/o/u/kou0120/tooltip-border-bottomright.gif");}.ui-tooltip .tooltip-frame .frame-topcenter {background-attachment: scroll;background-clip: border-box;background-origin: padding-box;background-color: transparent;background-position: 0px 0px;background-size: auto auto;background-repeat: repeat-x;height: 7px;background-image: url("http://blog-imgs-100.fc2.com/k/o/u/kou0120/tooltip-border-top.gif");}.ui-tooltip .tooltip-frame .frame-bottomcenter {background-attachment: scroll;background-clip: border-box;background-origin: padding-box;background-color: transparent;background-position: 0px 0px;background-size: auto auto;background-repeat: repeat-x;height: 7px;background-image: url("http://blog-imgs-100.fc2.com/k/o/u/kou0120/tooltip-border-bottom.gif");}.ui-tooltip .tooltip-frame .frame-centerleft {background-attachment: scroll;background-clip: border-box;background-origin: padding-box;background-color: transparent;background-position: 0px 0px;background-size: auto auto;background-repeat: repeat-y;width: 7px;background-image: url("http://blog-imgs-100.fc2.com/k/o/u/kou0120/tooltip-border-left.gif");}.ui-tooltip .tooltip-frame .frame-centerright {background-attachment: scroll;background-clip: border-box;background-origin: padding-box;background-color: transparent;background-position: 0px 0px;background-size: auto auto;background-repeat: repeat-y;width: 7px;background-image: url("http://blog-imgs-100.fc2.com/k/o/u/kou0120/tooltip-border-right.gif");}.ui-tooltip .tooltip-frame .frame-content {background-color: #000;padding: 5px;font-family: "MS Pゴシック", sans-serif;font-size: 12px;overflow: hidden;}/* item tooltip area------------------------------------------------------------ */.nxc-main-index {background-color: #e5e5e5; /* for captcha */}.nxc-main-index .frame-content {width: 245px;}.nxc-main-index td {vertical-align: top;}/* common------------------------------------------------------------ */.item-details > div {border-left: solid #000 3px;padding-left: 3px;}.item-details .item-different-line {border-left-color: #00f800;}.item-details .item-differentOp-line {border-left-color: #00f800;color: #00f800;}.item-details .item-info-tag {margin-top: 8px;}/* colors------------------------------------------------------------ */.item-details .item-name-U {color: #d8b888;}.item-details .item-name-NX {color: #b44444;}.item-details .item-name-EX {color: #b2b2f8;}.item-details .item-name-T {color: #00f800;}.item-details .text-color-BTBLUE {color: #50a0f8;}.item-details .text-color-CTPURPLE {color: #dd82dd;}.item-details .text-color-CYAN {color: #00ffff;}.item-details .text-color-GOLDYELLOW {color: #ffdf00;}.item-details .text-color-GRAY {color: #777;}.item-details .text-color-GREEN {color: #00cc00;}.item-details .text-color-LTGREEN {color: #00ff00;}.item-details .text-color-LTORANGE {color: #ff9900;}.item-details .text-color-LTRED {color: #f80000;}.item-details .text-color-LTYELLOW {color: #f8f800;}.item-details .text-color-WHITE {color: #fff;}.item-details .item-different-line .text-color-LTYELLOW {color: #00f800;}/* item images------------------------------------------------------------ */.item-details .item-image {margin: 2px 0 8px 2px;position: relative;width: 34px;height: 34px; }.item-details .item-rank {position: absolute;top: 0px;left: 0px;}.item-details .item-grade {position: absolute;bottom: 1px;right: 1px;}
</div>
</body>
</html>