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-direction: column;
flex-wrap: wrap; 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,20 +4,20 @@ title: Willkommen beim Pistolenclub Stammertal!
--- ---
body: body:
<h3>Unser nächster Anlass: </h3> <h3>Unser nächster Anlass: </h3>
<br/> <br/>
<p>Sonntag <strong>8. Dezember, Gangfischschiessen</strong> in Ermatingen</p> <p>Sonntag <strong>8. Dezember, Gangfischschiessen</strong> in Ermatingen</p>
<br/> <br/>
<div class="threecolumn"> <div class="threecolumn">
<div> <div>
<a href="termine/"><img src=" /images/termine_square.jpg"> All unsere Termine</a> <a href="termine/"><img src=" /images/termine_square.jpg"> All unsere Termine</a>
</div> </div>
<div> <div>
<a href="about/"><img src="/images/about_square.jpg"> Alle Infos über uns</a> <a href="about/"><img src="/images/about_square.jpg"> Alle Infos über uns</a>
</div> </div>
<div> <div>
<a href="kontakt/"><img src="/images/kontakt_square.jpg"> Kontaktiere uns</a> <a href="kontakt/"><img src="/images/kontakt_square.jpg"> Kontaktiere uns</a>
</div> </div>
</div>
--- ---
_template: page.html _template: page.html

View file

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