From 01c17c68277ff88fab812920732d9bbe9e6bb571 Mon Sep 17 00:00:00 2001 From: murilo ijanc Date: Tue, 24 Mar 2026 21:45:05 -0300 Subject: Simplify website to single-page Remove old Zola-generated content, keep only the essential landing page with about, contact, and license sections. --- book/pt-br/css/print-9e4910d8.css | 50 --------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 book/pt-br/css/print-9e4910d8.css (limited to 'book/pt-br/css/print-9e4910d8.css') diff --git a/book/pt-br/css/print-9e4910d8.css b/book/pt-br/css/print-9e4910d8.css deleted file mode 100644 index 2004384..0000000 --- a/book/pt-br/css/print-9e4910d8.css +++ /dev/null @@ -1,50 +0,0 @@ - -#mdbook-sidebar, -#mdbook-menu-bar, -.nav-chapters, -.mobile-nav-chapters { - display: none; -} - -#mdbook-page-wrapper.page-wrapper { - transform: none !important; - margin-inline-start: 0px; - overflow-y: initial; -} - -#mdbook-content { - max-width: none; - margin: 0; - padding: 0; -} - -.page { - overflow-y: initial; -} - -code { - direction: ltr !important; -} - -pre > .buttons { - z-index: 2; -} - -a, a:visited, a:active, a:hover { - color: #4183c4; - text-decoration: none; -} - -h1, h2, h3, h4, h5, h6 { - page-break-inside: avoid; - page-break-after: avoid; -} - -pre, code { - page-break-inside: avoid; - white-space: pre-wrap; -} - -.fa { - display: none !important; -} -- cgit v1.2.3