Skip to content
Snippets Groups Projects
Commit ffbf3345 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Improved: Alle Seiten haben jetzt ein flüssiges und modernes Design

parent 0cb31b3c
No related branches found
No related tags found
5 merge requests!1262WIP: Resolve "Spendenseite Texte anpassen",!1207WIP: Resolve "Rechtschreibfehler",!1198Meta ger redesign,!1131Meta ger redesign,!1100637
...@@ -33,11 +33,13 @@ body { ...@@ -33,11 +33,13 @@ body {
flex-grow: 1; flex-grow: 1;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: center;
margin: 50px 0px;
} }
.logo h1 { .logo h1, h1.mg-logo {
color: rgb(255, 128, 0); color: rgb(255, 128, 0);
font-weight: bold;
} }
summary { summary {
...@@ -105,4 +107,11 @@ summary { ...@@ -105,4 +107,11 @@ summary {
.new-feature.badge { .new-feature.badge {
background-color: @new-feature-badge-background-color; background-color: @new-feature-badge-background-color;
}
.imagebox {
display: flex;
a {
display: flex;
}
} }
\ No newline at end of file
...@@ -5,7 +5,7 @@ footer { ...@@ -5,7 +5,7 @@ footer {
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
white-space: pre-line; white-space: pre-line;
align-items: flex-end; align-items: center;
div { div {
text-align: center; text-align: center;
margin-left: 10px; margin-left: 10px;
...@@ -27,4 +27,8 @@ footer { ...@@ -27,4 +27,8 @@ footer {
display: none; display: none;
} }
} }
#info {
display: flex;
flex-direction: column;
}
} }
\ No newline at end of file
...@@ -777,7 +777,6 @@ a { ...@@ -777,7 +777,6 @@ a {
@result-width: 700px; @result-width: 700px;
@quicktip-width: 500px; @quicktip-width: 500px;
html, html,
body, body,
.content-wrapper { .content-wrapper {
...@@ -794,7 +793,7 @@ body, ...@@ -794,7 +793,7 @@ body,
} }
#research-bar { #research-bar {
padding: 10px; padding: 10px 60px 0px 10px;
border-bottom: 2px solid rgb(255, 128, 0); border-bottom: 2px solid rgb(255, 128, 0);
display: flex; display: flex;
justify-content: center; justify-content: center;
...@@ -803,6 +802,7 @@ body, ...@@ -803,6 +802,7 @@ body,
} }
@media (max-width: @screen-xs-max) { @media (max-width: @screen-xs-max) {
flex-direction: column; flex-direction: column;
padding-right: 10px;
} }
} }
......
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
} }
.resultpage-searchbar { .resultpage-searchbar {
padding: 5px 45px 5px 5px; padding: 5px;
:first-child { :first-child {
border-left: none; border-left: none;
} }
......
...@@ -168,7 +168,7 @@ label#openSidebar { ...@@ -168,7 +168,7 @@ label#openSidebar {
} }
} }
@media (max-width: 979px) { @media (max-width: @screen-xs-max) {
.sideBar { .sideBar {
right: -90%; right: -90%;
width: 90%; width: 90%;
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
} }
} }
#mglogo {
margin: 0px 0px 30px 0px;
}
.settings-modal-buttons { .settings-modal-buttons {
padding: 5px; padding: 5px;
button { button {
......
...@@ -63,7 +63,6 @@ nav { ...@@ -63,7 +63,6 @@ nav {
font-size: 1.0em; font-size: 1.0em;
line-height: 1; line-height: 1;
white-space: nowrap; white-space: nowrap;
padding: 0.4em 0;
border-radius: .25em; border-radius: .25em;
margin: 0 auto; margin: 0 auto;
} }
......
@if ($type === 'startpage' || $type === 'subpage') @if ($type === 'startpage' || $type === 'subpage')
<footer class="{{ $id }} noprint"> <footer class="{{ $id }} noprint">
<div> <div class="imagebox">
<a href="https://www.suma-ev.de/" > <a href="https://www.suma-ev.de/" >
<img src="/img/suma_ev_logo-m1-greyscale.png" alt="SUMA-EV Logo"></a> <img src="/img/suma_ev_logo-m1-greyscale.png" alt="SUMA-EV Logo">
</a>
</div> </div>
<div id="info"> <div id="info">
<span><a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "kontakt") }}">{{ trans('staticPages.nav5') }}</a> - <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "impressum") }}">{{ trans('staticPages.nav8') }}</a></span> <span><a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "kontakt") }}">{{ trans('staticPages.nav5') }}</a> - <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "impressum") }}">{{ trans('staticPages.nav8') }}</a></span>
<span class="hidden-xs">{{ trans('staticPages.sumaev.1') }}<a href="https://www.suma-ev.de/">{{ trans('staticPages.sumaev.2') }}</a></span> <span class="hidden-xs">{{ trans('staticPages.sumaev.1') }}<a href="https://www.suma-ev.de/">{{ trans('staticPages.sumaev.2') }}</a></span>
</div> </div>
<div> <div class="imagebox">
<a href="https://www.uni-hannover.de/"> <a href="https://www.uni-hannover.de/">
<img src="/img/luh_metager.png" alt="LUH Logo"></a> <img src="/img/luh_metager.png" alt="LUH Logo">
</a>
</div> </div>
</footer> </footer>
@elseif ($type === 'resultpage') @elseif ($type === 'resultpage')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment