mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 16:34:23 -05:00
Latest working copy. GUI cleanup. Need to do inputs, outputs, in cube, type codes and etc. need rendering
This commit is contained in:
@@ -12,13 +12,13 @@
|
||||
<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: ExocetLight;
|
||||
}
|
||||
|
||||
table, table th, table td, table tr {
|
||||
@@ -101,25 +101,68 @@
|
||||
.uitem {
|
||||
|
||||
}
|
||||
.rprops {
|
||||
background: #222 !important;
|
||||
border: 1px solid #ccc;
|
||||
padding: 30px 5px;
|
||||
}
|
||||
|
||||
</style>
|
||||
.rw {
|
||||
text-align: center;
|
||||
border: 1px solid #ccc;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
background: #111;
|
||||
|
||||
}
|
||||
.rw-name {font-size: 28px;text-align: center;}
|
||||
.rw-type { font-family: ExocetLight; }
|
||||
.rw-rune { color: #ccc; }
|
||||
.rw-count {
|
||||
background: #222;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 50;
|
||||
display: block;
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
line-height: 60px;
|
||||
|
||||
-moz-border-radius: 30px; /* or 50% */
|
||||
border-radius: 30px; /* or 50% */
|
||||
|
||||
margin: 0 auto;
|
||||
color: white;
|
||||
text-align: center;
|
||||
font-size: 2em;
|
||||
}
|
||||
.rune-img {
|
||||
padding: 1px;
|
||||
margin:1px;
|
||||
height: 48px;
|
||||
width: 48px;
|
||||
|
||||
}
|
||||
|
||||
.numrunes {
|
||||
color:
|
||||
}
|
||||
|
||||
</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 src="res/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
|
||||
$(document).ready(function() {
|
||||
$('.cubetable').dataTable();
|
||||
$('.utable').dataTable();
|
||||
$('.gemtable').dataTable();
|
||||
} );
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
<link rel="stylesheet" type="text/css" href="res/datatables.min.css"/>
|
||||
<script type="text/javascript" src="res/datatables.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$('.cubetable').dataTable();
|
||||
$('.utable').dataTable();
|
||||
$('.gemtable').dataTable();
|
||||
$('.rtable').dataTable();
|
||||
} );
|
||||
</script>
|
||||
|
||||
<title>D2Modder</title>
|
||||
</head>
|
||||
@@ -2671,18 +2714,6 @@ $(document).ready(function() {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</td></tr><tr><td class='gold uname' style=''>Trickster's Guise</td><td class='orange ulvl' style=''>1</td><td class='orange ulvlreq' style=''>5</td><td class='utype' style=''>cap</td><td class='ucode' style=''>cap</td><td class='item' style=''>
|
||||
<div class="center item_desc" style="">
|
||||
|
||||
<div style="height: 116px;background: url(img/items/bg.png) center top no-repeat;">
|
||||
<img style="" class="item img-fluid" src="img/items/invcap.png">
|
||||
</div>
|
||||
<div class="item_stats" style="">
|
||||
<div style="width:auto; margin: 0 auto; background:#111; display:inline-block;">
|
||||
<p><ul><li class='statindex gold'>Trickster's Guise</li><li class='stattype gold'>(cap)</li><li style='color: white;' class=''>Level: 1</li><li style='color: white;' class=''>Level Required: 5</li><li style='color: #aaa;' class=''>Item Code: cap</li><li style='color: white;' class=''></li><li class='blue'>+15-25 Defense</li><li class='blue'>+15 to Energy</li><li class='blue'>Damage Reduced by 8%</li><li class='blue'>27% Chance to cast level 3 Charged Bolt when struck</li><li class='blue'>Fire Resist 6%</li></ul> </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</td></tr><tr><td class='gold uname' style=''>War Bonnet</td><td class='orange ulvl' style=''>1</td><td class='orange ulvlreq' style=''>3</td><td class='utype' style=''>Cap</td><td class='ucode' style=''>cap</td><td class='item' style=''>
|
||||
<div class="center item_desc" style="">
|
||||
|
||||
|
Reference in New Issue
Block a user