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