Remove whitespace

This commit is contained in:
T
2026-01-11 13:07:20 +01:00
parent da81dc7bac
commit a4772777a8
2 changed files with 41 additions and 46 deletions

View File

@@ -6,14 +6,14 @@
}
body {
background:#222 url('/img/logowall_opt.svg') center top;
background: #222 url('/img/logowall_opt.svg') center top;
background-size: 300px;
color: white;
}
h1 {
padding-left:160px;
padding-bottom:20px;
padding-left: 160px;
padding-bottom: 20px;
color: $nav-link-color;
}
@@ -28,40 +28,43 @@ a, .navbar-default .navbar-nav li a, .navbar-nav > li > a {
}
.content {
padding-top:90px;
padding-top: 90px;
padding-left: 0;
padding-right: 0;
background:$primary-bg url('/img/logowall_opt.svg') center top;
background: $primary-bg url('/img/logowall_opt.svg') center top;
background-size: 300px;
}
.header {
background-color: $primary-bg;
}
}
.logo {
position:relative;
z-index:10;
width:150px;
margin-bottom: -40px;
}
position: relative;
z-index: 10;
width: 150px;
margin-bottom: -40px;
}
.navigation {
height:50px;
height: 50px;
background-color: $primary-bg;
border-bottom: 1px #aaa solid;
}
.navbar-default {
background:none;
box-shadow:none;
border:0;
background: none;
box-shadow: none;
border: 0;
.in, .collapsing {
margin-top:-60px;
margin-top: -60px;
.navbar-nav {
background-color: $primary-bg;
li {
text-align:right;
text-align: right;
}
}
}
@@ -82,8 +85,8 @@ a, .navbar-default .navbar-nav li a, .navbar-nav > li > a {
color: $link-primary;
&:hover {
color: $link-hover;
}
color: $link-hover;
}
}
h2 {
@@ -98,29 +101,30 @@ a, .navbar-default .navbar-nav li a, .navbar-nav > li > a {
}
.singlepost {
margin-top:60px;
margin-top: 60px;
}
.footer {
padding: 20px;
ul {
list-style-type: none;
}
}
#footer-nav-links a, #header-nav-links a {
color:$nav-link-color;
color: $nav-link-color;
&:visited {
color:$nav-link-color;
color: $nav-link-color;
}
&:hover {
color:$nav-link-hover;
color: $nav-link-hover;
}
}
// Caption for images
img + em {
font-size: 1.25rem;
}
}

View File

@@ -2,14 +2,10 @@
layout: default
---
<h1>
Anfahrt
</h1>
<h1>Anfahrt</h1>
<div class="box">
<h2>
Adresse
</h2>
<h2>Adresse</h2>
<p>
WIR-Haus<br>
<a href="https://www.openstreetmap.org/#map=19/51.28252/7.03074">
@@ -28,42 +24,37 @@ layout: default
</div>
<div class="box">
<h2>
Mit dem ÖPNV
</h2>
<h2>Mit dem ÖPNV</h2>
<p>
Ab Düsseldorf HBf:<br>
S28 nach Mettmann Stadtwald -> Bus 746 nach Goethestraße, Wülfrath.<br>
S28 nach Mettmann Stadtwald Bus 746 nach Goethestraße, Wülfrath.<br>
Mögliches <a href="https://bahn.expert/routing/8000085/364710/" class="Link">Routing</a>
<br><br>
</p>
<p>
Ab Wuppertal-Vohwinkel:<br>
Bus 641 zur Goethestraße, Wülfrath.<br>
Mögliches <a href="https://bahn.expert/routing/8006718/364710/" class="Link">Routing</a>
<br><br>
</p>
<p>
Ab Essen HBf:<br>
S9 nach Wülfrath-Aprath -> Bus 601 nach Stadtmitte, Wülfrath.<br>
S9 nach Wülfrath-Aprath Bus 601 nach Stadtmitte, Wülfrath.<br>
Mögliches <a href="https://bahn.expert/routing/8000098/657878/" class="Link">Routing</a>
</p>
</div>
<div class="box">
<h2>
Mit dem Auto
</h2>
<h2>Mit dem Auto</h2>
<p>
Wir empfehlen, Autos bei der Schule am Berg oder hinter dem Friedhof zu parken. Die Parkverbote werden streng behandelt.
</p>
</div>
<div class="box">
<h2>
Lageplan
</h2>
<h2>Lageplan</h2>
<div>
<img src="media/hip-lageplan.png" alt="Lageplan Stadtkern Wülfrath" width="1140" height="559">
<img src="media/hip-lageplan.png" alt="Lageplan Stadtkern Wülfrath" width="1140" height="559">
</div>
<div>
<a href="https://www.openstreetmap.org/?mlat=51.282516&mlon=7.030773#map=19/51.282516/7.030773" class="Link">Karte in Openstreetmap öffnen</a>
<a href="https://www.openstreetmap.org/?mlat=51.282516&mlon=7.030773#map=19/51.282516/7.030773" class="Link">Karte in Openstreetmap öffnen</a>
</div>
</div>