build.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*
  2. _______________________________
  3. BUILD.CSS - Tools for rapid prototyping and page debugging */
  4. .bg000 { background: #000; }
  5. .bg111 { background: #111; }
  6. .bg222 { background: #222; }
  7. .bg333 { background: #333; }
  8. .bg444 { background: #444; }
  9. .bg555 { background: #555; }
  10. .bg666 { background: #666; }
  11. .bg777 { background: #777; }
  12. .bg888 { background: #888; }
  13. .bg999 { background: #999; }
  14. .bgaaa { background: #aaa; }
  15. .bgbbb { background: #bbb; }
  16. .bgccc { background: #ccc; }
  17. .bgddd { background: #ddd; }
  18. .bgeee { background: #eee; }
  19. .bgfff { background: #fff; }
  20. /*
  21. _______________________________
  22. Columnal - debugging */
  23. .test .row {outline: 1px solid red !important;}
  24. .test .col_1, .test .col_2, .test .col_3, .test .col_4, .test .col_5, .test .col_6, .test .col_7, .test .col_8, .test .col_9, .test .ninecol,
  25. .test .col_10, .test .col_11, .test .col_12 {background-color: #FFEFF2; border-bottom: 1px solid red;}
  26. .test .col_2 .col_1,
  27. .test .col_3 .col_1, .test .col_3 .col_2,
  28. .test .col_4 .col_1, .test .col_4 .col_2, .test .col_4 .col_3,
  29. .test .col_5 .col_1, .test .col_5 .col_2, .test .col_5 .col_3, .test .col_5 .col_4,
  30. .test .col_6 .col_1, .test .col_6 .col_2, .test .col_6 .col_3, .test .col_6 .col_4, .test .col_6 .col_5,
  31. .test .col_7 .col_1, .test .col_7 .col_2, .test .col_7 .col_3, .test .col_7 .col_4, .test .col_7 .col_5, .test .col_7 .col_6,
  32. .test .col_8 .col_1, .test .col_8 .col_2, .test .col_8 .col_3, .test .col_8 .col_4, .test .col_8 .col_5, .test .col_8 .col_6, .test .col_8 .col_7,
  33. .test .col_9 .col_1, .test .col_9 .col_2, .test .col_9 .col_3, .test .col_9 .col_4, .test .col_9 .col_5, .test .col_9 .col_6, .test .col_9 .col_7, .test .col_9 .col_8,
  34. .test .col_10 .col_1, .test .col_10 .col_2, .test .col_10 .col_3, .test .col_10 .col_4, .test .col_10 .col_5, .test .col_10 .col_6, .test .col_10 .col_7, .test .col_10 .col_8, .test .col_10 .col_9,
  35. .test .col_11 .col_1, .test .col_11 .col_2, .test .col_11 .col_3, .test .col_11 .col_4, .test .col_11 .col_5, .test .col_11 .col_6, .test .col_11 .col_7, .test .col_11 .col_8, .test .col_11 .col_9, .test .col_11 .col_10,
  36. .test .col_12 .col_1, .test .col_12 .col_2, .test .col_12 .col_3, .test .col_12 .col_4, .test .col_12 .col_5, .test .col_12 .col_6, .test .col_12 .col_7, .test .col_12 .col_8, .test .col_12 .col_9, .test .col_12 .col_10, .test .col_12 .col_11 {background-color: #ffc0cb; border-bottom: 1px solid red;}