Built files from Bizgaze WebServer
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

ion.rangeSlider.skinFlat.css 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. /* Ion.RangeSlider, Flat UI Skin
  2. // css version 2.0.3
  3. // © Denis Ineshin, 2014 https://github.com/IonDen
  4. // ===================================================================================================================*/
  5. /* =====================================================================================================================
  6. // Skin details */
  7. .irs-line-mid,
  8. .irs-line-left,
  9. .irs-line-right,
  10. .irs-bar,
  11. .irs-bar-edge,
  12. .irs-slider {
  13. background: url(../img/sprite-skin-flat.png) repeat-x;
  14. }
  15. .irs {
  16. height: 40px;
  17. }
  18. .irs-with-grid {
  19. height: 60px;
  20. }
  21. .irs-line {
  22. height: 12px; 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-bar {
  37. height: 12px; top: 25px;
  38. background-position: 0 -60px;
  39. }
  40. .irs-bar-edge {
  41. top: 25px;
  42. height: 12px; width: 9px;
  43. background-position: 0 -90px;
  44. }
  45. .irs-shadow {
  46. height: 3px; top: 34px;
  47. background: #000;
  48. opacity: 0.25;
  49. }
  50. .lt-ie9 .irs-shadow {
  51. filter: alpha(opacity=25);
  52. }
  53. .irs-slider {
  54. width: 16px; height: 18px;
  55. top: 22px;
  56. background-position: 0 -120px;
  57. }
  58. .irs-slider.state_hover, .irs-slider:hover {
  59. background-position: 0 -150px;
  60. }
  61. .irs-min, .irs-max {
  62. color: #999;
  63. font-size: 10px; line-height: 1.333;
  64. text-shadow: none;
  65. top: 0; padding: 1px 3px;
  66. background: #e1e4e9;
  67. -moz-border-radius: 4px;
  68. border-radius: 4px;
  69. }
  70. .irs-from, .irs-to, .irs-single {
  71. color: #fff;
  72. font-size: 10px; line-height: 1.333;
  73. text-shadow: none;
  74. padding: 1px 5px;
  75. background: #ed5565;
  76. -moz-border-radius: 4px;
  77. border-radius: 4px;
  78. }
  79. .irs-from:after, .irs-to:after, .irs-single:after {
  80. position: absolute; display: block; content: "";
  81. bottom: -6px; left: 50%;
  82. width: 0; height: 0;
  83. margin-left: -3px;
  84. overflow: hidden;
  85. border: 3px solid transparent;
  86. border-top-color: #ed5565;
  87. }
  88. .irs-grid-pol {
  89. background: #e1e4e9;
  90. }
  91. .irs-grid-text {
  92. color: #999;
  93. }
  94. .irs-disabled {
  95. }