bootstrap-progressbar-2.0.0.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. /*! bootstrap-progressbar v0.9.0 | Copyright (c) 2012-2015 Stephan Groß | MIT license | http://www.minddust.com */
  2. @-webkit-keyframes progress-bar-stripes {
  3. from {
  4. background-position: 0 0;
  5. }
  6. to {
  7. background-position: 40px 0;
  8. }
  9. }
  10. @-moz-keyframes progress-bar-stripes {
  11. from {
  12. background-position: 0 0;
  13. }
  14. to {
  15. background-position: 40px 0;
  16. }
  17. }
  18. @keyframes progress-bar-stripes {
  19. from {
  20. background-position: 0 0;
  21. }
  22. to {
  23. background-position: 40px 0;
  24. }
  25. }
  26. .progress {
  27. overflow: hidden;
  28. height: 18px;
  29. margin-bottom: 18px;
  30. background-color: #f7f7f7;
  31. background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  32. background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  33. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  34. background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  35. background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  36. background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  37. background-repeat: repeat-x;
  38. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  39. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  40. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  41. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  42. -webkit-border-radius: 4px;
  43. -moz-border-radius: 4px;
  44. border-radius: 4px;
  45. }
  46. .progress .bar {
  47. width: 0%;
  48. height: 18px;
  49. color: #ffffff;
  50. font-size: 12px;
  51. text-align: center;
  52. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  53. background-color: #0e90d2;
  54. background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  55. background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  56. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  57. background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  58. background-image: -o-linear-gradient(top, #149bdf, #0480be);
  59. background-image: linear-gradient(top, #149bdf, #0480be);
  60. background-repeat: repeat-x;
  61. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  62. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  63. -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  64. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  65. -webkit-box-sizing: border-box;
  66. -moz-box-sizing: border-box;
  67. box-sizing: border-box;
  68. -webkit-transition: width 0.6s ease;
  69. -moz-transition: width 0.6s ease;
  70. -ms-transition: width 0.6s ease;
  71. -o-transition: width 0.6s ease;
  72. transition: width 0.6s ease;
  73. }
  74. .progress-striped .bar {
  75. background-color: #62c462;
  76. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  77. background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  78. background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  79. background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  80. background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  81. background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  82. -webkit-background-size: 40px 40px;
  83. -moz-background-size: 40px 40px;
  84. -o-background-size: 40px 40px;
  85. background-size: 40px 40px;
  86. }
  87. .progress.active .bar {
  88. -webkit-animation: progress-bar-stripes 2s linear infinite;
  89. -moz-animation: progress-bar-stripes 2s linear infinite;
  90. animation: progress-bar-stripes 2s linear infinite;
  91. }
  92. .progress-danger .bar {
  93. background-color: #dd514c;
  94. background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  95. background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  96. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  97. background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  98. background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  99. background-image: linear-gradient(top, #ee5f5b, #c43c35);
  100. background-repeat: repeat-x;
  101. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  102. }
  103. .progress-danger.progress-striped .bar {
  104. background-color: #ee5f5b;
  105. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  106. background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  107. background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  108. background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  109. background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  110. background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  111. }
  112. .progress-success .bar {
  113. background-color: #5eb95e;
  114. background-image: -moz-linear-gradient(top, #62c462, #57a957);
  115. background-image: -ms-linear-gradient(top, #62c462, #57a957);
  116. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  117. background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  118. background-image: -o-linear-gradient(top, #62c462, #57a957);
  119. background-image: linear-gradient(top, #62c462, #57a957);
  120. background-repeat: repeat-x;
  121. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  122. }
  123. .progress-success.progress-striped .bar {
  124. background-color: #62c462;
  125. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  126. background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  127. background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  128. background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  129. background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  130. background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  131. }
  132. .progress-info .bar {
  133. background-color: #4bb1cf;
  134. background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  135. background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  136. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  137. background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  138. background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  139. background-image: linear-gradient(top, #5bc0de, #339bb9);
  140. background-repeat: repeat-x;
  141. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  142. }
  143. .progress-info.progress-striped .bar {
  144. background-color: #5bc0de;
  145. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  146. background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  147. background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  148. background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  149. background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  150. background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  151. }
  152. .progress {
  153. position: relative;
  154. }
  155. .progress .bar {
  156. position: absolute;
  157. overflow: hidden;
  158. line-height: 18px;
  159. }
  160. .progress .progressbar-back-text {
  161. position: absolute;
  162. width: 100%;
  163. height: 100%;
  164. font-size: 12px;
  165. line-height: 18px;
  166. text-align: center;
  167. }
  168. .progress .progressbar-front-text {
  169. display: block;
  170. width: 100%;
  171. font-size: 12px;
  172. line-height: 18px;
  173. text-align: center;
  174. }
  175. .progress.right .bar {
  176. right: 0;
  177. }
  178. .progress.right .progressbar-front-text {
  179. position: absolute;
  180. right: 0;
  181. }
  182. .progress.vertical {
  183. width: 18px;
  184. height: 100%;
  185. float: left;
  186. margin-right: 18px;
  187. background-color: #f7f7f7;
  188. background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  189. background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  190. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  191. background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  192. background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  193. background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  194. background-repeat: repeat-x;
  195. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  196. background-repeat: repeat;
  197. }
  198. .progress.vertical.bottom {
  199. position: relative;
  200. }
  201. .progress.vertical.bottom .progressbar-front-text {
  202. position: absolute;
  203. bottom: 0;
  204. }
  205. .progress.vertical .bar {
  206. width: 100%;
  207. height: 0;
  208. -webkit-transition: height 0.6s ease;
  209. -moz-transition: height 0.6s ease;
  210. -ms-transition: height 0.6s ease;
  211. -o-transition: height 0.6s ease;
  212. transition: height 0.6s ease;
  213. background-repeat: repeat;
  214. }
  215. .progress.vertical.bottom .bar {
  216. position: absolute;
  217. bottom: 0;
  218. }
  219. .progress-danger.vertical .bar,
  220. .progress.vertical .bar-danger {
  221. background-color: #dd514c;
  222. background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  223. background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  224. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  225. background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  226. background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  227. background-image: linear-gradient(top, #ee5f5b, #c43c35);
  228. background-repeat: repeat-x;
  229. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  230. background-repeat: repeat;
  231. }
  232. .progress-danger.progress-striped.vertical .bar,
  233. .progress.progress-striped.vertical .bar-danger {
  234. background-color: #ee5f5b;
  235. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  236. background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  237. background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  238. background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  239. background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  240. background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  241. }
  242. .progress-success.vertical .bar,
  243. .progress.vertical .bar-success {
  244. background-color: #5eb95e;
  245. background-image: -moz-linear-gradient(top, #62c462, #57a957);
  246. background-image: -ms-linear-gradient(top, #62c462, #57a957);
  247. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  248. background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  249. background-image: -o-linear-gradient(top, #62c462, #57a957);
  250. background-image: linear-gradient(top, #62c462, #57a957);
  251. background-repeat: repeat-x;
  252. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  253. background-repeat: repeat;
  254. }
  255. .progress-success.progress-striped.vertical .bar,
  256. .progress.progress-striped.vertical .bar-success {
  257. background-color: #62c462;
  258. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  259. background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  260. background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  261. background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  262. background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  263. background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  264. }
  265. .progress-info.vertical .bar,
  266. .progress.vertical .bar-info {
  267. background-color: #4bb1cf;
  268. background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  269. background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  270. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  271. background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  272. background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  273. background-image: linear-gradient(top, #5bc0de, #339bb9);
  274. background-repeat: repeat-x;
  275. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  276. background-repeat: repeat;
  277. }
  278. .progress-info.progress-striped.vertical .bar,
  279. .progress.progress-striped.vertical .bar-info {
  280. background-color: #5bc0de;
  281. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  282. background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  283. background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  284. background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  285. background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  286. background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  287. }
  288. .progress-warning.vertical .bar,
  289. .progress.vertical .bar-warning {
  290. background-color: #faa732;
  291. background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  292. background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  293. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  294. background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  295. background-image: -o-linear-gradient(top, #fbb450, #f89406);
  296. background-image: linear-gradient(top, #fbb450, #f89406);
  297. background-repeat: repeat-x;
  298. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  299. background-repeat: repeat;
  300. }
  301. .progress-warning.progress-striped.vertical .bar,
  302. .progress.progress-striped.vertical .bar-warning {
  303. background-color: #fbb450;
  304. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  305. background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  306. background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  307. background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  308. background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  309. background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  310. }