print.css

Same filename in this branch
  1. 7.x misc/print.css
  2. 7.x themes/garland/print.css
Same filename in other branches
  1. 9 core/misc/print.css
  2. 9 core/themes/stable9/css/core/print.css
  3. 9 core/themes/seven/css/base/print.css
  4. 9 core/themes/claro/css/base/print.css
  5. 9 core/themes/bartik/css/print.css
  6. 9 core/themes/stable/css/core/print.css
  7. 8.9.x core/misc/print.css
  8. 8.9.x core/themes/seven/css/base/print.css
  9. 8.9.x core/themes/claro/css/base/print.css
  10. 8.9.x core/themes/bartik/css/print.css
  11. 8.9.x core/themes/stable/css/core/print.css
  12. 10 core/misc/print.css
  13. 10 core/themes/stable9/css/core/print.css
  14. 10 core/themes/claro/css/base/print.css
  15. 11.x core/misc/print.css
  16. 11.x core/themes/stable9/css/core/print.css
  17. 11.x core/themes/claro/css/base/print.css
/* ---------- General Layout ---------- */

body,
input,
textarea,
select {
  color: #000;
  background: none;
}
body.two-sidebars,
body.sidebar-first,
body.sidebar-second,
body {
  width: 640px;
}
#sidebar-first,
#sidebar-second,
.navigation,
#toolbar,
#footer-wrapper,
.tabs,
.add-or-remove-shortcuts {
  display: none;
}
.one-sidebar #content,
.two-sidebars #content {
  width: 100%;
}
#triptych-wrapper {
  width: 960px;
  margin: 0;
  padding: 0;
  border: none;
}
#triptych-first, #triptych-middle, #triptych-last {
  width: 250px;
}

/* ---------- Node Pages ---------- */

#comments .title,
#comments form,
.comment_forbidden {
  display: none;
}

File

themes/bartik/css/print.css

View source
  1. /* ---------- General Layout ---------- */
  2. body,
  3. input,
  4. textarea,
  5. select {
  6. color: #000;
  7. background: none;
  8. }
  9. body.two-sidebars,
  10. body.sidebar-first,
  11. body.sidebar-second,
  12. body {
  13. width: 640px;
  14. }
  15. #sidebar-first,
  16. #sidebar-second,
  17. .navigation,
  18. #toolbar,
  19. #footer-wrapper,
  20. .tabs,
  21. .add-or-remove-shortcuts {
  22. display: none;
  23. }
  24. .one-sidebar #content,
  25. .two-sidebars #content {
  26. width: 100%;
  27. }
  28. #triptych-wrapper {
  29. width: 960px;
  30. margin: 0;
  31. padding: 0;
  32. border: none;
  33. }
  34. #triptych-first, #triptych-middle, #triptych-last {
  35. width: 250px;
  36. }
  37. /* ---------- Node Pages ---------- */
  38. #comments .title,
  39. #comments form,
  40. .comment_forbidden {
  41. display: none;
  42. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.