You are here

sidebars-normal-liquid.css in Zenophile 6.2

/* Liquid layout; standard sidebar placement */

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

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

body.sidebar-first #content div.section, body.two-sidebars #content div.section {
  padding-left: LSB-SBpx;
}

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

File

zenophile_sidebars/css_z2/sidebars-normal-liquid.css
View source
  1. /* Liquid layout; standard sidebar placement */
  2. div.region-sidebar-first {
  3. width: LSB-SBpx;
  4. }
  5. div.region-sidebar-second {
  6. width: RSB-SBpx;
  7. }
  8. body.sidebar-first #content div.section, body.two-sidebars #content div.section {
  9. padding-left: LSB-SBpx;
  10. }
  11. body.sidebar-second #content div.section, body.two-sidebars #content div.section {
  12. padding-right: RSB-SBpx;
  13. }