ion.rangeSlider.skinFlat.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. /* Ion.RangeSlider, Flat UI Skin
  2. // css version 1.8.5
  3. // by Denis Ineshin | ionden.com
  4. // ===================================================================================================================*/
  5. /* =====================================================================================================================
  6. // Skin details */
  7. .irs-line-mid,
  8. .irs-line-left,
  9. .irs-line-right,
  10. .irs-diapason,
  11. .irs-slider {
  12. background: url(img/sprite-skin-flat.png) repeat-x;
  13. }
  14. .irs {
  15. height: 40px;
  16. }
  17. .irs-with-grid {
  18. height: 60px;
  19. }
  20. .irs-line {
  21. height: 12px;
  22. top: 25px;
  23. }
  24. .irs-line-left {
  25. height: 12px;
  26. background-position: 0 -30px;
  27. }
  28. .irs-line-mid {
  29. height: 12px;
  30. background-position: 0 0;
  31. }
  32. .irs-line-right {
  33. height: 12px;
  34. background-position: 100% -30px;
  35. }
  36. .irs-diapason {
  37. height: 12px;
  38. top: 25px;
  39. background-position: 0 -60px;
  40. }
  41. .irs-slider {
  42. width: 16px;
  43. height: 18px;
  44. top: 22px;
  45. background-position: 0 -90px;
  46. }
  47. #irs-active-slider, .irs-slider:hover {
  48. background-position: 0 -120px;
  49. }
  50. .irs-min, .irs-max {
  51. color: #999;
  52. font-size: 10px;
  53. line-height: 1.333;
  54. text-shadow: none;
  55. top: 0;
  56. padding: 1px 3px;
  57. background: #e1e4e9;
  58. border-radius: 4px;
  59. }
  60. .irs-from, .irs-to, .irs-single {
  61. color: #fff;
  62. font-size: 10px;
  63. line-height: 1.333;
  64. text-shadow: none;
  65. padding: 1px 5px;
  66. background: #ed5565;
  67. border-radius: 4px;
  68. }
  69. .irs-from:after, .irs-to:after, .irs-single:after {
  70. position: absolute;
  71. display: block;
  72. content: "";
  73. bottom: -6px;
  74. left: 50%;
  75. width: 0;
  76. height: 0;
  77. margin-left: -3px;
  78. overflow: hidden;
  79. border: 3px solid transparent;
  80. border-top-color: #ed5565;
  81. }
  82. .irs-grid-pol {
  83. background: #e1e4e9;
  84. }
  85. .irs-grid-text {
  86. color: #999;
  87. }
  88. .irs-disabled {
  89. }