Commit 3cb33e68 by Kyle Fiedler

Added new print styles

--HG--
branch : templates-kf-print
parent d0cd1f5e
...@@ -53,6 +53,10 @@ h1.top-header { ...@@ -53,6 +53,10 @@ h1.top-header {
padding: lh(); padding: lh();
vertical-align: top; vertical-align: top;
width: flex-grid(9) + flex-gutter(); width: flex-grid(9) + flex-gutter();
@media print {
@include box-shadow(none);
}
} }
.sidebar { .sidebar {
...@@ -68,6 +72,10 @@ h1.top-header { ...@@ -68,6 +72,10 @@ h1.top-header {
width: flex-grid(3); width: flex-grid(3);
position: relative; position: relative;
@media print {
display: none;
}
h3 { h3 {
@include box-shadow(0 1px 0 #eee); @include box-shadow(0 1px 0 #eee);
background: none; background: none;
...@@ -124,6 +132,10 @@ h1.top-header { ...@@ -124,6 +132,10 @@ h1.top-header {
@include box-shadow(inset 0 1px 0 #fff, inset 1px 0 0 #fff); @include box-shadow(inset 0 1px 0 #fff, inset 1px 0 0 #fff);
@extend .clearfix; @extend .clearfix;
@media print {
display: none;
}
a { a {
color: darken(#F6EFD4, 80%); color: darken(#F6EFD4, 80%);
......
...@@ -6,6 +6,10 @@ footer { ...@@ -6,6 +6,10 @@ footer {
margin-top: $body-line-height; margin-top: $body-line-height;
padding: 0 $body-line-height; padding: 0 $body-line-height;
@media print {
display: none;
}
p { p {
float: left; float: left;
......
...@@ -4,6 +4,10 @@ div.header-wrapper { ...@@ -4,6 +4,10 @@ div.header-wrapper {
background: $mit-red; background: $mit-red;
border-bottom: 1px solid #fff; border-bottom: 1px solid #fff;
@media print {
display: none;
}
header { header {
@extend .clearfix; @extend .clearfix;
@extend .wrapper; @extend .wrapper;
......
.header-wrapper {display:none;}
#accordion {display:none;}
.ui-accordion {display:none;
visibility:hidden;
width:0%;
}
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