You are here

threecol-4-2-6.css in AT Tools 8.3

.threecol-4-2-6 .hr--1-2 .l-r {
  width: 66.66667%;
  float: left;
}

.threecol-4-2-6 .hr--1-2 .l-r:last-child {
  width: 33.33333%;
  float: left;
}

.threecol-4-2-6 .arc--3 .l-r,
.threecol-4-2-6 .hr--1-3 .l-r {
  width: 33.33333%;
  float: left;
}

.threecol-4-2-6 .hr--1-3 .l-r:last-child {
  width: 66.66667%;
  float: left;
}

.threecol-4-2-6 .hr--2-3 .l-r {
  width: 16.66667%;
  float: left;
}

.threecol-4-2-6 .hr--2-3 .l-r:last-child {
  width: 83.33333%;
  float: left;
}

.threecol-4-2-6 .arc--3 .l-r:nth-child(2) {
  width: 16.66667%;
  float: left;
}

.threecol-4-2-6 .arc--3 .l-r:last-child {
  width: 50%;
  float: left;
}

.threecol-4-2-6 .arc--2 .l-r:last-child,
.threecol-4-2-6 .arc--3 .l-r:last-child {
  float: right;
  margin-right: 0;
}

File

at_theme_generator/starterkits/starterkit/layout/page-layout-float/css/threecol/threecol-4-2-6.css
View source
  1. .threecol-4-2-6 .hr--1-2 .l-r {
  2. width: 66.66667%;
  3. float: left;
  4. }
  5. .threecol-4-2-6 .hr--1-2 .l-r:last-child {
  6. width: 33.33333%;
  7. float: left;
  8. }
  9. .threecol-4-2-6 .arc--3 .l-r,
  10. .threecol-4-2-6 .hr--1-3 .l-r {
  11. width: 33.33333%;
  12. float: left;
  13. }
  14. .threecol-4-2-6 .hr--1-3 .l-r:last-child {
  15. width: 66.66667%;
  16. float: left;
  17. }
  18. .threecol-4-2-6 .hr--2-3 .l-r {
  19. width: 16.66667%;
  20. float: left;
  21. }
  22. .threecol-4-2-6 .hr--2-3 .l-r:last-child {
  23. width: 83.33333%;
  24. float: left;
  25. }
  26. .threecol-4-2-6 .arc--3 .l-r:nth-child(2) {
  27. width: 16.66667%;
  28. float: left;
  29. }
  30. .threecol-4-2-6 .arc--3 .l-r:last-child {
  31. width: 50%;
  32. float: left;
  33. }
  34. .threecol-4-2-6 .arc--2 .l-r:last-child,
  35. .threecol-4-2-6 .arc--3 .l-r:last-child {
  36. float: right;
  37. margin-right: 0;
  38. }