Update style.css

This commit is contained in:
LEGALISE_PIRACY 2024-01-27 00:20:18 +00:00
parent eeb9c46734
commit b0251175c7

View File

@ -72,13 +72,13 @@ header {
box-shadow: 0 5px 10px var(--uibg) !important;
}
footer.noscroll {
position: fixed;
overflow: hidden;
position: fixed !important;
overflow: hidden !important;
}
footer {
bottom: 0;
border-radius: 20px 20px 0 0;
box-shadow: 0 -5px 10px var(--uibg);
bottom: 0 !important;
border-radius: 20px 20px 0 0 !important;
box-shadow: 0 -5px 10px var(--uibg) !important;
}
footer a,
footer a:visited,
@ -108,7 +108,7 @@ main {
width: 90% !important;
}
main#main.noscroll {
justify-content: center;
justify-content: center !important;
}
h1,
h2,
@ -221,18 +221,18 @@ img.star {
}
#noscroll {
overflow-y: hidden;
justify-content: center;
overflow-y: hidden !important;
justify-content: center !important;
}
#games,
#pinned {
width: 100%;
justify-content: center;
width: 100% !important;
justify-content: center !important;
}
a {
font-size: 16px;
font-size: 16px !important;
}
input[type="text"] {
@ -259,24 +259,24 @@ input[type=text]:hover {
}
.bookmarkletdiv {
width: 30%;
background-color: var(--uibg);
box-shadow: 0px 0px 5px 5px var(--uibg);
padding: 5px;
margin: 15px;
border-radius: 10px;
display: inline-block;
width: 30% !important;
background-color: var(--uibg) !important;
box-shadow: 0px 0px 5px 5px var(--uibg) !important;
padding: 5px !important;
margin: 15px !important;
border-radius: 10px !important;
display: inline-block !important;
}
.bookmarkletdiv a {
font-size: 30px;
font-size: 30px !important;
}
form {
width: 100%;
width: 100% !important;
}
.samerow.themebtns {
width: 70%;
width: 70% !important;
}
select {
@ -291,40 +291,40 @@ select {
}
gameframe {
width: 100vw;
height: 90vh;
width: 100vw !important;
height: 90vh !important;
}
gameframe iframe {
width: 100%;
height: 100%;
width: 100% !important;
height: 100% !important;
}
gameframe.header {
display: flex;
justify-content: space-between;
display: flex !important;
justify-content: space-between !important;
}
sl-icon-button {
font-size: 2rem;
padding-right: 5px;
font-size: 2rem !important;
padding-right: 5px !important;
}
h3#gametitle {
font-size: 2rem;
font-size: 2rem !important;
}thumb.png
.img-credits {
height: 40vh;
width: auto;
box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.555)
height: 40vh !important;
width: auto !important;
box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.555) !important;
}
label {
font-size: 20px;
padding-left: 5px;
font-size: 20px !important;
padding-left: 5px !important;
}
.avatar {
margin: 5px;
margin: 5px !important;
}
#bgimg {
width: 30vw !important;