/site/media/bluetrip/css/print.css

https://bitbucket.org/jnoller/pythonmentors/ · CSS · 46 lines · 23 code · 8 blank · 15 comment · 0 complexity · 613f6693cf6b0161d3005b9658c229b6 MD5 · raw file

  1. /*************************************
  2. WELCOME TO THE PRINT STYLESHEET
  3. --------------------------------------
  4. print.css
  5. BlueTrip CSS Framework
  6. Thanks to Priss Print Framework
  7. http://github.com/mikecrittenden/priss
  8. ***************************************/
  9. /*** BODY ***/
  10. body {width:100% !important; margin:0 !important; padding:0 !important; line-height: 1.4; word-spacing:1.1pt; letter-spacing:0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt;}
  11. /*** HEADINGS ***/
  12. h1,h2,h3,h4,h5,h6 {font-family: Helvetica, Arial, sans-serif;}
  13. h1{font-size:19pt;}
  14. h2{font-size:17pt;}
  15. h3{font-size:15pt;}
  16. h4,h5,h6{font-size:12pt;}
  17. /*** ELEMENTS ***/
  18. code {font: 10px monospace;}
  19. blockquote {margin: 1.3em; padding: 1em; font-size: 10pt;}
  20. hr {background-color: #ccc;}
  21. /*** IMAGES ***/
  22. img {float: left; margin: 1em 1.5em 1.5em 0;}
  23. a img {border: none;}
  24. /*** LINKS ***/
  25. a:link, a:visited {background: transparent; font-weight: 700; text-decoration: underline;color:#333;}
  26. a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 90%;}
  27. a[href^="http://"] {color:#000;}
  28. /*** TABLES ***/
  29. table {margin: 1px; text-align:left;}
  30. th {border-bottom: 1px solid #333; font-weight: bold;}
  31. td {border-bottom: 1px solid #333;}
  32. th,td {padding: 4px 10px 4px 0;}
  33. tfoot {font-style: italic;}
  34. caption {background: #fff; margin-bottom:2em; text-align:left;}
  35. thead {display: table-header-group;}
  36. tr {page-break-inside: avoid;}
  37. /*** Add sections here to hide various parts of the site when printing ***/
  38. #header, #footer, #navigation, #sidebar, button {display:none;}