mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
.
This commit is contained in:
parent
96e328c0bd
commit
c498be627b
@ -52,7 +52,7 @@ body {
|
||||
box-shadow: 6px 6px #2b1b0f;
|
||||
}
|
||||
|
||||
.installations div .installations div .options divs {
|
||||
.installations div .options {
|
||||
background-color: #4a2f1b;
|
||||
box-shadow: 4px 4px #2b1b0f;
|
||||
}
|
||||
@ -77,11 +77,11 @@ body {
|
||||
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.downloads span {
|
||||
.downloads a {
|
||||
background-color: #ff6600;
|
||||
}
|
||||
|
||||
.downloads span:hover {
|
||||
.downloads a:hover {
|
||||
background-color: #ff8533;
|
||||
}
|
||||
|
||||
|
@ -65,7 +65,7 @@ body {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.installations div .installations div .options divs {
|
||||
.installations div .options {
|
||||
border: 2px solid #f2c8d5;
|
||||
background-color: #fceef2;
|
||||
color: #333;
|
||||
@ -104,11 +104,11 @@ body {
|
||||
color: #e5a1b8;
|
||||
}
|
||||
|
||||
.downloads span {
|
||||
.downloads a {
|
||||
background-color: #d0808e;
|
||||
}
|
||||
|
||||
.downloads span:hover {
|
||||
.downloads a:hover {
|
||||
background-color: #e5a1b8;
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,7 @@ body {
|
||||
box-shadow: 6px 6px #111;
|
||||
}
|
||||
|
||||
.installations div .installations div .options divs {
|
||||
.installations div .options {
|
||||
border: 2px solid #444;
|
||||
background-color: #222;
|
||||
box-shadow: 4px 4px #111;
|
||||
@ -103,12 +103,12 @@ body {
|
||||
color: #e0e0e0;
|
||||
}
|
||||
|
||||
.downloads span {
|
||||
.downloads a {
|
||||
background-color: #333;
|
||||
color: #e0e0e0;
|
||||
}
|
||||
|
||||
.downloads span:hover {
|
||||
.downloads a:hover {
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
|
@ -56,7 +56,7 @@ body {
|
||||
box-shadow: 6px 6px #ddd;
|
||||
}
|
||||
|
||||
.installations div .installations div .options divs {
|
||||
.installations div .options {
|
||||
border: 2px solid #ccc;
|
||||
background-color: #fff;
|
||||
box-shadow: 4px 4px #ddd;
|
||||
@ -87,11 +87,11 @@ body {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.downloads span {
|
||||
.downloads a {
|
||||
background-color: #4caf50;
|
||||
}
|
||||
|
||||
.downloads span:hover {
|
||||
.downloads a:hover {
|
||||
background-color: #66bb6a;
|
||||
}
|
||||
|
||||
|
@ -50,7 +50,7 @@ body {
|
||||
box-shadow: 6px 6px #5c3c3c;
|
||||
}
|
||||
|
||||
.installations div .installations div .options divs {
|
||||
.installations div .options {
|
||||
background-color: #4c2c2c;
|
||||
border: 2px solid #4c2c2c;
|
||||
box-shadow: 4px 4px #5c3c3c;
|
||||
@ -81,11 +81,11 @@ body {
|
||||
color: #ffcc00;
|
||||
}
|
||||
|
||||
.downloads span {
|
||||
.downloads a {
|
||||
background-color: #8b0000;
|
||||
}
|
||||
|
||||
.downloads span:hover {
|
||||
.downloads a:hover {
|
||||
background-color: #ff4500;
|
||||
}
|
||||
|
||||
|
@ -50,7 +50,7 @@ body {
|
||||
box-shadow: 6px 6px #5c7c5c;
|
||||
}
|
||||
|
||||
.installations div .installations div .options divs {
|
||||
.installations div .options {
|
||||
background-color: #4c6c4c;
|
||||
border: 2px solid #4c6c4c;
|
||||
box-shadow: 4px 4px #5c7c5c;
|
||||
@ -81,11 +81,11 @@ body {
|
||||
color: #00ff00;
|
||||
}
|
||||
|
||||
.downloads span {
|
||||
.downloads a {
|
||||
background-color: #00b000;
|
||||
}
|
||||
|
||||
.downloads span:hover {
|
||||
.downloads a:hover {
|
||||
background-color: #00ff00;
|
||||
}
|
||||
|
||||
|
@ -29,9 +29,9 @@ body {
|
||||
.nav-bar li,
|
||||
.installations,
|
||||
.installations div .selector,
|
||||
.installations div .installations div .options divs,
|
||||
.installations div .options,
|
||||
.installations button,
|
||||
.downloads span {
|
||||
.downloads a {
|
||||
background-color: #111;
|
||||
border: 2px solid #00ff00;
|
||||
color: #00ff00;
|
||||
@ -41,14 +41,14 @@ body {
|
||||
.nav-bar li.selected,
|
||||
.installations div .options div:hover,
|
||||
.installations button:hover,
|
||||
.downloads span:hover {
|
||||
.downloads a:hover {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.installations div .selector:hover,
|
||||
.installations div .selector.open,
|
||||
.installations button:hover,
|
||||
.downloads span:hover {
|
||||
.downloads a:hover {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
@ -25,7 +25,7 @@ body {
|
||||
}
|
||||
|
||||
.installations div .selector,
|
||||
.installations div .installations div .options divs {
|
||||
.installations div .options {
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
color: #00ccff;
|
||||
border: 2px solid #00ccff;
|
||||
@ -45,10 +45,10 @@ body {
|
||||
border-color: #0077aa;
|
||||
}
|
||||
|
||||
.downloads span {
|
||||
.downloads a {
|
||||
background-color: #00ccff;
|
||||
}
|
||||
|
||||
.downloads span:hover {
|
||||
.downloads a:hover {
|
||||
background-color: #00e6ff;
|
||||
}
|
||||
|
@ -52,7 +52,7 @@ body {
|
||||
box-shadow: 6px 6px #6600cc;
|
||||
}
|
||||
|
||||
.installations div .installations div .options divs {
|
||||
.installations div .options {
|
||||
background-color: #330066;
|
||||
border: 2px solid #22004d;
|
||||
box-shadow: 4px 4px #6600cc;
|
||||
@ -77,11 +77,11 @@ body {
|
||||
color: #b300b3;
|
||||
}
|
||||
|
||||
.downloads span {
|
||||
.downloads a {
|
||||
background-color: #4d0099;
|
||||
}
|
||||
|
||||
.downloads span:hover {
|
||||
.downloads a:hover {
|
||||
background-color: #8000ff;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user