source: Dev/trunk/src/client/util/less/test/css/mixins.css

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 1.6 KB
Line 
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.extended {
68  width: 100%;
69  border: 1px;
70  background: none;
71  color: orange;
72}
73.foo .bar {
74  width: 100%;
75}
76.underParents {
77  color: red;
78}
79.parent .underParents {
80  color: red;
81}
82* + h1 {
83  margin-top: 25px;
84}
85legend + h1 {
86  margin-top: 0;
87}
88h1 + * {
89  margin-top: 10px;
90}
91* + h2 {
92  margin-top: 20px;
93}
94legend + h2 {
95  margin-top: 0;
96}
97h2 + * {
98  margin-top: 8px;
99}
100* + h3 {
101  margin-top: 15px;
102}
103legend + h3 {
104  margin-top: 0;
105}
106h3 + * {
107  margin-top: 5px;
108}
109.error {
110  background-image: "/a.png";
111  background-position: center center;
112}
113.test-rec .recursion {
114  color: black;
115}
116.button {
117  padding-left: 44px;
118}
119.button.large {
120  padding-left: 40em;
121}
Note: See TracBrowser for help on using the repository browser.