root / trunk / web / dojo / dijit / themes / nihilo / form / Slider.css
History | View | Annotate | Download (4.09 KB)
| 1 | 9 | andrej.cim | |
|---|---|---|---|
| 2 | .nihilo .dijitSliderProgressBarH { |
||
| 3 | border-color: #aab0bb; |
||
| 4 | background: #c0c2c5 url("../images/sliderFull.png") repeat-x top left; |
||
| 5 | } |
||
| 6 | .nihilo .dijitSliderProgressBarV { |
||
| 7 | border-color: #aab0bb; |
||
| 8 | background: #c0c2c5 url("../images/sliderFullVertical.png") repeat-y bottom left; |
||
| 9 | } |
||
| 10 | .nihilo .dijitSliderFocused .dijitSliderProgressBarH, |
||
| 11 | .nihilo .dijitSliderFocused .dijitSliderLeftBumper { |
||
| 12 | background-image:url("../images/sliderFullFocus.png"); |
||
| 13 | } |
||
| 14 | .nihilo .dijitSliderFocused .dijitSliderProgressBarV, |
||
| 15 | .nihilo .dijitSliderFocused .dijitSliderBottomBumper { |
||
| 16 | background-image:url("../images/sliderFullVerticalFocus.png"); |
||
| 17 | } |
||
| 18 | .nihilo .dijitSliderRemainingBarV { |
||
| 19 | border-color: #b4b4b4; |
||
| 20 | background: #dcdcdc url("../images/sliderEmptyVertical.png") repeat-y bottom left; |
||
| 21 | } |
||
| 22 | .nihilo .dijitSliderRemainingBarH { |
||
| 23 | border-color: #b4b4b4; |
||
| 24 | background: #dcdcdc url("../images/sliderEmpty.png") repeat-x top left; |
||
| 25 | } |
||
| 26 | .nihilo .dijitSliderBar { |
||
| 27 | border-style: solid; |
||
| 28 | outline:1px; |
||
| 29 | |||
| 30 | } |
||
| 31 | .nihilo .dijitSliderFocused .dijitSliderBar { |
||
| 32 | border-color:#727272; |
||
| 33 | } |
||
| 34 | .nihilo .dijitSliderImageHandleH { |
||
| 35 | border:0px; |
||
| 36 | width:15px; |
||
| 37 | height:18px; |
||
| 38 | background:url("../images/preciseSliderThumb.png") no-repeat center top; |
||
| 39 | #background:url("../images/preciseSliderThumb.gif") no-repeat center top; |
||
| 40 | } |
||
| 41 | .nihilo .dijitSliderFocused .dijitSliderImageHandleH { |
||
| 42 | background-image:url("../images/preciseSliderThumbFocus.png"); |
||
| 43 | #background-image:url("../images/preciseSliderThumbFocus.gif"); |
||
| 44 | } |
||
| 45 | .nihilo .dijitSliderLeftBumper { |
||
| 46 | border-left-width: 1px; |
||
| 47 | border-color: #aab0bb; |
||
| 48 | background: #c0c2c5 url("../images/sliderFull.png") repeat-x top left; |
||
| 49 | } |
||
| 50 | .nihilo .dijitSliderRightBumper { |
||
| 51 | background: #dcdcdc url("../images/sliderEmpty.png") repeat-x top left; |
||
| 52 | border-color: #b4b4b4; |
||
| 53 | border-right-width: 1px; |
||
| 54 | } |
||
| 55 | .nihilo .dijitSliderImageHandleV { |
||
| 56 | border:0px; |
||
| 57 | width:20px; |
||
| 58 | height:15px; |
||
| 59 | background:url("../images/sliderThumb.png") no-repeat center center; |
||
| 60 | #background:url("../images/sliderThumb.gif") no-repeat center center; |
||
| 61 | } |
||
| 62 | .nihilo .dijitSliderFocused .dijitSliderImageHandleV { |
||
| 63 | background-image:url("../images/sliderThumbFocus.png"); |
||
| 64 | #background-image:url("../images/sliderThumbFocus.gif"); |
||
| 65 | } |
||
| 66 | .nihilo .dijitSliderBottomBumper { |
||
| 67 | border-bottom-width: 1px; |
||
| 68 | border-color: #aab0bb; |
||
| 69 | background: #c0c2c5 url("../images/sliderFullVertical.png") repeat-y bottom left; |
||
| 70 | } |
||
| 71 | .nihilo .dijitSliderTopBumper { |
||
| 72 | background: #dcdcdc url("../images/sliderEmptyVertical.png") repeat-y top left; |
||
| 73 | border-color: #b4b4b4; |
||
| 74 | border-top-width: 1px; |
||
| 75 | } |
||
| 76 | .nihilo .dijitSliderIncrementIconH, |
||
| 77 | .nihilo .dijitSliderIncrementIconV { |
||
| 78 | background:url('../images/spriteRoundedIconsSmall.png') no-repeat -45px top; |
||
| 79 | #background:url('../images/spriteRoundedIconsSmall.gif') no-repeat -45px top; |
||
| 80 | width:15px; height:15px; |
||
| 81 | } |
||
| 82 | .nihilo .dijitSliderIncrementIconH { |
||
| 83 | background:url('../images/spriteRoundedIconsSmall.png') no-repeat -30px top; |
||
| 84 | #background:url('../images/spriteRoundedIconsSmall.gif') no-repeat -30px top; |
||
| 85 | } |
||
| 86 | .nihilo .dijitSliderDecrementIconH, |
||
| 87 | .nihilo .dijitSliderDecrementIconV { |
||
| 88 | width:15px; |
||
| 89 | height:15px; |
||
| 90 | background:url('../images/spriteRoundedIconsSmall.png') no-repeat -15px top; |
||
| 91 | #background:url('../images/spriteRoundedIconsSmall.gif') no-repeat -15px top; |
||
| 92 | } |
||
| 93 | .nihilo .dijitSliderDecrementIconH { |
||
| 94 | background:url('../images/spriteRoundedIconsSmall.png') no-repeat 0px top; |
||
| 95 | #background:url('../images/spriteRoundedIconsSmall.gif') no-repeat 0px top; |
||
| 96 | } |
||
| 97 | .nihilo .dijitSliderButtonInner { |
||
| 98 | visibility:hidden; |
||
| 99 | } |
||
| 100 | .nihilo .dijitSliderReadOnly *, |
||
| 101 | .nihilo .dijitSliderDisabled * { |
||
| 102 | border-color: #d5d5d5 #bdbdbd #bdbdbd #d5d5d5; |
||
| 103 | color: #bdbdbd; |
||
| 104 | } |
||
| 105 | .nihilo .dijitSliderReadOnly .dijitSliderDecrementIconH, |
||
| 106 | .nihilo .dijitSliderDisabled .dijitSliderDecrementIconH { |
||
| 107 | background-position: 0px -15px; |
||
| 108 | } |
||
| 109 | .nihilo .dijitSliderReadOnly .dijitSliderIncrementIconH, |
||
| 110 | .nihilo .dijitSliderDisabled .dijitSliderIncrementIconH { |
||
| 111 | background-position: -30px -15px; |
||
| 112 | } |
||
| 113 | .nihilo .dijitSliderReadOnly .dijitSliderDecrementIconV, |
||
| 114 | .nihilo .dijitSliderDisabled .dijitSliderDecrementIconV { |
||
| 115 | background-position: -15px -15px; |
||
| 116 | } |
||
| 117 | .nihilo .dijitSliderReadOnly .dijitSliderIncrementIconV, |
||
| 118 | .nihilo .dijitSliderDisabled .dijitSliderIncrementIconV { |
||
| 119 | background-position: -45px -15px; |
||
| 120 | } |