You are here

threecol-source-ordered-2-8-2.css in AT Tools 8.3

.threecol-source-ordered-2-8-2 .hr--1-2 .l-r:first-child {
  width: 83.33333%;
  float: right;
  margin-right: 0;
}

.threecol-source-ordered-2-8-2 .hr--1-2 .l-r:last-child {
  width: 16.66667%;
  float: left;
}

.threecol-source-ordered-2-8-2 .hr--1-3 .l-r:first-child {
  width: 83.33333%;
  float: left;
}

.threecol-source-ordered-2-8-2 .hr--1-3 .l-r:last-child {
  width: 16.66667%;
  float: right;
  margin-right: 0;
}

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

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

.threecol-source-ordered-2-8-2 .arc--3 .l-r:first-child {
  width: 66.66667%;
  float: left;
  margin-left: 16.66667%;
}

.threecol-source-ordered-2-8-2 .arc--3 .l-r:nth-child(2) {
  width: 16.66667%;
  float: left;
  margin-left: -83.33333%;
}

.threecol-source-ordered-2-8-2 .arc--3 .l-r:last-child {
  width: 16.66667%;
  float: right;
  margin-right: 0;
}

File

at_theme_generator/starterkits/starterkit/layout/page-layout-float/css/threecol/threecol-source-ordered-2-8-2.css
View source
  1. .threecol-source-ordered-2-8-2 .hr--1-2 .l-r:first-child {
  2. width: 83.33333%;
  3. float: right;
  4. margin-right: 0;
  5. }
  6. .threecol-source-ordered-2-8-2 .hr--1-2 .l-r:last-child {
  7. width: 16.66667%;
  8. float: left;
  9. }
  10. .threecol-source-ordered-2-8-2 .hr--1-3 .l-r:first-child {
  11. width: 83.33333%;
  12. float: left;
  13. }
  14. .threecol-source-ordered-2-8-2 .hr--1-3 .l-r:last-child {
  15. width: 16.66667%;
  16. float: right;
  17. margin-right: 0;
  18. }
  19. .threecol-source-ordered-2-8-2 .hr--2-3 .l-r {
  20. width: 50%;
  21. float: left;
  22. }
  23. .threecol-source-ordered-2-8-2 .hr--2-3 .l-r:last-child {
  24. float: right;
  25. margin-right: 0;
  26. }
  27. .threecol-source-ordered-2-8-2 .arc--3 .l-r:first-child {
  28. width: 66.66667%;
  29. float: left;
  30. margin-left: 16.66667%;
  31. }
  32. .threecol-source-ordered-2-8-2 .arc--3 .l-r:nth-child(2) {
  33. width: 16.66667%;
  34. float: left;
  35. margin-left: -83.33333%;
  36. }
  37. .threecol-source-ordered-2-8-2 .arc--3 .l-r:last-child {
  38. width: 16.66667%;
  39. float: right;
  40. margin-right: 0;
  41. }