Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / layout / resources / RotatorContainer.css

History | View | Annotate | Download (1.75 KB)

1
.dojoxRotatorContainer .dijitStackController,
2
.dojoxRotatorPager {
3
        position:absolute;
4
        z-index:3;
5
}
6
.dojoxRotatorContent {
7
        position:absolute;
8
        z-index:1;
9
}
10
.dojoxRotatorContainer {
11
        border:1px solid #9b9b9b;
12
}
13
.dojoxRotatorContainer .dijitStackController {
14
        right:5px;
15
        top:5px;
16
}
17
.dojoxRotatorContainer .dijitStackController .dijitToggleButtonChecked .dijitButtonNode {
18
        background-color:#000;
19
        background-image:none;
20
        color:#fff;
21
}
22
.dojoxRotatorContainer .dojoxRotatorPager{bottom:5px;right:5px;}
23
.rotatorIcons .dijitButton{margin:0;}
24
.rotatorIcons .dijitButtonNode{background:none !important;border:0 !important;padding:0 !important;}
25
.rotatorIcons .dijitButtonText{display:none;}
26
.rotatorIcons .previous,
27
.rotatorIcons .next,
28
.rotatorIcons .playPause,
29
.rotatorIcons .dijitToggleButtonChecked .playPause{background-image:url("icons/rotator.png");background-repeat:no-repeat;display:block;height:16px;width:16px;}
30
.rotatorIcons .previous{background-position:0 0;}
31
.rotatorIcons .dijitButtonHover .previous{background-position:0 -16px;}
32
.rotatorIcons .dijitButtonActive .previous{background-position:0 -32px;}
33
.rotatorIcons .next{background-position:-16px 0;}
34
.rotatorIcons .dijitButtonHover .next{background-position:-16px -16px;}
35
.rotatorIcons .dijitButtonActive .next{background-position:-16px -32px;}
36
.rotatorIcons .playPause{background-position:-32px 0;}
37
.rotatorIcons .dijitToggleButtonHover .playPause{background-position:-32px -16px;}
38
.rotatorIcons .dijitToggleButtonActive .playPause{background-position:-32px -32px;}
39
.rotatorIcons .dijitToggleButtonChecked .playPause{background-position:-48px 0;}
40
.rotatorIcons .dijitToggleButtonCheckedHover .playPause{background-position:-48px -16px;}
41
.rotatorIcons .dijitToggleButtonCheckedActive .playPause{background-position:-48px -32px;}