Warning, /webapps/ocs-webserver/library/lessphp/tests/outputs/mixins.css is written in an unsupported language. File is not indexed.
0001 .bold {
0002 font-size: 20px;
0003 font-weight: bold;
0004 }
0005 body #window {
0006 border-radius: 10px;
0007 font-size: 20px;
0008 font-weight: bold;
0009 line-height: 30px;
0010 }
0011 #bundle .button {
0012 display: block;
0013 border: 1px solid black;
0014 background-color: grey;
0015 }
0016 #bundle .button:hover {
0017 background-color: white;
0018 }
0019 #header a {
0020 color: orange;
0021 display: block;
0022 border: 1px solid black;
0023 background-color: grey;
0024 }
0025 #header a:hover {
0026 background-color: white;
0027 }
0028 div {
0029 color: blue;
0030 hello: world;
0031 }
0032 div b {
0033 color: blue;
0034 }
0035 body {
0036 color: blue;
0037 hello: world;
0038 }
0039 body b {
0040 color: blue;
0041 }
0042 .hello .world {
0043 color: blue;
0044 }
0045 .foobar {
0046 color: blue;
0047 }
0048 .eggs {
0049 foo: 1px 2px;
0050 bar: 1px 2px;
0051 foo: 100 land;
0052 bar: 100 land;
0053 }
0054 #hello {
0055 cool: one two three cool;
0056 }
0057 #hello-important {
0058 cool: one two three cool !important;
0059 }
0060 #world {
0061 cool: "world";
0062 }
0063 #another {
0064 things: red blue green;
0065 things: red blue green skip me;
0066 }
0067 #day .cool {
0068 color: one two three;
0069 }
0070 #day .cool {
0071 color: one two three skip me;
0072 }
0073 .mix-suffix {
0074 color: red !important;
0075 height: 20px !important;
0076 }
0077 .mix-suffix pre {
0078 color: red;
0079 }
0080 .search-test {
0081 color: #f00 !important;
0082 color: #0f0 !important;
0083 }
0084 .cowboy {
0085 color: blue;
0086 }
0087 .nav .nav-divider {
0088 padding: 10px;
0089 }
0090 .nav-divider {
0091 padding: 10px;
0092 }