You are here

threecol_42_29_29_stacked.css in Panels Extra Layouts 7

/* CSS rules for the three column 42 29 29 stacked panelys layout */
@import url('../../../css/base-grid.css');

.panel-col-twenty-nine {
  width: 29%;
}
.panel-col-forty-two {
  width: 42%;
}
.panel-bottom {
  width: 100%;
  padding: 0 .5em 1em;
}

/* Margins taken from the Panels module plugins */
.lastUnit .inside {
  margin: 0 0 1em .5em;
}
.firstUnit .inside {
  margin: 0 .5em 1em 0;
}
.unit .inside {
  margin: 0 .5em 1em .5em;
}

File

plugins/layouts/threecol_42_29_29_stacked/threecol_42_29_29_stacked.css
View source
  1. /* CSS rules for the three column 42 29 29 stacked panelys layout */
  2. @import url('../../../css/base-grid.css');
  3. .panel-col-twenty-nine {
  4. width: 29%;
  5. }
  6. .panel-col-forty-two {
  7. width: 42%;
  8. }
  9. .panel-bottom {
  10. width: 100%;
  11. padding: 0 .5em 1em;
  12. }
  13. /* Margins taken from the Panels module plugins */
  14. .lastUnit .inside {
  15. margin: 0 0 1em .5em;
  16. }
  17. .firstUnit .inside {
  18. margin: 0 .5em 1em 0;
  19. }
  20. .unit .inside {
  21. margin: 0 .5em 1em .5em;
  22. }