Update style.css

This commit is contained in:
LEGALISE_PIRACY 2024-01-26 04:29:58 +00:00
parent 5e735b9532
commit 85434479ea

View File

@ -116,28 +116,28 @@ h3,
p, p,
a, a,
label { label {
margin: 0; margin: 0 !important;
padding: 0; padding: 0 !important;
text-shadow: var(--shadow); text-shadow: var(--shadow) !important;
} }
.samerow { .samerow {
display: flex; display: flex !important;
justify-content: center; justify-content: center !important;
gap: 0; gap: 0 !important;
flex-wrap: wrap; flex-wrap: wrap !important;
} }
h1 { h1 {
font-size: 60px; font-size: 60px !important;
} }
h2 { h2 {
font-size: 40px; font-size: 40px !important;
} }
h3 { h3 {
font-size: 20px; font-size: 20px !important;
} }
p, a { p, a {
font-size: 16px; font-size: 16px !important;
} }
button, input#websubmit.submit, input[type=submit] { button, input#websubmit.submit, input[type=submit] {
@ -236,22 +236,22 @@ a {
} }
input[type="text"] { input[type="text"] {
width: 50%; width: 50% !important;
background-color: var(--inputbg); background-color: var(--inputbg) !important;
box-sizing: border-box; box-sizing: border-box !important;
font-size: 20px; font-size: 20px !important;
padding: 0.8% 0.8%; padding: 0.8% 0.8% !important;
text-align: center; text-align: center !important;
border-radius: 5px; border-radius: 5px !important;
outline: none; outline: none !important;
margin: 10px; margin: 10px !important;
border: 2px solid var(--inputborder); border: 2px solid var(--inputborder) !important;
border-radius: 5px; border-radius: 5px !important;
transition: opacity 0.25s ease-in-out; transition: opacity 0.25s ease-in-out !important;
opacity: 100%; opacity: 100% !important;
} }
input[type=text]:hover { input[type=text]:hover {
opacity: 80%; opacity: 80% !important;
} }
::placeholder { ::placeholder {
color: var(--textcolor) !important; color: var(--textcolor) !important;
@ -327,6 +327,6 @@ label {
margin: 5px; margin: 5px;
} }
#bgimg { #bgimg {
width: 30vw; width: 30vw !important;
font-size: 16px; font-size: 16px !important;
} }