Files
drupal-rorschach/web/themes/custom/rorschach/css-compiled/print.css
T
2023-11-13 14:14:58 +01:00

29 lines
524 B
CSS

/*rorschach*/
/*print*/
.field__label {
display: none; }
table {
border-collapse: collapse; }
table thead th {
border: 1px solid #333;
text-align: center;
font-weight: bold;
padding: 1rem;
background-color: grey; }
table tbody td {
border: 1px solid #333;
text-align: center;
padding: 1rem;
background-color: white; }
table .field__label {
display: none; }
body {
margin: 3rem; }
@media print {
@page {
margin: 5mm !important;
size: landscape !important; } }