Some more cleanup required

This commit is contained in:
Reto Bollinger 2024-11-24 20:42:51 +01:00
parent fb4a22b329
commit 14e57b419d
3 changed files with 17 additions and 67 deletions

View file

@ -400,55 +400,4 @@ div.left_footer, div.middle_footer, div.right_footer {
flex-direction: column;
flex-wrap: wrap;
}
.termine ul {
display: table;
border-collapse: collapse;
padding: 0;
margin: 0;
}
.termine ul > li{
display: table-row;
width: 75vw;
padding: 0;
margin: 0;
}
.termine ul > li > div{
width: 70vw;
text-align: left;
padding: 0;
margin: 0;
display: inline-block;
white-space: nowrap;
}
.termine ul > li > ul {
display: table-row;
}
.termine ul > li > ul > div{
font-weight: normal;
padding: 0;
margin: 0;
text-align: left;
}
.termine ul > li > ul > li {
display: table-cell;
}
.termine ul > li > ul > li:nth-child(1) { width: 27vw; }
.termine ul > li > ul > li:nth-child(2) { width: 1.5vw; }
.termine ul > li > ul > li:nth-child(3) { width: 46.5vw; }
.termine ul > li > ul > li:nth-child(1) > div{ width: 27vw; }
.termine ul > li > ul > li:nth-child(2) > div{ width: 1.5vw; }
.termine ul > li > ul > li:nth-child(3) > div{ width: 46.5vw; }
.termine ul > li > div, .termine ul > li > ul > li > div {
font-size: 2.5vw;
}
}

View file

@ -4,11 +4,11 @@ title: Willkommen beim Pistolenclub Stammertal!
---
body:
<h3>Unser nächster Anlass: </h3>
<br/>
<p>Sonntag <strong>8. Dezember, Gangfischschiessen</strong> in Ermatingen</p>
<br/>
<div class="threecolumn">
<h3>Unser nächster Anlass: </h3>
<br/>
<p>Sonntag <strong>8. Dezember, Gangfischschiessen</strong> in Ermatingen</p>
<br/>
<div class="threecolumn">
<div>
<a href="termine/"><img src=" /images/termine_square.jpg"> All unsere Termine</a>
</div>
@ -18,6 +18,6 @@ body:
<div>
<a href="kontakt/"><img src="/images/kontakt_square.jpg"> Kontaktiere uns</a>
</div>
</div>
---
_template: page.html

View file

@ -44,6 +44,7 @@
{% block body %}{% endblock %}
</div>
<footer>
<div class="inner_footer">
<div class="left_footer">
Pistolenclub Stammertal<br/>
Irgendwasmussdanochhin<br/>
@ -55,6 +56,6 @@
<div class="right_footer">
&copy; Copyright 2024 by PC Stammertal.
</div>
</div>
</footer>
</body>