mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12: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] {
|
||||
cursor: pointer;
|
||||
background-color: var(--inputbg);
|
||||
border-color: var(--inputborder);
|
||||
border-width: 3px;
|
||||
border-radius: 10px;
|
||||
border-style: solid;
|
||||
padding: 7px;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
margin: 10px;
|
||||
cursor: pointer !important;
|
||||
background-color: var(--inputbg) !important;
|
||||
border-color: var(--inputborder) !important;
|
||||
border-width: 3px !important;
|
||||
border-radius: 10px !important;
|
||||
border-style: solid !important;
|
||||
padding: 7px !important;
|
||||
margin-left: 20px !important;
|
||||
margin-right: 20px !important;
|
||||
margin: 10px !important;
|
||||
}
|
||||
|
||||
button:hover, input#websubmit.submit:hover, input[type=submit]:hover {
|
||||
filter: brightness(80%);
|
||||
transform: scale(1.07);
|
||||
filter: brightness(80%) !important;
|
||||
transform: scale(1.07) !important;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
aspect-ratio: auto;
|
||||
user-select: none;
|
||||
filter: drop-shadow(var(--shadow));
|
||||
image-rendering: pixelated;
|
||||
width: 100% !important;
|
||||
aspect-ratio: auto !important;
|
||||
user-select: none !important;
|
||||
filter: drop-shadow(var(--shadow)) !important;
|
||||
image-rendering: pixelated !important;
|
||||
}
|
||||
|
||||
.img-container a {
|
||||
width: 100%;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.img-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
gap: 0;
|
||||
flex-wrap: wrap;
|
||||
width: 6%;
|
||||
aspect-ratio: 1 / 1;
|
||||
margin: 2%;
|
||||
display: flex !important;
|
||||
justify-content: center !important;
|
||||
align-items: center !important;
|
||||
flex-direction: row !important;
|
||||
gap: 0 !important;
|
||||
flex-wrap: wrap !important;
|
||||
width: 6% !important;
|
||||
aspect-ratio: 1 / 1 !important;
|
||||
margin: 2% !important;
|
||||
}
|
||||
|
||||
.game, .suggest {
|
||||
|
Loading…
x
Reference in New Issue
Block a user