print.css 427 B

12345678910111213141516171819202122232425262728293031323334
  1. * {
  2. background-color: transparent;
  3. }
  4. .sidebar,
  5. #navigation,
  6. #header-region,
  7. #footer,
  8. .breadcrumb,
  9. .tabs,
  10. .feed-icon,
  11. .links {
  12. display: none;
  13. }
  14. .layout-container {
  15. width: 100%;
  16. }
  17. #content,
  18. .title {
  19. margin: 20px 0;
  20. width: auto;
  21. }
  22. a:hover, a:active, a:link, a:visited {
  23. color: black;
  24. }
  25. #content a:link:after, #content a:visited:after {
  26. content: " (" attr(href) ") ";
  27. font-size: 0.8em;
  28. font-weight: normal;
  29. }