properties with missing stat1 and multiple stats item description done for unique items

This commit is contained in:
Hash Borgir
2022-05-05 07:47:20 -06:00
parent e774dcc5a3
commit f55a25d946
1987 changed files with 13231 additions and 351490 deletions

View File

@@ -28,10 +28,10 @@ $htmltop = <<<EOT
body{
background: white;
font-family: ExocetLight;
font-family: ExocetHeavy;
}
table, table th, table td, table tr {
background: #111;
background: #000;
color: #ccc;
}
.item {
@@ -149,20 +149,6 @@ $htmltop = <<<EOT
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 {
}
@@ -171,10 +157,10 @@ $htmltop = <<<EOT
background: #222;
}
.input1,.input3,.input5,.input7{
background: #444;
background: #000;
}
.input2, .input4, .input6 {
background: #333;
background: #000;
}
.output1{
background: #222;