]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dojox/fx/tests/_animation.css
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojox / fx / tests / _animation.css
1 .testBox {
2         border:1px solid #333;
3         width:75px;
4         height:75px;
5 }
6 .absolutely { position:absolute;
7         top:0; left:0;
8 }
9 .floating {
10         float:left;
11 }
12 .wide {
13         width:200px;
14 }
15 .tall {
16         height:200px;
17 }
18 .tiny {
19         width:3px;
20         height:3px;
21 }
22 .black {
23         color:#fff;
24         background-color:#000;        
25 }
26 .white {
27         color:#666;
28         background-color:#fff;        
29 }
30 .green {
31         color:#000;
32         background-color:#eef;
33 }
34 .red    {
35         color:#fff;
36         background-color:#ffe;        
37 }
38 .blue {
39         color:#000;
40         background-color:#fef !important;
41 }
42 .baseFont {
43         line-height:14px;
44         font:12px Arial,sans-serif;
45         letter-spacing:0.1em;
46 }
47 .spacedVertical {
48         line-height:42px;
49 }
50 .spacedHorizontal {
51         letter-spacing:0.42em;        
52 }
53 .fontSizeTest {
54         font:20px Arial,sans-serif;
55 }
56 .bigMargin {
57         margin:30px;        
58 }
59 .noMargin {
60         margin:0;
61 }
62 .mediumMargin {
63         margin:15px;
64 }
65 .bigMarginLeft {
66         margin-left:150px;
67 }
68 .padded {
69         padding:3px;
70 }
71 .noPadding {
72         padding:0;
73 }
74 .topPadding {
75         padding-top:50px;
76 }
77 .bigPadding {
78         padding:30px; 
79 }
80 .offsetSome {
81         top:50px;
82         left:75px; 
83 }
84 .topLeft {
85         top:0;
86         left:0;
87 }
88 .bottomRight {
89         bottom:0;
90         right:0;
91 }
92 .bothAxis {
93         top:10px;
94         left:10px;
95         right:10px;
96         bottom:10px; 
97 }