You are here

sidebars-normal-fixed.css in Zenophile 6.2

/* Fixed layout; standard sidebar placement */

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

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

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

#content {
  margin-right: -PAGEpx;
}

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

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

.two-sidebars #content {
  width: BOTHSB-CONTENTpx;
  margin-left: LSB-SBpx;
  margin-right: -RSB-CONTENTpx;
}

File

zenophile_sidebars/css_z1/sidebars-normal-fixed.css
View source
  1. /* Fixed layout; standard sidebar placement */
  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. margin-left: RSB-CONTENTpx;
  12. margin-right: -PAGEpx;
  13. }
  14. #content {
  15. margin-right: -PAGEpx;
  16. }
  17. .sidebar-left #content {
  18. width: LSB-CONTENTpx;
  19. margin-left: LSB-SBpx;
  20. margin-right: -PAGEpx;
  21. }
  22. .sidebar-right #content {
  23. width: RSB-CONTENTpx;
  24. margin-right: -RSB-CONTENTpx;
  25. }
  26. .two-sidebars #content {
  27. width: BOTHSB-CONTENTpx;
  28. margin-left: LSB-SBpx;
  29. margin-right: -RSB-CONTENTpx;
  30. }