minor fixes
[redakcja.git] / apps / wiki / static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test / css / mixins.css
1 .mixin {
2   border: 1px solid black;
3 }
4 .mixout {
5   border-color: orange;
6 }
7 .borders {
8   border-style: dashed;
9 }
10 #namespace .borders {
11   border-style: dotted;
12 }
13 #namespace .biohazard {
14   content: "death";
15 }
16 #namespace .biohazard .man {
17   color: transparent;
18 }
19 #theme > .mixin {
20   background-color: grey;
21 }
22 #container {
23   color: black;
24   border: 1px solid black;
25   border-color: orange;
26   background-color: grey;
27 }
28 #header .milk {
29   color: white;
30   border: 1px solid black;
31   background-color: grey;
32 }
33 #header #cookie {
34   border-style: dashed;
35 }
36 #header #cookie .chips {
37   border-style: dotted;
38 }
39 #header #cookie .chips .calories {
40   color: black;
41   border: 1px solid black;
42   border-color: orange;
43   background-color: grey;
44 }
45 .secure-zone {
46   color: transparent;
47 }
48 .direct {
49   border-style: dotted;
50 }
51 .bo,
52 .bar {
53   width: 100%;
54 }
55 .bo {
56   border: 1px;
57 }
58 .ar.bo.ca {
59   color: black;
60 }
61 .jo.ki {
62   background: none;
63 }
64 .amp.support {
65   color: orange;
66 }
67 .amp.support .higher {
68   top: 0px;
69 }
70 .amp.support.deeper {
71   height: auto;
72 }
73 .extended {
74   width: 100%;
75   border: 1px;
76   background: none;
77   color: orange;
78   top: 0px;
79   height: auto;
80 }
81 .extended .higher {
82   top: 0px;
83 }
84 .extended.deeper {
85   height: auto;
86 }
87 .do .re .mi .fa .sol .la .si {
88   color: cyan;
89 }
90 .mutli-selector-parents {
91   color: cyan;
92 }
93 .foo .bar {
94   width: 100%;
95 }
96 .underParents {
97   color: red;
98 }
99 .parent .underParents {
100   color: red;
101 }
102 * + h1 {
103   margin-top: 25px;
104 }
105 legend + h1 {
106   margin-top: 0;
107 }
108 h1 + * {
109   margin-top: 10px;
110 }
111 * + h2 {
112   margin-top: 20px;
113 }
114 legend + h2 {
115   margin-top: 0;
116 }
117 h2 + * {
118   margin-top: 8px;
119 }
120 * + h3 {
121   margin-top: 15px;
122 }
123 legend + h3 {
124   margin-top: 0;
125 }
126 h3 + * {
127   margin-top: 5px;
128 }
129 .error {
130   background-image: "/a.png";
131   background-position: center center;
132 }
133 .test-rec .recursion {
134   color: black;
135 }
136 .button {
137   padding-left: 44px;
138 }
139 .button.large {
140   padding-left: 40em;
141 }