Latest working copy. Some genDocs refactors

This commit is contained in:
Hash Borgir
2022-03-27 03:59:16 -06:00
parent d52b371b59
commit d8a30fcb83
781 changed files with 305252 additions and 52022 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,274 +1,223 @@
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="res/bootstrap.min.css">
<link rel="stylesheet" href="res/font-awesome.min.css">
<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" href="res/style.css">
<style>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="res/bootstrap.min.css">
<link rel="stylesheet" href="res/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://bootswatch.com/4/sketchy/bootstrap.min.css">
<link rel="stylesheet" href="res/style.css">
<style>
body{
background: white;
font-family: ExocetLight;
}
body{
background: white;
font-family: ExocetLight;
}
table, table th, table td, table tr {
background: #111;
color: #ccc;
}
.item {
text-align: center;
position:relative;
right:0px;
margin: 0 auto;
}
.item_desc {
height: 600px;
width: 620px;
position: relative;
left: 0px;
top: 0px;
text-align: center;
padding: 10px;
text-transform: uppercase;
}
.item_stats{
width: auto;
height: auto;
background: #111;
min-height: 260px;
}
.item_desc {
height: auto;
text-align: center;
padding: 10px;
text-transform: uppercase;
}
.green {
color: #00FF00;
/*Set items*/
}
.gold{
color: #A59263;
/*Set items*/
}
.orange{
color: #FFA500;
/*Set items*/
}
.yellow {
color: #FFFF00;
/*Set items*/
}
.blue {
color: #4169E1;
}
td {
height: 240px;
text-align: center;
vertical-align: middle;
padding: 10px;
}
.uname {
background: #222;
}
.ulvl {
}
.ulvlreq {
}
.utype {
background: #111;
}
.ucode {
}
.uitem {
}
.rprops {
background: #222 !important;
border: 1px solid #ccc;
padding: 30px 5px;
}
.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;
}
table, table th, table td, table tr {
background: #111;
color: #ccc;
}
.item_stats{
width: auto;
height: auto;
}
.item_desc {
height: auto;
text-align: center;
padding: 10px;
text-transform: uppercase;
}
table {
}
.desc {
min-width: 320px;
font-family: Tahoma,Arial,Sans;
background: #222;
}
.input1,.input3,.input5,.input7{
background: #444;
}
.input2, .input4, .input6 {
background: #333;
}
.output1{
background: #222;
}
.output2 {
background: #222;
}
.output3 {
background: #222;
}
td {
height: 240px;
text-align: center;
vertical-align: middle;
padding: 10px;
}
.gemtable td img {
max-height: 128px;
}
table, table th, table td, table tr {
background: #111;
color: #ccc;
}
.item {
text-align: center;
position:relative;
right:0px;
margin: 0 auto;
}
</style>
.item_desc {
height: 600px;
width: 620px;
position: relative;
left: 0px;
top: 0px;
<script src="res/jquery-3.5.1.min.js"></script>
<script src="res/bootstrap.bundle.min.js"></script>
text-align: center;
padding: 10px;
text-transform: uppercase;
<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>
.item_stats{
width: auto;
height: auto;
background: #111;
min-height: 260px;
}
.item_desc {
height: auto;
text-align: center;
padding: 10px;
text-transform: uppercase;
}
.green {
color: #00FF00; /*Set items*/
}
.gold{
color: #A59263; /*Set items*/
}
.orange{
color: #FFA500; /*Set items*/
}
.yellow {
color: #FFFF00; /*Set items*/
}
<title>D2Modder</title>
</head>
.blue {
color: #4169E1;
}
td {
height: 240px;
text-align: center;
vertical-align: middle;
padding: 10px;
}
.uname {
background: #222;
}
.ulvl {
}
.ulvlreq {
}
.utype {
background: #111;
}
.ucode {
}
.uitem {
}
.rprops {
background: #222 !important;
border: 1px solid #ccc;
padding: 30px 5px;
}
.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 src="res/bootstrap.bundle.min.js"></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>
<body>
<div class="">
<h1>ironman-dev </h1>
<p>Auto generated with D2Modder by Hash Casper</p>
<style>
body{
background: white;
color: black;
font-family: ExocetLight;
text-transform: uppercase;
}
table, table th, table td, table tr {
background: #111;
color: #ccc;
}
.item_stats{
width: auto;
height: auto;
}
.item_desc {
height: auto;
text-align: center;
padding: 10px;
text-transform: uppercase;
}
.green {
color: #00FF00; /*Set items*/
}
.gold{
color: #A59263; /*Set items*/
}
.orange{
color: #FFA500; /*Set items*/
}
.yellow {
color: #FFFF00; /*Set items*/
}
.blue {
color: #4169E1;
}
table {
}
.desc {
width: 200px;
font-family: ExocetLight;
font-size: 1.25em;
text-transform: uppercase;
background: #111;
}
.input1,.input3,.input5,.input7{
background: #444;
}
.input2, .input4, .input6 {
background: #333;
}
.output1{
background: #222;
}
.output2 {
background: #222;
}
.output3 {
background: #222;
}
td {
height: 240px;
text-align: center;
vertical-align: middle;
padding: 10px;
white-space: nowrap;
}
img {
height: 56px;
width: auto;
}
</style> <table border=1 class="gemtable">
<thead>
<tr>
<th>Name</th>
<th>Code</th>
<th>Type</th>
<th>Mods</th>
<th>Weapons</th>
<th>Helms</th>
<th>Shields</th>
</tr>
</thead>
<tbody><tr><td class='name'>
<body>
<div class="">
<h1>ironman-dev</h1>
<p>Auto generated with D2Modder by Hash Casper</p><table border=1 class="gemtable">
<thead>
<tr>
<th>Name</th>
<th>Code</th>
<th>Type</th>
<th>Mods</th>
<th>Weapons</th>
<th>Helms</th>
<th>Shields</th>
</tr>
</thead>
<tbody><tr><td class='name'>
<img style='height: 64px;width:64px;' src='img/items/invgsva.png'><br>
Chipped Amethyst
</td>
@@ -6499,7 +6448,4 @@
1% Mana stolen per hit<br>
<br>
</td>
</tr> </div>
</body>
</html>
</tr></div></body></html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 37 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff