buxdojox.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. .dojoxFloatingPane{background-color:#fff;position:relative;border: 1px solid #dedede;overflow: hidden;-webkit-box-shadow: 0px 5px 10px #adadad;}
  2. .dojoxFloatingPaneFg{-webkit-box-shadow: 0px 8px 20px #525252;}
  3. .dojoxFloatingPaneTitle{background: #cccccc;background:#fafafa repeat-x bottom left;border:1px solid #bfbfbf;padding:4px 4px 2px 4px;cursor: pointer;white-space: nowrap;}
  4. .soria .dojoxFloatingPaneTitle{background:#fff url("../../../dijit/themes/soria/images/titleBar.png") repeat-x top left;border:1px solid #b1badf;font-size: 0.9em;font-weight: bold;line-height:1.2em;}
  5. .tundra .dojoxFloatingPaneTitle{background:#fafafa url("../../../dijit/themes/tundra/images/titleBarBg.gif") repeat-x bottom left;border:1px solid #bfbfbf;color:#000;}
  6. .dojoxFloatingCloseIcon{background:url('../../../dijit/themes/tundra/images/tabClose.png') no-repeat center center;width:16px;height:16px;overflow:hidden;float:right;}
  7. .dojoxFloatingMinimizeIcon{background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center;width:7px;margin: 0px 4px;overflow:hidden;float:right;}
  8. .soria .dojoxFloatingMinimizeIcon{background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -15px top;width: 14px;margin: 0px 2px;}
  9. .floatingPaneMaximized .dojoxFloatingMaximizeIcon{ display:none; }
  10. .dojoxFloatingMaximizeIcon{background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat -21px center;width:7px;margin: 0px 4px;overflow:hidden;float:right;}
  11. .soria .dojoxFloatingMaximizeIcon{background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top;}
  12. .floatingPaneMaximized .dojoxFloatingRestoreIcon{ display:inline; }
  13. .dojoxFloatingRestoreIcon{background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center;width:7px;margin: 0px 4px;float:right;display:none;}
  14. .dojoxFloatingResizeHandle{background:url('icons/resize.png') no-repeat bottom right;position:absolute;right:0;bottom:0;width:16px;height:16px;cursor:nw-resize;}
  15. .dojoxFloatingCloseIcon{width:15px;height:15px;overflow:hidden;float:right;cursor:pointer;}
  16. .soria .dojoxFloatingCloseIcon{background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -60px top;}
  17. .tundra .dojoxFloatingCloseIcon{background:url('../../../dijit/themes/tundra/images/tabClose.png') no-repeat center center;}
  18. .dojoxFloatingDockDefault{position:absolute;bottom:0px;left:0px;overflow:hidden;margin:0;margin-bottom:3px;padding:0px;width:100%;z-index:99;background:transparent;}
  19. .dojoxDockList{padding: 0px;margin: 0px;}
  20. .dojoxDockRestoreButton{background:url('../../../dijit/themes/tundra/images/folderClosed.gif') no-repeat center center;width:16px; height:16px;overflow:hidden;float:left;margin-top:2px;}
  21. .soria .dojoxDockRestoreButton{background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top;}
  22. .dojoxDockTitleNode{overflow:hidden;}
  23. .dojoxDock{display: block;border: 1px solid black;position: absolute;padding:0;margin:0;background:#fcfcfc;}
  24. .dojoxDockNode{border: 1px solid #adadad;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 3px;cursor:pointer;list-style: none;padding: 2px;margin: 0px;height: 16px;width: auto;float: left;background: #fafafa url("../../../dijit/themes/tundra/images/titleBarBg.gif") repeat-x bottom left;}
  25. .soria .dojoxDockNode{background:#b7cdee url("../../../dijit/themes/soria/images/titleBar.png") repeat-x;}
  26. .dojoxFloatingPaneContent{overflow: auto;background-color: #fff;height: 100%;width: 100%;}
  27. .dojoxFloatingPaneCanvas{background-color:#fff;}
  28. .dojoxResizeHandle{float: right;position: absolute;right: 2px;bottom: 2px;width: 13px;height: 13px;z-index: 20;background-image: url('icons/resize.png');line-height: 0px;}
  29. .dijitRtl .dojoxResizeHandle{float: right;left: 0px;right: auto;background-image: url('icons/resizeRtl.png');}
  30. .dojoxResizeNW{cursor: nw-resize;}
  31. .dijitRtl .dojoxResizeNW{cursor: ne-resize;}
  32. .dojoxResizeNE{cursor: ne-resize;}
  33. .dijitRtl .dojoxResizeNE{cursor: nw-resize;}
  34. .dojoxResizeW{cursor: w-resize;}
  35. .dojoxResizeN{cursor: n-resize;}
  36. .dojoxResizeHandleClone{position:absolute; top:0; left:0;border:1px dashed #666;z-index:999;}
  37. .dojoxExpandoPane{overflow:hidden;z-index:440 !important;}
  38. .dojoxExpandoPane .dojoxExpandoWrapper{overflow:hidden;}
  39. .dojoxExpandoClosed .dojoxExpandoTitleNode{display:none;}
  40. .dojoxExpandoClosed .dojoxExpandoWrapper *{overflow:hidden !important;}
  41. .dojoxExpandoTitleNode{padding-right:6px;padding-left:6px;}
  42. .dojoxExpandoIcon .a11yNode{display:none;visibility:hidden;}
  43. .dojoxExpandoBottom .dojoxExpandoIcon,.dojoxExpandoTop .dojoxExpandoIcon,.dojoxExpandoLeft .dojoxExpandoIcon{float:right;margin-right:2px;}
  44. .dojoxExpandoRight .dojoxExpandoIcon{float:left;margin-left:2px;}
  45. .dojoxExpandoIcon{width:14px;cursor:pointer;background-position:-60px 0px;background-repeat: no-repeat;height:14px;}
  46. .dojoxExpandoClosed .dojoxExpandoIcon{background-position: 0px 0px;margin:0 auto;}
  47. .dijitBorderContainer-dijitExpandoPane{border: none !important;}
  48. .soria .dojoxExpandoTitle{height:16px;font-size:0.9em;font-weight:bold;padding:3px;padding-top:6px;padding-bottom:5px;background:#F0F4FC url("../../../dijit/themes/soria/images/tabContainerSprite.gif") repeat-x scroll 0pt -50px;border-left: 1px solid #B1BADF;border-right: 1px solid #B1BADF;}
  49. .soria .dojoxExpandoClosed .dojoxExpandoTitle{background: none;background-color: #F0F4FC;border: none;}
  50. .soria .dojoxExpandoClosed{background: none;background-color: #F0F4FC;border: 1px solid #B1BADF !important;}
  51. .soria .dojoxExpandoIcon{background-image: url('../../../dijit/themes/soria/images/spriteRoundedIconsSmall.png');}
  52. .dj_ie6 .soria .dojoxExpandoIcon{background-image: url('../../../dijit/themes/soria/images/spriteRoundedIconsSmall.gif');}
  53. .tundra .dojoxExpandoTitle{font-weight: bold;padding: 5px;padding-top: 6px;padding-bottom: 6px;background: #fafafa url("../../../dijit/themes/tundra/images/accordionItemActive.gif") repeat-x scroll left top;border-top: 1px solid #ccc;border-left: 1px solid #ccc;border-right: 1px solid #ccc;}
  54. .tundra .dojoxExpandoClosed .dojoxExpandoTitle{background: none;background-color: #fafafa;border: none;padding:3px;}
  55. .tundra .dojoxExpandoClosed{background: none;background-color: #fafafa;border: 1px solid #ccc !important;}
  56. .tundra .dojoxExpandoRight .dojoxExpandoTitle,.tundra .dojoxExpandoLeft .dojoxExpandoTitle,.tundra .dojoxExpandoClosed .dojoxExpandoTitle,.tundra .dojoxExpandoClosed{background-color: #fafafa;}
  57. .tundra .dojoxExpandoIcon{background-image: url('../../../dijit/themes/tundra/images/spriteRoundedIconsSmall.gif');}
  58. .tundra .dojoxExpandoClosed .dojoxExpandoIconLeft,.tundra .dojoxExpandoClosed .dojoxExpandoIconRight,.tundra .dojoxExpandoClosed .dojoxExpandoIconTop,.tundra .dojoxExpandoClosed .dojoxExpandoIconBottom{margin-top: 3px;}
  59. .claro .dojoxExpandoTitle{font-weight: bold;border:1px solid #769DC0;border-bottom:none;background-color:#cde8ff;background-image: url("../../../dijit/themes/claro/layout/images/accordion.png");background-position:0px 0px;background-repeat:repeat-x;padding: 5px 7px 2px 7px;min-height:17px;color:#4a4a4a;}
  60. .claro .dojoxExpandoClosed .dojoxExpandoTitle{background: none;background-color: #E6E6E7;border: none;padding:3px;}
  61. .claro .dojoxExpandoClosed{background: none;background-color: #E6E6E7;border: 1px solid #769DC0 !important;}
  62. .claro .dojoxExpandoRight .dojoxExpandoTitle,.claro .dojoxExpandoLeft .dojoxExpandoTitle,.claro .dojoxExpandoClosed .dojoxExpandoTitle{background-color: #E6E6E7;}
  63. .claro .dojoxExpandoClosed .dojoxExpandoTitle{background-image: url("../../../dijit/themes/claro/layout/images/accordion.png");background-position:0 0;}
  64. .claro .dojoxExpandoIcon{background-image: url('../../../dijit/themes/tundra/images/spriteRoundedIconsSmall.gif');}
  65. .claro .dojoxExpandoClosed .dojoxExpandoIconLeft,.claro .dojoxExpandoClosed .dojoxExpandoIconRight,.claro .dojoxExpandoClosed .dojoxExpandoIconTop,.claro .dojoxExpandoClosed .dojoxExpandoIconBottom{margin-top: 3px;}
  66. .nihilo .dojoxExpandoPane{background: #fafafa;}
  67. .nihilo .dojoxExpandoTitle{height:16px;font-size:0.9em;font-weight:bold;padding:3px;padding-top:6px;padding-bottom:5px;background:#fafafa url("../../../dijit/themes/nihilo/images/tabContainerSprite.gif") repeat-x scroll 0pt -50px;border-left: 1px solid #ccc;border-right: 1px solid #ccc;}
  68. .nihilo .dojoxExpandoClosed .dojoxExpandoTitle{background: none;background-color: #fafafa;border: none;}
  69. .nihilo .dojoxExpandoClosed{background: none;background-color: #fafafa;border: 1px solid #ccc !important;}
  70. .nihilo .dojoxExpandoIcon{background-image: url('../../../dijit/themes/nihilo/images/spriteRoundedIconsSmall.png');}
  71. .dj_ie6 .nihilo .dojoxExpandoIcon{background-image: url('../../../dijit/themes/nihilo/images/spriteRoundedIconsSmall.gif');}
  72. .nihilo .dojoxExpandoTop{border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;}
  73. .dojoxExpandoClosed .dojoxExpandoIcon{margin-right:4px;}
  74. .dojoxExpandoIconLeft{background-position: 0 0;}
  75. .dojoxExpandoClosed .dojoxExpandoIconLeft{background-position: -30px 0;margin-right: 4px;}
  76. .dojoxExpandoIconRight{background-position: -30px 0;}
  77. .dojoxExpandoClosed .dojoxExpandoIconRight{background-position: 0 0;margin-left: 4px;}
  78. .dojoxExpandoIconBottom{background-position: -15px 0;}
  79. .dojoxExpandoClosed .dojoxExpandoIconBottom{background-position: -45px 0;margin-top:1px;}
  80. .dojoxExpandoIconTop{background-position: -45px 0;}
  81. .dojoxExpandoClosed .dojoxExpandoIconTop{background-position: -15px 0;}
  82. .dojoxRangeSlider .dijitSliderLeftBumper, .dojoxRangeSlider .dijitSliderBottomBumper{background:#FFFFFF !important;}
  83. .dojoxRangeSliderBarContainer{position:relative;}
  84. .dojoxRangeSlider .dijitSliderProgressBarV{position:relative !important;}
  85. .dojoxRangeSlider .dijitSliderProgressBar{overflow:hidden;cursor:pointer;}
  86. .dojoxRangeSlider .dijitSliderProgressBarV{position:absolute !important;border-width: 0px;}
  87. .dojoxRangeSlider .dijitSliderImageHandleH{left: -50%;}
  88. .dijitSlider .dojoxRangeSliderBarContainer .dijitSliderProgressBarH,.dojoxRangeSlider .dijitSliderMoveableH{right:auto !important;}
  89. .dojoxColorPicker{padding:8px;-moz-border-radius:4pt;-webkit-border-radius:5pt;-webkit-drop-shadow:3pt;}
  90. .dojoxColorPickerRightPad{padding-right: 8px;}
  91. .tundra .dojoxColorPicker{background:#ededed;border:1px solid #ccc;}
  92. .dojoxColorPickerBox{position:relative;width:150px;height:150px;margin:0;padding:0;}
  93. .dojoxColorPickerUnderlay{position:relative;top:0; left:0;width:150px;height:150px;z-index:1;}
  94. .tundra .dojoxColorPickerUnderlay{border:1px solid #a0a0a0;}
  95. .claro .dojoxColorPicker{background:#ededed;border:1px solid #cdcdcd;}
  96. .claro .dojoxColorPickerUnderlay{border:1px solid #cccccc;}
  97. .dojoxHuePickerUnderlay{position:relative;top:0; left:0;height:150px;width:20px;z-index:1;text-align: center;}
  98. .dojoxHuePicker{ position:relative; top: 0px; left: 0px; padding: 0px;}
  99. .dojoxHuePickerPoint{position:absolute;top:0; left:0;width:20px;height:8px;z-index:3;cursor:move;}
  100. .dojoxColorPickerPoint{position:absolute;width:10px;height:10px;border:0;z-index:3;cursor:move;}
  101. .dojoxColorPickerPreview{display:block;width:45px;height:45px;border:1px solid #333;background-color:#fff;position:relative;top: 0px;left: 0px;}
  102. .dojoxColorPickerWebSafePreview{display:block;width:25px;height:25px;position:relative;top: 0px;left: 0px;border:1px solid #333;}
  103. .dojoxColorPickerOptional{position:relative;top: 0px;left: 0px;height: 100%;}
  104. .dojoxColorPickerOptional table{border-spacing: 4px;}
  105. .dojoxColorPickerPreviewContainer table{border-spacing: 6px 0px;}
  106. .dojoxColorPickerOptional input{border:1px solid #a7a7a7;width:25px;padding:1px 3px 1px 3px;line-height:1.1em;}
  107. .dojoxColorPickerHex input{width:55px;}