mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
113 lines
1.7 KiB
CSS
113 lines
1.7 KiB
CSS
body {
|
|
background-image: url('/resources/images/backgrounds/themes/campfire.webp');
|
|
background-color: #2b1b0f;
|
|
color: #f5e0c3;
|
|
}
|
|
|
|
.launcher {
|
|
background-color: #3e2a1a;
|
|
box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
|
|
}
|
|
|
|
.title-bar,
|
|
.top-bar,
|
|
.top-menu {
|
|
background-color: #4a2f1b;
|
|
color: #f5e0c3;
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.sidebar {
|
|
background-color: #3a2416;
|
|
border-right: 1px solid #4a2f1b;
|
|
}
|
|
|
|
.profile {
|
|
border-bottom: 1px solid #4a2f1b;
|
|
}
|
|
|
|
.nav-item:hover,
|
|
.nav-item.selected {
|
|
background-color: #5a3a2a;
|
|
}
|
|
|
|
.main-panel,
|
|
.main-content {
|
|
background-color: #2b1b0f;
|
|
}
|
|
|
|
.tabs .tab:hover,
|
|
.tabs .tab.selected {
|
|
color: #ffcc00;
|
|
}
|
|
|
|
.installations {
|
|
background-color: #3e2a1a;
|
|
border-top: 1px solid #4a2f1b;
|
|
}
|
|
|
|
.custom-select {
|
|
background-color: #5a3a2a;
|
|
border: 2px solid #4a2f1b;
|
|
color: #f5e0c3;
|
|
box-shadow: 4px 4px #2b1b0f;
|
|
}
|
|
|
|
.custom-select:hover {
|
|
box-shadow: 6px 6px #2b1b0f;
|
|
}
|
|
|
|
.custom-options {
|
|
background-color: #4a2f1b;
|
|
box-shadow: 4px 4px #2b1b0f;
|
|
}
|
|
|
|
.custom-option:hover {
|
|
background-color: #6a4a3a;
|
|
}
|
|
|
|
.play-button {
|
|
background-color: #ff6600;
|
|
border: 2px solid #cc5200;
|
|
}
|
|
|
|
.play-button:hover {
|
|
background-color: #ff8533;
|
|
border-color: #b34700;
|
|
}
|
|
|
|
.bottom-bar {
|
|
background-color: #4a2f1b;
|
|
border-top: 1px solid #5a3a2a;
|
|
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.minecraft-button {
|
|
background-color: #cc5200;
|
|
border: 1px solid #4a2f1b;
|
|
}
|
|
|
|
.minecraft-button:hover {
|
|
background-color: #e65c00;
|
|
}
|
|
|
|
.minecraft-button:active {
|
|
background-color: #b34700;
|
|
}
|
|
|
|
.download-link {
|
|
background-color: #ff6600;
|
|
}
|
|
|
|
.download-link:hover {
|
|
background-color: #ff8533;
|
|
}
|
|
|
|
.top-menu ul li {
|
|
color: #f5e0c3;
|
|
}
|
|
|
|
.top-menu ul li.selected {
|
|
color: #ffcc00;
|
|
}
|