mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 16:34:23 -05:00
Gem Viewer. General cleanup
This commit is contained in:
66
docs/Ironman/uniqueitems.html
Normal file → Executable file
66
docs/Ironman/uniqueitems.html
Normal file → Executable file
@@ -12,19 +12,19 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://bootswatch.com/4/sketchy/bootstrap.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.24/css/jquery.dataTables.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.24/css/jquery.dataTables.css">
|
||||
<link rel="stylesheet" href="res/style.css">
|
||||
<style>
|
||||
|
||||
body{
|
||||
background: white;
|
||||
font-family: ExocetHeavy;
|
||||
font-family: ExocetHeavy;
|
||||
}
|
||||
|
||||
table, table th, table td, table tr {
|
||||
background: #111;
|
||||
color: #ccc;
|
||||
}
|
||||
}
|
||||
.item {
|
||||
text-align: center;
|
||||
position:relative;
|
||||
@@ -37,10 +37,10 @@
|
||||
width: 620px;
|
||||
position: relative;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
top: 0px;
|
||||
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
text-transform: uppercase;
|
||||
|
||||
}
|
||||
@@ -49,7 +49,7 @@
|
||||
width: auto;
|
||||
height: auto;
|
||||
background: #111;
|
||||
min-height: 260px;
|
||||
min-height: 260px;
|
||||
}
|
||||
.item_desc {
|
||||
height: auto;
|
||||
@@ -74,52 +74,52 @@
|
||||
color: #4169E1;
|
||||
}
|
||||
td {
|
||||
|
||||
|
||||
height: 240px;
|
||||
|
||||
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.uname {
|
||||
background: #222;
|
||||
}
|
||||
.ulvl {
|
||||
|
||||
|
||||
}
|
||||
.ulvlreq {
|
||||
|
||||
|
||||
}
|
||||
.utype {
|
||||
background: #111;
|
||||
}
|
||||
.ucode {
|
||||
|
||||
|
||||
}
|
||||
.uitem {
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
<script src="res/jquery-3.5.1.min.js"></script>
|
||||
<script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/1.10.24/js/jquery.dataTables.js"></script>
|
||||
<script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/1.10.24/js/jquery.dataTables.js"></script>
|
||||
<script src="res/bootstrap.bundle.min.js"></script>
|
||||
<script src="res/app.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
|
||||
|
||||
$(document).ready(function() {
|
||||
$('.cubetable').dataTable();
|
||||
$('.utable').dataTable();
|
||||
$('.cubetable').dataTable();
|
||||
$('.utable').dataTable();
|
||||
$('.gemtable').dataTable();
|
||||
} );
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<title>D2Modder</title>
|
||||
</head>
|
||||
@@ -132,11 +132,11 @@ $(document).ready(function() {
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="gold uname">Name</th>
|
||||
<th class="orange ulvl">Lvl</th>
|
||||
<th class="orange ulvlreq">Lvl Req</th>
|
||||
<th class="yellow utype">Type</th>
|
||||
<th class="green ucode">Code</th>
|
||||
<th class="uitem">Item</th>
|
||||
<th class="orange ulvl">Lvl</th>
|
||||
<th class="orange ulvlreq">Lvl Req</th>
|
||||
<th class="yellow utype">Type</th>
|
||||
<th class="green ucode">Code</th>
|
||||
<th class="uitem">Item</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr><td class='gold uname' style=''>Cloaker Beast</td><td class='orange ulvl' style=''>20</td><td class='orange ulvlreq' style=''>20</td><td class='utype' style=''>2-handed sword</td><td class='ucode' style=''>2hs</td><td class='item' style=''>
|
||||
@@ -17664,6 +17664,6 @@ $(document).ready(function() {
|
||||
</div>
|
||||
</td></tr> </tbody>
|
||||
</table> </div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user