You are here

threecol-reverse-float-2-3-7.css in AT Tools 8.3

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

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

.threecol-reverse-float-2-3-7 .hr--2-3 .l-r:last-child {
  float: right;
  margin-right: 0;
}

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

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

.threecol-reverse-float-2-3-7 .hr--1-2 .l-r:first-child,
.threecol-reverse-float-2-3-7 .hr--1-3 .l-r:first-child,
.threecol-reverse-float-2-3-7 .arc--3 .l-r:first-child {
  width: 58.33333%;
  float: right;
  margin-right: 0;
}

File

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