Files
aef-website/static/serve/style.css
2025-08-02 20:55:38 +02:00

64 lines
1.2 KiB
CSS

@font-face {
font-family: 'Rubik Doodle Shadow';
src:
local('Rubik Doodle Shadow'),
url('RubikDoodleShadow-Regular.woff') format('woff');
}
:root {
--pico-typography-spacing-vertical: 2rem;
--pico-font-family: 'Arial', sans-serif;
}
h1 {
font-family: 'Rubik Doodle Shadow', sans-serif;
font-size: clamp(3rem, 1.875rem + 2vw, 4.5rem);
letter-spacing: 0.33rem;
margin-top: clamp(3rem, 1.875rem + 2vw, 5rem);
margin-bottom: clamp(5rem, 1.875rem + 2vw, 8rem);
text-align: center;
}
.font-headline {
font-family: 'Rubik Doodle Shadow', sans-serif;
}
.rank {
font-size: clamp(2rem, 1.875rem + 2vw, 2.5rem);
margin-right: 1rem;
}
.cam {
font-size: 1.3rem;
}
ul.iterated {
padding-left: unset;
}
ul.iterated > li {
list-style-type: none;
display: flex;
justify-content: space-between;
align-items: flex-end;
border-bottom: 3px solid white;
}
:host(:not([data-theme=dark])), :root:not([data-theme=dark]), [data-theme=light] ul.iterated > li {
border-bottom: 3px solid black;
}
/* Header */
#theme_switcher {
width: 20px;
height: 20px;
display: inline-block;
}
header a {
padding: 0.5rem;
line-height: 1.75;
font-size: 1.25em;
}