2015-10-01 16:00:26 +02:00
|
|
|
@media print {
|
2017-03-12 21:48:13 +01:00
|
|
|
/* stop double border at bottom with print */
|
|
|
|
footer.row {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
/*make namespace labels stand out */
|
|
|
|
h4.namespace.label {
|
2017-03-12 20:35:35 +01:00
|
|
|
padding: 0.25em;
|
|
|
|
font-size: 1.4em !important;
|
|
|
|
font-weight: normal;
|
|
|
|
background-color: #2284a1 !important;
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
2017-03-12 21:48:13 +01:00
|
|
|
/* do not print borders of page */
|
|
|
|
#p-cactions {
|
2017-03-22 14:28:08 +01:00
|
|
|
border-right: none !important;
|
|
|
|
border-left: none !important;
|
2017-03-12 21:48:13 +01:00
|
|
|
}
|
2017-03-22 14:28:08 +01:00
|
|
|
/* if addThis share is used, make sure to hide mobile content from js */
|
|
|
|
#at4m-dock, .at4-show,
|
|
|
|
#atstbx {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
/* hide Echo if being used */
|
|
|
|
#echo-notifications {
|
|
|
|
display: none !important;
|
2017-03-12 20:35:35 +01:00
|
|
|
}
|
2017-03-12 21:48:13 +01:00
|
|
|
|
2015-10-01 16:00:26 +02:00
|
|
|
}
|