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