Polish typography and responsive admin navigation
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
}
|
||||
|
||||
.page-header { padding: 24px; border: 1px solid #5f1515; border-left: 4px solid #dc2626; border-radius: 14px; background: linear-gradient(110deg, rgba(10,10,10,.9), rgba(69,10,10,.28)); box-shadow: 0 12px 30px rgba(0,0,0,.3); }
|
||||
.page-header h1 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; letter-spacing: .05em; text-transform: uppercase; text-shadow: 0 2px 18px rgba(185, 28, 28, .45); }
|
||||
.page-header h1 { font-family: "Metal Mania", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; letter-spacing: .05em; text-transform: uppercase; text-shadow: 0 2px 18px rgba(185, 28, 28, .45); }
|
||||
.new-concert-button { background: #991b1b; border: 1px solid #dc2626; }
|
||||
.new-concert-button:hover { background: #b91c1c; }
|
||||
.admin-button:hover { border-color: #dc2626; }
|
||||
@@ -248,14 +248,6 @@
|
||||
{% if archive %}⚡ Bevorstehend{% else %}☠ Vergangene{% endif %}
|
||||
</a>
|
||||
|
||||
{% if user.is_admin %}
|
||||
|
||||
<a href="/admin" class="admin-button">
|
||||
⚙️ Verwaltung
|
||||
</a>
|
||||
|
||||
{% endif %}
|
||||
|
||||
<a
|
||||
href="/concerts/new"
|
||||
class="new-concert-button"
|
||||
|
||||
Reference in New Issue
Block a user