bootstrap-theme.css 19 KB

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