bootstrap-theme.css 22 KB

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