mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-04 04:21:04 +02:00
:wiimartstock:
This commit is contained in:
parent
8dc5036fac
commit
ba17dab251
@ -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>
|
||||
|
12
index.html
12
index.html
@ -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>
|
||||
|
@ -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;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user