bootstrap-theme.css 22 KB

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