You are here

site_banner_print.css in Site Banner 8

Same filename and directory in other branches
  1. 2.0.x css/site_banner_print.css
  2. 1.0.x css/site_banner_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,
.site-footer,
.tabs,
.shortcut-action {
  display: none;
}
.one-sidebar .main-content,
.two-sidebars .main-content {
  width: 100%;
}
.featured-bottom {
  width: 960px;
  margin: 0;
  padding: 0;
  border: none;
}
.featured-bottom-first,
.featured-bottom-second,
.featured-bottom-third {
  width: 250px;
}

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

#comments .title,
#comments form,
.comment-forbidden {
  display: none;
}

File

css/site_banner_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. .site-footer,
  20. .tabs,
  21. .shortcut-action {
  22. display: none;
  23. }
  24. .one-sidebar .main-content,
  25. .two-sidebars .main-content {
  26. width: 100%;
  27. }
  28. .featured-bottom {
  29. width: 960px;
  30. margin: 0;
  31. padding: 0;
  32. border: none;
  33. }
  34. .featured-bottom-first,
  35. .featured-bottom-second,
  36. .featured-bottom-third {
  37. width: 250px;
  38. }
  39. /* ---------- Node Pages ---------- */
  40. #comments .title,
  41. #comments form,
  42. .comment-forbidden {
  43. display: none;
  44. }