mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 15:11:37 +01:00
Compare commits
2 commits
486ea5e233
...
08903992f9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
08903992f9 | ||
|
|
de07c90a68 |
5 changed files with 44 additions and 6 deletions
BIN
lektor/lektordata/project/assets/images/zhksf.png
Normal file
BIN
lektor/lektordata/project/assets/images/zhksf.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
|
|
@ -382,6 +382,37 @@ div.left_footer, div.middle_footer, div.right_footer {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.stamp{
|
||||||
|
position:relative;
|
||||||
|
-webkit-animation-name: pulse;
|
||||||
|
animation-name: pulse;
|
||||||
|
animation-delay:0.5s;
|
||||||
|
-webkit-animation-delay:0.5s;
|
||||||
|
-webkit-animation-duration: 0.5s;
|
||||||
|
animation-duration: 0.5s;
|
||||||
|
opacity: 0;
|
||||||
|
-webkit-animation-fill-mode:forwards;
|
||||||
|
animation-fill-mode:forwards;
|
||||||
|
}
|
||||||
|
|
||||||
|
@-webkit-keyframes pulse{
|
||||||
|
0%{
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
10%{
|
||||||
|
opacity:.50;
|
||||||
|
transform-origin: 50% 50%;
|
||||||
|
transform: rotate(14deg) scale(5);
|
||||||
|
transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
|
||||||
|
}
|
||||||
|
100%{
|
||||||
|
opacity:1;
|
||||||
|
transform: rotate(0deg) scale(1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (min-width: 1025px) and (max-width: 1100px) {
|
@media (min-width: 1025px) and (max-width: 1100px) {
|
||||||
|
|
||||||
.termine ul, .vorstand ul {
|
.termine ul, .vorstand ul {
|
||||||
|
|
|
||||||
|
|
@ -12,9 +12,7 @@ html:
|
||||||
<br/>
|
<br/>
|
||||||
</div>
|
</div>
|
||||||
<h4>...und auch nicht verpassen:</h4>
|
<h4>...und auch nicht verpassen:</h4>
|
||||||
<a href="https://www.wyland25.ch/" target="_blank">
|
<a href="https://www.wyland25.ch/" target="_blank"><img src="/images/zhksf.png" alt="27. Zürcher Kantonalschützenfest 2025" class="stamp"></a>
|
||||||
<img src="/images/zhksf.jpg" alt="27. Zürcher Kantonalschützenfest 2025">
|
|
||||||
</a>
|
|
||||||
<div class="threecolumn">
|
<div class="threecolumn">
|
||||||
<div>
|
<div>
|
||||||
<a href="termine/"><img src=" /images/termine_square.jpg" alt="Terminkalender"> All unsere Termine</a>
|
<a href="termine/"><img src=" /images/termine_square.jpg" alt="Terminkalender"> All unsere Termine</a>
|
||||||
|
|
|
||||||
11
lektor/lektordata/project/content/impressum/contents.lr
Normal file
11
lektor/lektordata/project/content/impressum/contents.lr
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
_model: page
|
||||||
|
---
|
||||||
|
title: impressum
|
||||||
|
---
|
||||||
|
body:
|
||||||
|
|
||||||
|
Inhalt: PC Stammertal, [info@pc-stammertal.ch](mailto:info@pc-stammertal.ch)
|
||||||
|
|
||||||
|
Realisierung: R. Bollinger, R. Ulrich
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -50,9 +50,7 @@ html:
|
||||||
<br/>
|
<br/>
|
||||||
</div>
|
</div>
|
||||||
<h4>...und auch nicht verpassen:</h4>
|
<h4>...und auch nicht verpassen:</h4>
|
||||||
<a href="https://www.wyland25.ch/" target="_blank">
|
<a href="https://www.wyland25.ch/" target="_blank"><img src="/images/zhksf.png" alt="27. Zürcher Kantonalschützenfest 2025" class="stamp"></a>
|
||||||
<img src="/images/zhksf.jpg" alt="27. Zürcher Kantonalschützenfest 2025">
|
|
||||||
</a>
|
|
||||||
<div class="threecolumn">
|
<div class="threecolumn">
|
||||||
<div>
|
<div>
|
||||||
<a href="termine/"><img src=" /images/termine_square.jpg" alt="Terminkalender"> All unsere Termine</a>
|
<a href="termine/"><img src=" /images/termine_square.jpg" alt="Terminkalender"> All unsere Termine</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue