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
9c6d27f300
commit
22b4534944
52
style.css
52
style.css
@ -38,18 +38,18 @@ body {
|
|||||||
}
|
}
|
||||||
header,
|
header,
|
||||||
footer {
|
footer {
|
||||||
background-color: var(--uibg);
|
background-color: var(--uibg) !important;
|
||||||
display: flex;
|
display: flex !important;
|
||||||
padding: 0.7rem;
|
padding: 0.7rem !important;
|
||||||
width: 100%;
|
width: 100% !important;
|
||||||
z-index: 1;
|
z-index: 1 !important;
|
||||||
justify-content: center;
|
justify-content: center !important;
|
||||||
}
|
}
|
||||||
header {
|
header {
|
||||||
top: 0;
|
top: 0 !important;
|
||||||
border-radius: 0 0 20px 20px;
|
border-radius: 0 0 20px 20px !important;
|
||||||
position: fixed;
|
position: fixed !important;
|
||||||
box-shadow: 0 5px 10px var(--uibg);
|
box-shadow: 0 5px 10px var(--uibg) !important;
|
||||||
}
|
}
|
||||||
footer.noscroll {
|
footer.noscroll {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -64,28 +64,28 @@ footer a,
|
|||||||
footer a:visited,
|
footer a:visited,
|
||||||
header a,
|
header a,
|
||||||
header a:visited {
|
header a:visited {
|
||||||
text-align: center;
|
text-align: center !important;
|
||||||
font-weight: 700;
|
font-weight: 700 !important;
|
||||||
text-decoration: none;
|
text-decoration: none !important;
|
||||||
margin-right: 2rem;
|
margin-right: 2rem !important;
|
||||||
margin-left: 1rem;
|
margin-left: 1rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer a:hover,
|
footer a:hover,
|
||||||
header a:hover {
|
header a:hover {
|
||||||
text-shadow: 2px 2px 6px var(--textcolor);
|
text-shadow: 2px 2px 6px var(--textcolor) !important;
|
||||||
}
|
}
|
||||||
main {
|
main {
|
||||||
animation: 1.25s ease-in-out 0s 1 loadInAnimation;
|
animation: 1.25s ease-in-out 0s 1 loadInAnimation !important;
|
||||||
align-items: center;
|
align-items: center !important;
|
||||||
flex-direction: column;
|
flex-direction: column !important;
|
||||||
display: flex;
|
display: flex !important;
|
||||||
min-height: calc(100vh - (2 * 0.7rem));
|
min-height: calc(100vh - (2 * 0.7rem)) !important;
|
||||||
gap: 0;
|
gap: 0 !important;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap !important;
|
||||||
margin: auto;
|
margin: auto !important;
|
||||||
margin-top: 4rem;
|
margin-top: 4rem !important;
|
||||||
width: 90%;
|
width: 90% !important;
|
||||||
}
|
}
|
||||||
main#main.noscroll {
|
main#main.noscroll {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user