nav thing

This commit is contained in:
Gemdation 2025-04-24 15:51:12 -05:00
parent 15fba5eb2d
commit f62e38ad5f
6 changed files with 19 additions and 15 deletions

View File

@ -24,9 +24,9 @@
<p style="color:#8c8c8c; margin-top:-10px; font-style:italic; font-size:10px;"><br>(enable autoplay on your browser for the music to continue playing throughout the website)</p> <p style="color:#8c8c8c; margin-top:-10px; font-style:italic; font-size:10px;"><br>(enable autoplay on your browser for the music to continue playing throughout the website)</p>
</div> </div>
<h1>Branding</h1> <h1><a href="/">WiiMart</a></h1>
<a href="/"><button>Back</button></a><br><br> <a href="install"><button>Install</button></a> <a href="support"><button>Support</button></a> <a href="errors"><button>Errors</button></a> <button disabled>Branding</button>
<div> <div>
<h2>Colors</h2> <h2>Colors</h2>

View File

@ -25,13 +25,13 @@
<p style="color:#8c8c8c; margin-top:-10px; font-style:italic; font-size:10px;"><br>(enable autoplay on your browser for the music to continue playing throughout the website)</p> <p style="color:#8c8c8c; margin-top:-10px; font-style:italic; font-size:10px;"><br>(enable autoplay on your browser for the music to continue playing throughout the website)</p>
</div> </div>
<h1>Error Code Checker <b style="color:red">BETA</b></h1> <h1><a href="/">WiiMart</a></h1>
<a href="/"><button>Back</button></a><br><br> <a href="install"><button>Install</button></a> <a href="support"><button>Support</button></a> <button disabled>Errors</button> <a href="branding"><button>Branding</button></a><br><br>
<div id="input"> <div id="input">
<h2>Input Error Code</h2> <h2>Error Code Checker <b style="color:red">BETA</b></h2>
<input type="text" id="errorCode" maxlength="6" /><br> <input type="text" id="errorCode" maxlength="6" /><br>
<button id="submitBtn" style="margin-bottom: 10px;">Submit</button> <button id="submitBtn" style="margin-bottom: 10px;">Submit</button>
</div> </div>

View File

@ -16,7 +16,6 @@
<link rel="stylesheet" href="meta/main.css" /> <link rel="stylesheet" href="meta/main.css" />
<script src="meta/gallery.js" defer></script> <script src="meta/gallery.js" defer></script>
<link rel="icon" type="image/x-icon" href="favicon.ico" /> <link rel="icon" type="image/x-icon" href="favicon.ico" />
<style>button {margin-right: 2px;margin-left: 2px}</style>
<!--just here because the buttons are spaced weird idk--> <!--just here because the buttons are spaced weird idk-->
</head> </head>
<body> <body>

View File

@ -24,9 +24,9 @@
<p style="color:#8c8c8c; margin-top:-10px; font-style:italic; font-size:10px;"><br>(enable autoplay on your browser for the music to continue playing throughout the website)</p> <p style="color:#8c8c8c; margin-top:-10px; font-style:italic; font-size:10px;"><br>(enable autoplay on your browser for the music to continue playing throughout the website)</p>
</div> </div>
<h1>Install</h1> <h1><a href="/">WiiMart</a></h1>
<a href="/"><button style="margin:0">Back</button></a><br><br> <button disabled>Install</button> <a href="support"><button>Support</button></a> <a href="errors"><button>Errors</button></a> <a href="branding"><button>Branding</button></a>
<script> <script>
function showDiv(divId) { function showDiv(divId) {

View File

@ -3,15 +3,18 @@
/*Main things*/ /*Main things*/
body {scroll-behavior:smooth;text-align: center;font-family: sans-serif;font-family:'Shop',sans-serif; overflow-x:hidden;transition:.1s ease-in-out;} body {scroll-behavior:smooth;text-align: center;font-family: sans-serif;font-family:'Shop',sans-serif; overflow-x:hidden;transition:.1s ease-in-out;}
div {line-height:23.3px; background-color: white;border-radius: 5px;border-color: #34BEED;box-shadow: 0 0 10px #2525255d; box-sizing: border-box;border-width: 5px;border-style: solid; width: 35%; text-align: center;margin: 0 auto;padding: 5px;margin-top: 8px; overflow: auto;} div {line-height:23.3px; background-color: white;border-radius: 5px;border-color: #34BEED;box-shadow: 0 0 10px #2525255d; box-sizing: border-box;border-width: 5px;border-style: solid; width: 35%; text-align: center;margin: 0 auto;padding: 5px;margin-top: 8px; overflow: auto;}
div.clear { border:none;background: none;box-shadow: none;} div.clear {border:none;background: none;box-shadow: none;}
button {margin-bottom: 6px;background-color: grey;;font-family:'Shop',sans-serif;padding: 5px; border:none;outline:2px solid #34BEED; color:black;background-color:white;border-radius: 5px;background-color:#f6fdff;filter: drop-shadow(1px 1px 3.4px #bbbbbb);box-shadow:inset 1px 1px 12px #46464615;} button {margin-bottom: 6px;background-color: grey;font-family:'Shop',sans-serif;padding: 5px; border:none;outline:2px solid #34BEED; color:black;background-color:white;border-radius: 5px;background-color:#f6fdff;filter: drop-shadow(1px 1px 3.4px #bbbbbb);box-shadow:inset 1px 1px 12px #46464615;}
button:hover {border:none;outline:3px solid #34BEED;cursor: pointer;filter: drop-shadow(1px 1px 3.4px #34BEED7c);box-shadow:inset 1px 1px 12px #46464615;} button:hover {border:none;outline:3px solid #34BEED;cursor: pointer;filter: drop-shadow(1px 1px 3.4px #34BEED7c);box-shadow:inset 1px 1px 12px #46464615;}
button:active {box-shadow: none;} button:active {box-shadow: none;}
footer {color:grey;} button:disabled {outline:2px solid grey;color:darkgrey;cursor: not-allowed;filter:none;}
footer a {color:grey;font-weight: bold;}
footer {color:grey}
footer a {color:grey}
/* Text stuff */ /* Text stuff */
h1, h2 {color:#34BEED;} h1, h2 {color:#34BEED;}
h1 a {text-decoration:none}
a {color:#34BEED; font-weight: bold;} a {color:#34BEED; font-weight: bold;}
::selection{color: #323232;background: #34BEED;} ::selection{color: #323232;background: #34BEED;}
::-moz-selection{color: #323232;background:#34BEED;} ::-moz-selection{color: #323232;background:#34BEED;}
@ -61,7 +64,9 @@ img.right {right: 10px; animation: rightHoverAnimation 0.5s infinite alternate;}
body {background-color: black; color: #e0e0e0;} body {background-color: black; color: #e0e0e0;}
div {background-color: #1e1e1e; border-color: #34BEED; box-shadow: 0 0 10px #000000CC;} div {background-color: #1e1e1e; border-color: #34BEED; box-shadow: 0 0 10px #000000CC;}
button {background-color: #3b3b3b; color: #e0e0e0; outline: 2px solid #34BEED; filter: drop-shadow(1px 1px 3.4px #00000099);} button {background-color: #3b3b3b; color: #e0e0e0; outline: 2px solid #34BEED; filter: drop-shadow(1px 1px 3.4px #00000099);}
button:hover {outline: 3px solid #34BEED;} button:hover {border:none;outline:3px solid #34BEED;cursor: pointer;filter: drop-shadow(1px 1px 3.4px #34BEED7c);box-shadow:inset 1px 1px 12px #46464615;}
button:active {box-shadow: none;}
button:disabled {outline:2px solid grey;color:darkgrey;cursor: not-allowed;}
footer, footer a {color: #999;} footer, footer a {color: #999;}
h1, h2, a {color: #34BEED;} h1, h2, a {color: #34BEED;}
::selection {color: #e0e0e0; background: #34BEED;} ::selection {color: #e0e0e0; background: #34BEED;}

View File

@ -27,9 +27,9 @@
</div> </div>
<h1>Support</h1> <h1><a href="/">WiiMart</a></h1>
<a href="/"><button>Back</button></a><br><br> <a href="install"><button>Install</button></a> <button disabled>Support</button> <a href="errors"><button>Errors</button></a> <a href="branding"><button>Branding</button></a><br><br>
<h2>Shop-related</h2> <h2>Shop-related</h2>