You are here

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

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

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

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

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

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

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

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

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

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

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

File

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