bootstrap-theme.css 18 KB

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