summaryrefslogtreecommitdiff
path: root/js/dojo-1.6/dojox/layout/resources/RotatorContainer.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.6/dojox/layout/resources/RotatorContainer.css')
-rw-r--r--js/dojo-1.6/dojox/layout/resources/RotatorContainer.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/layout/resources/RotatorContainer.css b/js/dojo-1.6/dojox/layout/resources/RotatorContainer.css
new file mode 100644
index 0000000..0c87a8a
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/RotatorContainer.css
@@ -0,0 +1,47 @@
+.dojoxRotatorContainer .dijitStackController,
+.dojoxRotatorPager {
+ position:absolute;
+ z-index:3;
+}
+
+.dojoxRotatorContent {
+ position:absolute;
+ z-index:1;
+}
+
+.dojoxRotatorContainer {
+ border:1px solid #9b9b9b;
+}
+
+.dojoxRotatorContainer .dijitStackController {
+ right:5px;
+ top:5px;
+}
+
+.dojoxRotatorContainer .dijitStackController .dijitToggleButtonChecked .dijitButtonNode {
+ background-color:#000;
+ background-image:none;
+ color:#fff;
+}
+
+.dojoxRotatorContainer .dojoxRotatorPager{bottom:5px;right:5px;}
+
+.rotatorIcons .dijitButton{margin:0;}
+.rotatorIcons .dijitButtonNode{background:none !important;border:0 !important;padding:0 !important;}
+.rotatorIcons .dijitButtonText{display:none;}
+.rotatorIcons .previous,
+.rotatorIcons .next,
+.rotatorIcons .playPause,
+.rotatorIcons .dijitToggleButtonChecked .playPause{background-image:url("icons/rotator.png");background-repeat:no-repeat;display:block;height:16px;width:16px;}
+.rotatorIcons .previous{background-position:0 0;}
+.rotatorIcons .dijitButtonHover .previous{background-position:0 -16px;}
+.rotatorIcons .dijitButtonActive .previous{background-position:0 -32px;}
+.rotatorIcons .next{background-position:-16px 0;}
+.rotatorIcons .dijitButtonHover .next{background-position:-16px -16px;}
+.rotatorIcons .dijitButtonActive .next{background-position:-16px -32px;}
+.rotatorIcons .playPause{background-position:-32px 0;}
+.rotatorIcons .dijitToggleButtonHover .playPause{background-position:-32px -16px;}
+.rotatorIcons .dijitToggleButtonActive .playPause{background-position:-32px -32px;}
+.rotatorIcons .dijitToggleButtonChecked .playPause{background-position:-48px 0;}
+.rotatorIcons .dijitToggleButtonCheckedHover .playPause{background-position:-48px -16px;}
+.rotatorIcons .dijitToggleButtonCheckedActive .playPause{background-position:-48px -32px;}