You are here

threecol-reverse-float-4-3-5.css in AT Tools 8.3

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

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

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

.threecol-reverse-float-4-3-5 .hr--2-3 .l-r:last-child {
  width: 41.66667%;
  float: right;
  margin-right: 0;
}

.threecol-reverse-float-4-3-5 .arc--3 .l-r:first-child {
  width: 41.66667%;
  float: right;
  margin-right: 0;
}

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

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

File

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