mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
Update style.css
This commit is contained in:
parent
eeb9c46734
commit
b0251175c7
72
style.css
72
style.css
@ -72,13 +72,13 @@ header {
|
|||||||
box-shadow: 0 5px 10px var(--uibg) !important;
|
box-shadow: 0 5px 10px var(--uibg) !important;
|
||||||
}
|
}
|
||||||
footer.noscroll {
|
footer.noscroll {
|
||||||
position: fixed;
|
position: fixed !important;
|
||||||
overflow: hidden;
|
overflow: hidden !important;
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
bottom: 0;
|
bottom: 0 !important;
|
||||||
border-radius: 20px 20px 0 0;
|
border-radius: 20px 20px 0 0 !important;
|
||||||
box-shadow: 0 -5px 10px var(--uibg);
|
box-shadow: 0 -5px 10px var(--uibg) !important;
|
||||||
}
|
}
|
||||||
footer a,
|
footer a,
|
||||||
footer a:visited,
|
footer a:visited,
|
||||||
@ -108,7 +108,7 @@ main {
|
|||||||
width: 90% !important;
|
width: 90% !important;
|
||||||
}
|
}
|
||||||
main#main.noscroll {
|
main#main.noscroll {
|
||||||
justify-content: center;
|
justify-content: center !important;
|
||||||
}
|
}
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
@ -221,18 +221,18 @@ img.star {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#noscroll {
|
#noscroll {
|
||||||
overflow-y: hidden;
|
overflow-y: hidden !important;
|
||||||
justify-content: center;
|
justify-content: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#games,
|
#games,
|
||||||
#pinned {
|
#pinned {
|
||||||
width: 100%;
|
width: 100% !important;
|
||||||
justify-content: center;
|
justify-content: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-size: 16px;
|
font-size: 16px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"] {
|
input[type="text"] {
|
||||||
@ -259,24 +259,24 @@ input[type=text]:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bookmarkletdiv {
|
.bookmarkletdiv {
|
||||||
width: 30%;
|
width: 30% !important;
|
||||||
background-color: var(--uibg);
|
background-color: var(--uibg) !important;
|
||||||
box-shadow: 0px 0px 5px 5px var(--uibg);
|
box-shadow: 0px 0px 5px 5px var(--uibg) !important;
|
||||||
padding: 5px;
|
padding: 5px !important;
|
||||||
margin: 15px;
|
margin: 15px !important;
|
||||||
border-radius: 10px;
|
border-radius: 10px !important;
|
||||||
display: inline-block;
|
display: inline-block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bookmarkletdiv a {
|
.bookmarkletdiv a {
|
||||||
font-size: 30px;
|
font-size: 30px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
width: 100%;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
.samerow.themebtns {
|
.samerow.themebtns {
|
||||||
width: 70%;
|
width: 70% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
@ -291,40 +291,40 @@ select {
|
|||||||
}
|
}
|
||||||
|
|
||||||
gameframe {
|
gameframe {
|
||||||
width: 100vw;
|
width: 100vw !important;
|
||||||
height: 90vh;
|
height: 90vh !important;
|
||||||
}
|
}
|
||||||
gameframe iframe {
|
gameframe iframe {
|
||||||
width: 100%;
|
width: 100% !important;
|
||||||
height: 100%;
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
gameframe.header {
|
gameframe.header {
|
||||||
display: flex;
|
display: flex !important;
|
||||||
justify-content: space-between;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
sl-icon-button {
|
sl-icon-button {
|
||||||
font-size: 2rem;
|
font-size: 2rem !important;
|
||||||
padding-right: 5px;
|
padding-right: 5px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3#gametitle {
|
h3#gametitle {
|
||||||
font-size: 2rem;
|
font-size: 2rem !important;
|
||||||
}thumb.png
|
}thumb.png
|
||||||
|
|
||||||
.img-credits {
|
.img-credits {
|
||||||
height: 40vh;
|
height: 40vh !important;
|
||||||
width: auto;
|
width: auto !important;
|
||||||
box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.555)
|
box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.555) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
font-size: 20px;
|
font-size: 20px !important;
|
||||||
padding-left: 5px;
|
padding-left: 5px !important;
|
||||||
}
|
}
|
||||||
.avatar {
|
.avatar {
|
||||||
margin: 5px;
|
margin: 5px !important;
|
||||||
}
|
}
|
||||||
#bgimg {
|
#bgimg {
|
||||||
width: 30vw !important;
|
width: 30vw !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user