You are here

threecol_44_37_19_stacked.css in Panels Extra Layouts 7

/* CSS file for 44/37/19 stacked layout. */
@import url('../../../css/base-grid.css');

.footer {
  width: 100%;
  padding: 1em;
}

.left {
  width: 44%;
}

.right {
  width: 56%;
}

.top-middle {
  width: 66%;
}

.top-right {
  width: 33%;
}


/* 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_44_37_19_stacked/threecol_44_37_19_stacked.css
View source
  1. /* CSS file for 44/37/19 stacked layout. */
  2. @import url('../../../css/base-grid.css');
  3. .footer {
  4. width: 100%;
  5. padding: 1em;
  6. }
  7. .left {
  8. width: 44%;
  9. }
  10. .right {
  11. width: 56%;
  12. }
  13. .top-middle {
  14. width: 66%;
  15. }
  16. .top-right {
  17. width: 33%;
  18. }
  19. /* Margins taken from the Panels module plugins */
  20. .lastUnit .inside {
  21. margin: 0 0 1em .5em;
  22. }
  23. .firstUnit .inside {
  24. margin: 0 .5em 1em 0;
  25. }
  26. .unit .inside {
  27. margin: 0 .5em 1em .5em;
  28. }