Files
web-development/zoesch.de/galerie/themes/default/print.css
Felix Zösch 07c290a453 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>
2025-12-13 01:17:15 +01:00

16 lines
276 B
CSS

@media print {
#menubar, .content .navigationBar, .categoryActions, .content .calendarViews, .calendarBar,
#imageToolBar, .navThumb, #commentAdd {
display: none;
}
BODY {
margin: 0;
color: #000;
background: #fff;
}
#theCategoryPage .content {
margin: 0 !important;
}
}