Commit 0e2865e4 by Jolyon Bloomfield

Making background pictures printable

parent 7f451c88
......@@ -84,7 +84,8 @@ td { vertical-align: top; }
.clearfix { *zoom: 1; }
@media print {
* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
* { background: transparent; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
html, body { background: transparent !important; }
a, a:visited { text-decoration: underline; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after { content: ""; }
......
......@@ -236,6 +236,14 @@ div.info-wrapper {
}
}
}
@media print {
background: transparent !important;
}
}
@media print {
background: transparent !important;
}
@media print {
......
......@@ -12,5 +12,6 @@ div.static_tab_wrapper {
@media print {
border: 0;
background: transparent !important;
}
}
\ No newline at end of file
......@@ -295,6 +295,7 @@ div.course-wrapper {
@media print {
padding: 0 2mm;
background: transparent !important;
}
}
......@@ -333,6 +334,7 @@ div.course-wrapper {
@media print {
border: 0;
background: transparent !important;
}
}
......
......@@ -193,4 +193,8 @@ header.global.slim {
font-weight: bold;
letter-spacing: 0;
}
@media print {
background: transparent !important;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment