personen anfang

This commit is contained in:
Simon Martens
2025-02-22 23:36:04 +01:00
parent 3d54725283
commit 9c15836e7d
7 changed files with 307 additions and 132 deletions

View File

@@ -199,7 +199,7 @@
}
#searchnav > a:nth-of-type(1) {
@apply ml-12;
@apply ml-6;
}
#searchnav > a {
@@ -251,4 +251,26 @@
#searchform .selectgroup .selectgroup-option label {
@apply whitespace-nowrap;
}
#searchform .selectgroup input:not(:checked) + label {
@apply decoration-slate-900 line-through;
}
#persontype a {
@apply px-1.5 border-b-[5px] border-zinc-300 no-underline font-serif mx-2.5;
}
#persontype a[aria-current="page"]:not(#persontype.inactive a) {
@apply font-bold;
}
#personheader:before {
content: "";
@apply bg-zinc-300 w-[50%] absolute bottom-0 left-[50%] h-[1px];
}
#personalphabet:after {
content: "";
@apply absolute right-0 top-0 h-[44em] border-r border-zinc-300;
}
}