1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
zumbiepig 4f9516087b
,
2024-09-07 16:10:28 -07:00

83 lines
1.4 KiB
CSS

body {
background-image: url('/resources/images/backgrounds/themes/retro.webp');
background-color: #000;
color: #00ff00;
font-family: 'Courier New', Courier, monospace;
}
.launcher {
background-color: #111;
box-shadow: none;
border: 2px solid #00ff00;
}
.title-bar,
.top-title,
.top-nav,
.bottom-bar {
background-color: #222;
color: #00ff00;
box-shadow: none;
}
.sidebar {
background-color: #111;
border-right: 2px solid #00ff00;
}
.username,
.nav-bar li,
.installations,
.installations div .selector,
.installations div .installations div .options divs,
.installations button,
.downloads span {
background-color: #111;
border: 2px solid #00ff00;
color: #00ff00;
}
.nav-bar li:hover,
.nav-bar li.selected,
.installations div .options div:hover,
.installations button:hover,
.downloads span:hover {
background-color: #333;
}
.installations div .selector:hover,
.installations div .selector.open,
.installations button:hover,
.downloads span:hover {
box-shadow: none;
}
.installations div .options div {
border-bottom: 1px solid #00ff00;
}
.installations div .options div:last-child {
border-bottom: none;
}
.installations button::before {
background-color: rgba(0, 255, 0, 0.1);
}
.installations button:hover::before {
background-color: rgba(0, 255, 0, 0.2);
}
.installations button span {
animation: none;
}
.bottom-bar div .bottom-bar-left:hover {
text-decoration: none;
color: #00ff00;
}
.scrollbar-color {
scrollbar-color: #00ff00 #111;
}