You are here

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

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

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

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

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

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

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