mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 16:34:23 -05:00
D2 ItemData cleanup. Fast enough rendering.
This commit is contained in:
@@ -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();
|
||||
} );
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user