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.

347 lines
15 KiB

  1. /*!
  2. * Bootstrap v3.1.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:active,
  32. .btn.active {
  33. background-image: none;
  34. }
  35. .btn-default {
  36. text-shadow: 0 1px 0 #fff;
  37. background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  38. background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  39. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  40. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  41. background-repeat: repeat-x;
  42. border-color: #dbdbdb;
  43. border-color: #ccc;
  44. }
  45. .btn-default:hover,
  46. .btn-default:focus {
  47. background-color: #e0e0e0;
  48. background-position: 0 -15px;
  49. }
  50. .btn-default:active,
  51. .btn-default.active {
  52. background-color: #e0e0e0;
  53. border-color: #dbdbdb;
  54. }
  55. .btn-primary {
  56. background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  57. background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  58. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  59. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  60. background-repeat: repeat-x;
  61. border-color: #2b669a;
  62. }
  63. .btn-primary:hover,
  64. .btn-primary:focus {
  65. background-color: #2d6ca2;
  66. background-position: 0 -15px;
  67. }
  68. .btn-primary:active,
  69. .btn-primary.active {
  70. background-color: #2d6ca2;
  71. border-color: #2b669a;
  72. }
  73. .btn-success {
  74. background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  75. background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  76. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  77. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  78. background-repeat: repeat-x;
  79. border-color: #3e8f3e;
  80. }
  81. .btn-success:hover,
  82. .btn-success:focus {
  83. background-color: #419641;
  84. background-position: 0 -15px;
  85. }
  86. .btn-success:active,
  87. .btn-success.active {
  88. background-color: #419641;
  89. border-color: #3e8f3e;
  90. }
  91. .btn-info {
  92. background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  93. background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  94. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  95. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  96. background-repeat: repeat-x;
  97. border-color: #28a4c9;
  98. }
  99. .btn-info:hover,
  100. .btn-info:focus {
  101. background-color: #2aabd2;
  102. background-position: 0 -15px;
  103. }
  104. .btn-info:active,
  105. .btn-info.active {
  106. background-color: #2aabd2;
  107. border-color: #28a4c9;
  108. }
  109. .btn-warning {
  110. background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  111. background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  112. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  113. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  114. background-repeat: repeat-x;
  115. border-color: #e38d13;
  116. }
  117. .btn-warning:hover,
  118. .btn-warning:focus {
  119. background-color: #eb9316;
  120. background-position: 0 -15px;
  121. }
  122. .btn-warning:active,
  123. .btn-warning.active {
  124. background-color: #eb9316;
  125. border-color: #e38d13;
  126. }
  127. .btn-danger {
  128. background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  129. background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  130. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  131. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  132. background-repeat: repeat-x;
  133. border-color: #b92c28;
  134. }
  135. .btn-danger:hover,
  136. .btn-danger:focus {
  137. background-color: #c12e2a;
  138. background-position: 0 -15px;
  139. }
  140. .btn-danger:active,
  141. .btn-danger.active {
  142. background-color: #c12e2a;
  143. border-color: #b92c28;
  144. }
  145. .thumbnail,
  146. .img-thumbnail {
  147. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
  148. box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
  149. }
  150. .dropdown-menu > li > a:hover,
  151. .dropdown-menu > li > a:focus {
  152. background-color: #e8e8e8;
  153. background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  154. background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  155. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  156. background-repeat: repeat-x;
  157. }
  158. .dropdown-menu > .active > a,
  159. .dropdown-menu > .active > a:hover,
  160. .dropdown-menu > .active > a:focus {
  161. background-color: #357ebd;
  162. background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  163. background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  164. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  165. background-repeat: repeat-x;
  166. }
  167. .navbar-default {
  168. background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  169. background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  170. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  171. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  172. background-repeat: repeat-x;
  173. border-radius: 4px;
  174. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
  175. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
  176. }
  177. .navbar-default .navbar-nav > .active > a {
  178. background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  179. background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  180. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  181. background-repeat: repeat-x;
  182. -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
  183. box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
  184. }
  185. .navbar-brand,
  186. .navbar-nav > li > a {
  187. text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
  188. }
  189. .navbar-inverse {
  190. background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  191. background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  192. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  193. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  194. background-repeat: repeat-x;
  195. }
  196. .navbar-inverse .navbar-nav > .active > a {
  197. background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
  198. background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
  199. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  200. background-repeat: repeat-x;
  201. -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
  202. box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
  203. }
  204. .navbar-inverse .navbar-brand,
  205. .navbar-inverse .navbar-nav > li > a {
  206. text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  207. }
  208. .navbar-static-top,
  209. .navbar-fixed-top,
  210. .navbar-fixed-bottom {
  211. border-radius: 0;
  212. }
  213. .alert {
  214. text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  215. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
  216. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
  217. }
  218. .alert-success {
  219. background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  220. background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  221. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  222. background-repeat: repeat-x;
  223. border-color: #b2dba1;
  224. }
  225. .alert-info {
  226. background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  227. background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  228. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  229. background-repeat: repeat-x;
  230. border-color: #9acfea;
  231. }
  232. .alert-warning {
  233. background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  234. background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  235. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  236. background-repeat: repeat-x;
  237. border-color: #f5e79e;
  238. }
  239. .alert-danger {
  240. background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  241. background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  242. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  243. background-repeat: repeat-x;
  244. border-color: #dca7a7;
  245. }
  246. .progress {
  247. background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  248. background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  249. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  250. background-repeat: repeat-x;
  251. }
  252. .progress-bar {
  253. background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  254. background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  255. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
  256. background-repeat: repeat-x;
  257. }
  258. .progress-bar-success {
  259. background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  260. background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  261. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  262. background-repeat: repeat-x;
  263. }
  264. .progress-bar-info {
  265. background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  266. background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  267. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  268. background-repeat: repeat-x;
  269. }
  270. .progress-bar-warning {
  271. background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  272. background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  273. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  274. background-repeat: repeat-x;
  275. }
  276. .progress-bar-danger {
  277. background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  278. background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  279. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  280. background-repeat: repeat-x;
  281. }
  282. .list-group {
  283. border-radius: 4px;
  284. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
  285. box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
  286. }
  287. .list-group-item.active,
  288. .list-group-item.active:hover,
  289. .list-group-item.active:focus {
  290. text-shadow: 0 -1px 0 #3071a9;
  291. background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  292. background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  293. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  294. background-repeat: repeat-x;
  295. border-color: #3278b3;
  296. }
  297. .panel {
  298. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  299. box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  300. }
  301. .panel-default > .panel-heading {
  302. background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  303. background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  304. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  305. background-repeat: repeat-x;
  306. }
  307. .panel-primary > .panel-heading {
  308. background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  309. background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  310. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  311. background-repeat: repeat-x;
  312. }
  313. .panel-success > .panel-heading {
  314. background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  315. background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  316. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  317. background-repeat: repeat-x;
  318. }
  319. .panel-info > .panel-heading {
  320. background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  321. background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  322. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  323. background-repeat: repeat-x;
  324. }
  325. .panel-warning > .panel-heading {
  326. background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  327. background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  328. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  329. background-repeat: repeat-x;
  330. }
  331. .panel-danger > .panel-heading {
  332. background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  333. background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  334. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  335. background-repeat: repeat-x;
  336. }
  337. .well {
  338. background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  339. background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  340. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  341. background-repeat: repeat-x;
  342. border-color: #dcdcdc;
  343. -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
  344. box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
  345. }
  346. /*# sourceMappingURL=bootstrap-theme.css.map */