You are here

threecol-source-ordered-5-7--12.css in AT Tools 8.3

.l-rw {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.l-rw:after {
  content: " ";
  display: block;
  clear: both;
}

.l-r {
  float: left;
  width: 100%;
  padding: 0 0.625em;
}

.threecol-source-ordered-5-7--12 .hr--1-2 .l-r:first-child {
  width: 58.33333%;
  float: right;
  margin-right: 0;
}

.threecol-source-ordered-5-7--12 .hr--1-2 .l-r:last-child {
  width: 41.66667%;
  float: left;
}

.threecol-source-ordered-5-7--12 .arc--3 .l-r:first-child {
  width: 58.33333%;
  float: right;
  margin-right: 0;
}

.threecol-source-ordered-5-7--12 .arc--3 .l-r:nth-child(2) {
  width: 41.66667%;
  float: left;
}

.threecol-source-ordered-5-7--12 .arc--3 .l-r:last-child {
  clear: both;
}

File

at_theme_generator/starterkits/starterkit/layout/page-layout-float/css/threecol/threecol-source-ordered-5-7--12.css
View source
  1. .l-rw {
  2. max-width: 75em;
  3. margin-left: auto;
  4. margin-right: auto;
  5. width: 100%;
  6. }
  7. .l-rw:after {
  8. content: " ";
  9. display: block;
  10. clear: both;
  11. }
  12. .l-r {
  13. float: left;
  14. width: 100%;
  15. padding: 0 0.625em;
  16. }
  17. .threecol-source-ordered-5-7--12 .hr--1-2 .l-r:first-child {
  18. width: 58.33333%;
  19. float: right;
  20. margin-right: 0;
  21. }
  22. .threecol-source-ordered-5-7--12 .hr--1-2 .l-r:last-child {
  23. width: 41.66667%;
  24. float: left;
  25. }
  26. .threecol-source-ordered-5-7--12 .arc--3 .l-r:first-child {
  27. width: 58.33333%;
  28. float: right;
  29. margin-right: 0;
  30. }
  31. .threecol-source-ordered-5-7--12 .arc--3 .l-r:nth-child(2) {
  32. width: 41.66667%;
  33. float: left;
  34. }
  35. .threecol-source-ordered-5-7--12 .arc--3 .l-r:last-child {
  36. clear: both;
  37. }