You are here

threecol-3-3-6.css in AT Tools 8.3

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

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

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

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

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

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