You are here

sidebars-right-liquid.css in Zenophile 7

/* Liquid layout; both sidebars on right */

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

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

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

body.sidebar-first #content div.section {
  padding-left: 0px;
  padding-right: LSB-SBpx;
}

body.sidebar-second #content div.section {
  padding-right: RSB-SBpx;
}

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

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

body.two-sidebars #content div.section {
  padding-left: 0px;
  padding-right: BOTHSB-SBpx;
}

File

zenophile_sidebars/css/sidebars-right-liquid.css
View source
  1. /* Liquid layout; both sidebars on right */
  2. div.region-sidebar-first {
  3. width: LSB-SBpx;
  4. float: right;
  5. margin-right: 0px;
  6. }
  7. div.region-sidebar-second {
  8. width: RSB-SBpx;
  9. }
  10. div.region-sidebar-first div.section {
  11. margin-left: 20px;
  12. margin-right: 0px;
  13. }
  14. body.sidebar-first #content div.section {
  15. padding-left: 0px;
  16. padding-right: LSB-SBpx;
  17. }
  18. body.sidebar-second #content div.section {
  19. padding-right: RSB-SBpx;
  20. }
  21. body.two-sidebars div.region-sidebar-first {
  22. margin-right: RSB-SBpx;
  23. }
  24. body.two-sidebars div.region-sidebar-second {
  25. margin-right: -BOTHSB-SBpx;
  26. }
  27. body.two-sidebars #content div.section {
  28. padding-left: 0px;
  29. padding-right: BOTHSB-SBpx;
  30. }