Initial commit: Backup der Webseiten

- zoesch.de
- blitzkiste.net
- gruene-hassberge (norbert.zoesch.de)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Felix Zösch
2025-12-13 01:17:15 +01:00
commit 07c290a453
4607 changed files with 1202735 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
// Off canvas navigation
// --------------------------------------------------
.offcanvas {
display: none;
&.in {
display: block;
}
}
@media (max-width: @screen-xs-max) {
.offcanvas-xs {
.offcanvas;
}
}
@media (max-width: @screen-sm-max) {
.offcanvas-sm {
.offcanvas;
}
}
@media (max-width: @screen-md-max) {
.offcanvas-md {
.offcanvas;
}
}
.offcanvas-lg {
.offcanvas;
}
.canvas-sliding {
-webkit-transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
}
.offcanvas-clone {
height: 0px !important;
width: 0px !important;
overflow: hidden !important;
border: none !important;
margin: 0px !important;
padding: 0px !important;
position: absolute !important;
top: auto !important;
left: auto !important;
bottom: 0px !important;
right: 0px !important;
opacity: 0 !important;
}