2010-11-15 08:39:52 +01:00
|
|
|
|
2011-11-08 17:40:44 +01:00
|
|
|
/****
|
|
|
|
SLIDER
|
|
|
|
****/
|
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSliderProgressBarH {
|
|
|
|
border-color: #b1badf;
|
|
|
|
background: #c0c2c5 url("../images/sliderFull.png") repeat-x top left;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSliderProgressBarV {
|
|
|
|
border-color: #b1badf;
|
|
|
|
background: #c0c2c5 url("../images/sliderFullVertical.png") repeat-y bottom left;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSliderFocused .dijitSliderProgressBarH,
|
|
|
|
.soria .dijitSliderFocused .dijitSliderLeftBumper {
|
|
|
|
background-image:url("../images/sliderFullFocus.png");
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSliderFocused .dijitSliderProgressBarV,
|
|
|
|
.soria .dijitSliderFocused .dijitSliderBottomBumper {
|
|
|
|
background-image:url("../images/sliderFullVerticalFocus.png");
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSliderRemainingBarV {
|
|
|
|
border-color: #b4b4b4;
|
|
|
|
background: #dcdcdc url("../images/sliderEmptyVertical.png") repeat-y bottom left;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSliderRemainingBarH {
|
|
|
|
border-color: #b4b4b4;
|
|
|
|
background: #dcdcdc url("../images/sliderEmpty.png") repeat-x top left;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSliderBar {
|
|
|
|
border-style: solid;
|
|
|
|
outline:1px;
|
2011-11-08 17:40:44 +01:00
|
|
|
/* border-color: #b4b4b4; */
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.soria .dijitSliderFocused .dijitSliderBar {
|
|
|
|
border-color:#8ba0bd;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSliderImageHandleH {
|
2011-11-08 17:40:44 +01:00
|
|
|
border:0;
|
2010-11-15 08:39:52 +01:00
|
|
|
width:15px;
|
|
|
|
height:18px;
|
|
|
|
background:url("../images/preciseSliderThumb.png") no-repeat center top;
|
|
|
|
}
|
|
|
|
.soria .dijitSliderFocused .dijitSliderImageHandleH {
|
|
|
|
background-image:url("../images/preciseSliderThumbFocus.png");
|
|
|
|
#background-image:url("../images/preciseSliderThumbFocus.gif");
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.dj_ie6 .soria .dijitSliderImageHandleH {
|
|
|
|
background-image:url("../images/preciseSliderThumb.gif");
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSliderLeftBumper {
|
|
|
|
border-left-width: 1px;
|
|
|
|
border-color: #aab0bb;
|
|
|
|
background: #c0c2c5 url("../images/sliderFull.png") repeat-x top left;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSliderRightBumper {
|
|
|
|
background: #dcdcdc url("../images/sliderEmpty.png") repeat-x top left;
|
|
|
|
border-color: #b4b4b4;
|
|
|
|
border-right-width: 1px;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSliderImageHandleV {
|
2011-11-08 17:40:44 +01:00
|
|
|
border:0;
|
2010-11-15 08:39:52 +01:00
|
|
|
width:20px;
|
|
|
|
height:15px;
|
|
|
|
background:url("../images/sliderThumb.png") no-repeat center center;
|
|
|
|
#background:url("../images/sliderThumb.gif") no-repeat center center;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSliderFocused .dijitSliderImageHandleV {
|
|
|
|
background-image:url("../images/sliderThumbFocus.png");
|
|
|
|
#background-image:url("../images/sliderThumbFocus.gif");
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSliderBottomBumper {
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-color: #aab0bb;
|
|
|
|
background: #c0c2c5 url("../images/sliderFullVertical.png") repeat-y bottom left;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSliderTopBumper {
|
|
|
|
background: #dcdcdc url("../images/sliderEmptyVertical.png") repeat-y top left;
|
|
|
|
border-color: #b4b4b4;
|
|
|
|
border-top-width: 1px;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSliderIncrementIconH,
|
|
|
|
.soria .dijitSliderIncrementIconV {
|
|
|
|
background:url('../images/spriteRoundedIconsSmall.png') no-repeat -45px top;
|
|
|
|
#background:url('../images/spriteRoundedIconsSmall.gif') no-repeat -45px top;
|
|
|
|
width:15px; height:15px;
|
|
|
|
}
|
|
|
|
.soria .dijitSliderIncrementIconH {
|
|
|
|
background:url('../images/spriteRoundedIconsSmall.png') no-repeat -30px top;
|
|
|
|
#background:url('../images/spriteRoundedIconsSmall.gif') no-repeat -30px top;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSliderDecrementIconH,
|
|
|
|
.soria .dijitSliderDecrementIconV {
|
|
|
|
width:15px;
|
|
|
|
height:15px;
|
|
|
|
background:url('../images/spriteRoundedIconsSmall.png') no-repeat -15px top;
|
|
|
|
#background:url('../images/spriteRoundedIconsSmall.gif') no-repeat -15px top;
|
|
|
|
}
|
|
|
|
.soria .dijitSliderDecrementIconH {
|
2011-11-08 17:40:44 +01:00
|
|
|
background:url('../images/spriteRoundedIconsSmall.png') no-repeat 0 top;
|
|
|
|
#background:url('../images/spriteRoundedIconsSmall.gif') no-repeat 0 top;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSliderButtonInner {
|
|
|
|
visibility:hidden;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.soria .dijitSliderReadOnly *,
|
|
|
|
.soria .dijitSliderDisabled * {
|
|
|
|
border-color: #d5d5d5 #bdbdbd #bdbdbd #d5d5d5;
|
|
|
|
color: #bdbdbd;
|
|
|
|
}
|
|
|
|
.soria .dijitSliderReadOnly .dijitSliderDecrementIconH,
|
|
|
|
.soria .dijitSliderDisabled .dijitSliderDecrementIconH {
|
2011-11-08 17:40:44 +01:00
|
|
|
background-position: 0 -15px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.soria .dijitSliderReadOnly .dijitSliderIncrementIconH,
|
|
|
|
.soria .dijitSliderDisabled .dijitSliderIncrementIconH {
|
|
|
|
background-position: -30px -15px;
|
|
|
|
}
|
|
|
|
.soria .dijitSliderReadOnly .dijitSliderDecrementIconV,
|
|
|
|
.soria .dijitSliderDisabled .dijitSliderDecrementIconV {
|
|
|
|
background-position: -15px -15px;
|
|
|
|
}
|
|
|
|
.soria .dijitSliderReadOnly .dijitSliderIncrementIconV,
|
|
|
|
.soria .dijitSliderDisabled .dijitSliderIncrementIconV {
|
|
|
|
background-position: -45px -15px;
|
2011-11-08 17:40:44 +01:00
|
|
|
}
|