You are here

sidebars-left-fixed.css in Zenophile 6.2

/* Fixed layout; both sidebars on left */

#page, .no-sidebars #content {
  width: PAGEpx;
}

#sidebar-left {
  width: LSB-SBpx;
  margin-right: -LSB-SBpx;
}

#sidebar-right {
  width: RSB-SBpx;
}

.two-sidebars #sidebar-right {
  margin-left: RSB-SBpx;
  margin-right: -BOTHSB-SBpx;
}

.sidebar-right #sidebar-right {
  margin-left: 0px;
  margin-right: -RSB-SBpx;
}

#sidebar-right-inner {
  margin-left: 0px;
  margin-right: 20px;
}

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

.sidebar-left #content {
  margin-left: LSB-SBpx;
  width: LSB-CONTENTpx;
}

.sidebar-right #content {
  margin-left: RSB-SBpx;
  width: RSB-CONTENTpx;
}

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

File

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