P2: Typografie-Hierarchie — Seiten-/Karten-/Tabellen-Header
- h1: text-2xl font-bold text-slate-900 - Karten-h2: text-base font-semibold text-slate-800 - th: text-xs font-medium uppercase tracking-wider text-slate-500
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% block titel %}{{ titel }} — Spiele-Redaktion{% endblock %}
|
||||
{% block inhalt %}
|
||||
<h1 class="text-2xl font-bold mb-2">{{ titel }}</h1>
|
||||
<h1 class="text-2xl font-bold text-slate-900 mb-2">{{ titel }}</h1>
|
||||
<p class="text-slate-600 max-w-3xl mb-4">
|
||||
Sicherungsdatei der Redaktion: Titel, deren Erscheinungs- bzw. Eintragsdatum
|
||||
mehr als 12 Monate zurückliegt, werden täglich automatisch aus den
|
||||
@@ -112,16 +112,16 @@
|
||||
<table class="w-full text-sm">
|
||||
<thead class="text-left text-slate-500 sticky top-0 z-10 [&>tr>th]:bg-slate-50 [&>tr>th]:shadow-[inset_0_-1px_0_0_#e2e8f0]">
|
||||
<tr>
|
||||
<th class="px-4 py-3 font-medium">Cover</th>
|
||||
<th class="px-4 py-3 font-medium">Spieltitel</th>
|
||||
<th class="px-4 py-3 font-medium">Herkunft</th>
|
||||
<th class="px-4 py-3 font-medium">Verlag</th>
|
||||
<th class="px-4 py-3 font-medium">Jahr / Ausgabe</th>
|
||||
<th class="px-4 py-3 font-medium">Status</th>
|
||||
<th class="px-4 py-3 font-medium">Rezensent</th>
|
||||
<th class="px-4 py-3 font-medium">Archiviert am</th>
|
||||
<th class="px-4 py-3 font-medium">Grund</th>
|
||||
<th class="px-4 py-3 font-medium">Aktionen</th>
|
||||
<th class="px-4 py-3 font-medium text-xs uppercase tracking-wider">Cover</th>
|
||||
<th class="px-4 py-3 font-medium text-xs uppercase tracking-wider">Spieltitel</th>
|
||||
<th class="px-4 py-3 font-medium text-xs uppercase tracking-wider">Herkunft</th>
|
||||
<th class="px-4 py-3 font-medium text-xs uppercase tracking-wider">Verlag</th>
|
||||
<th class="px-4 py-3 font-medium text-xs uppercase tracking-wider">Jahr / Ausgabe</th>
|
||||
<th class="px-4 py-3 font-medium text-xs uppercase tracking-wider">Status</th>
|
||||
<th class="px-4 py-3 font-medium text-xs uppercase tracking-wider">Rezensent</th>
|
||||
<th class="px-4 py-3 font-medium text-xs uppercase tracking-wider">Archiviert am</th>
|
||||
<th class="px-4 py-3 font-medium text-xs uppercase tracking-wider">Grund</th>
|
||||
<th class="px-4 py-3 font-medium text-xs uppercase tracking-wider">Aktionen</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="divide-y divide-slate-100">
|
||||
|
||||
Reference in New Issue
Block a user