Update style.css

This commit is contained in:
LEGALISE_PIRACY 2024-01-26 03:50:43 +00:00
parent a44f197261
commit 8682a4c1a0

View File

@ -163,33 +163,33 @@ img {
} }
.game, .suggest { .game, .suggest {
width: 15%; width: 15% !important;
border-radius: 20px; border-radius: 20px !important;
display: inline-block; display: inline-block !important;
background-color: var(--uibg); background-color: var(--uibg) !important;
margin: 15px; margin: 15px !important;
cursor: pointer; cursor: pointer !important;
box-shadow: 0px 0px 5px 5px var(--uibg); box-shadow: 0px 0px 5px 5px var(--uibg) !important;
} }
.game:hover, .suggest:hover { .game:hover, .suggest:hover {
transform: scale(1.1); transform: scale(1.1) !important;
filter: brightness(85%); filter: brightness(85%) !important;
box-shadow: 0px 0px 5px 5px var(--uibg); box-shadow: 0px 0px 5px 5px var(--uibg) !important;
} }
.game h1, .suggest h1 { .game h1, .suggest h1 {
font-size: 12px; font-size: 12px !important;
float: right; float: right !important;
margin-right: 10px; margin-right: 10px !important;
margin-top: 3px; margin-top: 3px !important;
margin-bottom: 3px; margin-bottom: 3px !important;
} }
.game img, .suggest img { .game img, .suggest img {
width: 100%; width: 100% !important;
border-radius: 20px; border-radius: 20px !important;
aspect-ratio: 1 / 1; aspect-ratio: 1 / 1 !important;
} }
img.star { img.star {
@ -234,8 +234,8 @@ input[type=text]:hover {
opacity: 80%; opacity: 80%;
} }
::placeholder { ::placeholder {
color: var(--textcolor); color: var(--textcolor) !important;
opacity: 0.4; /* Firefox */ opacity: 0.4 !important; /* Firefox */
} }
.bookmarkletdiv { .bookmarkletdiv {
@ -260,14 +260,14 @@ form {
} }
select { select {
border-radius: 5px; border-radius: 5px !important;
background-color: var(--inputbg); background-color: var(--inputbg) !important;
border-color: var(--inputborder); border-color: var(--inputborder) !important;
border-width: 5px; border-width: 5px !important;
border-radius: 10px; border-radius: 10px !important;
border-style: solid; border-style: solid !important;
padding: 0.5% 0.5%; padding: 0.5% 0.5% !important;
margin: 0.25%; margin: 0.25% !important;
} }
gameframe { gameframe {