You are here

sidebars-left-fixed.css in Zenophile 6.2

/* Fixed layout; both sidebars on left */

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

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

div.region-sidebar-second {
  width: RSB-SBpx;
}

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

body.sidebar-second div.region-sidebar-second {
  margin-left: 0px;
  margin-right: -RSB-SBpx;
}

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

body.no-sidebars #content, body.one-sidebar #content, body.two-sidebars #content {
  margin-right: -PAGEpx;
}

div.region-sidebar-first div.section {
  margin-left: LSB-SBpx;
  width: LSB-CONTENTpx;
}

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

div.two-sidebars #content {
  margin-left: BOTHSB-CONTENTpx;
  width: BOTHSB-CONTENTpx;
}

File

zenophile_sidebars/css_z2/sidebars-left-fixed.css
View source
  1. /* Fixed layout; both sidebars on left */
  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. margin-right: -LSB-SBpx;
  8. }
  9. div.region-sidebar-second {
  10. width: RSB-SBpx;
  11. }
  12. body.two-sidebars div.region-sidebar-second {
  13. margin-left: RSB-SBpx;
  14. margin-right: -BOTHSB-SBpx;
  15. }
  16. body.sidebar-second div.region-sidebar-second {
  17. margin-left: 0px;
  18. margin-right: -RSB-SBpx;
  19. }
  20. div.region-sidebar-second div.section {
  21. margin-left: 0px;
  22. margin-right: 20px;
  23. }
  24. body.no-sidebars #content, body.one-sidebar #content, body.two-sidebars #content {
  25. margin-right: -PAGEpx;
  26. }
  27. div.region-sidebar-first div.section {
  28. margin-left: LSB-SBpx;
  29. width: LSB-CONTENTpx;
  30. }
  31. div.region-sidebar-second div.section {
  32. margin-left: RSB-SBpx;
  33. width: RSB-CONTENTpx;
  34. }
  35. div.two-sidebars #content {
  36. margin-left: BOTHSB-CONTENTpx;
  37. width: BOTHSB-CONTENTpx;
  38. }