pull/222/head
Aevann 2024-02-12 16:17:53 +02:00
parent b19a49a885
commit dbdf43d0dd
1 changed files with 21 additions and 21 deletions

View File

@ -3362,58 +3362,58 @@ a.text-danger:hover, a.text-danger:focus, :not(td) > a[href="/h/chudrama"]:focus
@media print { @media print {
*, *::before, *::after { *, *::before, *::after {
box-shadow: none !important; box-shadow: none !important;
} }
a:not(.btn) { a:not(.btn) {
text-decoration: underline; text-decoration: underline;
} }
abbr[title]::after { abbr[title]::after {
content: " (" attr(title) ")"; content: " (" attr(title) ")";
} }
pre { pre {
white-space: pre-wrap !important; white-space: pre-wrap !important;
} }
pre { pre {
border: 1px solid #adb5bd; border: 1px solid #adb5bd;
page-break-inside: avoid; page-break-inside: avoid;
} }
thead { thead {
display: table-header-group; display: table-header-group;
} }
tr, img { tr, img {
page-break-inside: avoid; page-break-inside: avoid;
} }
p, h2, h3 { p, h2, h3 {
orphans: 3; orphans: 3;
widows: 3; widows: 3;
} }
h2, h3 { h2, h3 {
page-break-after: avoid; page-break-after: avoid;
} }
@page { @page {
size: a3; size: a3;
} }
body { body {
min-width: 992px !important; min-width: 992px !important;
} }
.container { .container {
min-width: 992px !important; min-width: 992px !important;
} }
.navbar { .navbar {
display: none; display: none;
} }
.badge { .badge {
border: 1px solid #000; border: 1px solid #000;
} }
.table { table {
border-collapse: collapse !important; border-collapse: collapse !important;
} }
.table td, .table th { table td, table th {
background-color: #fff !important; background-color: #fff !important;
} }
.table .thead-dark th { table .thead-dark th {
color: inherit; color: inherit;
border-color: var(--gray-400); border-color: var(--gray-400);
} }
} }
html { html {
font-size: 14px; font-size: 14px;
@ -3421,7 +3421,7 @@ html {
@supports (font-variation-settings: normal) { @supports (font-variation-settings: normal) {
html { html {
font-family: "Inter var", sans-serif; font-family: "Inter var", sans-serif;
} }
} }
body { body {
color: var(--black); color: var(--black);