sidebars-left-fixed.css in Zenophile 6.2
/* Fixed layout; both sidebars on left */
#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;
}
body.two-sidebars div.region-sidebar-second {
margin-left: RSB-SBpx;
margin-right: -BOTHSB-SBpx;
}
body.sidebar-second div.region-sidebar-second {
margin-left: 0px;
margin-right: -RSB-SBpx;
}
div.region-sidebar-second div.section {
margin-left: 0px;
margin-right: 20px;
}
body.no-sidebars #content, body.one-sidebar #content, body.two-sidebars #content {
margin-right: -PAGEpx;
}
div.region-sidebar-first div.section {
margin-left: LSB-SBpx;
width: LSB-CONTENTpx;
}
div.region-sidebar-second div.section {
margin-left: RSB-SBpx;
width: RSB-CONTENTpx;
}
div.two-sidebars #content {
margin-left: BOTHSB-CONTENTpx;
width: BOTHSB-CONTENTpx;
}
File
zenophile_sidebars/css_z2/sidebars-left-fixed.css
View source
-
- /* Fixed layout; both sidebars on left */
-
- #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;
- }
-
- body.two-sidebars div.region-sidebar-second {
- margin-left: RSB-SBpx;
- margin-right: -BOTHSB-SBpx;
- }
-
- body.sidebar-second div.region-sidebar-second {
- margin-left: 0px;
- margin-right: -RSB-SBpx;
- }
-
- div.region-sidebar-second div.section {
- margin-left: 0px;
- margin-right: 20px;
- }
-
- body.no-sidebars #content, body.one-sidebar #content, body.two-sidebars #content {
- margin-right: -PAGEpx;
- }
-
- div.region-sidebar-first div.section {
- margin-left: LSB-SBpx;
- width: LSB-CONTENTpx;
- }
-
- div.region-sidebar-second div.section {
- margin-left: RSB-SBpx;
- width: RSB-CONTENTpx;
- }
-
- div.two-sidebars #content {
- margin-left: BOTHSB-CONTENTpx;
- width: BOTHSB-CONTENTpx;
- }