1
0

bootstrap-theme.css 25 KB

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