Skip to content

Instantly share code, notes, and snippets.

@adesignl
Created May 7, 2013 18:39
Show Gist options
  • Save adesignl/5535005 to your computer and use it in GitHub Desktop.
Save adesignl/5535005 to your computer and use it in GitHub Desktop.
Hubspot Foxboro Print Styles
/* print styles for Foxboro theme */
body {
background: white;
font-size: 12pt;
}
#foxboro_container {
width: auto;
margin: 0 5%;
padding: 0;
border: 0;
float: none !important;
color: black;
background: transparent none;
}
#foxboro_courtesy_links,
#foxboro_top,
#foxboro_menu,
#foxboro_submenu,
#foxboro_col1,
#foxboro_col3,
#foxboro_footer div.radmenu,
#foxboro_footer span {
display: none;
}
div.submissions,
div.Submissions,
div.comments,
p.postfoot {
display: none;
}
pre, code {
white-space: pre-wrap;
white-space: -moz-pre-wrap !important;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment