Project

General

Profile

1
/* Ion.RangeSlider, Simple Skin
2
// css version 1.8.5
3
// by Denis Ineshin | ionden.com
4
// ===================================================================================================================*/
5

    
6
/* =====================================================================================================================
7
// Skin details */
8

    
9
.irs-line-mid,
10
.irs-line-left,
11
.irs-line-right,
12
.irs-diapason,
13
.irs-slider {
14
    background: url(../img/sprite-skin-simple.png) repeat-x;
15
}
16

    
17
.irs {
18
    height: 40px;
19
}
20
.irs-with-grid {
21
    height: 60px;
22
}
23
.irs-line {
24
    height: 6px; top: 25px;
25
}
26
    .irs-line-left {
27
        height: 6px;
28
        background-position: 0 -30px;
29
    }
30
    .irs-line-mid {
31
        height: 6px;
32
        background-position: 0 0;
33
    }
34
    .irs-line-right {
35
        height: 6px;
36
        background-position: 100% -30px;
37
    }
38

    
39
.irs-diapason {
40
    height: 6px; top: 25px;
41
    background-position: 0 -60px;
42
}
43

    
44
.irs-slider {
45
    width: 8px; height: 15px;
46
    top: 21px;
47
    background-position: 0 -90px;
48
}
49
#irs-active-slider, .irs-slider:hover {
50
    background-position: 0 -120px;
51
}
52

    
53
.irs-min, .irs-max {
54
    color: #c0c0c0;
55
    font-size: 10px; line-height: 1.333;
56
    text-shadow: none;
57
    top: 0; padding: 1px 3px;
58
    background: rgba(0,0,0,0.1);
59
    border-radius: 3px;
60
}
61
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
62
    background: #3654b0;
63
}
64

    
65
.irs-from, .irs-to, .irs-single {
66
    color: #000;
67
    font-size: 10px; line-height: 1.333;
68
    text-shadow: none;
69
    padding: 1px 5px;
70
    background: rgba(255,255,255,0.8);
71
    border-radius: 3px;
72
}
73
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
74
    background: #d8dff3;
75
}
76

    
77
.irs-grid-pol {
78
    background: #777;
79
}
80
.irs-grid-text {
81
    color: #e0e0e0;
82
}
83

    
84
.irs-disabled {
85
}
(4-4/4)