You are here

threecol_15_70_15_stacked.css in Panels Extra Layouts 7

/* CSS file for the 15 70 15 stacked layout */
@import url('../../../css/base-grid.css');

.panel-col-fifteen {
  width: 15%;
}
.panel-col-seventy {
  width: 70%;
}

.panel-header, .panel-footer {
  width: 100%;
}

/* 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_15_70_15_stacked/threecol_15_70_15_stacked.css
View source
  1. /* CSS file for the 15 70 15 stacked layout */
  2. @import url('../../../css/base-grid.css');
  3. .panel-col-fifteen {
  4. width: 15%;
  5. }
  6. .panel-col-seventy {
  7. width: 70%;
  8. }
  9. .panel-header, .panel-footer {
  10. width: 100%;
  11. }
  12. /* Margins taken from the Panels module plugins */
  13. .lastUnit .inside {
  14. margin: 0 0 1em .5em;
  15. }
  16. .firstUnit .inside {
  17. margin: 0 .5em 1em 0;
  18. }
  19. .unit .inside {
  20. margin: 0 .5em 1em .5em;
  21. }