Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing print styles
-adding a custom print css file and enqueuing it through the functions
file
  • Loading branch information
bcd04001 committed May 23, 2016
1 parent dcc40d3 commit bedd847
Show file tree
Hide file tree
Showing 5 changed files with 248 additions and 187 deletions.
43 changes: 27 additions & 16 deletions css/neag.css
Expand Up @@ -7710,22 +7710,23 @@ button.close {
margin: 0;
}
.home #content .widget.widget_rcpt ul .rcpt_item_title {
padding: .5em 5% 0;
padding: .5em 0 0;
font-weight: bold;
}
.home #content .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image {
margin-left: -9%;
margin-bottom: 1em;
width: 117%;
padding: 0 9%;
}
.home #content .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image img {
width: 100%;
}
.home #content .widget.widget_rcpt ul .rcpt_item_excerpt {
margin: .5em 5% 1em;
margin: .5em 0 1em;
}
.home #content .widget.widget_rcpt ul .rcpt_item_date {
margin: .5em 5% 1em;
margin: .5em 0 1em;
}
.home #content .widget.widget_sp_image {
padding: 0;
Expand Down Expand Up @@ -8103,22 +8104,23 @@ button.close {
margin: 0;
}
.home #content .panel-grid .widget.widget_rcpt ul .rcpt_item_title {
padding: .5em 5% 0;
padding: .5em 0 0;
font-weight: bold;
}
.home #content .panel-grid .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image {
margin-left: -9%;
margin-bottom: 1em;
width: 117%;
padding: 0 9%;
}
.home #content .panel-grid .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image img {
width: 100%;
}
.home #content .panel-grid .widget.widget_rcpt ul .rcpt_item_excerpt {
margin: .5em 5% 1em;
margin: .5em 0 1em;
}
.home #content .panel-grid .widget.widget_rcpt ul .rcpt_item_date {
margin: .5em 5% 1em;
margin: .5em 0 1em;
}
.home #content .panel-grid .widget.widget_sp_image {
padding: 0;
Expand Down Expand Up @@ -8501,22 +8503,23 @@ button.close {
margin: 0;
}
#page-sidebar .widget.widget_rcpt ul .rcpt_item_title {
padding: .5em 5% 0;
padding: .5em 0 0;
font-weight: bold;
}
#page-sidebar .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image {
margin-left: -9%;
margin-bottom: 1em;
width: 117%;
padding: 0 9%;
}
#page-sidebar .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image img {
width: 100%;
}
#page-sidebar .widget.widget_rcpt ul .rcpt_item_excerpt {
margin: .5em 5% 1em;
margin: .5em 0 1em;
}
#page-sidebar .widget.widget_rcpt ul .rcpt_item_date {
margin: .5em 5% 1em;
margin: .5em 0 1em;
}
#page-sidebar .widget.widget_sp_image {
padding: 0;
Expand Down Expand Up @@ -8895,22 +8898,23 @@ button.close {
margin: 0;
}
.subpage .widget.widget_rcpt ul .rcpt_item_title {
padding: .5em 5% 0;
padding: .5em 0 0;
font-weight: bold;
}
.subpage .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image {
margin-left: -9%;
margin-bottom: 1em;
width: 117%;
padding: 0 9%;
}
.subpage .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image img {
width: 100%;
}
.subpage .widget.widget_rcpt ul .rcpt_item_excerpt {
margin: .5em 5% 1em;
margin: .5em 0 1em;
}
.subpage .widget.widget_rcpt ul .rcpt_item_date {
margin: .5em 5% 1em;
margin: .5em 0 1em;
}
.subpage .widget.widget_sp_image {
padding: 0;
Expand Down Expand Up @@ -9886,6 +9890,12 @@ q:before, table q:after {
*/
}

@media (max-width: 767px) {
.uc-people table img {
max-width: none;
}
}

/* - - - - - - - - - - - - - - - - - - -
== Calendar
- - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -10200,22 +10210,23 @@ body.sticky .ie8 #footers {
margin: 0;
}
#mega-footer .widget.widget_rcpt ul .rcpt_item_title {
padding: .5em 5% 0;
padding: .5em 0 0;
font-weight: bold;
}
#mega-footer .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image {
margin-left: -9%;
margin-bottom: 1em;
width: 117%;
padding: 0 9%;
}
#mega-footer .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image img {
width: 100%;
}
#mega-footer .widget.widget_rcpt ul .rcpt_item_excerpt {
margin: .5em 5% 1em;
margin: .5em 0 1em;
}
#mega-footer .widget.widget_rcpt ul .rcpt_item_date {
margin: .5em 5% 1em;
margin: .5em 0 1em;
}
#mega-footer .widget.widget_sp_image {
padding: 0;
Expand Down Expand Up @@ -10833,7 +10844,7 @@ body.home.page-template-page-blank h3.widget-title {
}

body {
font-family: 'Proxima Nova', helvetica, arial, sans-serif;
font-family: 'Proxima Nova',helvetica, arial, sans-serif;
}

a {
Expand Down
23 changes: 23 additions & 0 deletions css/print.css
@@ -0,0 +1,23 @@
body {
font-family: helvetica, arial, sans-serif !important;
color: black !important;
}

body * {
color: black !important;
font-family: helvetica, arial, sans-serif !important;
}

.home #content .panel-grid .widget .uc-cal .uc-cal-item .uc-cal-event {
color: black !important;
}

#uc-site-header #uc-site-title h1 a {
color: black !important;
display: block !important;
}

#page #uc-site-header h1, #uc-site-header p, #uc-site-header a {
color: black !important;
z-index: 999;
}

0 comments on commit bedd847

Please sign in to comment.