Created
May 7, 2013 18:39
-
-
Save adesignl/5535005 to your computer and use it in GitHub Desktop.
Hubspot Foxboro Print Styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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