1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00

forget the custom themes

This commit is contained in:
zumbiepig 2024-09-03 08:00:55 -07:00
parent 0c77f1fd2f
commit 5b6dbdd42d
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE
13 changed files with 28 additions and 19 deletions

View File

@ -31,7 +31,7 @@
</div>
<div class="bottom-bar">
<div class="bottom-bar-links">
<a href="https://discord.gg/YKgfuFvKhA" class="bottom-bar-left">Join the MineXLauncher Discord</a>
<a class="bottom-bar-left link" onclick="window.open('https://discord.gg/YKgfuFvKhA')">Join the MineXLauncher Discord</a>
</div>
<div class="bottom-bar-links">
<span class="bottom-bar-right">© 2024 MineXLauncher. All rights reserved.</span>

View File

@ -209,7 +209,7 @@
</div>
<div class="bottom-bar">
<div class="bottom-bar-links">
<a href="https://discord.gg/YKgfuFvKhA" class="bottom-bar-left">Join the MineXLauncher Discord</a>
<a class="bottom-bar-left link" onclick="window.open('https://discord.gg/YKgfuFvKhA')">Join the MineXLauncher Discord</a>
</div>
<div class="bottom-bar-links">
<span class="bottom-bar-right">© 2024 MineXLauncher. All rights reserved.</span>

View File

@ -94,7 +94,7 @@
</div>
<div class="bottom-bar">
<div class="bottom-bar-links">
<a href="https://discord.gg/YKgfuFvKhA" class="bottom-bar-left">Join the MineXLauncher Discord</a>
<a class="bottom-bar-left link" onclick="window.open('https://discord.gg/YKgfuFvKhA')">Join the MineXLauncher Discord</a>
</div>
<div class="bottom-bar-links">
<span class="bottom-bar-right">© 2024 MineXLauncher. All rights reserved.</span>

View File

@ -114,7 +114,7 @@
</div>
<div class="bottom-bar">
<div class="bottom-bar-links">
<a href="https://discord.gg/YKgfuFvKhA" class="bottom-bar-left">Join the MineXLauncher Discord</a>
<a class="bottom-bar-left link" onclick="window.open('https://discord.gg/YKgfuFvKhA')">Join the MineXLauncher Discord</a>
</div>
<div class="bottom-bar-links">
<span class="bottom-bar-right">© 2024 MineXLauncher. All rights reserved.</span>

View File

@ -44,7 +44,7 @@
</div>
<div class="bottom-bar">
<div class="bottom-bar-links">
<a href="https://discord.gg/YKgfuFvKhA" class="bottom-bar-left">Join the MineXLauncher Discord</a>
<a class="bottom-bar-left link" onclick="window.open('https://discord.gg/YKgfuFvKhA')">Join the MineXLauncher Discord</a>
</div>
<div class="bottom-bar-links">
<span class="bottom-bar-right">© 2024 MineXLauncher. All rights reserved.</span>

View File

@ -63,7 +63,7 @@
</div>
<div class="bottom-bar">
<div class="bottom-bar-links">
<a href="https://discord.gg/YKgfuFvKhA" class="bottom-bar-left">Join the MineXLauncher Discord</a>
<a class="bottom-bar-left link" onclick="window.open('https://discord.gg/YKgfuFvKhA')">Join the MineXLauncher Discord</a>
</div>
<div class="bottom-bar-links">
<span class="bottom-bar-right">© 2024 MineXLauncher. All rights reserved.</span>

View File

@ -60,7 +60,7 @@
</div>
<div class="bottom-bar">
<div class="bottom-bar-links">
<a href="https://discord.gg/YKgfuFvKhA" class="bottom-bar-left">Join the MineXLauncher Discord</a>
<a class="bottom-bar-left link" onclick="window.open('https://discord.gg/YKgfuFvKhA')">Join the MineXLauncher Discord</a>
</div>
<div class="bottom-bar-links">
<span class="bottom-bar-right">© 2024 MineXLauncher. All rights reserved.</span>

View File

@ -31,7 +31,7 @@
</div>
<div class="bottom-bar">
<div class="bottom-bar-links">
<a href="https://discord.gg/YKgfuFvKhA" class="bottom-bar-left">Join the MineXLauncher Discord</a>
<a class="bottom-bar-left link" onclick="window.open('https://discord.gg/YKgfuFvKhA')">Join the MineXLauncher Discord</a>
</div>
<div class="bottom-bar-links">
<span class="bottom-bar-right">© 2024 MineXLauncher. All rights reserved.</span>

View File

@ -3,6 +3,10 @@
src: url(/resources/fonts/Minecraftia-Regular.ttf);
}
a:visited {
color: blue;
}
body {
display: flex;
flex-direction: row;
@ -378,12 +382,16 @@ nav {
text-decoration: none;
}
.bottom-bar .bottom-bar-left:hover {
text-decoration: underline;
}
.bottom-bar .bottom-bar-right {
color: #ddd;
margin-left: 10px;
text-decoration: none;
}
.bottom-bar .bottom-bar-left.link:hover,
.bottom-bar .bottom-bar-right.link:hover {
text-decoration: underline;
cursor: pointer;
}
.updates-container {
@ -463,7 +471,7 @@ nav {
padding: 10px;
text-align: center;
position: relative;
padding-bottom: 30px;
padding-bottom: 40px;
}
.mod-item .mod-icon {
@ -505,9 +513,10 @@ nav {
.mod-item .mod-links {
display: flex;
justify-content: space-around;
width: calc(100% - 30px);
position: absolute;
bottom: 10px;
width: 100%;
bottom: 15px;
left: 15px;
}
.mod-item .mod-links .mod-download,

View File

@ -56,7 +56,7 @@
</div>
<div class="bottom-bar">
<div class="bottom-bar-links">
<a href="https://discord.gg/YKgfuFvKhA" class="bottom-bar-left">Join the MineXLauncher Discord</a>
<a class="bottom-bar-left link" onclick="window.open('https://discord.gg/YKgfuFvKhA')">Join the MineXLauncher Discord</a>
</div>
<div class="bottom-bar-links">
<span class="bottom-bar-right">© 2024 MineXLauncher. All rights reserved.</span>

View File

@ -76,7 +76,7 @@
</div>
<div class="bottom-bar">
<div class="bottom-bar-links">
<a href="https://discord.gg/YKgfuFvKhA" class="bottom-bar-left">Join the MineXLauncher Discord</a>
<a class="bottom-bar-left link" onclick="window.open('https://discord.gg/YKgfuFvKhA')">Join the MineXLauncher Discord</a>
</div>
<div class="bottom-bar-links">
<span class="bottom-bar-right">© 2024 MineXLauncher. All rights reserved.</span>

View File

@ -57,7 +57,7 @@
</div>
<div class="bottom-bar">
<div class="bottom-bar-links">
<a href="https://discord.gg/YKgfuFvKhA" class="bottom-bar-left">Join the MineXLauncher Discord</a>
<a class="bottom-bar-left link" onclick="window.open('https://discord.gg/YKgfuFvKhA')">Join the MineXLauncher Discord</a>
</div>
<div class="bottom-bar-links">
<span class="bottom-bar-right">© 2024 MineXLauncher. All rights reserved.</span>

View File

@ -48,7 +48,7 @@
</div>
<div class="bottom-bar">
<div class="bottom-bar-links">
<a href="https://discord.gg/YKgfuFvKhA" class="bottom-bar-left">Join the MineXLauncher Discord</a>
<a class="bottom-bar-left link" onclick="window.open('https://discord.gg/YKgfuFvKhA')">Join the MineXLauncher Discord</a>
</div>
<div class="bottom-bar-links">
<span class="bottom-bar-right">© 2024 MineXLauncher. All rights reserved.</span>