1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
2024-08-16 22:04:25 -07:00

117 lines
1.7 KiB
CSS

body {
background-image: url('/resources/images/backgrounds/themes/overworld.webp');
color: #00ff00;
}
.launcher {
background-color: #3c5c3c;
box-shadow: 0 0 20px rgba(0, 255, 0, 0.5);
}
.title-bar,
.top-bar,
.top-menu {
background-color: #4c6c4c;
color: #00ff00;
box-shadow: 0 2px 4px rgba(0, 255, 0, 0.2);
}
.sidebar {
background-color: #3a5a3a;
border-right: 1px solid #4c6c4c;
}
.profile-status {
color: #00ff00;
}
.nav-item:hover,
.nav-item.selected {
background-color: #5c7c5c;
}
.main-panel,
.main-content {
background-color: #2e4e2e;
}
.tabs .tab:hover,
.tabs .tab.selected {
color: #00ff00;
}
.installations {
background-color: #4c6c4c;
border-top: 1px solid #5c7c5c;
}
.custom-select {
background-color: #00b000;
border: 2px solid #4c6c4c;
box-shadow: 4px 4px #5c7c5c;
}
.custom-select:hover {
box-shadow: 6px 6px #5c7c5c;
}
.custom-options {
background-color: #4c6c4c;
border: 2px solid #4c6c4c;
box-shadow: 4px 4px #5c7c5c;
}
.custom-option:hover {
background-color: #00b000;
}
.play-button {
background-color: #00ff00;
border: 2px solid #00b000;
}
.play-button:hover {
background-color: #32ff32;
border-color: #00b000;
}
.bottom-bar {
background-color: #4c6c4c;
border-top: 1px solid #5c7c5c;
box-shadow: 0 -2px 4px rgba(0, 255, 0, 0.2);
}
.bottom-bar .bottom-bar-left,
.bottom-bar .bottom-bar-right {
color: #00ff00;
}
.minecraft-button {
background-color: #00b000;
border: 1px solid #4c6c4c;
}
.minecraft-button:hover {
background-color: #32cd32;
}
.minecraft-button:active {
background-color: #5c7c5c;
}
.download-link {
background-color: #00b000;
}
.download-link:hover {
background-color: #00ff00;
}
.top-menu ul li {
color: #00ff00;
}
.top-menu ul li.selected {
color: #fff;
}