vis.js is a dynamic, browser-based visualization library
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.

203 lines
6.5 KiB

  1. div.vis-network-configuration {
  2. position:relative;
  3. display:block;
  4. float:left;
  5. font-size:12px;
  6. }
  7. div.vis-network-configuration.entree{
  8. display:block;
  9. width:495px;
  10. height:25px;
  11. vertical-align: middle;
  12. line-height:25px;
  13. }
  14. div.vis-network-configuration.entree.s2{
  15. left:10px;
  16. background-color: #f7f8fa;
  17. padding-left:5px;
  18. border-radius:3px;
  19. }
  20. div.vis-network-configuration.entree.s3{
  21. left:20px;
  22. background-color: #e4e9f0;
  23. padding-left:5px;
  24. border-radius:3px;
  25. }
  26. div.vis-network-configuration.entree.s4{
  27. left:30px;
  28. background-color: #cfd8e6;
  29. padding-left:5px;
  30. border-radius:3px;
  31. }
  32. div.vis-network-configuration.header{
  33. font-size:18px;
  34. font-weight: bold;
  35. }
  36. div.vis-network-configuration.label{
  37. width:120px;
  38. height:25px;
  39. line-height: 25px;
  40. }
  41. div.vis-network-configuration.label.s3{
  42. width:110px;
  43. }
  44. div.vis-network-configuration.label.s4{
  45. width:100px;
  46. }
  47. div.vis-network-configuration.colorBlock{
  48. top:1px;
  49. width:30px;
  50. height:19px;
  51. border:1px solid #444444;
  52. border-radius:2px;
  53. padding:0px;
  54. margin:0px;
  55. cursor:pointer;
  56. }
  57. input.vis-network-configuration.checkbox {
  58. left:-5px;
  59. }
  60. input.vis-network-configuration.rangeinput{
  61. position:relative;
  62. top:-5px;
  63. width:60px;
  64. height:13px;
  65. padding:1px;
  66. margin:0;
  67. pointer-events:none;
  68. }
  69. input.vis-network-configuration.range{
  70. /*removes default webkit styles*/
  71. -webkit-appearance: none;
  72. /*fix for FF unable to apply focus style bug */
  73. border: 0px solid white;
  74. background-color:rgba(0,0,0,0);
  75. /*required for proper track sizing in FF*/
  76. width: 300px;
  77. height:20px;
  78. }
  79. input.vis-network-configuration.range::-webkit-slider-runnable-track {
  80. width: 300px;
  81. height: 5px;
  82. background: #dedede; /* Old browsers */
  83. background: -moz-linear-gradient(top, #dedede 0%, #c8c8c8 99%); /* FF3.6+ */
  84. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(99%,#c8c8c8)); /* Chrome,Safari4+ */
  85. background: -webkit-linear-gradient(top, #dedede 0%,#c8c8c8 99%); /* Chrome10+,Safari5.1+ */
  86. background: -o-linear-gradient(top, #dedede 0%, #c8c8c8 99%); /* Opera 11.10+ */
  87. background: -ms-linear-gradient(top, #dedede 0%,#c8c8c8 99%); /* IE10+ */
  88. background: linear-gradient(to bottom, #dedede 0%,#c8c8c8 99%); /* W3C */
  89. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */
  90. border: 1px solid #999999;
  91. box-shadow: #aaaaaa 0px 0px 3px 0px;
  92. border-radius: 3px;
  93. }
  94. input.vis-network-configuration.range::-webkit-slider-thumb {
  95. -webkit-appearance: none;
  96. border: 1px solid #14334b;
  97. height: 17px;
  98. width: 17px;
  99. border-radius: 50%;
  100. background: #3876c2; /* Old browsers */
  101. background: -moz-linear-gradient(top, #3876c2 0%, #385380 100%); /* FF3.6+ */
  102. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3876c2), color-stop(100%,#385380)); /* Chrome,Safari4+ */
  103. background: -webkit-linear-gradient(top, #3876c2 0%,#385380 100%); /* Chrome10+,Safari5.1+ */
  104. background: -o-linear-gradient(top, #3876c2 0%,#385380 100%); /* Opera 11.10+ */
  105. background: -ms-linear-gradient(top, #3876c2 0%,#385380 100%); /* IE10+ */
  106. background: linear-gradient(to bottom, #3876c2 0%,#385380 100%); /* W3C */
  107. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3876c2', endColorstr='#385380',GradientType=0 ); /* IE6-9 */
  108. box-shadow: #111927 0px 0px 1px 0px;
  109. margin-top: -7px;
  110. }
  111. input.vis-network-configuration.range:focus {
  112. outline: none;
  113. }
  114. input.vis-network-configuration.range:focus::-webkit-slider-runnable-track {
  115. background: #9d9d9d; /* Old browsers */
  116. background: -moz-linear-gradient(top, #9d9d9d 0%, #c8c8c8 99%); /* FF3.6+ */
  117. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9d9d9d), color-stop(99%,#c8c8c8)); /* Chrome,Safari4+ */
  118. background: -webkit-linear-gradient(top, #9d9d9d 0%,#c8c8c8 99%); /* Chrome10+,Safari5.1+ */
  119. background: -o-linear-gradient(top, #9d9d9d 0%,#c8c8c8 99%); /* Opera 11.10+ */
  120. background: -ms-linear-gradient(top, #9d9d9d 0%,#c8c8c8 99%); /* IE10+ */
  121. background: linear-gradient(to bottom, #9d9d9d 0%,#c8c8c8 99%); /* W3C */
  122. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9d9d', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */
  123. }
  124. input.vis-network-configuration.range::-moz-range-track {
  125. width: 300px;
  126. height: 10px;
  127. background: #dedede; /* Old browsers */
  128. background: -moz-linear-gradient(top, #dedede 0%, #c8c8c8 99%); /* FF3.6+ */
  129. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(99%,#c8c8c8)); /* Chrome,Safari4+ */
  130. background: -webkit-linear-gradient(top, #dedede 0%,#c8c8c8 99%); /* Chrome10+,Safari5.1+ */
  131. background: -o-linear-gradient(top, #dedede 0%, #c8c8c8 99%); /* Opera 11.10+ */
  132. background: -ms-linear-gradient(top, #dedede 0%,#c8c8c8 99%); /* IE10+ */
  133. background: linear-gradient(to bottom, #dedede 0%,#c8c8c8 99%); /* W3C */
  134. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */
  135. border: 1px solid #999999;
  136. box-shadow: #aaaaaa 0px 0px 3px 0px;
  137. border-radius: 3px;
  138. }
  139. input.vis-network-configuration.range::-moz-range-thumb {
  140. border: none;
  141. height: 16px;
  142. width: 16px;
  143. border-radius: 50%;
  144. background: #385380;
  145. }
  146. /*hide the outline behind the border*/
  147. input.vis-network-configuration.range:-moz-focusring{
  148. outline: 1px solid white;
  149. outline-offset: -1px;
  150. }
  151. input.vis-network-configuration.range::-ms-track {
  152. width: 300px;
  153. height: 5x;
  154. /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  155. background: transparent;
  156. /*leave room for the larger thumb to overflow with a transparent border */
  157. border-color: transparent;
  158. border-width: 6px 0;
  159. /*remove default tick marks*/
  160. color: transparent;
  161. }
  162. input.vis-network-configuration.range::-ms-fill-lower {
  163. background: #777;
  164. border-radius: 10px;
  165. }
  166. input.vis-network-configuration.range::-ms-fill-upper {
  167. background: #ddd;
  168. border-radius: 10px;
  169. }
  170. input.vis-network-configuration.range::-ms-thumb {
  171. border: none;
  172. height: 16px;
  173. width: 16px;
  174. border-radius: 50%;
  175. background: #385380;
  176. }
  177. input.vis-network-configuration.range:focus::-ms-fill-lower {
  178. background: #888;
  179. }
  180. input.vis-network-configuration.range:focus::-ms-fill-upper {
  181. background: #ccc;
  182. }