This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
/*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; } }
|
||||
@@ -1,4 +1,4 @@
|
||||
/*eql*/
|
||||
/*rorschach*/
|
||||
/*components*/
|
||||
.quote {
|
||||
font-weight: 700;
|
||||
@@ -17,7 +17,11 @@ table {
|
||||
table tbody td {
|
||||
border: 1px solid #333;
|
||||
text-align: center;
|
||||
padding: 1rem; }
|
||||
padding: 1rem;
|
||||
background-color: white; }
|
||||
|
||||
.display-none {
|
||||
display: none; }
|
||||
|
||||
#paragraph-id--226 tbody td {
|
||||
text-align: start;
|
||||
@@ -835,6 +839,9 @@ a {
|
||||
.field--name-field-subheading {
|
||||
font-size: 1rem; }
|
||||
|
||||
.display-none {
|
||||
display: none; }
|
||||
|
||||
.node-book-edit-form {
|
||||
width: 80%;
|
||||
border-top-style: solid;
|
||||
|
||||
Reference in New Issue
Block a user