You are here

threecol-5-2-5.css in AT Tools 8.3

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

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

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

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

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

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

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

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