You are here

fourcol-2-2-3-5.css in AT Tools 8.3

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

.fourcol-2-2-3-5 .arc--2 .l-r:last-child {
  width: 66.66667%;
  float: left;
}

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

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

.fourcol-2-2-3-5 .arc--3 .l-r,
.fourcol-2-2-3-5 .arc--4 .l-r:last-child {
  width: 41.66667%;
  float: left;
}

.fourcol-2-2-3-5 .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/fourcol/fourcol-2-2-3-5.css
View source
  1. .fourcol-2-2-3-5 .arc--2 .l-r {
  2. width: 33.33333%;
  3. float: left;
  4. }
  5. .fourcol-2-2-3-5 .arc--2 .l-r:last-child {
  6. width: 66.66667%;
  7. float: left;
  8. }
  9. .fourcol-2-2-3-5 .arc--4 .l-r:nth-child(3) {
  10. width: 25%;
  11. float: left;
  12. }
  13. .fourcol-2-2-3-5 .arc--3 .l-r:first-child,
  14. .fourcol-2-2-3-5 .arc--4 .l-r {
  15. width: 16.66667%;
  16. float: left;
  17. }
  18. .fourcol-2-2-3-5 .arc--3 .l-r,
  19. .fourcol-2-2-3-5 .arc--4 .l-r:last-child {
  20. width: 41.66667%;
  21. float: left;
  22. }
  23. .fourcol-2-2-3-5 .l-rw:not(.arc--1) .l-r:last-child {
  24. float: right;
  25. margin-right: 0;
  26. }