| 1 |
error, pre seriousError, span seriousError, other, hello { |
| 2 |
border: 1px #f00; |
| 3 |
background-color: #fdd; } |
| 4 |
|
| 5 |
pre seriousError, span seriousError { |
| 6 |
font-size: 20px; } |
| 7 |
|
| 8 |
hello { |
| 9 |
color: green; } |
| 10 |
hello div { |
| 11 |
margin: 10px; } |
| 12 |
|
| 13 |
.cool, .me { |
| 14 |
color: red; } |
| 15 |
|
| 16 |
.blue, .me { |
| 17 |
color: purple; } |
| 18 |
|
| 19 |
a:hover, .hoverlink, #demo .overview .fakelink:hover { |
| 20 |
text-decoration: underline; } |
| 21 |
|
| 22 |
div.hello.world.hmm, pre div.okay.span.world.hmm, pre #butt .umm div.sure.span.world.hmm, #butt .umm pre div.sure.span.world.hmm, code div.okay.span.world.hmm, code #butt .umm div.sure.span.world.hmm, #butt .umm code div.sure.span.world.hmm { |
| 23 |
color: blue; } |
| 24 |
|
| 25 |
.xxxxx .xxxxx .xxxxx, code .xxxxx .xxxxx, code code .xxxxx, code code code, code .xxxxx code, .xxxxx code .xxxxx, .xxxxx code code, .xxxxx .xxxxx code { |
| 26 |
color: green; } |
| 27 |
|
| 28 |
code { |
| 29 |
color: red; } |
| 30 |
|
| 31 |
.alpha, .beta, .gama { |
| 32 |
color: red; } |
| 33 |
|
| 34 |
.beta, .gama { |
| 35 |
color: white; } |
| 36 |
|
| 37 |
.gama { |
| 38 |
color: blue; } |
| 39 |
|
| 40 |
#admin .tabbar a, #admin .tabbar #demo .overview .fakelink, #demo .overview #admin .tabbar .fakelink { |
| 41 |
font-weight: bold; } |
| 42 |
|
| 43 |
a1 b1 c1 d1, x1 y1 z1 w1 b1 c1 d1 { |
| 44 |
color: red; } |
| 45 |
|
| 46 |
a2 b2 c2 d2, a2 x2 y2 z2 w2 c2 d2, x2 y2 z2 a2 w2 c2 d2 { |
| 47 |
color: red; } |
| 48 |
|
| 49 |
a3 b3 c3 d3, a3 b3 x3 y3 z3 w3 d3, x3 y3 z3 a3 b3 w3 d3 { |
| 50 |
color: red; } |
| 51 |
|
| 52 |
a4 b4 c4 d4, a4 b4 c4 x4 y4 z4 w4, x4 y4 z4 a4 b4 c4 w4 { |
| 53 |
color: red; } |
| 54 |
|
| 55 |
#butt .yeah .okay, #butt .yeah .umm .sure, #butt .umm .yeah .sure { |
| 56 |
font-weight: bold; } |
| 57 |
|
| 58 |
a9 b9 s9 t9 v9, a9 b9 s9 t9 x9 y9 z9, a9 b9 x9 y9 s9 t9 z9 { |
| 59 |
color: red; } |
| 60 |
|
| 61 |
@media print { |
| 62 |
horse, man { |
| 63 |
color: blue; } } |
| 64 |
|
| 65 |
man { |
| 66 |
color: red; } |
| 67 |
|
| 68 |
wassup { |
| 69 |
color: blue; } |
| 70 |
|
| 71 |
.foo .wassup { |
| 72 |
color: blue; } |
| 73 |
|
| 74 |
#something, .x, .y { |
| 75 |
color: red; } |
| 76 |
|
| 77 |
.nav-justified, .nav-tabs.nav-justified { |
| 78 |
text-align: justify; } |
| 79 |
|
| 80 |
.btn:hover, .edit .actions button:hover, .edit .new .actions button:hover, .btn:active, .edit .actions button:active, .edit .new .actions button:active, .btn.active, .edit .actions button.active, .edit .new .actions button.active, .btn.disabled, .edit .actions button.disabled, .edit .new .actions button.disabled, .btn[disabled], .edit .actions button[disabled], .edit .new .actions button[disabled] { |
| 81 |
color: red; } |
| 82 |
|
| 83 |
.edit .actions button { |
| 84 |
float: right; } |
| 85 |
|
| 86 |
.edit .new .actions { |
| 87 |
padding: 0; } |
| 88 |
|