You are here

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

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

.threecol-reverse-float-3-3-6 .hr--1-2 .l-r:first-child,
.threecol-reverse-float-3-3-6 .hr--1-3 .l-r:first-child {
  float: right;
  margin-right: 0;
}

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

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

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

File

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