You are here

sidebars-right-fixed.css in Zenophile 7

/* Fixed layout; both sidebars on right */

#page, #page-wrapper, .region-page-closure, body.no-sidebars #content {
  width: PAGEpx;
}

div.region-sidebar-first {
  width: LSB-SBpx;
}

div.region-sidebar-second {
  width: RSB-SBpx;
  margin-left: RSB-CONTENTpx;
  margin-right: -PAGEpx;
}

body.two-sidebars div.region-sidebar-first {
  margin-left: BOTHSB-CONTENTpx;
  margin-right: -RSB-CONTENTpx;
}

body.two-sidebars div.region-sidebar-second {
  margin-right: -PAGEpx;
}

body.sidebar-first div.region-sidebar-first {
  margin-left: LSB-CONTENTpx;
  margin-right: -PAGEpx;
}

div.region-sidebar-first div.section {
  margin-left: 20px;
  margin-right: 0px;
}

body.sidebar-second div.region-sidebar-second {
  margin-left: RSB-CONTENTpx;
}

body.no-sidebars #content, body.one-sidebar #content, body.two-sidebars #content {
  margin-left: 0px;
}

body.sidebar-first #content {
  width: LSB-CONTENTpx;
  margin-right: -LSB-CONTENTpx;
}

body.sidebar-second #content {
  width: RSB-CONTENTpx;
  margin-right: -RSB-CONTENTpx;
}

body.two-sidebars #content {
  width: BOTHSB-CONTENTpx;
  margin-right: -BOTHSB-CONTENTpx;
}

File

zenophile_sidebars/css/sidebars-right-fixed.css
View source
  1. /* Fixed layout; both sidebars on right */
  2. #page, #page-wrapper, .region-page-closure, body.no-sidebars #content {
  3. width: PAGEpx;
  4. }
  5. div.region-sidebar-first {
  6. width: LSB-SBpx;
  7. }
  8. div.region-sidebar-second {
  9. width: RSB-SBpx;
  10. margin-left: RSB-CONTENTpx;
  11. margin-right: -PAGEpx;
  12. }
  13. body.two-sidebars div.region-sidebar-first {
  14. margin-left: BOTHSB-CONTENTpx;
  15. margin-right: -RSB-CONTENTpx;
  16. }
  17. body.two-sidebars div.region-sidebar-second {
  18. margin-right: -PAGEpx;
  19. }
  20. body.sidebar-first div.region-sidebar-first {
  21. margin-left: LSB-CONTENTpx;
  22. margin-right: -PAGEpx;
  23. }
  24. div.region-sidebar-first div.section {
  25. margin-left: 20px;
  26. margin-right: 0px;
  27. }
  28. body.sidebar-second div.region-sidebar-second {
  29. margin-left: RSB-CONTENTpx;
  30. }
  31. body.no-sidebars #content, body.one-sidebar #content, body.two-sidebars #content {
  32. margin-left: 0px;
  33. }
  34. body.sidebar-first #content {
  35. width: LSB-CONTENTpx;
  36. margin-right: -LSB-CONTENTpx;
  37. }
  38. body.sidebar-second #content {
  39. width: RSB-CONTENTpx;
  40. margin-right: -RSB-CONTENTpx;
  41. }
  42. body.two-sidebars #content {
  43. width: BOTHSB-CONTENTpx;
  44. margin-right: -BOTHSB-CONTENTpx;
  45. }