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