mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 10:32:08 -05:00
Update style.css
This commit is contained in:
parent
22b4534944
commit
9dd49d6409
54
style.css
54
style.css
@ -121,45 +121,45 @@ p, a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button, input#websubmit.submit, input[type=submit] {
|
button, input#websubmit.submit, input[type=submit] {
|
||||||
cursor: pointer;
|
cursor: pointer !important;
|
||||||
background-color: var(--inputbg);
|
background-color: var(--inputbg) !important;
|
||||||
border-color: var(--inputborder);
|
border-color: var(--inputborder) !important;
|
||||||
border-width: 3px;
|
border-width: 3px !important;
|
||||||
border-radius: 10px;
|
border-radius: 10px !important;
|
||||||
border-style: solid;
|
border-style: solid !important;
|
||||||
padding: 7px;
|
padding: 7px !important;
|
||||||
margin-left: 20px;
|
margin-left: 20px !important;
|
||||||
margin-right: 20px;
|
margin-right: 20px !important;
|
||||||
margin: 10px;
|
margin: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover, input#websubmit.submit:hover, input[type=submit]:hover {
|
button:hover, input#websubmit.submit:hover, input[type=submit]:hover {
|
||||||
filter: brightness(80%);
|
filter: brightness(80%) !important;
|
||||||
transform: scale(1.07);
|
transform: scale(1.07) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100% !important;
|
||||||
aspect-ratio: auto;
|
aspect-ratio: auto !important;
|
||||||
user-select: none;
|
user-select: none !important;
|
||||||
filter: drop-shadow(var(--shadow));
|
filter: drop-shadow(var(--shadow)) !important;
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img-container a {
|
.img-container a {
|
||||||
width: 100%;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img-container {
|
.img-container {
|
||||||
display: flex;
|
display: flex !important;
|
||||||
justify-content: center;
|
justify-content: center !important;
|
||||||
align-items: center;
|
align-items: center !important;
|
||||||
flex-direction: row;
|
flex-direction: row !important;
|
||||||
gap: 0;
|
gap: 0 !important;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap !important;
|
||||||
width: 6%;
|
width: 6% !important;
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1 !important;
|
||||||
margin: 2%;
|
margin: 2% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.game, .suggest {
|
.game, .suggest {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user