Student Welcome Guide: full trilingual guide + personal route generator #3

Merged
popovskik merged 30 commits from kristijan-dev into develop 2026-07-31 11:46:37 +00:00
1 changed files with 4 additions and 8 deletions
Showing only changes of commit 449297a35d - Show all commits

View File

@ -969,23 +969,19 @@
@page { margin: 0; } @page { margin: 0; }
@media print { @media print {
html, body { background: #fff; } html, body { background: #fff; margin: 0; padding: 0; height: auto; }
body * { visibility: hidden; } /* Collapse the site chrome so the printed page height equals the report. */
.route-report, .route-report * { visibility: visible; } header, footer, .no-print { display: none !important; }
.route-report-page { margin: 0; padding: 0; max-width: none; } .route-report-page { margin: 0; padding: 0; max-width: none; }
.route-report { .route-report {
position: absolute;
left: 0;
top: 0;
width: 100%;
box-sizing: border-box; box-sizing: border-box;
width: 100%;
padding: 15mm 16mm; padding: 15mm 16mm;
border: none; border: none;
border-radius: 0; border-radius: 0;
box-shadow: none; box-shadow: none;
font-size: 12px; font-size: 12px;
} }
.no-print { display: none !important; }
.route-report-head { padding-bottom: 14px; margin-bottom: 16px; gap: 10px; } .route-report-head { padding-bottom: 14px; margin-bottom: 16px; gap: 10px; }
.route-report-logo { height: 42px; } .route-report-logo { height: 42px; }
.route-report h1 { font-size: 22px; } .route-report h1 { font-size: 22px; }