You are here

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

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

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

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

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

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

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

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

File

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