print.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. }