mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-03 20:11:03 +02:00
never let me mess with the CSS
This commit is contained in:
parent
4168507509
commit
3371dbeda2
@ -43,7 +43,8 @@
|
||||
<a href="install"><button style="margin-bottom:6px">Get Started</button></a>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<h2>Screenshots</h2>
|
||||
<div class="gallery">
|
||||
<img src="media/screenshot-start-menu.png" class="slide">
|
||||
<img src="media/screenshot-main-menu.png" class="slide">
|
||||
@ -51,7 +52,7 @@
|
||||
<img src="media/screenshot-game.png" class="slide">
|
||||
<img src="media/screenshot-news.png" class="slide">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<h1>What's on it?</h1>
|
||||
|
||||
|
@ -32,7 +32,7 @@ button.issue-button {outline: 2px solid red}
|
||||
.issue-detail {display:none}
|
||||
|
||||
/* Gallery */
|
||||
div.gallery {position: relative; overflow: hidden}
|
||||
div.gallery {position: relative; overflow: hidden;width:100%}
|
||||
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;}
|
||||
|
@ -15,7 +15,7 @@
|
||||
<script src="meta/issue.js" defer></script>
|
||||
<script src="meta/music.js"></script>
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
||||
<style>input {border: 2px solid #CCCCCC;border-bottom-color: #EAEAEA;margin-bottom: 15px;} #results {display:none;} div.err {border-color:red;text-align:left; h2 {color: #FF0000;} p {color: #FF0000;}}</style>
|
||||
<style>img, img.slide {width:100%} input {border: 2px solid #CCCCCC;border-bottom-color: #EAEAEA;margin-bottom: 15px;} #results {display:none;} div.err {border-color:red;text-align:left; h2 {color: #FF0000;} p {color: #FF0000;}}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="bgmplayer">
|
||||
|
Loading…
x
Reference in New Issue
Block a user