You are here

fivecol-6-6-6-6--12.css in AT Tools 8.3

.fivecol-6-6-6-6--12 .arc--2 .l-r {
  width: 50%;
  float: left;
}

.fivecol-6-6-6-6--12 .arc--2 .l-r:last-child {
  float: right;
  margin-right: 0;
}

.fivecol-6-6-6-6--12 .arc--3 .l-r {
  width: 50%;
  float: left;
}

.fivecol-6-6-6-6--12 .arc--3 .l-r:nth-child(2n) {
  float: right;
  margin-right: 0;
}

.fivecol-6-6-6-6--12 .arc--3 .l-r:last-child {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}

.fivecol-6-6-6-6--12 .arc--4 .l-r {
  width: 50%;
  float: left;
}

.fivecol-6-6-6-6--12 .arc--4 .l-r:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.fivecol-6-6-6-6--12 .arc--4 .l-r:nth-child(2n + 2) {
  margin-left: 50%;
  margin-right: -100%;
  clear: none;
}

.fivecol-6-6-6-6--12 .arc--5 .l-r {
  width: 50%;
  float: left;
}

.fivecol-6-6-6-6--12 .arc--5 .l-r:nth-child(2n) {
  float: right;
  margin-right: 0;
}

.fivecol-6-6-6-6--12 .arc--5 .l-r:last-child {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}

File

at_theme_generator/starterkits/starterkit/layout/page-layout-float/css/fivecol/fivecol-6-6-6-6--12.css
View source
  1. .fivecol-6-6-6-6--12 .arc--2 .l-r {
  2. width: 50%;
  3. float: left;
  4. }
  5. .fivecol-6-6-6-6--12 .arc--2 .l-r:last-child {
  6. float: right;
  7. margin-right: 0;
  8. }
  9. .fivecol-6-6-6-6--12 .arc--3 .l-r {
  10. width: 50%;
  11. float: left;
  12. }
  13. .fivecol-6-6-6-6--12 .arc--3 .l-r:nth-child(2n) {
  14. float: right;
  15. margin-right: 0;
  16. }
  17. .fivecol-6-6-6-6--12 .arc--3 .l-r:last-child {
  18. width: 100%;
  19. float: left;
  20. margin-left: 0;
  21. margin-right: 0;
  22. clear: both;
  23. }
  24. .fivecol-6-6-6-6--12 .arc--4 .l-r {
  25. width: 50%;
  26. float: left;
  27. }
  28. .fivecol-6-6-6-6--12 .arc--4 .l-r:nth-child(2n + 1) {
  29. margin-left: 0;
  30. margin-right: -100%;
  31. clear: both;
  32. margin-left: 0;
  33. }
  34. .fivecol-6-6-6-6--12 .arc--4 .l-r:nth-child(2n + 2) {
  35. margin-left: 50%;
  36. margin-right: -100%;
  37. clear: none;
  38. }
  39. .fivecol-6-6-6-6--12 .arc--5 .l-r {
  40. width: 50%;
  41. float: left;
  42. }
  43. .fivecol-6-6-6-6--12 .arc--5 .l-r:nth-child(2n) {
  44. float: right;
  45. margin-right: 0;
  46. }
  47. .fivecol-6-6-6-6--12 .arc--5 .l-r:last-child {
  48. width: 100%;
  49. float: left;
  50. margin-left: 0;
  51. margin-right: 0;
  52. clear: both;
  53. }