responsivewebframework
Version:
Jalasoft Foundation Front End Framework ========================================
116 lines (104 loc) • 1.87 kB
text/less
.real-slider {
height: 55px;
width: 100%;
background-color: transparent;
display: table-cell;
vertical-align: middle;
position: relative;
padding: 0;
margin: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.slider-line-base {
height: 2px;
width: 100%;
background-color: #c3c3c3;
padding: 0;
margin: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.slider-line-rango {
position: absolute;
height: 2px;
width: 1px;
background-color: #6DAA6E;
left: 0px;
z-index: 190;
}
.slider-initial {
background-color: rgba(255, 255, 255, 1);
position: absolute;
font-size: 18px;
left: 30px;
top: 17px;
z-index: 200;
margin: 0;
padding: 0;
color: #c3c3c3;
}
.slider-initial:hover {
font-size: 22px;
cursor: pointer;
}
.slider-final {
background-color: rgba(255, 255, 255, 1);
position: absolute;
font-size: 18px;
left: 30px;
top: 17px;
z-index: 200;
margin: 0;
padding: 0;
color: #c3c3c3;
}
.slider-final:hover {
font-size: 22px;
cursor: pointer;
}
.container-real-slider {
display: table;
background-color: transparent;
width: 100%;
padding: 0;
margin: 0;
}
.slider-caption {
position: absolute;
bottom: 0;
font-size: 12px;
font-family:DINNextLTPro--Regular;
color: #A1A1A1;
z-index: 205;
margin: 0;
padding: 0;
height: 15px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.slider-cunia{
position: absolute;
height: 6px;
width: 2px;
background-color: #c3c3c3;
left: 10;
}
.slider-today {
position: absolute;
background-color: transparent;
right: 0;
top: calc(50% - 16px);
font-size: 18px;
color: #9B9B9B;
z-index: 200;
margin: 0;
padding: 0;
opacity: 0.5;
}