You are here

ds_3col_stacked_fluid.css in Display Suite 7.2

Same filename and directory in other branches
  1. 7 layouts/ds_3col_stacked_fluid/ds_3col_stacked_fluid.css

Styling for the ds-3col-stacked-fluid template.

File

layouts/ds_3col_stacked_fluid/ds_3col_stacked_fluid.css
View source
  1. /**
  2. * @file
  3. * Styling for the ds-3col-stacked-fluid template.
  4. */
  5. .ds-3col-stacked-fluid > .group-header {
  6. clear: both;
  7. }
  8. .ds-3col-stacked-fluid > .group-left {
  9. width: 25%;
  10. float: left; /* LTR */
  11. }
  12. .ds-3col-stacked-fluid > .group-middle {
  13. width: 100%;
  14. float: left; /* LTR */
  15. }
  16. .ds-3col-stacked-fluid.group-one-sidebar > .group-middle {
  17. width: 75%;
  18. }
  19. .ds-3col-stacked-fluid.group-two-sidebars > .group-middle {
  20. width: 50%;
  21. }
  22. .ds-3col-stacked-fluid > .group-right {
  23. width: 25%;
  24. float: right; /* LTR */
  25. }
  26. .ds-3col-stacked-fluid > .group-footer {
  27. clear: both;
  28. }