mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 13:21:37 +01:00
Some more cleanup required
This commit is contained in:
parent
fb4a22b329
commit
14e57b419d
3 changed files with 17 additions and 67 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
@ -4,20 +4,20 @@ 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">
|
||||
<div>
|
||||
<a href="termine/"><img src=" /images/termine_square.jpg"> All unsere Termine</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="about/"><img src="/images/about_square.jpg"> Alle Infos über uns</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="kontakt/"><img src="/images/kontakt_square.jpg"> Kontaktiere uns</a>
|
||||
</div>
|
||||
|
||||
<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>
|
||||
<div>
|
||||
<a href="about/"><img src="/images/about_square.jpg"> Alle Infos über uns</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="kontakt/"><img src="/images/kontakt_square.jpg"> Kontaktiere uns</a>
|
||||
</div>
|
||||
</div>
|
||||
---
|
||||
_template: page.html
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
© Copyright 2024 by PC Stammertal.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue