You are here

fivecol-2-3-2-3-2.css in AT Tools 8.3

.fivecol-2-3-2-3-2 .arc--2 .l-r {
  width: 50%;
  float: left;
}

.fivecol-2-3-2-3-2 .arc--3 .l-r {
  width: 33.33333%;
  float: left;
}

.fivecol-2-3-2-3-2 .arc--4 .l-r {
  width: 33.33333%;
  float: left;
}

.fivecol-2-3-2-3-2 .arc--4 .l-r:first-child, .fivecol-2-3-2-3-2 .arc--4 .l-r:last-child {
  width: 16.66667%;
  float: left;
}

.fivecol-2-3-2-3-2 .arc--5 .l-r {
  width: 16.66667%;
  float: left;
}

.fivecol-2-3-2-3-2 .arc--5 .l-r:nth-child(2n) {
  width: 25%;
  float: left;
}

.fivecol-2-3-2-3-2 .l-rw:not(.arc--1) .l-r:last-child {
  float: right;
  margin-right: 0;
}

File

at_theme_generator/starterkits/starterkit/layout/page-layout-float/css/fivecol/fivecol-2-3-2-3-2.css
View source
  1. .fivecol-2-3-2-3-2 .arc--2 .l-r {
  2. width: 50%;
  3. float: left;
  4. }
  5. .fivecol-2-3-2-3-2 .arc--3 .l-r {
  6. width: 33.33333%;
  7. float: left;
  8. }
  9. .fivecol-2-3-2-3-2 .arc--4 .l-r {
  10. width: 33.33333%;
  11. float: left;
  12. }
  13. .fivecol-2-3-2-3-2 .arc--4 .l-r:first-child, .fivecol-2-3-2-3-2 .arc--4 .l-r:last-child {
  14. width: 16.66667%;
  15. float: left;
  16. }
  17. .fivecol-2-3-2-3-2 .arc--5 .l-r {
  18. width: 16.66667%;
  19. float: left;
  20. }
  21. .fivecol-2-3-2-3-2 .arc--5 .l-r:nth-child(2n) {
  22. width: 25%;
  23. float: left;
  24. }
  25. .fivecol-2-3-2-3-2 .l-rw:not(.arc--1) .l-r:last-child {
  26. float: right;
  27. margin-right: 0;
  28. }