rulesets.css 1019 B

12345678910111213141516171819202122232425262728293031323334
  1. #first > .one {
  2. font-size: 2em;
  3. }
  4. #first > .one > #second .two > #deux {
  5. width: 50%;
  6. }
  7. #first > .one > #second .two > #deux #third {
  8. height: 100%;
  9. }
  10. #first > .one > #second .two > #deux #third:focus {
  11. color: black;
  12. }
  13. #first > .one > #second .two > #deux #third:focus #fifth > #sixth .seventh #eighth + #ninth {
  14. color: purple;
  15. }
  16. #first > .one > #second .two > #deux #fourth,
  17. #first > .one > #second .two > #deux #five,
  18. #first > .one > #second .two > #deux #six {
  19. color: #110000;
  20. }
  21. #first > .one > #second .two > #deux #fourth .seven,
  22. #first > .one > #second .two > #deux #five .seven,
  23. #first > .one > #second .two > #deux #six .seven,
  24. #first > .one > #second .two > #deux #fourth .eight > #nine,
  25. #first > .one > #second .two > #deux #five .eight > #nine,
  26. #first > .one > #second .two > #deux #six .eight > #nine {
  27. border: 1px solid black;
  28. }
  29. #first > .one > #second .two > #deux #fourth #ten,
  30. #first > .one > #second .two > #deux #five #ten,
  31. #first > .one > #second .two > #deux #six #ten {
  32. color: red;
  33. }