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

drupal/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. }