You are here

threecol-5-4-3.css in AT Tools 8.3

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

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

.threecol-5-4-3 .hr--1-3 .l-r {
  width: 75%;
  float: left;
}

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

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

.threecol-5-4-3 .arc--3 .l-r {
  width: 41.66667%;
  float: left;
}

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

.threecol-5-4-3 .arc--3 .l-r:last-child,
.threecol-5-4-3 .hr--1-3 .l-r:last-child {
  width: 25%;
  float: left;
}

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

File

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