print.sass 506 B

123456789101112131415161718192021222324252627282930313233343536
  1. // Use this stylesheet for print styles only.
  2. *
  3. background-color: transparent
  4. .sidebar,
  5. #navigation,
  6. #header-region,
  7. #footer,
  8. .breadcrumb,
  9. .tabs,
  10. .feed-icon,
  11. .links
  12. display: none
  13. .layout-container
  14. width: 100%
  15. #content,
  16. .title
  17. margin: 20px 0
  18. width: auto
  19. a
  20. &:hover,
  21. &:active,
  22. &:link,
  23. &:visited
  24. color: black
  25. // CSS2 selector to add visible href after links.
  26. #content a
  27. &:link:after,
  28. &:visited:after
  29. content: " (" attr(href) ") "
  30. font-size: 0.8em
  31. font-weight: normal