mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
83 lines
1.5 KiB
CSS
83 lines
1.5 KiB
CSS
@layer components {
|
|
/* COLORS */
|
|
.ha-static {
|
|
@apply bg-slate-50 dark:bg-gray-900
|
|
}
|
|
|
|
.ha-static h3 {
|
|
@apply text-hamannSlate-900 dark:text-white dark:font-bold
|
|
}
|
|
|
|
.ha-static table th {
|
|
@apply text-hamannSlate-900 dark:text-white dark:font-bold
|
|
}
|
|
|
|
.ha-static table tr:nth-child(even) {
|
|
@apply bg-slate-200 dark:bg-slate-700
|
|
}
|
|
|
|
/* STYLES */
|
|
.ha-static {
|
|
@apply w-full py-12 px-12 md:px-16 hyphenate font-serif
|
|
}
|
|
|
|
.ha-static .ha-static-right-margin {
|
|
@apply md:pr-60 desktop:pr-80
|
|
}
|
|
|
|
.ha-static h1 {
|
|
@apply font-bold text-2xl desktop:font-normal desktop:text-5xl mb-9 unhyphenate
|
|
}
|
|
|
|
.ha-static h2 {
|
|
@apply my-3 mt-4 text-lg desktop:text-2xl
|
|
}
|
|
|
|
.ha-static h3 {
|
|
@apply mt-4 mb-2 font-bold
|
|
}
|
|
|
|
.ha-static table {
|
|
@apply my-3 w-full;
|
|
}
|
|
|
|
.ha-static table tr td p {
|
|
@apply !my-2
|
|
}
|
|
|
|
.ha-static table th {
|
|
@apply pl-2 pr-2 desktop:pr-4 text-left font-bold
|
|
}
|
|
|
|
.ha-static table tr td {
|
|
@apply pl-2 pr-2 desktop:pr-4 align-top
|
|
}
|
|
|
|
.ha-static table tr td:last-child {
|
|
@apply desktop:whitespace-normal
|
|
}
|
|
|
|
.ha-static p {
|
|
@apply my-4
|
|
}
|
|
|
|
.ha-static a {
|
|
@apply underline decoration-dotted
|
|
}
|
|
|
|
.ha-static a:hover {
|
|
@apply underline decoration-solid
|
|
}
|
|
|
|
.ha-static .ha-footnote {
|
|
@apply relative text-sm desktop:text-base
|
|
}
|
|
|
|
.ha-static .ha-footnote .ha-footnote-ref {
|
|
@apply inline-block absolute text-right w-8 -left-10
|
|
}
|
|
}
|
|
|
|
.ha-static table {
|
|
empty-cells: show;
|
|
} |