Merge pull request #12 from joshbirnholz/master

Upgrade with CompC's fork
This commit is contained in:
Chris
2024-06-08 11:42:54 -05:00
committed by GitHub
358 changed files with 9852 additions and 6747 deletions

View File

@@ -367,10 +367,14 @@
<input id='set-symbol-code' type='text' placeholder='Set Code' class='input' onchange='fetchSetSymbol();'> <input id='set-symbol-code' type='text' placeholder='Set Code' class='input' onchange='fetchSetSymbol();'>
<input id='set-symbol-rarity' type='text' placeholder='Rarity' class='input' onchange='fetchSetSymbol();'> <input id='set-symbol-rarity' type='text' placeholder='Rarity' class='input' onchange='fetchSetSymbol();'>
</div> </div>
<label class='checkbox-container input margin-bottom'>Fetch from Gatherer <h5 class='margin-bottom padding input-description'>Load set symbols from:</h5>
<input id='fetchSetSymbolFromGatherer' type='checkbox' checked onchange='fetchSetSymbol();'> <div class='input-grid margin-bottom'>
<span class='checkmark'></span> <select id='set-symbol-source' class='input' onchange='fetchSetSymbol();'>
</label> <option value='cardconjurer'>CardConjurer</option>
<option value='gatherer'>Gatherer</option>
<option value='hexproof'>Hexproof.io</option>
</select>
</div>
<h5 class='collapsible collapsed padding input-description' onclick='toggleCollapse(event);'> <h5 class='collapsible collapsed padding input-description' onclick='toggleCollapse(event);'>
How to find set codes How to find set codes
</h5> </h5>
@@ -427,6 +431,7 @@
<option disabled selected='selected'>None</option> <option disabled selected='selected'>None</option>
<option disabled>General</option> <option disabled>General</option>
<option value="/img/watermarks/planeswalker.svg">Planeswalker</option> <option value="/img/watermarks/planeswalker.svg">Planeswalker</option>
<option value="/img/watermarks/desparked-planeswalker.svg">Desparked Planeswalker</option>
<option value="/img/watermarks/misc-star.svg">DCI Star</option> <option value="/img/watermarks/misc-star.svg">DCI Star</option>
<option value="/img/watermarks/misc-dci.svg">DCI Logo</option> <option value="/img/watermarks/misc-dci.svg">DCI Logo</option>
<option disabled>Monocolors</option> <option disabled>Monocolors</option>
@@ -569,7 +574,7 @@
<input id='info-language' type='text' class='input' oninput='bottomInfoEdited();' placeholder='Language' value='EN'> <input id='info-language' type='text' class='input' oninput='bottomInfoEdited();' placeholder='Language' value='EN'>
<input id='info-artist' type='text' class='input' oninput='artistEdited(this.value);' placeholder='Artist'> <input id='info-artist' type='text' class='input' oninput='artistEdited(this.value);' placeholder='Artist'>
</div> </div>
<div cl<!-- ass='padding input-grid'> <div class='padding input-grid'>
<input id='info-year' type='number' class='input' oninput='bottomInfoEdited();' placeholder='0' value='1993'> <input id='info-year' type='number' class='input' oninput='bottomInfoEdited();' placeholder='0' value='1993'>
</div> </div>
</div> </div>
@@ -594,6 +599,25 @@
<span class='checkmark'></span> <span class='checkmark'></span>
</label> </label>
</div> </div>
<div class='readable-background padding margin-bottom'>
<h5 class='padding input-description'>Serial Number (leave both blank to hide)</h5>
<div class='padding input-grid'>
<input id='serial-number' type='number' class='input' oninput='serialInfoEdited();' placeholder='001' min='0' value=''>
<input id='serial-total' type='number' class='input' oninput='serialInfoEdited();' placeholder='500' min='0' value=''>
</div>
<h5 class='padding input-description'>Placement (X, Y, Scale)</h5>
<div class='padding input-grid'>
<input id='serial-x' type='number' class='input' oninput='serialInfoEdited();' min='0' value='172'>
<input id='serial-y' type='number' class='input' oninput='serialInfoEdited();' min='0' value='1383'>
<input id='serial-scale' type='number' class='input' oninput='serialInfoEdited();' min='0' step='0.01' value='1'>
</div>
<div class='padding input-grid'>
<button class='input' onclick='resetSerial();'>Reset Serial Number Placement</button>
</div>
</div>
<div class='readable-background padding margin-bottom'> <div class='readable-background padding margin-bottom'>
<h5 class='input-description padding margin-bottom'>Toggle between star (seen on foils) and dot (seen on regular cards)</h5> <h5 class='input-description padding margin-bottom'>Toggle between star (seen on foils) and dot (seen on regular cards)</h5>
<div class='padding'> <div class='padding'>

View File

@@ -3,6 +3,10 @@
font-family: gothammedium; font-family: gothammedium;
src: url("../fonts/gotham-medium.ttf") format('truetype'); src: url("../fonts/gotham-medium.ttf") format('truetype');
} }
@font-face {
font-family: gothambold;
src: url("../fonts/gothambold.otf") format('opentype');
}
@font-face { @font-face {
font-family: belerenb; font-family: belerenb;
src: url("../fonts/beleren-b.ttf") format('truetype'); src: url("../fonts/beleren-b.ttf") format('truetype');
@@ -114,6 +118,8 @@
@font-face { @font-face {
font-family: specialelite; font-family: specialelite;
src: url('../fonts/SpecialElite-Regular.ttf') format('truetype'); src: url('../fonts/SpecialElite-Regular.ttf') format('truetype');
}
@font-face {
font-family: neosans; font-family: neosans;
src: url('../fonts/NeoSansProRegular.OTF') format('opentype'); src: url('../fonts/NeoSansProRegular.OTF') format('opentype');
} }
@@ -125,6 +131,30 @@
font-family: ocra; font-family: ocra;
src: url('../fonts/OCR A Std Regular.ttf') format('truetype'); src: url('../fonts/OCR A Std Regular.ttf') format('truetype');
} }
@font-face {
font-family: decour;
src: url('../fonts/decour-cnd-regular.ttf') format('truetype');
}
@font-face {
font-family: decouritalic;
src: url('../fonts/decour-cnd-regular-italic.ttf') format('truetype');
}
@font-face {
font-family: officina;
src: url('../fonts/officina-ser-itc-black.otf') format('opentype');
}
@font-face {
font-family: davisonamericana;
src: url('../fonts/Davison Americana CG Regular.otf') format('opentype');
}
@font-face {
font-family: saloongirl;
src: url('../fonts/saloon-girl.ttf') format('truetype');
}
@font-face {
font-family: arialblack;
src: url('../fonts/arial_black.ttf') format('truetype');
}
/*Variables*/ /*Variables*/
:root { :root {
--site-background: url('../img/lowpolyBackground.svg'); --site-background: url('../img/lowpolyBackground.svg');

Binary file not shown.

BIN
fonts/arial_black.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
fonts/gothambold.otf Normal file

Binary file not shown.

Binary file not shown.

BIN
fonts/saloon-girl.ttf Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
img/frames/dossier/m.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 238 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 221 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 234 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

After

Width:  |  Height:  |  Size: 980 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 KiB

After

Width:  |  Height:  |  Size: 998 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
img/frames/m15/spree/b.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
img/frames/m15/spree/g.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

BIN
img/frames/m15/spree/m.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
img/frames/m15/spree/r.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Some files were not shown because too many files have changed in this diff Show More