A simple ticketing application written in Python/Django
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.

bootstrap-theme.css 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  1. /*!
  2. * Bootstrap v3.3.0 (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, #428bca 0%, #2d6ca2 100%);
  72. background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  73. background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
  74. background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  75. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  76. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  77. background-repeat: repeat-x;
  78. border-color: #2b669a;
  79. }
  80. .btn-primary:hover,
  81. .btn-primary:focus {
  82. background-color: #2d6ca2;
  83. background-position: 0 -15px;
  84. }
  85. .btn-primary:active,
  86. .btn-primary.active {
  87. background-color: #2d6ca2;
  88. border-color: #2b669a;
  89. }
  90. .btn-primary:disabled,
  91. .btn-primary[disabled] {
  92. background-color: #2d6ca2;
  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: #357ebd;
  214. background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  215. background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  216. background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
  217. background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  218. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', 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. .alert {
  278. text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  279. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
  280. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
  281. }
  282. .alert-success {
  283. background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  284. background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  285. background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  286. background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  287. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  288. background-repeat: repeat-x;
  289. border-color: #b2dba1;
  290. }
  291. .alert-info {
  292. background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  293. background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  294. background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  295. background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  296. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  297. background-repeat: repeat-x;
  298. border-color: #9acfea;
  299. }
  300. .alert-warning {
  301. background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  302. background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  303. background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  304. background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  305. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  306. background-repeat: repeat-x;
  307. border-color: #f5e79e;
  308. }
  309. .alert-danger {
  310. background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  311. background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  312. background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  313. background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  314. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  315. background-repeat: repeat-x;
  316. border-color: #dca7a7;
  317. }
  318. .progress {
  319. background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  320. background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  321. background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  322. background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  323. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  324. background-repeat: repeat-x;
  325. }
  326. .progress-bar {
  327. background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  328. background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  329. background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  330. background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  331. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
  332. background-repeat: repeat-x;
  333. }
  334. .progress-bar-success {
  335. background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  336. background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  337. background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  338. background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  339. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  340. background-repeat: repeat-x;
  341. }
  342. .progress-bar-info {
  343. background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  344. background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  345. background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  346. background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  347. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  348. background-repeat: repeat-x;
  349. }
  350. .progress-bar-warning {
  351. background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  352. background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  353. background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  354. background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  355. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  356. background-repeat: repeat-x;
  357. }
  358. .progress-bar-danger {
  359. background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  360. background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  361. background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  362. background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  363. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  364. background-repeat: repeat-x;
  365. }
  366. .progress-bar-striped {
  367. 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);
  368. 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);
  369. 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);
  370. }
  371. .list-group {
  372. border-radius: 4px;
  373. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
  374. box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
  375. }
  376. .list-group-item.active,
  377. .list-group-item.active:hover,
  378. .list-group-item.active:focus {
  379. text-shadow: 0 -1px 0 #3071a9;
  380. background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  381. background-image: -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
  382. background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3278b3));
  383. background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  384. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  385. background-repeat: repeat-x;
  386. border-color: #3278b3;
  387. }
  388. .list-group-item.active .badge,
  389. .list-group-item.active:hover .badge,
  390. .list-group-item.active:focus .badge {
  391. text-shadow: none;
  392. }
  393. .panel {
  394. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  395. box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  396. }
  397. .panel-default > .panel-heading {
  398. background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  399. background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  400. background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  401. background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  402. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  403. background-repeat: repeat-x;
  404. }
  405. .panel-primary > .panel-heading {
  406. background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  407. background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
  408. background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
  409. background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  410. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  411. background-repeat: repeat-x;
  412. }
  413. .panel-success > .panel-heading {
  414. background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  415. background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  416. background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  417. background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  418. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  419. background-repeat: repeat-x;
  420. }
  421. .panel-info > .panel-heading {
  422. background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  423. background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  424. background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  425. background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  426. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  427. background-repeat: repeat-x;
  428. }
  429. .panel-warning > .panel-heading {
  430. background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  431. background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  432. background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  433. background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  434. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  435. background-repeat: repeat-x;
  436. }
  437. .panel-danger > .panel-heading {
  438. background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  439. background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  440. background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  441. background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  442. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  443. background-repeat: repeat-x;
  444. }
  445. .well {
  446. background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  447. background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  448. background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  449. background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  450. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  451. background-repeat: repeat-x;
  452. border-color: #dcdcdc;
  453. -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
  454. box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
  455. }
  456. /*# sourceMappingURL=bootstrap-theme.css.map */