Beautified design/layout.
This commit is contained in:
@@ -22,26 +22,25 @@ thead input {
|
||||
padding-bottom: 0.6rem;
|
||||
/* border-bottom: 2px solid #646464; */
|
||||
background-color: #58ab27;
|
||||
color: #3c3c3c;
|
||||
}
|
||||
|
||||
#page-header a {
|
||||
color: #3c3c3c;
|
||||
}
|
||||
|
||||
#page-header a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#page-header img.brand {
|
||||
/* display: block; */
|
||||
margin-right: 0.6rem;
|
||||
color: #e3e3e3;
|
||||
}
|
||||
|
||||
#page-header .brand {
|
||||
vertical-align: bottom;
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#page-header .brand a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#page-header .brand a:hover {
|
||||
color: #e3e3e3;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#page-header img.brand {
|
||||
margin-right: 1.2rem;
|
||||
}
|
||||
|
||||
#page-header #login-widget {
|
||||
@@ -71,7 +70,7 @@ thead input {
|
||||
padding-right: 1rem;
|
||||
/* border-top: 2px solid #646464; */
|
||||
background-color: #58ab27;
|
||||
color: #3c3c3c;
|
||||
color: #ffffff;
|
||||
}
|
||||
#page-footer .slogan {
|
||||
float: right;
|
||||
@@ -81,7 +80,11 @@ thead input {
|
||||
}
|
||||
|
||||
#page-footer a {
|
||||
color: #3c3c3c;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#page-footer a:hover {
|
||||
color: #e3e3e3;
|
||||
}
|
||||
|
||||
.action-tabs {
|
||||
|
||||
@@ -23,15 +23,17 @@
|
||||
{% endblock head-additional %}
|
||||
|
||||
<title>
|
||||
{% block head-title %}{% trans 'Veranstaltungen' %} - DAV Karlsruhe{% endblock head-title %}
|
||||
{% block head-title %}Veranstaltungsheinzel - DAV Karlsruhe{% endblock head-title %}
|
||||
</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="page">
|
||||
<div id="page-header">
|
||||
<span class="brand">
|
||||
<a href="{% url 'dav_events:home' %}"><img class="brand" width="217" height="30"
|
||||
src="{% static 'dav_events/img/brand.png' %}" /></a>
|
||||
<a href="{% url 'dav_events:home' %}"><span class="brand">{% trans 'Veranstaltungen' %}</span></a>
|
||||
<a href="{% url 'dav_events:home' %}">Veranstaltungsheinzel</a>
|
||||
</span>
|
||||
<div id="login-widget">{% include 'dav_events/includes/login_widget.html' %}</div>
|
||||
</div>
|
||||
|
||||
@@ -59,10 +61,10 @@
|
||||
</div>
|
||||
|
||||
<div id="page-footer">
|
||||
<div class="slogan">Farbe macht stark.</div>
|
||||
<div class="slogan">heinzelwerk</div>
|
||||
<a href="http://alpenverein-karlsruhe.de" target="_blank">DAV Karlsruhe</a>  • 
|
||||
<a href="mailto:heinzel@alpenverein-karlsruhe.de">heinzel =u}</a>  • 
|
||||
<a href="{% url 'dav_events:imprint' %}">{% trans 'Imprint' %}</a>
|
||||
<a href="mailto:heinzel@heinzelwerk.de">heinzel =u}</a>  • 
|
||||
<a href="{% url 'dav_events:imprint' %}">{% trans 'Impressum' %}</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
{% load i18n %}
|
||||
|
||||
{% block head-title %}
|
||||
{% trans 'Imprint' %} - {{ block.super }}
|
||||
{% trans 'Impressum' %} - {{ block.super }}
|
||||
{% endblock head-title %}
|
||||
|
||||
{% block page-container %}
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
<h2>{% trans 'Imprint' %}</h2>
|
||||
<h2>{% trans 'Impressum' %}</h2>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>
|
||||
@@ -20,7 +20,7 @@
|
||||
</p>
|
||||
<p>
|
||||
<addr>
|
||||
<a href="mailto: heinzel@alpenverein-karlsruhe.de">heinzel@alpenverein-karlsruhe.de</a>
|
||||
<a href="mailto: heinzel@heinzelwerk.de">heinzel@heinzelwerk.de</a>
|
||||
</addr>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user