bootstrap-theme.css 22 KB

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