1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
This commit is contained in:
zumbiepig 2024-09-07 16:33:52 -07:00
parent 96e328c0bd
commit c498be627b
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE
9 changed files with 28 additions and 28 deletions

View File

@ -52,7 +52,7 @@ body {
box-shadow: 6px 6px #2b1b0f; box-shadow: 6px 6px #2b1b0f;
} }
.installations div .installations div .options divs { .installations div .options {
background-color: #4a2f1b; background-color: #4a2f1b;
box-shadow: 4px 4px #2b1b0f; box-shadow: 4px 4px #2b1b0f;
} }
@ -77,11 +77,11 @@ body {
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.3); box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.3);
} }
.downloads span { .downloads a {
background-color: #ff6600; background-color: #ff6600;
} }
.downloads span:hover { .downloads a:hover {
background-color: #ff8533; background-color: #ff8533;
} }

View File

@ -65,7 +65,7 @@ body {
color: #333; color: #333;
} }
.installations div .installations div .options divs { .installations div .options {
border: 2px solid #f2c8d5; border: 2px solid #f2c8d5;
background-color: #fceef2; background-color: #fceef2;
color: #333; color: #333;
@ -104,11 +104,11 @@ body {
color: #e5a1b8; color: #e5a1b8;
} }
.downloads span { .downloads a {
background-color: #d0808e; background-color: #d0808e;
} }
.downloads span:hover { .downloads a:hover {
background-color: #e5a1b8; background-color: #e5a1b8;
} }

View File

@ -59,7 +59,7 @@ body {
box-shadow: 6px 6px #111; box-shadow: 6px 6px #111;
} }
.installations div .installations div .options divs { .installations div .options {
border: 2px solid #444; border: 2px solid #444;
background-color: #222; background-color: #222;
box-shadow: 4px 4px #111; box-shadow: 4px 4px #111;
@ -103,12 +103,12 @@ body {
color: #e0e0e0; color: #e0e0e0;
} }
.downloads span { .downloads a {
background-color: #333; background-color: #333;
color: #e0e0e0; color: #e0e0e0;
} }
.downloads span:hover { .downloads a:hover {
background-color: #444; background-color: #444;
} }

View File

@ -56,7 +56,7 @@ body {
box-shadow: 6px 6px #ddd; box-shadow: 6px 6px #ddd;
} }
.installations div .installations div .options divs { .installations div .options {
border: 2px solid #ccc; border: 2px solid #ccc;
background-color: #fff; background-color: #fff;
box-shadow: 4px 4px #ddd; box-shadow: 4px 4px #ddd;
@ -87,11 +87,11 @@ body {
color: #333; color: #333;
} }
.downloads span { .downloads a {
background-color: #4caf50; background-color: #4caf50;
} }
.downloads span:hover { .downloads a:hover {
background-color: #66bb6a; background-color: #66bb6a;
} }

View File

@ -50,7 +50,7 @@ body {
box-shadow: 6px 6px #5c3c3c; box-shadow: 6px 6px #5c3c3c;
} }
.installations div .installations div .options divs { .installations div .options {
background-color: #4c2c2c; background-color: #4c2c2c;
border: 2px solid #4c2c2c; border: 2px solid #4c2c2c;
box-shadow: 4px 4px #5c3c3c; box-shadow: 4px 4px #5c3c3c;
@ -81,11 +81,11 @@ body {
color: #ffcc00; color: #ffcc00;
} }
.downloads span { .downloads a {
background-color: #8b0000; background-color: #8b0000;
} }
.downloads span:hover { .downloads a:hover {
background-color: #ff4500; background-color: #ff4500;
} }

View File

@ -50,7 +50,7 @@ body {
box-shadow: 6px 6px #5c7c5c; box-shadow: 6px 6px #5c7c5c;
} }
.installations div .installations div .options divs { .installations div .options {
background-color: #4c6c4c; background-color: #4c6c4c;
border: 2px solid #4c6c4c; border: 2px solid #4c6c4c;
box-shadow: 4px 4px #5c7c5c; box-shadow: 4px 4px #5c7c5c;
@ -81,11 +81,11 @@ body {
color: #00ff00; color: #00ff00;
} }
.downloads span { .downloads a {
background-color: #00b000; background-color: #00b000;
} }
.downloads span:hover { .downloads a:hover {
background-color: #00ff00; background-color: #00ff00;
} }

View File

@ -29,9 +29,9 @@ body {
.nav-bar li, .nav-bar li,
.installations, .installations,
.installations div .selector, .installations div .selector,
.installations div .installations div .options divs, .installations div .options,
.installations button, .installations button,
.downloads span { .downloads a {
background-color: #111; background-color: #111;
border: 2px solid #00ff00; border: 2px solid #00ff00;
color: #00ff00; color: #00ff00;
@ -41,14 +41,14 @@ body {
.nav-bar li.selected, .nav-bar li.selected,
.installations div .options div:hover, .installations div .options div:hover,
.installations button:hover, .installations button:hover,
.downloads span:hover { .downloads a:hover {
background-color: #333; background-color: #333;
} }
.installations div .selector:hover, .installations div .selector:hover,
.installations div .selector.open, .installations div .selector.open,
.installations button:hover, .installations button:hover,
.downloads span:hover { .downloads a:hover {
box-shadow: none; box-shadow: none;
} }

View File

@ -25,7 +25,7 @@ body {
} }
.installations div .selector, .installations div .selector,
.installations div .installations div .options divs { .installations div .options {
background-color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.8);
color: #00ccff; color: #00ccff;
border: 2px solid #00ccff; border: 2px solid #00ccff;
@ -45,10 +45,10 @@ body {
border-color: #0077aa; border-color: #0077aa;
} }
.downloads span { .downloads a {
background-color: #00ccff; background-color: #00ccff;
} }
.downloads span:hover { .downloads a:hover {
background-color: #00e6ff; background-color: #00e6ff;
} }

View File

@ -52,7 +52,7 @@ body {
box-shadow: 6px 6px #6600cc; box-shadow: 6px 6px #6600cc;
} }
.installations div .installations div .options divs { .installations div .options {
background-color: #330066; background-color: #330066;
border: 2px solid #22004d; border: 2px solid #22004d;
box-shadow: 4px 4px #6600cc; box-shadow: 4px 4px #6600cc;
@ -77,11 +77,11 @@ body {
color: #b300b3; color: #b300b3;
} }
.downloads span { .downloads a {
background-color: #4d0099; background-color: #4d0099;
} }
.downloads span:hover { .downloads a:hover {
background-color: #8000ff; background-color: #8000ff;
} }