mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
footer
This commit is contained in:
34
index.html
34
index.html
@@ -273,25 +273,31 @@
|
|||||||
</body>
|
</body>
|
||||||
<footer class='footer'>
|
<footer class='footer'>
|
||||||
<div>
|
<div>
|
||||||
Card Conjurer by Kyle Burton<br>
|
<div>Card Conjurer by Kyle Burton</div>
|
||||||
|
<div>
|
||||||
<select id='inputColorPalette' onchange='loadScript("data/scripts/palettes/" + this.value + ".js")'>
|
<select id='inputColorPalette' onchange='loadScript("data/scripts/palettes/" + this.value + ".js")'>
|
||||||
<option value='lightMode'>Light Mode</option>
|
<option value='lightMode'>Light Mode</option>
|
||||||
<option value='darkMode'>Dark Mode</option>
|
<option value='darkMode'>Dark Mode</option>
|
||||||
<option value='dayRave'>Day Rave</option>
|
<option value='dayRave'>Day Rave</option>
|
||||||
<option value='nightRave'>Night Rave</option>
|
<option value='nightRave'>Night Rave</option>
|
||||||
<option value='scholarMode'>Scholar Mode</option>
|
<option value='scholarMode'>Scholar Mode</option>
|
||||||
</select>
|
</select>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
Navigation<br>
|
<div>Navigation</div>
|
||||||
<a href='index.html'>Card Creator</a><br>
|
<div>
|
||||||
<a href='life.html'>Life Counter</a><br>
|
<a href='index.html'>Card Creator</a><br>
|
||||||
<a href='askscryfall.html'>Ask Scryfall</a>
|
<a href='life.html'>Life Counter</a><br>
|
||||||
|
<a href='askscryfall.html'>Ask Scryfall</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
Legal<br>
|
<div>Legal</div>
|
||||||
<a href='termsofuse.html'>Terms of Use</a><br>
|
<div>
|
||||||
<a href='disclaimer.html'>Disclaimer</a>
|
<a href='termsofuse.html'>Terms of Use</a><br>
|
||||||
|
<a href='disclaimer.html'>Disclaimer</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script defer src="data/scripts/animations.js"></script>
|
<script defer src="data/scripts/animations.js"></script>
|
||||||
</footer>
|
</footer>
|
||||||
|
@@ -419,6 +419,13 @@ canvas {
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto;
|
grid-template-columns: auto;
|
||||||
grid-row-gap: 1rem;
|
grid-row-gap: 1rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.footer > div > div:first-child {
|
||||||
|
margin-bottom: 0.2rem;
|
||||||
|
}
|
||||||
|
.footer > div > div:not(:first-child) {
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.footer > div > select {
|
.footer > div > select {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
|
Reference in New Issue
Block a user