You are here

fourcol-split-row-12--9-3--12.css in AT Tools 8.3

.fourcol-split-row-12--9-3--12 .hr--2-3 .l-r {
  width: 75%;
  float: left;
}

.fourcol-split-row-12--9-3--12 .hr--2-3 .l-r:last-child {
  width: 25%;
  float: right;
  margin-right: 0;
}

.fourcol-split-row-12--9-3--12 .hr--1-2-3 .l-r:nth-child(2) {
  width: 75%;
  float: left;
}

.fourcol-split-row-12--9-3--12 .hr--1-2-3 .l-r:last-child {
  width: 25%;
  float: right;
  margin-right: 0;
}

.fourcol-split-row-12--9-3--12 .hr--2-3-4 .l-r:first-child {
  width: 75%;
  float: left;
}

.fourcol-split-row-12--9-3--12 .hr--2-3-4 .l-r:nth-child(2) {
  width: 25%;
  float: right;
  margin-right: 0;
}

.fourcol-split-row-12--9-3--12 .hr--2-3-4 .l-r:last-child {
  clear: both;
}

.fourcol-split-row-12--9-3--12 .arc--4 .l-r:nth-child(2) {
  width: 75%;
  float: left;
}

.fourcol-split-row-12--9-3--12 .arc--4 .l-r:nth-child(3) {
  width: 25%;
  float: right;
  margin-right: 0;
}

.fourcol-split-row-12--9-3--12 .arc--4 .l-r:last-child {
  clear: both;
}

File

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