bootstrap-theme.css 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  1. .btn-default,
  2. .btn-primary,
  3. .btn-success,
  4. .btn-info,
  5. .btn-warning,
  6. .btn-danger {
  7. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  8. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  9. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  10. }
  11. .btn-default:active,
  12. .btn-primary:active,
  13. .btn-success:active,
  14. .btn-info:active,
  15. .btn-warning:active,
  16. .btn-danger:active,
  17. .btn-default.active,
  18. .btn-primary.active,
  19. .btn-success.active,
  20. .btn-info.active,
  21. .btn-warning.active,
  22. .btn-danger.active {
  23. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  24. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  25. }
  26. .btn-default.disabled,
  27. .btn-primary.disabled,
  28. .btn-success.disabled,
  29. .btn-info.disabled,
  30. .btn-warning.disabled,
  31. .btn-danger.disabled,
  32. .btn-default[disabled],
  33. .btn-primary[disabled],
  34. .btn-success[disabled],
  35. .btn-info[disabled],
  36. .btn-warning[disabled],
  37. .btn-danger[disabled],
  38. fieldset[disabled] .btn-default,
  39. fieldset[disabled] .btn-primary,
  40. fieldset[disabled] .btn-success,
  41. fieldset[disabled] .btn-info,
  42. fieldset[disabled] .btn-warning,
  43. fieldset[disabled] .btn-danger {
  44. -webkit-box-shadow: none;
  45. box-shadow: none;
  46. }
  47. .btn-default .badge,
  48. .btn-primary .badge,
  49. .btn-success .badge,
  50. .btn-info .badge,
  51. .btn-warning .badge,
  52. .btn-danger .badge {
  53. text-shadow: none;
  54. }
  55. .btn:active,
  56. .btn.active {
  57. background-image: none;
  58. }
  59. .btn-default {
  60. background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  61. background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  62. background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  63. background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  64. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  65. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  66. background-repeat: repeat-x;
  67. border-color: #dbdbdb;
  68. text-shadow: 0 1px 0 #fff;
  69. border-color: #ccc;
  70. }
  71. .btn-default:hover,
  72. .btn-default:focus {
  73. background-color: #e0e0e0;
  74. background-position: 0 -15px;
  75. }
  76. .btn-default:active,
  77. .btn-default.active {
  78. background-color: #e0e0e0;
  79. border-color: #dbdbdb;
  80. }
  81. .btn-default.disabled,
  82. .btn-default[disabled],
  83. fieldset[disabled] .btn-default,
  84. .btn-default.disabled:hover,
  85. .btn-default[disabled]:hover,
  86. fieldset[disabled] .btn-default:hover,
  87. .btn-default.disabled:focus,
  88. .btn-default[disabled]:focus,
  89. fieldset[disabled] .btn-default:focus,
  90. .btn-default.disabled.focus,
  91. .btn-default[disabled].focus,
  92. fieldset[disabled] .btn-default.focus,
  93. .btn-default.disabled:active,
  94. .btn-default[disabled]:active,
  95. fieldset[disabled] .btn-default:active,
  96. .btn-default.disabled.active,
  97. .btn-default[disabled].active,
  98. fieldset[disabled] .btn-default.active {
  99. background-color: #e0e0e0;
  100. background-image: none;
  101. }
  102. .btn-primary {
  103. background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  104. background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  105. background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  106. background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  107. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  108. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  109. background-repeat: repeat-x;
  110. border-color: #245580;
  111. }
  112. .btn-primary:hover,
  113. .btn-primary:focus {
  114. background-color: #265a88;
  115. background-position: 0 -15px;
  116. }
  117. .btn-primary:active,
  118. .btn-primary.active {
  119. background-color: #265a88;
  120. border-color: #245580;
  121. }
  122. .btn-primary.disabled,
  123. .btn-primary[disabled],
  124. fieldset[disabled] .btn-primary,
  125. .btn-primary.disabled:hover,
  126. .btn-primary[disabled]:hover,
  127. fieldset[disabled] .btn-primary:hover,
  128. .btn-primary.disabled:focus,
  129. .btn-primary[disabled]:focus,
  130. fieldset[disabled] .btn-primary:focus,
  131. .btn-primary.disabled.focus,
  132. .btn-primary[disabled].focus,
  133. fieldset[disabled] .btn-primary.focus,
  134. .btn-primary.disabled:active,
  135. .btn-primary[disabled]:active,
  136. fieldset[disabled] .btn-primary:active,
  137. .btn-primary.disabled.active,
  138. .btn-primary[disabled].active,
  139. fieldset[disabled] .btn-primary.active {
  140. background-color: #265a88;
  141. background-image: none;
  142. }
  143. .btn-success {
  144. background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  145. background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  146. background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  147. background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  148. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  149. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  150. background-repeat: repeat-x;
  151. border-color: #3e8f3e;
  152. }
  153. .btn-success:hover,
  154. .btn-success:focus {
  155. background-color: #419641;
  156. background-position: 0 -15px;
  157. }
  158. .btn-success:active,
  159. .btn-success.active {
  160. background-color: #419641;
  161. border-color: #3e8f3e;
  162. }
  163. .btn-success.disabled,
  164. .btn-success[disabled],
  165. fieldset[disabled] .btn-success,
  166. .btn-success.disabled:hover,
  167. .btn-success[disabled]:hover,
  168. fieldset[disabled] .btn-success:hover,
  169. .btn-success.disabled:focus,
  170. .btn-success[disabled]:focus,
  171. fieldset[disabled] .btn-success:focus,
  172. .btn-success.disabled.focus,
  173. .btn-success[disabled].focus,
  174. fieldset[disabled] .btn-success.focus,
  175. .btn-success.disabled:active,
  176. .btn-success[disabled]:active,
  177. fieldset[disabled] .btn-success:active,
  178. .btn-success.disabled.active,
  179. .btn-success[disabled].active,
  180. fieldset[disabled] .btn-success.active {
  181. background-color: #419641;
  182. background-image: none;
  183. }
  184. .btn-info {
  185. background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  186. background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  187. background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  188. background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  189. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  190. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  191. background-repeat: repeat-x;
  192. border-color: #28a4c9;
  193. }
  194. .btn-info:hover,
  195. .btn-info:focus {
  196. background-color: #2aabd2;
  197. background-position: 0 -15px;
  198. }
  199. .btn-info:active,
  200. .btn-info.active {
  201. background-color: #2aabd2;
  202. border-color: #28a4c9;
  203. }
  204. .btn-info.disabled,
  205. .btn-info[disabled],
  206. fieldset[disabled] .btn-info,
  207. .btn-info.disabled:hover,
  208. .btn-info[disabled]:hover,
  209. fieldset[disabled] .btn-info:hover,
  210. .btn-info.disabled:focus,
  211. .btn-info[disabled]:focus,
  212. fieldset[disabled] .btn-info:focus,
  213. .btn-info.disabled.focus,
  214. .btn-info[disabled].focus,
  215. fieldset[disabled] .btn-info.focus,
  216. .btn-info.disabled:active,
  217. .btn-info[disabled]:active,
  218. fieldset[disabled] .btn-info:active,
  219. .btn-info.disabled.active,
  220. .btn-info[disabled].active,
  221. fieldset[disabled] .btn-info.active {
  222. background-color: #2aabd2;
  223. background-image: none;
  224. }
  225. .btn-warning {
  226. background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  227. background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  228. background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  229. background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  230. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  231. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  232. background-repeat: repeat-x;
  233. border-color: #e38d13;
  234. }
  235. .btn-warning:hover,
  236. .btn-warning:focus {
  237. background-color: #eb9316;
  238. background-position: 0 -15px;
  239. }
  240. .btn-warning:active,
  241. .btn-warning.active {
  242. background-color: #eb9316;
  243. border-color: #e38d13;
  244. }
  245. .btn-warning.disabled,
  246. .btn-warning[disabled],
  247. fieldset[disabled] .btn-warning,
  248. .btn-warning.disabled:hover,
  249. .btn-warning[disabled]:hover,
  250. fieldset[disabled] .btn-warning:hover,
  251. .btn-warning.disabled:focus,
  252. .btn-warning[disabled]:focus,
  253. fieldset[disabled] .btn-warning:focus,
  254. .btn-warning.disabled.focus,
  255. .btn-warning[disabled].focus,
  256. fieldset[disabled] .btn-warning.focus,
  257. .btn-warning.disabled:active,
  258. .btn-warning[disabled]:active,
  259. fieldset[disabled] .btn-warning:active,
  260. .btn-warning.disabled.active,
  261. .btn-warning[disabled].active,
  262. fieldset[disabled] .btn-warning.active {
  263. background-color: #eb9316;
  264. background-image: none;
  265. }
  266. .btn-danger {
  267. background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  268. background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  269. background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  270. background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  271. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  272. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  273. background-repeat: repeat-x;
  274. border-color: #b92c28;
  275. }
  276. .btn-danger:hover,
  277. .btn-danger:focus {
  278. background-color: #c12e2a;
  279. background-position: 0 -15px;
  280. }
  281. .btn-danger:active,
  282. .btn-danger.active {
  283. background-color: #c12e2a;
  284. border-color: #b92c28;
  285. }
  286. .btn-danger.disabled,
  287. .btn-danger[disabled],
  288. fieldset[disabled] .btn-danger,
  289. .btn-danger.disabled:hover,
  290. .btn-danger[disabled]:hover,
  291. fieldset[disabled] .btn-danger:hover,
  292. .btn-danger.disabled:focus,
  293. .btn-danger[disabled]:focus,
  294. fieldset[disabled] .btn-danger:focus,
  295. .btn-danger.disabled.focus,
  296. .btn-danger[disabled].focus,
  297. fieldset[disabled] .btn-danger.focus,
  298. .btn-danger.disabled:active,
  299. .btn-danger[disabled]:active,
  300. fieldset[disabled] .btn-danger:active,
  301. .btn-danger.disabled.active,
  302. .btn-danger[disabled].active,
  303. fieldset[disabled] .btn-danger.active {
  304. background-color: #c12e2a;
  305. background-image: none;
  306. }
  307. .thumbnail,
  308. .img-thumbnail {
  309. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  310. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  311. }
  312. .dropdown-menu > li > a:hover,
  313. .dropdown-menu > li > a:focus {
  314. background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  315. background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  316. background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  317. background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  318. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  319. background-repeat: repeat-x;
  320. background-color: #e8e8e8;
  321. }
  322. .dropdown-menu > .active > a,
  323. .dropdown-menu > .active > a:hover,
  324. .dropdown-menu > .active > a:focus {
  325. background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  326. background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  327. background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  328. background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  329. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  330. background-repeat: repeat-x;
  331. background-color: #2e6da4;
  332. }
  333. .navbar-default {
  334. background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  335. background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  336. background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  337. background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  338. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  339. background-repeat: repeat-x;
  340. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  341. border-radius: 4px;
  342. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  343. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  344. }
  345. .navbar-default .navbar-nav > .open > a,
  346. .navbar-default .navbar-nav > .active > a {
  347. background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  348. background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  349. background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  350. background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  351. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  352. background-repeat: repeat-x;
  353. -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  354. box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  355. }
  356. .navbar-brand,
  357. .navbar-nav > li > a {
  358. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  359. }
  360. .navbar-inverse {
  361. background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  362. background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  363. background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  364. background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  365. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  366. background-repeat: repeat-x;
  367. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  368. border-radius: 4px;
  369. }
  370. .navbar-inverse .navbar-nav > .open > a,
  371. .navbar-inverse .navbar-nav > .active > a {
  372. background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  373. background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  374. background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  375. background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  376. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  377. background-repeat: repeat-x;
  378. -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  379. box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  380. }
  381. .navbar-inverse .navbar-brand,
  382. .navbar-inverse .navbar-nav > li > a {
  383. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  384. }
  385. .navbar-static-top,
  386. .navbar-fixed-top,
  387. .navbar-fixed-bottom {
  388. border-radius: 0;
  389. }
  390. @media (max-width: 767px) {
  391. .navbar .navbar-nav .open .dropdown-menu > .active > a,
  392. .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  393. .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  394. color: #fff;
  395. background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  396. background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  397. background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  398. background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  399. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  400. background-repeat: repeat-x;
  401. }
  402. }
  403. .alert {
  404. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  405. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  406. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  407. }
  408. .alert-success {
  409. background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  410. background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  411. background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  412. background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  413. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  414. background-repeat: repeat-x;
  415. border-color: #b2dba1;
  416. }
  417. .alert-info {
  418. background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  419. background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  420. background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  421. background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  422. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  423. background-repeat: repeat-x;
  424. border-color: #9acfea;
  425. }
  426. .alert-warning {
  427. background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  428. background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  429. background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  430. background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  431. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  432. background-repeat: repeat-x;
  433. border-color: #f5e79e;
  434. }
  435. .alert-danger {
  436. background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  437. background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  438. background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  439. background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  440. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  441. background-repeat: repeat-x;
  442. border-color: #dca7a7;
  443. }
  444. .progress {
  445. background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  446. background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  447. background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  448. background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  449. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  450. background-repeat: repeat-x;
  451. }
  452. .progress-bar {
  453. background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  454. background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  455. background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  456. background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  457. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  458. background-repeat: repeat-x;
  459. }
  460. .progress-bar-success {
  461. background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  462. background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  463. background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  464. background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  465. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  466. background-repeat: repeat-x;
  467. }
  468. .progress-bar-info {
  469. background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  470. background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  471. background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  472. background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  473. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  474. background-repeat: repeat-x;
  475. }
  476. .progress-bar-warning {
  477. background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  478. background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  479. background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  480. background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  481. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  482. background-repeat: repeat-x;
  483. }
  484. .progress-bar-danger {
  485. background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  486. background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  487. background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  488. background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  489. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  490. background-repeat: repeat-x;
  491. }
  492. .progress-bar-striped {
  493. 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);
  494. 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);
  495. 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);
  496. }
  497. .list-group {
  498. border-radius: 4px;
  499. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  500. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  501. }
  502. .list-group-item.active,
  503. .list-group-item.active:hover,
  504. .list-group-item.active:focus {
  505. text-shadow: 0 -1px 0 #286090;
  506. background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  507. background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  508. background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  509. background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  510. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  511. background-repeat: repeat-x;
  512. border-color: #2b669a;
  513. }
  514. .list-group-item.active .badge,
  515. .list-group-item.active:hover .badge,
  516. .list-group-item.active:focus .badge {
  517. text-shadow: none;
  518. }
  519. .panel {
  520. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  521. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  522. }
  523. .panel-default > .panel-heading {
  524. background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  525. background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  526. background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  527. background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  528. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  529. background-repeat: repeat-x;
  530. }
  531. .panel-primary > .panel-heading {
  532. background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  533. background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  534. background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  535. background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  536. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  537. background-repeat: repeat-x;
  538. }
  539. .panel-success > .panel-heading {
  540. background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  541. background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  542. background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  543. background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  544. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  545. background-repeat: repeat-x;
  546. }
  547. .panel-info > .panel-heading {
  548. background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  549. background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  550. background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  551. background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  552. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  553. background-repeat: repeat-x;
  554. }
  555. .panel-warning > .panel-heading {
  556. background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  557. background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  558. background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  559. background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  560. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  561. background-repeat: repeat-x;
  562. }
  563. .panel-danger > .panel-heading {
  564. background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  565. background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  566. background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  567. background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  568. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  569. background-repeat: repeat-x;
  570. }
  571. .well {
  572. background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  573. background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  574. background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  575. background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  576. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  577. background-repeat: repeat-x;
  578. border-color: #dcdcdc;
  579. -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  580. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  581. }