diff --git a/bookmarklets.html b/bookmarklets.html
index 0f445c3..f40b69e 100755
--- a/bookmarklets.html
+++ b/bookmarklets.html
@@ -59,13 +59,9 @@
The Ultimate Tab Cloak
diff --git a/css/main.css b/css/main.css
index 1b33054..e150092 100755
--- a/css/main.css
+++ b/css/main.css
@@ -80,9 +80,11 @@ select,
appearance: base-select;
}
select {
- padding: 8px;
- background-color: color-mix(in srgb, var(--color-4) 30%, #00000000 70%);
- transition-duration: 0.25s;
+ padding: 8px;
+ background-color: color-mix(in srgb, var(--color-4) 30%, #00000000 70%);
+ transition-duration: 0.25s;
+ color: var(--text-color);
+ border-radius: 4px;
}
select:hover,
select:focus {
@@ -104,4 +106,18 @@ option:hover {
}
option:focus {
background: color-mix(in srgb, var(--color-2) 60%, var(--color-4) 40%);
+}
+mobile-warning {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100vw;
+ height: 100vh;
+ z-index: 9999999999;
+ display: none;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ transition-duration: 1s;
+ text-align: center;
}
\ No newline at end of file
diff --git a/css/pages.css b/css/pages.css
index 04df717..383131b 100755
--- a/css/pages.css
+++ b/css/pages.css
@@ -165,4 +165,7 @@ input[type=text]::placeholder, input[type=password]::placeholder {
top: 10px;
outline: none;
background-color: color-mix(in srgb, var(--color-4) 20%, #00000000 80%);;
+}
+input[type=checkbox] {
+ margin: 4px;
}
\ No newline at end of file
diff --git a/css/profile.css b/css/profile.css
index ad5493d..803f08a 100644
--- a/css/profile.css
+++ b/css/profile.css
@@ -1,3 +1,6 @@
+body.enter-on {
+ overflow: hidden;
+}
section {
width: 90%;
height: 240px;
@@ -54,6 +57,8 @@ p {
}
#enter {
position: absolute;
+ top: 0;
+ left: 0;
width: 100vw;
height: 100vh;
background-color: color-mix(in srgb, #000000 60%, #00000000 40%);
@@ -120,4 +125,14 @@ result p {
}
.about {
width: 70%;
+}
+@media screen and (max-width: 1000px) {
+ section {
+ flex-wrap: wrap;
+ height: auto;
+ }
+ .profile-element {
+ max-width: 50%;
+ width: 50%;
+ }
}
\ No newline at end of file
diff --git a/css/settings.css b/css/settings.css
index 856cff8..88214b9 100644
--- a/css/settings.css
+++ b/css/settings.css
@@ -9,6 +9,7 @@ section {
flex-direction: column;
justify-content: center;
align-items: center;
+ flex-wrap: wrap;
border-radius: 20px;
margin: 15px;
transition-duration: 0.25s;
diff --git a/css/themes.css b/css/themes.css
index 8e521b8..f3cecff 100755
--- a/css/themes.css
+++ b/css/themes.css
@@ -36,10 +36,10 @@ body[theme=evil] {
}
body[theme=sky] {
--text-color: #ffffff;
- --bg-1: #6aacbe;
- --bg-2: #3e87bb;
- --color-1: #46ccd6;
- --color-2: #337792;
- --color-3: #38617b;
- --color-4: #263b4f;
+ --bg-1: #5d9dae;
+ --bg-2: #3c7aa6;
+ --color-1: #04eeff;
+ --color-2: #2ab9f2;
+ --color-3: #3188bd;
+ --color-4: #23588a;
}
\ No newline at end of file
diff --git a/css/users.css b/css/users.css
index a48e22c..f42522b 100644
--- a/css/users.css
+++ b/css/users.css
@@ -21,6 +21,7 @@
box-shadow: 0 0 10px var(--color-2);
text-decoration: none;
text-align: right;
+ overflow: hidden;
}
.users:hover {
transform: scale(1.05);
diff --git a/favicon.ico b/favicon.ico
old mode 100755
new mode 100644
index a1d02ee..862a13f
Binary files a/favicon.ico and b/favicon.ico differ
diff --git a/index.html b/index.html
index 0068477..883dbd3 100755
--- a/index.html
+++ b/index.html
@@ -15,6 +15,7 @@
+
-
+
+
Selenite
-
-
+
+
+
your device is not supported! please rotate your screen for the best experience.
-
-
@@ -71,7 +50,11 @@
information
credits
whilst the majority of the work has been done by the creator, sky, selenite would not be possible without some key sources and people.
-
seraph by a456pur
-
3kh0 assets by 3kh0
+
seraph by a456pur (games)
+
3kh0 assets by 3kh0 (games)
+
web ports by gn-math (games)
+
cobalt by imputnet (music implementation)
+
suggest a game
+
you can either email us or join the discord to suggest a game/other improvements.