mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-03 20:11:03 +02:00
is ready
This commit is contained in:
parent
f456b13c66
commit
15fba5eb2d
@ -8,12 +8,10 @@ This is the source code of WiiMart's website. It contains WADs, branding, and pr
|
||||
* `branding.html` Branding for WiiMart
|
||||
* `install.html` Installation guide
|
||||
* `download.html` Same as `install.html`
|
||||
* `fishiemart.html` ???
|
||||
* `fishiemart.html` ;D
|
||||
* `index.html` Main page
|
||||
* `/media` Media files used throughout the site (profile pictures, branding, screenshots, WADs)
|
||||
* `/media` Media files used throughout the site (profile pictures, branding, screenshots)
|
||||
* `/meta` Files used for the website (CSS, JS, arrow images)
|
||||
* `/wad` WAD files (patched IOS and shop)
|
||||
|
||||
*WiiMart is not affiliated with Nintendo or any related parties.*
|
||||
|
||||
*To contact, please send an email to support@wiimart.org*
|
||||
*WiiMart is not affiliated with Nintendo or any related parties. To contact, please send an email to support@wiimart.org*
|
||||
|
@ -58,7 +58,7 @@
|
||||
</div>
|
||||
|
||||
<div class="block">
|
||||
<h2>Something <mark class="new"><i style="color:#ff491b">fishy!</i></mark></h2>
|
||||
<h2>Something <mark class="new"><span style="color:#ff491b">FISHY!</i></mark></h2>
|
||||
<p>In case the originals aren't enough, we have also added tons of custom Virtual Tank injects! Just some of the
|
||||
latest titles we've added are <b>The New Fishie</b>, <b>WaterBound</b>, <b>Super Fishie All-Catch + Super Fishie World</b>,
|
||||
and <b>Fishie Kombat</b>.</p>
|
||||
|
13
index.html
13
index.html
@ -30,12 +30,11 @@
|
||||
|
||||
<a href="install"><button>Install</button></a> <a href="support"><button>Support</button></a> <a href="errors"><button>Errors</button></a> <a href="branding"><button>Branding</button></a><br><br>
|
||||
|
||||
<div id="wednesdaytitles" style="display:none;">
|
||||
<div id="wednesdaytitles" style="display:block;">
|
||||
<img loading="lazy" src="meta/NEW_en.gif" width="34" height="14" alt="NEW" style="margin-right:5px;">It's WiiMart Wednesday, The catalog has been updated with new games!
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="about">
|
||||
<p><b>WiiMart</b> is an open-source 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
|
||||
@ -45,7 +44,7 @@
|
||||
<div>
|
||||
<img loading="lazy" src="media/martyna-looking.png" style="height:100%; width:25%; float: left; min-width:25%; min-height:100%;">
|
||||
<p class="blue">If WiiMart sounds like what you are looking for, try it out for yourself! WiiMart can be used on Wii, Wii U, and partially Dolphin.</p>
|
||||
<a href="install"><button style="margin-bottom:6px">Get Started</button></a>
|
||||
<a href="install"><button style="font-size: larger">Get Started</button></a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
@ -65,17 +64,19 @@
|
||||
<h2>The originals!</h2>
|
||||
<p>WiiMart includes a variety of WiiWare content that was available on the original Wii Shop Channel, such
|
||||
as <b>Dr. Mario Online Rx</b>, <b>My Pokemon Ranch</b>, <b>Super Mario 64</b>,
|
||||
<b>Sonic the Hedgehog 4: Episode I</b>, and <a href="fishiemart" style="color:rgb(131, 92, 19);cursor:default;text-decoration:none;"><b>Fishie Fishie</b></a>.</p>
|
||||
<b>Sonic the Hedgehog 4: Episode I</b>, and <a href="fishiemart" style="color:#835C13;cursor:default;text-decoration:none;"><b>Fishie Fishie</b></a>.</p>
|
||||
<p>Virtual Console is also included with titles like <b>Super Mario Bros.</b>, <b>Sonic the Hedgehog</b>, <b>Super Mario 64</b>,
|
||||
<b>Pac-Man</b>, and <b>Galaga</b>.</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Something <mark class="new"><i style="color:#ff491b">new!</i></mark></h2>
|
||||
<h2>Something <mark class="new"><span style="color:#ff491b">NEW!</span></mark></h2>
|
||||
<p>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 <b>The New Tetris</b>, <b>EarthBound</b>, <b>Super Mario All-Stars + Super Mario World</b>,
|
||||
and <b>Mortal Kombat</b>.</p>
|
||||
<p>New titles are added every <b>WiiMart Wednesday</b>.</p>
|
||||
<p>New titles are added every <b>WiiMart Wednesday</b>. If you want to check out what new titles have been added,
|
||||
or just see what we have, check out the (in-progress) WiiMart Title sheet!</p>
|
||||
<a href="https://docs.google.com/spreadsheets/d/1rG8Qtwe8_qXcdXv8dTvU_2ibIsRtgLUS7NW70DMTF2Q"><button style="outline:3px solid #13b313;font-size: larger;">View Titles</button></a>
|
||||
</div>
|
||||
|
||||
<h1>How do I get support?</h1>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="meta/main.css" />
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
||||
<style>img {width:100%} button {margin-left: 2px;margin-right: 2px;margin-bottom: 4px;margin-top: 5px;cursor: pointer;} .r {outline: 2px solid #9A9A9A} div#start button {width:60%}</style>
|
||||
<style>img {width:100%} .r {outline: 2px solid #9A9A9A} div#start button {width:60%;margin-bottom: 10px;}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="bgmplayer">
|
||||
|
@ -1,11 +1,10 @@
|
||||
@font-face {font-family: 'Shop'; src: url('shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}
|
||||
|
||||
/*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.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: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:active {box-shadow: none;}
|
||||
footer {color:grey;}
|
||||
@ -28,7 +27,9 @@ p.mem {flex: 1;}
|
||||
.ico {min-width:30px; min-height:30px; width:40px; height:40px;}
|
||||
img.ico {vertical-align: middle; min-width:30px; min-height:30px; width:40px; height:40px;}
|
||||
.blue {color:#1164E9;}
|
||||
mark.new {background-color: gold;border-radius: 10px; padding-right:5px; padding-left:5px;}
|
||||
|
||||
mark {color:white;background:#34BEED;font-weight:bold;}
|
||||
mark.new {background-color: gold;border-radius: 10px; padding-right:5px; padding-left:5px;font-weight:bold;}
|
||||
|
||||
div.issue {border-color:red;color:red;width:100%;text-align:center;}
|
||||
div.issue h2 {color:red;}
|
||||
@ -42,10 +43,10 @@ img.arrow {min-height:68px; position: absolute; top: 50%; transform: translateY(
|
||||
img.left {left: 10px; animation: hoverAnimation 0.5s infinite alternate;}
|
||||
img.right {right: 10px; animation: rightHoverAnimation 0.5s infinite alternate;}
|
||||
@keyframes hoverAnimation {0% {transform: translateY(-50%) translateX(0);} 100% {transform: translateY(-50%) translateX(5px);}}
|
||||
@keyframes rightHoverAnimation {0% {transform: translateY(-50%) translateX(0); } 100% {transform: translateY(-50%) translateX(-5px);}}
|
||||
@keyframes rightHoverAnimation {0% {transform: translateY(-50%) translateX(0);} 100% {transform: translateY(-50%) translateX(-5px);}}
|
||||
|
||||
/* music!1!1 */
|
||||
#bgmplayer {transition:.3s ease-in-out; opacity:30%; position:fixed; bottom:3px; border:2px solid #34BEED; left:3px; float:left; width:160px; height:40px; overflow:hidden;}
|
||||
#bgmplayer {z-index: 1000;transition:.3s ease-in-out; opacity:30%; position:fixed; bottom:3px; border:2px solid #34BEED; left:3px; float:left; width:160px; height:40px; overflow:hidden;}
|
||||
#bgmplayer:hover {opacity: 50%; transition:.3s ease-in-out; height:100px; width:200px; overflow:auto;}
|
||||
|
||||
/* Matt! Yea? update day! what?? New-New Wii Titles! What? im in the bathroom! Update day for WiiMart! */
|
||||
@ -55,14 +56,17 @@ img.right {right: 10px; animation: rightHoverAnimation 0.5s infinite alternate;}
|
||||
@media (max-width: 768px) {div {width: 95%;}}
|
||||
|
||||
/* Dark theme via system preference */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body { background-color: #323232; color: #e0e0e0; }
|
||||
div { background-color: #1e1e1e; border-color: #34BEED; box-shadow: 0 0 10px rgba(0,0,0,0.8); }
|
||||
header { background-color: #1164E9; }
|
||||
button { background-color: #2a2a2a; color: #e0e0e0; outline: 2px solid #34BEED; filter: drop-shadow(1px 1px 3.4px rgba(0,0,0,0.6)); }
|
||||
button:hover { outline: 3px solid #34BEED; }
|
||||
footer, footer a { color: #999; }
|
||||
h1, h2, a { color: #34BEED; }
|
||||
::selection { color: #e0e0e0; background: #34BEED; }
|
||||
::-moz-selection { color: #e0e0e0; background: #34BEED; }
|
||||
}
|
||||
@media (prefers-color-scheme: dark)
|
||||
{
|
||||
body {background-color: black; color: #e0e0e0;}
|
||||
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:hover {outline: 3px solid #34BEED;}
|
||||
footer, footer a {color: #999;}
|
||||
h1, h2, a {color: #34BEED;}
|
||||
::selection {color: #e0e0e0; background: #34BEED;}
|
||||
::-moz-selection {color: #e0e0e0; background: #34BEED;}
|
||||
mark {color:black;background:#34BEED;font-weight:bold;}
|
||||
.blue {color:#5898ff;}
|
||||
#errorCode {background-color: black;border: 2px solid grey}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user