bootstrap-theme.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. /*!
  2. * Bootstrap v3.2.0 (http://getbootstrap.com)
  3. * Copyright 2011-2014 Twitter, Inc.
  4. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  5. */
  6. /*!
  7. * Generated using the Bootstrap Customizer (http://v3.bootcss.com/customize/?id=8209b1a3199f3dc2fb60)
  8. * Config saved to config.json and https://gist.github.com/8209b1a3199f3dc2fb60
  9. */
  10. .btn-default,
  11. .btn-primary,
  12. .btn-success,
  13. .btn-info,
  14. .btn-warning,
  15. .btn-danger {
  16. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  17. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  18. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  19. }
  20. .btn-default:active,
  21. .btn-primary:active,
  22. .btn-success:active,
  23. .btn-info:active,
  24. .btn-warning:active,
  25. .btn-danger:active,
  26. .btn-default.active,
  27. .btn-primary.active,
  28. .btn-success.active,
  29. .btn-info.active,
  30. .btn-warning.active,
  31. .btn-danger.active {
  32. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  33. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  34. }
  35. .btn:active,
  36. .btn.active {
  37. background-image: none;
  38. }
  39. .btn-default {
  40. background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  41. background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  42. background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  43. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  44. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  45. background-repeat: repeat-x;
  46. border-color: #dbdbdb;
  47. text-shadow: 0 1px 0 #fff;
  48. border-color: #ccc;
  49. }
  50. .btn-default:hover,
  51. .btn-default:focus {
  52. background-color: #e0e0e0;
  53. background-position: 0 -15px;
  54. }
  55. .btn-default:active,
  56. .btn-default.active {
  57. background-color: #e0e0e0;
  58. border-color: #dbdbdb;
  59. }
  60. .btn-default:disabled,
  61. .btn-default[disabled] {
  62. background-color: #e0e0e0;
  63. background-image: none;
  64. }
  65. .btn-primary {
  66. background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  67. background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  68. background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  69. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  70. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  71. background-repeat: repeat-x;
  72. border-color: #2b669a;
  73. }
  74. .btn-primary:hover,
  75. .btn-primary:focus {
  76. background-color: #2d6ca2;
  77. background-position: 0 -15px;
  78. }
  79. .btn-primary:active,
  80. .btn-primary.active {
  81. background-color: #2d6ca2;
  82. border-color: #2b669a;
  83. }
  84. .btn-primary:disabled,
  85. .btn-primary[disabled] {
  86. background-color: #2d6ca2;
  87. background-image: none;
  88. }
  89. .btn-success {
  90. background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  91. background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  92. background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  93. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  94. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  95. background-repeat: repeat-x;
  96. border-color: #3e8f3e;
  97. }
  98. .btn-success:hover,
  99. .btn-success:focus {
  100. background-color: #419641;
  101. background-position: 0 -15px;
  102. }
  103. .btn-success:active,
  104. .btn-success.active {
  105. background-color: #419641;
  106. border-color: #3e8f3e;
  107. }
  108. .btn-success:disabled,
  109. .btn-success[disabled] {
  110. background-color: #419641;
  111. background-image: none;
  112. }
  113. .btn-info {
  114. background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  115. background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  116. background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  117. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  118. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  119. background-repeat: repeat-x;
  120. border-color: #28a4c9;
  121. }
  122. .btn-info:hover,
  123. .btn-info:focus {
  124. background-color: #2aabd2;
  125. background-position: 0 -15px;
  126. }
  127. .btn-info:active,
  128. .btn-info.active {
  129. background-color: #2aabd2;
  130. border-color: #28a4c9;
  131. }
  132. .btn-info:disabled,
  133. .btn-info[disabled] {
  134. background-color: #2aabd2;
  135. background-image: none;
  136. }
  137. .btn-warning {
  138. background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  139. background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  140. background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  141. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  142. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  143. background-repeat: repeat-x;
  144. border-color: #e38d13;
  145. }
  146. .btn-warning:hover,
  147. .btn-warning:focus {
  148. background-color: #eb9316;
  149. background-position: 0 -15px;
  150. }
  151. .btn-warning:active,
  152. .btn-warning.active {
  153. background-color: #eb9316;
  154. border-color: #e38d13;
  155. }
  156. .btn-warning:disabled,
  157. .btn-warning[disabled] {
  158. background-color: #eb9316;
  159. background-image: none;
  160. }
  161. .btn-danger {
  162. background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  163. background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  164. background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  165. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  166. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  167. background-repeat: repeat-x;
  168. border-color: #b92c28;
  169. }
  170. .btn-danger:hover,
  171. .btn-danger:focus {
  172. background-color: #c12e2a;
  173. background-position: 0 -15px;
  174. }
  175. .btn-danger:active,
  176. .btn-danger.active {
  177. background-color: #c12e2a;
  178. border-color: #b92c28;
  179. }
  180. .btn-danger:disabled,
  181. .btn-danger[disabled] {
  182. background-color: #c12e2a;
  183. background-image: none;
  184. }
  185. .thumbnail,
  186. .img-thumbnail {
  187. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  188. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  189. }
  190. .dropdown-menu > li > a:hover,
  191. .dropdown-menu > li > a:focus {
  192. background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  193. background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  194. background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  195. background-repeat: repeat-x;
  196. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  197. background-color: #e8e8e8;
  198. }
  199. .dropdown-menu > .active > a,
  200. .dropdown-menu > .active > a:hover,
  201. .dropdown-menu > .active > a:focus {
  202. background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  203. background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  204. background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  205. background-repeat: repeat-x;
  206. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  207. background-color: #357ebd;
  208. }
  209. .navbar-default {
  210. background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  211. background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  212. background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  213. background-repeat: repeat-x;
  214. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  215. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  216. border-radius: 4px;
  217. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  218. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  219. }
  220. .navbar-default .navbar-nav > .open > a,
  221. .navbar-default .navbar-nav > .active > a {
  222. background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  223. background-image: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  224. background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  225. background-repeat: repeat-x;
  226. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  227. -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  228. box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  229. }
  230. .navbar-brand,
  231. .navbar-nav > li > a {
  232. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  233. }
  234. .navbar-inverse {
  235. background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  236. background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  237. background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  238. background-repeat: repeat-x;
  239. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  240. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  241. }
  242. .navbar-inverse .navbar-nav > .open > a,
  243. .navbar-inverse .navbar-nav > .active > a {
  244. background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
  245. background-image: -o-linear-gradient(top, #222222 0%, #282828 100%);
  246. background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
  247. background-repeat: repeat-x;
  248. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  249. -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  250. box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  251. }
  252. .navbar-inverse .navbar-brand,
  253. .navbar-inverse .navbar-nav > li > a {
  254. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  255. }
  256. .navbar-static-top,
  257. .navbar-fixed-top,
  258. .navbar-fixed-bottom {
  259. border-radius: 0;
  260. }
  261. .alert {
  262. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  263. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  264. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  265. }
  266. .alert-success {
  267. background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  268. background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  269. background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  270. background-repeat: repeat-x;
  271. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  272. border-color: #b2dba1;
  273. }
  274. .alert-info {
  275. background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  276. background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  277. background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  278. background-repeat: repeat-x;
  279. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  280. border-color: #9acfea;
  281. }
  282. .alert-warning {
  283. background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  284. background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  285. background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  286. background-repeat: repeat-x;
  287. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  288. border-color: #f5e79e;
  289. }
  290. .alert-danger {
  291. background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  292. background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  293. background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  294. background-repeat: repeat-x;
  295. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  296. border-color: #dca7a7;
  297. }
  298. .progress {
  299. background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  300. background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  301. background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  302. background-repeat: repeat-x;
  303. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  304. }
  305. .progress-bar {
  306. background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  307. background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  308. background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  309. background-repeat: repeat-x;
  310. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
  311. }
  312. .progress-bar-success {
  313. background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  314. background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  315. background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  316. background-repeat: repeat-x;
  317. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  318. }
  319. .progress-bar-info {
  320. background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  321. background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  322. background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  323. background-repeat: repeat-x;
  324. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  325. }
  326. .progress-bar-warning {
  327. background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  328. background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  329. background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  330. background-repeat: repeat-x;
  331. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  332. }
  333. .progress-bar-danger {
  334. background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  335. background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  336. background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  337. background-repeat: repeat-x;
  338. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  339. }
  340. .progress-bar-striped {
  341. 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);
  342. 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);
  343. 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);
  344. }
  345. .list-group {
  346. border-radius: 4px;
  347. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  348. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  349. }
  350. .list-group-item.active,
  351. .list-group-item.active:hover,
  352. .list-group-item.active:focus {
  353. text-shadow: 0 -1px 0 #3071a9;
  354. background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  355. background-image: -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
  356. background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  357. background-repeat: repeat-x;
  358. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  359. border-color: #3278b3;
  360. }
  361. .panel {
  362. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  363. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  364. }
  365. .panel-default > .panel-heading {
  366. background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  367. background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  368. background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  369. background-repeat: repeat-x;
  370. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  371. }
  372. .panel-primary > .panel-heading {
  373. background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  374. background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  375. background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  376. background-repeat: repeat-x;
  377. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  378. }
  379. .panel-success > .panel-heading {
  380. background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  381. background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  382. background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  383. background-repeat: repeat-x;
  384. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  385. }
  386. .panel-info > .panel-heading {
  387. background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  388. background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  389. background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  390. background-repeat: repeat-x;
  391. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  392. }
  393. .panel-warning > .panel-heading {
  394. background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  395. background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  396. background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  397. background-repeat: repeat-x;
  398. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  399. }
  400. .panel-danger > .panel-heading {
  401. background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  402. background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  403. background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  404. background-repeat: repeat-x;
  405. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  406. }
  407. .well {
  408. background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  409. background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  410. background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  411. background-repeat: repeat-x;
  412. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  413. border-color: #dcdcdc;
  414. -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  415. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  416. }