Warning, /webapps/ocs-webserver/library/lessphp/tests/outputs/nested.css is written in an unsupported language. File is not indexed.
0001 #header {
0002 color: black;
0003 }
0004 #header .navigation {
0005 font-size: 12px;
0006 }
0007 #header .navigation .border .outside {
0008 color: blue;
0009 }
0010 #header .logo {
0011 width: 300px;
0012 }
0013 #header .logo:hover {
0014 text-decoration: none;
0015 }
0016 a b ul li {
0017 color: green;
0018 }
0019 div .cool {
0020 color: green;
0021 }
0022 p .cool span {
0023 color: yellow;
0024 }
0025 div another {
0026 color: green;
0027 }
0028 p another span {
0029 color: yellow;
0030 }
0031 b .something {
0032 color: blue;
0033 }
0034 b.something {
0035 color: blue;
0036 }
0037 .foo .bar .qux,
0038 .foo .baz .qux {
0039 display: block;
0040 }
0041 .qux .foo .bar,
0042 .qux .foo .baz {
0043 display: inline;
0044 }
0045 .qux .foo .bar .biz,
0046 .qux .foo .baz .biz {
0047 display: none;
0048 }
0049 b hello [x="&yeah"] {
0050 color: red;
0051 }