D2 ItemData cleanup. Fast enough rendering.

This commit is contained in:
color.diff=auto
2021-05-13 03:00:59 -06:00
parent 016ea0e5d2
commit 2cb355ab47
2 changed files with 45 additions and 168 deletions

View File

@@ -17,15 +17,19 @@
<style>
body{
background: black;
text-align: left;
font-family: Lato;
background: white;
font-family: ExocetHeavy;
}
table, table th, table td, table tr {
background: #111;
color: #ccc;
}
.item {
text-align: left;
text-align: center;
position:relative;
right:0px;
margin: 0 auto;
}
.item_desc {
@@ -69,7 +73,35 @@
.blue {
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>
@@ -82,6 +114,7 @@
$(document).ready(function() {
$('.cubetable').dataTable();
$('.utable').dataTable();
} );