Files
less.js/test/css/rulesets.css
2010-02-23 18:02:00 -05:00

18 lines
1.2 KiB
CSS

#first > .one { font-size: 2em; }
#first > .one > #second .two > #deux { width: 50%; }
#first > .one > #second .two > #deux #third { height: 100%; }
#first > .one > #second .two > #deux #third:focus { color: black; }
#first > .one > #second .two > #deux #third:focus #fifth > #sixth .seventh #eighth + #ninth { color: purple; }
#first > .one > #second .two > #deux #fourth { color: #110000; }
#first > .one > #second .two > #deux #fourth .seven { border: 1px solid black; }
#first > .one > #second .two > #deux #fourth .eight > #nine { border: 1px solid black; }
#first > .one > #second .two > #deux #fourth #ten { color: red; }
#first > .one > #second .two > #deux #five { color: #110000; }
#first > .one > #second .two > #deux #five .seven { border: 1px solid black; }
#first > .one > #second .two > #deux #five .eight > #nine { border: 1px solid black; }
#first > .one > #second .two > #deux #five #ten { color: red; }
#first > .one > #second .two > #deux #six { color: #110000; }
#first > .one > #second .two > #deux #six .seven { border: 1px solid black; }
#first > .one > #second .two > #deux #six .eight > #nine { border: 1px solid black; }
#first > .one > #second .two > #deux #six #ten { color: red; }