Skip to content

Commit

Permalink
added scroll wheels and SE clients
Browse files Browse the repository at this point in the history
  • Loading branch information
dyzqy committed Jul 1, 2024
1 parent cee4de2 commit 49e3cd3
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 10 deletions.
Binary file added mods/images/oldamrory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 7 additions & 8 deletions mods/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2 class="card-title">Stick War 2 Empires</h2>
</a>
</div>
<div class="card">
<a href="https://github.com/dyzqy/Stick-War-2-Kaizo/releases/download/v1.1.1/SW2KaizoOfficial.swf">
<a target="_blank" href="https://github.com/dyzqy/Stick-War-2-Kaizo/releases/download/v1.1.1/SW2KaizoOfficial.swf">
<img src="https://static.wixstatic.com/media/06d6a7_02003491f239497d9a0de3750f148ebc~mv2.jpg/v1/fill/w_638,h_497,al_c,q_80,usm_0.66_1.00_0.01/06d6a7_02003491f239497d9a0de3750f148ebc~mv2.jpg" alt="Kaizo">
<div class="card-content">
<h2 class="card-title">Kaizo Difficulty</h2>
Expand All @@ -47,18 +47,17 @@ <h2 class="card-title">Kaizo Difficulty</h2>
</a>
</div>
</div>
<!--<center><h1>Stick Empire Clients</h1></center>
<br>
<center><h1>Stick Empire Clients</h1><p style="font-size: 15px;">for a better Stick Empires expirience.</p></center>
<div class="card-container">
<div class="card">
<a href="https://github.com/dyzqy/Stick-War-2-Kaizo/releases/download/v1.1.0/SW2KaizoOfficial.swf">
<img src="images/kaizo icon.png" alt="Kaizo">
<a target="_blank" href="https://drive.usercontent.google.com/u/0/uc?id=1AJ0s0GVNCJPQ0nab1EPvvWfb93tecJmR&export=download">
<img src="images/oldamrory.png" alt="Kaizo">
<div class="card-content">
<h2 class="card-title">improv</h2>
<p class="card-description">The infamous "kaizo" difficulty from mario brought to Stick War 2!</p>
<h2 class="card-title">Old Armory</h2>
<p class="card-description">Click the "Armory" button <strong>twice</strong> on top of lobby to access the old armory!<br>a beautiful addition to our nostaliga collection...</p>
</div>
</a>
</div>
</div>-->
</div>
</body>
</html>
4 changes: 2 additions & 2 deletions mods/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
flex-wrap: wrap;
justify-content: space-evenly;
gap: 0px;
padding: 20px 150px 10px 150px;
padding: 20px 150px 50px 150px;
}

.card {
Expand Down Expand Up @@ -60,7 +60,7 @@
}

.card-content {
padding: 3px 15px 10px 15px;
padding: 3px 15px 40px 15px;
}

.card-title {
Expand Down
14 changes: 14 additions & 0 deletions other/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,20 @@ th {
}
}

::-webkit-scrollbar {
width: 12px; /* Width of the scrollbar */
}

/* Style the scrollbar thumb */
::-webkit-scrollbar-thumb {
background-color: lightgray; /* Set the thumb color */
border-radius: 10px; /* Round the edges of the thumb */
}

::-webkit-scrollbar-thumb:hover {
background-color: gray;
}

#note {
font-size: 15px;
}
Expand Down

0 comments on commit 49e3cd3

Please sign in to comment.