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

111 lines
1.7 KiB
CSS

body {
background-color: #f5f5f5;
color: #333;
}
.launcher {
background-color: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.title-bar, .top-bar, .top-menu, .bottom-bar {
background-color: #e0e0e0;
color: #333;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.sidebar {
background-color: #f0f0f0;
border-right: 1px solid #ddd;
}
.profile {
border-bottom: 1px solid #ddd;
}
.nav-item {
color: #333;
}
.nav-item:hover, .nav-item.selected {
background-color: #ddd;
}
.main-panel, .main-content {
background-color: #fafafa;
}
.installations {
background-color: #e0e0e0;
border-top: 1px solid #ddd;
}
.custom-select {
border: 2px solid #ccc;
background-color: #fff;
color: #333;
box-shadow: 4px 4px #ddd;
}
.custom-select:hover {
box-shadow: 6px 6px #ddd;
}
.custom-options {
border: 2px solid #ccc;
background-color: #fff;
box-shadow: 4px 4px #ddd;
}
.custom-option {
border-bottom: 1px solid #ccc;
color: #333;
}
.custom-option:hover {
background-color: #f0f0f0;
}
.play-button {
background-color: #4caf50;
border: 2px solid #388e3c;
color: #fff;
}
.play-button:hover {
background-color: #66bb6a;
border-color: #2e7d32;
}
.bottom-bar .bottom-bar-left, .bottom-bar .bottom-bar-right {
color: #333;
}
.minecraft-button {
background-color: #e0e0e0;
border: 1px solid #ccc;
}
.minecraft-button:hover {
background-color: #d5d5d5;
}
.minecraft-button:active {
background-color: #bdbdbd;
}
.download-link {
background-color: #4caf50;
}
.download-link:hover {
background-color: #66bb6a;
}
.top-menu ul li {
color: #666;
}
.top-menu ul li.selected {
color: #333;
}