You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
581 B
32 lines
581 B
/* Print styles */
|
|
@media print {
|
|
html, body {
|
|
-webkit-print-color-adjust: exact;
|
|
}
|
|
a[href]:after { content: "" !important; }
|
|
|
|
select {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
#header, .left-column, #footer, #push, #suit-left, .actions,
|
|
.inner-right-column, .add-row {
|
|
display: none;
|
|
}
|
|
|
|
#wrap, body {
|
|
background: transparent;
|
|
}
|
|
|
|
.suit-columns {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.two-columns .center-column {
|
|
margin: 0;
|
|
}
|
|
|
|
.inner-two-columns .inner-center-column {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|