mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
112 lines
1.7 KiB
CSS
112 lines
1.7 KiB
CSS
body {
|
|
background-image: url('/resources/images/backgrounds/themes/nether.webp');
|
|
color: #ffcc00;
|
|
}
|
|
|
|
.launcher {
|
|
background-color: #3c2c2c;
|
|
box-shadow: 0 0 20px rgba(255, 69, 0, 0.5);
|
|
}
|
|
|
|
.title-bar,
|
|
.top-title,
|
|
.top-nav {
|
|
background-color: #4c2c2c;
|
|
color: #ffcc00;
|
|
box-shadow: 0 2px 4px rgba(255, 69, 0, 0.2);
|
|
}
|
|
|
|
.sidebar {
|
|
background-color: #3a2a2a;
|
|
border-right: 1px solid #4c2c2c;
|
|
}
|
|
|
|
.profile-status {
|
|
color: #ff4500;
|
|
}
|
|
|
|
.nav-bar .nav-item:hover,
|
|
.nav-bar .nav-item.selected {
|
|
background-color: #5c3c3c;
|
|
}
|
|
|
|
.main-panel,
|
|
.main-content {
|
|
background-color: #2e1a1a;
|
|
}
|
|
|
|
.installations {
|
|
background-color: #4c2c2c;
|
|
border-top: 1px solid #5c3c3c;
|
|
}
|
|
|
|
.custom-select {
|
|
background-color: #8b0000;
|
|
border: 2px solid #4c2c2c;
|
|
box-shadow: 4px 4px #5c3c3c;
|
|
}
|
|
|
|
.custom-select:hover {
|
|
box-shadow: 6px 6px #5c3c3c;
|
|
}
|
|
|
|
.custom-options {
|
|
background-color: #4c2c2c;
|
|
border: 2px solid #4c2c2c;
|
|
box-shadow: 4px 4px #5c3c3c;
|
|
}
|
|
|
|
.custom-option:hover {
|
|
background-color: #8b0000;
|
|
}
|
|
|
|
.play-button {
|
|
background-color: #ff4500;
|
|
border: 2px solid #8b0000;
|
|
}
|
|
|
|
.play-button:hover {
|
|
background-color: #ff6347;
|
|
border-color: #8b0000;
|
|
}
|
|
|
|
.bottom-bar {
|
|
background-color: #4c2c2c;
|
|
border-top: 1px solid #5c3c3c;
|
|
box-shadow: 0 -2px 4px rgba(255, 69, 0, 0.2);
|
|
}
|
|
|
|
.bottom-bar .bottom-bar-left,
|
|
.bottom-bar .bottom-bar-right {
|
|
color: #ffcc00;
|
|
}
|
|
|
|
.minecraft-button {
|
|
background-color: #8b0000;
|
|
border: 1px solid #4c2c2c;
|
|
}
|
|
|
|
.minecraft-button:hover {
|
|
background-color: #a52a2a;
|
|
}
|
|
|
|
.minecraft-button:active {
|
|
background-color: #5c3c3c;
|
|
}
|
|
|
|
.download-link {
|
|
background-color: #8b0000;
|
|
}
|
|
|
|
.download-link:hover {
|
|
background-color: #ff4500;
|
|
}
|
|
|
|
.top-nav ul li {
|
|
color: #ffcc00;
|
|
}
|
|
|
|
.top-nav ul li.selected {
|
|
color: #fff;
|
|
}
|