You are here

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

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

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

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

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

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

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

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

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