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:
parent
0c77f1fd2f
commit
5b6dbdd42d
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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,
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user