print.css

body,
input,
textarea,
select {
  color: #000;
  background: none;
  font-family: Verdana, sans-serif;
  font-size: 11pt;
}

ul.main-menu,
ul.secondary-menu,
#header-region,
.sidebar {
  display: none;
}

body.two-sidebars,
body.sidebar-first,
body.sidebar-second,
body {
  width: 640px;
}

body.sidebar-first #center,
body.sidebar-second #center,
body.two-sidebars #center,
body.sidebar-first #squeeze,
body.sidebar-second #squeeze,
body.two-sidebars #squeeze {
  margin: 0;
}

#wrapper,
#wrapper #container .breadcrumb,
#wrapper #container #center,
#wrapper #container #center .right-corner,
#wrapper #container #center .right-corner .left-corner,
#wrapper #container #footer,
#wrapper #container #center #squeeze {
  position: static;
  left: 0;
  padding: 0;
  margin: 0;
  width: auto;
  float: none;
  clear: both;
  background: none;
}

#wrapper #container #header {
  height: 130px;
}

#wrapper #container #header h1,
#wrapper #container #header h1 a:link,
#wrapper #container #header h1 a:visited {
  text-shadow: none;
  color: #000;
}

File

drupal/themes/garland/print.css
View source
  1. body,
  2. input,
  3. textarea,
  4. select {
  5. color: #000;
  6. background: none;
  7. font-family: Verdana, sans-serif;
  8. font-size: 11pt;
  9. }
  10. ul.main-menu,
  11. ul.secondary-menu,
  12. #header-region,
  13. .sidebar {
  14. display: none;
  15. }
  16. body.two-sidebars,
  17. body.sidebar-first,
  18. body.sidebar-second,
  19. body {
  20. width: 640px;
  21. }
  22. body.sidebar-first #center,
  23. body.sidebar-second #center,
  24. body.two-sidebars #center,
  25. body.sidebar-first #squeeze,
  26. body.sidebar-second #squeeze,
  27. body.two-sidebars #squeeze {
  28. margin: 0;
  29. }
  30. #wrapper,
  31. #wrapper #container .breadcrumb,
  32. #wrapper #container #center,
  33. #wrapper #container #center .right-corner,
  34. #wrapper #container #center .right-corner .left-corner,
  35. #wrapper #container #footer,
  36. #wrapper #container #center #squeeze {
  37. position: static;
  38. left: 0;
  39. padding: 0;
  40. margin: 0;
  41. width: auto;
  42. float: none;
  43. clear: both;
  44. background: none;
  45. }
  46. #wrapper #container #header {
  47. height: 130px;
  48. }
  49. #wrapper #container #header h1,
  50. #wrapper #container #header h1 a:link,
  51. #wrapper #container #header h1 a:visited {
  52. text-shadow: none;
  53. color: #000;
  54. }