You are here

bricks_25_75_stacked.css in Panels Extra Layouts 6

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

.header-left {
  width: 55%;
}
.header-middle {
  width: 15%;
}
.header-right {
  width: 30%;
  padding-right: .5em;
}
.top-stack {
  width: 100%;
  padding: 0 .5em 1em;
}
.bottom-unit, .left-column {
  width: 25%;
}
.right-column {
  width: 75%;
}


/* 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/bricks_25_75_stacked/bricks_25_75_stacked.css
View source
  1. /* CSS file for the bricks 25/75 stacked layout. */
  2. @import url('../../../css/base-grid.css');
  3. .header-left {
  4. width: 55%;
  5. }
  6. .header-middle {
  7. width: 15%;
  8. }
  9. .header-right {
  10. width: 30%;
  11. padding-right: .5em;
  12. }
  13. .top-stack {
  14. width: 100%;
  15. padding: 0 .5em 1em;
  16. }
  17. .bottom-unit, .left-column {
  18. width: 25%;
  19. }
  20. .right-column {
  21. width: 75%;
  22. }
  23. /* Margins taken from the Panels module plugins */
  24. .lastUnit .inside {
  25. margin: 0 0 1em .5em;
  26. }
  27. .firstUnit .inside {
  28. margin: 0 .5em 1em 0;
  29. }
  30. .unit .inside {
  31. margin: 0 .5em 1em .5em;
  32. }