You are here

three_four_adaptive.css in Panels Extra Layouts 7

/* CSS file for the three four adaptive layout */
@import url('../../../css/base-grid.css');

.panel-col-twenty-five {
  width: 25%;
}

.panel-col-thirty-three {
  width: 33%;
}

.panel-col-fifty {
  width: 50%;
}

.panel-col-sixty-six {
  width: 66%;
}

.panel-col-seventy-five {
  width: 75%;
}

.panel-one-hundred {
  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/three_four_adaptive/three_four_adaptive.css
View source
  1. /* CSS file for the three four adaptive layout */
  2. @import url('../../../css/base-grid.css');
  3. .panel-col-twenty-five {
  4. width: 25%;
  5. }
  6. .panel-col-thirty-three {
  7. width: 33%;
  8. }
  9. .panel-col-fifty {
  10. width: 50%;
  11. }
  12. .panel-col-sixty-six {
  13. width: 66%;
  14. }
  15. .panel-col-seventy-five {
  16. width: 75%;
  17. }
  18. .panel-one-hundred {
  19. width: 100%;
  20. }
  21. /* Margins taken from the Panels module plugins */
  22. .lastUnit .inside {
  23. margin: 0 0 1em .5em;
  24. }
  25. .firstUnit .inside {
  26. margin: 0 .5em 1em 0;
  27. }
  28. .unit .inside {
  29. margin: 0 .5em 1em .5em;
  30. }