You are here

sidebars-normal-fixed.css in Zenophile 7

/* Fixed layout; standard sidebar placement */

#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;
  margin-left: RSB-CONTENTpx;
  margin-right: -PAGEpx;
}

#content {
  margin-right: -PAGEpx;
}

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

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

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

File

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