Le repo des sources pour le site web des JM2L
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

471 lines
22 KiB

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