.
All checks were successful
Spell Check / Check spelling (push) Successful in 9s
vale / runner / vale (push) Successful in 4s

This commit is contained in:
g_it 2026-04-25 01:20:07 +02:00
commit b1cedbf4d0
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
32 changed files with 73 additions and 330 deletions

View file

@ -0,0 +1,53 @@
@import url("theme.css");
/*****************************
* TECHNICAL
* Styling for the technical page.
*****************************/
main.md-main[data-md-component="main"] {
background: repeating-linear-gradient(0deg, transparent, transparent 19px, rgba(75, 85, 99, 0.08) 19px, rgba(75, 85, 99, 0.08) 20px, transparent 20px, transparent 39px, rgba(75, 85, 99, 0.08) 39px, rgba(75, 85, 99, 0.08) 40px), repeating-linear-gradient(90deg, transparent, transparent 19px, rgba(75, 85, 99, 0.08) 19px, rgba(75, 85, 99, 0.08) 20px, transparent 20px, transparent 39px, rgba(75, 85, 99, 0.08) 39px, rgba(75, 85, 99, 0.08) 40px), radial-gradient(circle at 20px 20px, rgba(55, 65, 81, 0.12) 2px, transparent 2px), radial-gradient(circle at 40px 40px, rgba(55, 65, 81, 0.12) 2px, transparent 2px) !important
}
.header-menu {
display: flex;
justify-content: center;
.menu-items {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
align-items: center;
.current-menu-item {
width: 80px;
height: 80px;
justify-content: center;
display: flex;
align-items: center;
color: var(--light-grey);
}
.menu-item {
width: 65px;
height: 65px;
display: flex;
align-items: center;
color: transparent;
overflow: hidden;
white-space: nowrap;
&:hover {
color: var(--light-grey);
}
}
}
}
footer {
background: repeating-linear-gradient(0deg, transparent, transparent 19px, rgba(75, 85, 99, 0.08) 19px, rgba(75, 85, 99, 0.08) 20px, transparent 20px, transparent 39px, rgba(75, 85, 99, 0.08) 39px, rgba(75, 85, 99, 0.08) 40px),
repeating-linear-gradient(90deg, transparent, transparent 19px, rgba(75, 85, 99, 0.08) 19px, rgba(75, 85, 99, 0.08) 20px, transparent 20px, transparent 39px, rgba(75, 85, 99, 0.08) 39px, rgba(75, 85, 99, 0.08) 40px),
radial-gradient(circle at 20px 20px, rgba(55, 65, 81, 0.12) 2px, transparent 2px),
radial-gradient(circle at 40px 40px, rgba(55, 65, 81, 0.12) 2px, transparent 2px);
font-family: var(--general-sans);
}