:wiimartstock:

This commit is contained in:
Gemdation 2025-04-04 01:46:29 -05:00
parent 8dc5036fac
commit ba17dab251
3 changed files with 13 additions and 12 deletions

View File

@ -15,7 +15,7 @@
</head>
<body>
<header style="background-color: orange;border-color:orangered;"><a href="branding"><img src="media/fishie-wordmark.png" width="200px"></a></header>
<header style="background-color: orange;border-color:orangered;"><img src="media/fishie-wordmark.png" width="200px"></header>
<h1>FishieMart</h1>
@ -30,11 +30,11 @@
<h2>Screenshots</h2>
<div class="gallery">
<img src="https://images.nintendolife.com/screenshots/24186/large.jpg">
<img src="https://images.nintendolife.com/screenshots/24185/large.jpg">
<img src="https://images.nintendolife.com/screenshots/24179/large.jpg">
<img src="https://images.nintendolife.com/screenshots/24187/large.jpg">
<img src="https://images.nintendolife.com/screenshots/24183/large.jpg">
<img src="https://images.nintendolife.com/screenshots/24186/large.jpg" class="slide">
<img src="https://images.nintendolife.com/screenshots/24185/large.jpg" class="slide">
<img src="https://images.nintendolife.com/screenshots/24179/large.jpg" class="slide">
<img src="https://images.nintendolife.com/screenshots/24187/large.jpg" class="slide">
<img src="https://images.nintendolife.com/screenshots/24183/large.jpg" class="slide">
</div>
<h1>What's on it?</h1>

View File

@ -30,11 +30,11 @@
</div>
<div class="gallery">
<img src="media/screenshot-start-menu.png">
<img src="media/screenshot-main-menu.png">
<img src="media/screenshot-catalog.png">
<img src="media/screenshot-game.png">
<img src="media/screenshot-news.png">
<img src="media/screenshot-start-menu.png" class="slide">
<img src="media/screenshot-main-menu.png" class="slide">
<img src="media/screenshot-catalog.png" class="slide">
<img src="media/screenshot-game.png" class="slide">
<img src="media/screenshot-news.png" class="slide">
</div>
<h1>What's on it?</h1>
@ -43,7 +43,7 @@
<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:black;cursor:default"><b>Fishie Fishie</b></a>.</p>
<b>Sonic the Hedgehog 4: Episode I</b>, and <a href="fishiemart" style="color:black;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>

View File

@ -22,6 +22,7 @@ img.pfp {border-radius:5px;}
/* Gallery */
div.gallery {position: relative; overflow: hidden;}
img.slide {width:100%}
img.arrow {position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; width: 60px; height: auto;}
img.left {left: 10px; animation: hoverAnimation 0.5s infinite alternate;}
img.right {right: 10px; animation: rightHoverAnimation 0.5s infinite alternate;}