mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
105 lines
1.5 KiB
CSS
105 lines
1.5 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-title,
|
|
.top-nav,
|
|
.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;
|
|
}
|
|
|
|
.username {
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
.nav-bar li {
|
|
color: #333;
|
|
}
|
|
|
|
.nav-bar li:hover,
|
|
.nav-bar li.selected {
|
|
background-color: #ddd;
|
|
}
|
|
|
|
.main-panel,
|
|
.main-content {
|
|
background-color: #fafafa;
|
|
}
|
|
|
|
.installations {
|
|
background-color: #e0e0e0;
|
|
border-top: 1px solid #ddd;
|
|
}
|
|
|
|
.installations div .selector {
|
|
border: 2px solid #ccc;
|
|
background-color: #fff;
|
|
color: #333;
|
|
box-shadow: 4px 4px #ddd;
|
|
}
|
|
|
|
.installations div .selector:hover {
|
|
box-shadow: 6px 6px #ddd;
|
|
}
|
|
|
|
.installations div .installations div .options divs {
|
|
border: 2px solid #ccc;
|
|
background-color: #fff;
|
|
box-shadow: 4px 4px #ddd;
|
|
}
|
|
|
|
.installations div .options div {
|
|
border-bottom: 1px solid #ccc;
|
|
color: #333;
|
|
}
|
|
|
|
.installations div .options div:hover {
|
|
background-color: #f0f0f0;
|
|
}
|
|
|
|
.installations button {
|
|
background-color: #4caf50;
|
|
border: 2px solid #388e3c;
|
|
color: #fff;
|
|
}
|
|
|
|
.installations button:hover {
|
|
background-color: #66bb6a;
|
|
border-color: #2e7d32;
|
|
}
|
|
|
|
.bottom-bar div .bottom-bar-left,
|
|
.bottom-bar div .bottom-bar-right {
|
|
color: #333;
|
|
}
|
|
|
|
.downloads a {
|
|
background-color: #4caf50;
|
|
}
|
|
|
|
.downloads a:hover {
|
|
background-color: #66bb6a;
|
|
}
|
|
|
|
.top-nav ul li {
|
|
color: #666;
|
|
}
|
|
|
|
.top-nav ul li.selected {
|
|
color: #333;
|
|
}
|