mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
make loading slightly faster on chromebooks
This commit is contained in:
parent
b57fe6ee1c
commit
1cf9ce04e3
@ -307,8 +307,8 @@
|
|||||||
assetsURI: "assets.epk",
|
assetsURI: "assets.epk",
|
||||||
localesURI: "lang/",
|
localesURI: "lang/",
|
||||||
servers: [
|
servers: [
|
||||||
{ addr: "wss://asianf4rmer.minecraft.pe", name: "AsianF4rmer SMP" },
|
{ addr: "wss://asian.minecraft.pe", name: "AsianF4rmer SMP" },
|
||||||
{ addr: "wss://legendsmp.minecraft.pe", name: "LegendSMP" }
|
{ addr: "wss://legendsmp.minecraft.pe", name: "blocked :(" }
|
||||||
|
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
@ -66,8 +66,8 @@
|
|||||||
<h3>Themes</h3>
|
<h3>Themes</h3>
|
||||||
<div class="samerow themebtns">
|
<div class="samerow themebtns">
|
||||||
<button onclick="setTheme('main')" style="background-color: #3c096c; color: #fff; border: 5px solid #5a189a">Selenite</button>
|
<button onclick="setTheme('main')" style="background-color: #3c096c; color: #fff; border: 5px solid #5a189a">Selenite</button>
|
||||||
<button onclick="setTheme('light')" style="background-color: #bbbbbb; color: #1a1a1a; border: 5px solid #e6e6e6">Selenite - Light Mode</button>
|
<button onclick="setTheme('light')" style="background-color: #bbbbbb; color: #1a1a1a; border: 5px solid #e6e6e6">Light Mode</button>
|
||||||
<button onclick="setTheme('dark')" style="background-color: #333333; color: #fff; border: 5px solid #444444">Selenite - Dark Mode</button>
|
<button onclick="setTheme('dark')" style="background-color: #333333; color: #fff; border: 5px solid #444444">Dark Mode</button>
|
||||||
<button onclick="setTheme('egamepass')" style="background-color: #596eb1; color: #cbe0ff; border: 5px solid #5586e0">e-gamepass</button>
|
<button onclick="setTheme('egamepass')" style="background-color: #596eb1; color: #cbe0ff; border: 5px solid #5586e0">e-gamepass</button>
|
||||||
<button onclick="setTheme('cools1te')" style="background-color: #a134dc; color: #d3a4fa; border: 5px solid #b153e3">cools1te</button>
|
<button onclick="setTheme('cools1te')" style="background-color: #a134dc; color: #d3a4fa; border: 5px solid #b153e3">cools1te</button>
|
||||||
</div>
|
</div>
|
||||||
|
@ -16,9 +16,9 @@
|
|||||||
align-content: center;
|
align-content: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: "Baloo Da 2", cursive;
|
font-family: "Baloo Da 2", cursive;
|
||||||
|
color: var(--textcolor);
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
font-family: "Baloo Da 2", cursive;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: var(--bg);
|
background-color: var(--bg);
|
||||||
@ -27,7 +27,6 @@ body {
|
|||||||
header,
|
header,
|
||||||
footer {
|
footer {
|
||||||
background-color: var(--uibg);
|
background-color: var(--uibg);
|
||||||
color: var(--textcolor);
|
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0.7rem;
|
padding: 0.7rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -53,7 +52,6 @@ header a,
|
|||||||
header a:visited {
|
header a:visited {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: var(--textcolor);
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin-right: 2rem;
|
margin-right: 2rem;
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
@ -106,7 +104,6 @@ h3 {
|
|||||||
}
|
}
|
||||||
p, a {
|
p, a {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: var(--textcolor);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button, input#websubmit.submit, input[type=submit]#panic {
|
button, input#websubmit.submit, input[type=submit]#panic {
|
||||||
@ -117,7 +114,6 @@ button, input#websubmit.submit, input[type=submit]#panic {
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
color: var(--textcolor);
|
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
@ -206,7 +202,6 @@ a {
|
|||||||
input[type="text"] {
|
input[type="text"] {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
background-color: var(--inputbg);
|
background-color: var(--inputbg);
|
||||||
color: var(--textcolor);
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
padding: 0.8% 0.8%;
|
padding: 0.8% 0.8%;
|
||||||
@ -235,7 +230,6 @@ input[type=text]:hover {
|
|||||||
|
|
||||||
.bookmarkletdiv a {
|
.bookmarkletdiv a {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
color: var(--textcolor);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user