From 3b12dea0db67d85fcbec74f238191f93d9394cbc Mon Sep 17 00:00:00 2001
From: ChrisplayzWii <191655784+ChrisplayzYT@users.noreply.github.com>
Date: Thu, 3 Apr 2025 20:38:07 -0500
Subject: [PATCH] little design update
---
404.html | 35 +++++++++++++++++++++++++++++++++++
branding.html | 4 ++++
download.html | 4 ++++
index.html | 30 +++++++++++++++++-------------
meta/background.PNG | Bin 0 -> 3476 bytes
meta/index.html | 4 ++++
meta/main.css | 21 +++++++++++++++------
7 files changed, 79 insertions(+), 19 deletions(-)
create mode 100644 404.html
create mode 100644 meta/background.PNG
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..733a97f
--- /dev/null
+++ b/404.html
@@ -0,0 +1,35 @@
+
+
+
+
+
+
About
WiiMart is a revival for the defunct Wii Shop Channel service. It was closed on January 30, 2019, making
an entire library of digital-exclusive games get left behind. WiiMart brings back the experience of
@@ -40,7 +44,7 @@
-
Something new!
+
Something new!
In case the originals aren't enough, we have also added tons of custom Virtual Console injects! Just some of the
latest titles we've added are The New Tetris , EarthBound , Super Mario All-Stars + Super Mario World ,
and Mortal Kombat .
@@ -73,7 +77,7 @@
-
Other Question
+
Other Questions
You may ask in our Discord server, the #support or #ticket channel will surely help you.
@@ -81,15 +85,15 @@
Project Members
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/meta/background.PNG b/meta/background.PNG
new file mode 100644
index 0000000000000000000000000000000000000000..561b769b3e384ba80fa6ac8ffa9c253d7d03334d
GIT binary patch
literal 3476
zcmeAS@N?(olHy`uVBq!ia0vp^`xqElK5?)CS?mj=X96k4;vjb?hIQv;UIIBR>5jgR
z3=A9lx&I`x0{NT;9+AZi419+{nDKc2iWHzpnw~C>Ar*0NFP#)T>>$9r@uYpC{H87Q
zY^3-%NI0DTY{Q<_;y>wwr;wfJA$89mDxC9G9!^%NnFJFoe(%tWTNbO9Q9-mYBsoBq
z{Cqna>e$mG$zh3_oUv*z9+IJbw)B0Y1T?Q+YODX|&^`3>>Dh7u#Shl_8Wp6hfH|8!
z8tOPJJeno0v(=-aPXACxZ_m&ydPglnG#UqGAZNx|2PhA6H)3gk56Z9{e(roR$Ns_W
WfQ*Cde&zyuQVgE1elF{r5}E+0IJ}Ag
literal 0
HcmV?d00001
diff --git a/meta/index.html b/meta/index.html
index 4e75c39..f950d71 100644
--- a/meta/index.html
+++ b/meta/index.html
@@ -1,6 +1,10 @@
+
Index of /meta
diff --git a/meta/main.css b/meta/main.css
index 2c201ab..6f62681 100644
--- a/meta/main.css
+++ b/meta/main.css
@@ -1,12 +1,12 @@
@font-face {font-family: 'Shop'; src: url('shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}
-body {text-align: center;font-family: sans-serif;margin: 0;font-family: 'Shop',sans-serif; overflow-x:hidden;}
-div {background-color: white;border-radius: 5px;border-color: #34BEED;box-shadow: 0 0 10px #0000007c; box-sizing: border-box;border-width: 5px;border-style: solid; width: 35%; text-align: center;margin: 0 auto;padding: 5px;margin-top: 6px; overflow: auto}
+body {scroll-behavior:smooth;text-align: center;font-family: sans-serif;margin: 0;font-family: 'Shop',sans-serif; overflow-x:hidden;transition:.1s ease-in-out; }
+div {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: 6px; overflow: auto;}
div.clear {border:none;background: none;box-shadow: none;}
header {background-color: #1164E9;width: 100%;padding: 10px;border-style: solid;border-top: white;border-right: none;border-left: none;}
-button {font-family: 'Shop',sans-serif;padding: 5px;border-style: solid;border-color: #34BEED;color:black;border-width: 3px;border-radius: 5px;box-shadow: 0 0 10px #0000007c;}
-button:hover {cursor: pointer;box-shadow: 0 0 10px #34BEED7c;}
-button:active {box-shadow: none;}
+button { 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;background-color:#f6fdff;filter: drop-shadow(1px 1px 3.4px #34BEED7c);box-shadow:inset 1px 1px 12px #46464615;}
+button:active { box-shadow: none;}
footer {color:grey}
footer a {color:grey;font-weight: bold;}
@@ -16,5 +16,14 @@ body.dir {text-align: left;}
body.dir a {color:black;text-decoration: none;}
table {border: 1px solid white; border-collapse: collapse;}
th, td {border: 1px solid}
-
+.profilepic{border-radius:5px;}
@media (max-width: 768px) {div {width: 100%;}}
+
+ /* PC */
+ @media only screen and (min-width: 744px) { body {background-image:url("meta/background.PNG"); scroll-behavior:smooth;text-align: center;font-family: sans-serif;margin: 0;font-family: 'Shop',sans-serif; overflow-x:hidden; background-position:top; background-size:100%; background-color:#f9fdff; } }
+ /* PC */
+
+ /* mobile */
+ @media only screen and (max-width: 743px) { body {scroll-behavior:smooth; background-color:#f9fdff; } }
+ /* mobile */
+/* background-image:url("/meta/background.PNG"); */
\ No newline at end of file