Theme Inspinia
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ion.rangeSlider.skinFlat.css 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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(../images/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; top: 25px;
  22. }
  23. .irs-line-left {
  24. height: 12px;
  25. background-position: 0 -30px;
  26. }
  27. .irs-line-mid {
  28. height: 12px;
  29. background-position: 0 0;
  30. }
  31. .irs-line-right {
  32. height: 12px;
  33. background-position: 100% -30px;
  34. }
  35. .irs-diapason {
  36. height: 12px; top: 25px;
  37. background-position: 0 -60px;
  38. }
  39. .irs-slider {
  40. width: 16px; height: 18px;
  41. top: 22px;
  42. background-position: 0 -90px;
  43. }
  44. #irs-active-slider, .irs-slider:hover {
  45. background-position: 0 -120px;
  46. }
  47. .irs-min, .irs-max {
  48. color: #999;
  49. font-size: 10px; line-height: 1.333;
  50. text-shadow: none;
  51. top: 0; padding: 1px 3px;
  52. background: #e1e4e9;
  53. border-radius: 4px;
  54. }
  55. .irs-from, .irs-to, .irs-single {
  56. color: #fff;
  57. font-size: 10px; line-height: 1.333;
  58. text-shadow: none;
  59. padding: 1px 5px;
  60. background: #ed5565;
  61. border-radius: 4px;
  62. }
  63. .irs-from:after, .irs-to:after, .irs-single:after {
  64. position: absolute; display: block; content: "";
  65. bottom: -6px; left: 50%;
  66. width: 0; height: 0;
  67. margin-left: -3px;
  68. overflow: hidden;
  69. border: 3px solid transparent;
  70. border-top-color: #ed5565;
  71. }
  72. .irs-grid-pol {
  73. background: #e1e4e9;
  74. }
  75. .irs-grid-text {
  76. color: #999;
  77. }
  78. .irs-disabled {
  79. }