(Header menu changed) |
(Style added) |
||
Line 1,537: | Line 1,537: | ||
/* ---------------------------- */ | /* ---------------------------- */ | ||
− | + | @media print { | |
+ | *, | ||
+ | *::before, | ||
+ | *::after { | ||
+ | text-shadow: none !important; | ||
+ | box-shadow: none !important; | ||
+ | } | ||
+ | a, | ||
+ | a:visited { | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | abbr[title]::after { | ||
+ | content: " (" attr(title) ")"; | ||
+ | } | ||
+ | pre { | ||
+ | white-space: pre-wrap !important; | ||
+ | } | ||
+ | pre, | ||
+ | blockquote { | ||
+ | border: 1px solid #999; | ||
+ | page-break-inside: avoid; | ||
+ | } | ||
+ | thead { | ||
+ | display: table-header-group; | ||
+ | } | ||
+ | tr, | ||
+ | img { | ||
+ | page-break-inside: avoid; | ||
+ | } | ||
+ | p, | ||
+ | h2, | ||
+ | h3 { | ||
+ | orphans: 3; | ||
+ | widows: 3; | ||
+ | } | ||
+ | h2, | ||
+ | h3 { | ||
+ | page-break-after: avoid; | ||
+ | } | ||
+ | .navbar { | ||
+ | display: none; | ||
+ | } | ||
+ | .badge { | ||
+ | border: 1px solid #000; | ||
+ | } | ||
+ | .table { | ||
+ | border-collapse: collapse !important; | ||
+ | } | ||
+ | .table td, | ||
+ | .table th { | ||
+ | background-color: #fff !important; | ||
+ | } | ||
+ | .table-bordered th, | ||
+ | .table-bordered td { | ||
+ | border: 1px solid #ddd !important; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | html { | ||
+ | box-sizing: border-box; | ||
+ | font-family: sans-serif; | ||
+ | line-height: 1.15; | ||
+ | -webkit-text-size-adjust: 100%; | ||
+ | -ms-text-size-adjust: 100%; | ||
+ | -ms-overflow-style: scrollbar; | ||
+ | -webkit-tap-highlight-color: transparent; | ||
+ | } | ||
+ | body { | ||
+ | margin: 0; | ||
+ | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; | ||
+ | font-size: 1rem; | ||
+ | font-weight: normal; | ||
+ | line-height: 1.5; | ||
+ | color: #212529; | ||
+ | background-color: #fff; | ||
+ | } | ||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | margin-top: 0; | ||
+ | margin-bottom: .5rem; | ||
+ | } | ||
+ | b, | ||
+ | strong { | ||
+ | font-weight: bolder; | ||
+ | } | ||
+ | a { | ||
+ | color: #007bff; | ||
+ | text-decoration: none; | ||
+ | background-color: transparent; | ||
+ | -webkit-text-decoration-skip: objects; | ||
+ | } | ||
+ | |||
+ | a, | ||
+ | area, | ||
+ | button, | ||
+ | [role="button"], | ||
+ | input, | ||
+ | label, | ||
+ | select, | ||
+ | summary, | ||
+ | textarea { | ||
+ | -ms-touch-action: manipulation; | ||
+ | touch-action: manipulation; | ||
+ | } | ||
+ | |||
+ | table { | ||
+ | border-collapse: collapse; | ||
+ | } | ||
+ | th { | ||
+ | text-align: left; | ||
+ | } | ||
+ | h1, h2, h3, h4, h5, h6, | ||
+ | .h1, .h2, .h3, .h4, .h5, .h6 { | ||
+ | margin-bottom: 0.5rem; | ||
+ | font-family: inherit; | ||
+ | font-weight: 500; | ||
+ | line-height: 1.1; | ||
+ | color: inherit; | ||
+ | } | ||
+ | |||
+ | h1, .h1 { | ||
+ | font-size: 2.5rem; | ||
+ | } | ||
+ | |||
+ | h2, .h2 { | ||
+ | font-size: 2rem; | ||
+ | } | ||
+ | |||
+ | h3, .h3 { | ||
+ | font-size: 1.75rem; | ||
+ | } | ||
+ | |||
+ | h4, .h4 { | ||
+ | font-size: 1.5rem; | ||
+ | } | ||
+ | |||
+ | h5, .h5 { | ||
+ | font-size: 1.25rem; | ||
+ | } | ||
+ | |||
+ | h6, .h6 { | ||
+ | font-size: 1rem; | ||
+ | } | ||
+ | |||
+ | |||
</style> | </style> |
Revision as of 21:19, 16 October 2017