You are here

threecol-reverse-float-2-2-8.css in AT Tools 8.3

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

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

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

.threecol-reverse-float-2-2-8 .arc--3 .l-r {
  width: 16.66667%;
  float: left;
}

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

File

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