You are here

print.css in Drupal 5

Same filename in this branch
  1. 5 misc/print.css
  2. 5 themes/garland/print.css
Same filename and directory in other branches
  1. 6 themes/garland/print.css
  2. 7 themes/garland/print.css
/**
 * Themetastic, for Drupal 5.0
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

body, input, textarea, select {
  color: #000;
  background: none;
}

ul.primary-links, ul.secondary-links,
#header-region, .sidebar {
  display: none;
}

body.sidebars, body.sideber-left, body.sidebar-right, body {
  width: 640px;
}

body.sidebar-left #center, body.sidebar-right #center, body.sidebars #center,
body.sidebar-left #squeeze, body.sidebar-right #squeeze, body.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

themes/garland/print.css
View source
  1. /**
  2. * Themetastic, for Drupal 5.0
  3. * Stefan Nagtegaal, iStyledThis [dot] nl
  4. * Steven Wittens, acko [dot] net`
  5. *
  6. * If you use a customized color scheme, you must regenerate it after
  7. * modifying this file.
  8. */
  9. body, input, textarea, select {
  10. color: #000;
  11. background: none;
  12. }
  13. ul.primary-links, ul.secondary-links,
  14. #header-region, .sidebar {
  15. display: none;
  16. }
  17. body.sidebars, body.sideber-left, body.sidebar-right, body {
  18. width: 640px;
  19. }
  20. body.sidebar-left #center, body.sidebar-right #center, body.sidebars #center,
  21. body.sidebar-left #squeeze, body.sidebar-right #squeeze, body.sidebars #squeeze {
  22. margin: 0;
  23. }
  24. #wrapper,
  25. #wrapper #container .breadcrumb,
  26. #wrapper #container #center,
  27. #wrapper #container #center .right-corner,
  28. #wrapper #container #center .right-corner .left-corner,
  29. #wrapper #container #footer,
  30. #wrapper #container #center #squeeze {
  31. position: static;
  32. left: 0;
  33. padding: 0;
  34. margin: 0;
  35. width: auto;
  36. float: none;
  37. clear: both;
  38. background: none;
  39. }
  40. #wrapper #container #header {
  41. height: 130px;
  42. }
  43. #wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  44. text-shadow: none;
  45. color: #000;
  46. }