bootstrap.min.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. /*!
  2. * Bootstrap v2.3.1
  3. *
  4. * Copyright 2012 Twitter, Inc
  5. * Licensed under the Apache License v2.0
  6. * http://www.apache.org/licenses/LICENSE-2.0
  7. *
  8. * Designed and built with all the love in the world @twitter by @mdo and @fat.
  9. */
  10. .base_style a {
  11. color: #08c;
  12. text-decoration: none
  13. }
  14. .base_style a:focus, a:hover {
  15. color: #005580;
  16. text-decoration: underline
  17. }
  18. .base_style h5 {
  19. font-size: 14px
  20. }
  21. .modal {
  22. position: fixed;
  23. top: 10%;
  24. left: 50%;
  25. z-index: 1050;
  26. width: 560px;
  27. margin-left: -280px;
  28. background-color: #fff;
  29. border: 1px solid #999;
  30. border: 1px solid rgba(0, 0, 0, .3);
  31. *border: 1px solid #999;
  32. -webkit-border-radius: 6px;
  33. -moz-border-radius: 6px;
  34. border-radius: 6px;
  35. outline: 0;
  36. -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
  37. -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
  38. box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
  39. -webkit-background-clip: padding-box;
  40. -moz-background-clip: padding-box;
  41. background-clip: padding-box
  42. }
  43. .modal.fade {
  44. top: -25%;
  45. -webkit-transition: opacity .3s linear, top .3s ease-out;
  46. -moz-transition: opacity .3s linear, top .3s ease-out;
  47. -o-transition: opacity .3s linear, top .3s ease-out;
  48. transition: opacity .3s linear, top .3s ease-out
  49. }
  50. .modal-header .close {
  51. margin-top: 2px
  52. }
  53. .modal-header h3 {
  54. margin: 0;
  55. line-height: 30px
  56. }
  57. .modal-body {
  58. position: relative;
  59. max-height: 100px;
  60. padding: 0px;
  61. overflow-y: auto
  62. }
  63. .modal-form {
  64. margin-bottom: 0
  65. }
  66. .input-append, .input-prepend {
  67. display: inline-block;
  68. margin-bottom: 10px;
  69. font-size: 0;
  70. white-space: nowrap;
  71. vertical-align: middle
  72. }
  73. .input-append .uneditable-input, .input-append input, .input-append select, .input-prepend .uneditable-input, .input-prepend input, .input-prepend select {
  74. position: relative;
  75. margin-bottom: 0;
  76. *margin-left: 0;
  77. vertical-align: top;
  78. -webkit-border-radius: 0 0px 0px 0;
  79. -moz-border-radius: 0 0px 0px 0;
  80. border-radius: 0 0px 0px 0
  81. }
  82. .table {
  83. width: 100%;
  84. margin-bottom: 20px;
  85. max-width: 100%;
  86. background-color: transparent;
  87. border-collapse: collapse;
  88. border-spacing: 0
  89. }
  90. .table td, .table th {
  91. padding: 8px;
  92. line-height: 20px;
  93. text-align: left;
  94. vertical-align: top;
  95. border-top: 1px solid #ddd
  96. }
  97. .table th {
  98. font-weight: 700
  99. }
  100. .table thead th {
  101. vertical-align: bottom
  102. }
  103. .table caption + thead tr:first-child td, .table caption + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child td, .table thead:first-child tr:first-child th {
  104. border-top: 0
  105. }
  106. .table tbody + tbody {
  107. border-top: 2px solid #ddd
  108. }
  109. .table .table {
  110. background-color: #fff
  111. }
  112. .table-condensed td, .table-condensed th {
  113. padding: 4px 5px
  114. }
  115. .table-bordered {
  116. border: 1px solid #ddd;
  117. border-collapse: separate;
  118. *border-collapse: collapse;
  119. border-left: 0;
  120. -webkit-border-radius: 4px;
  121. -moz-border-radius: 4px;
  122. border-radius: 4px
  123. }
  124. .table-bordered td, .table-bordered th {
  125. border-left: 1px solid #ddd
  126. }
  127. .table-bordered caption + tbody tr:first-child td, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + thead tr:first-child th, .table-bordered tbody:first-child tr:first-child td, .table-bordered tbody:first-child tr:first-child th, .table-bordered thead:first-child tr:first-child th {
  128. border-top: 0
  129. }
  130. [class*=" icon-"], [class^=icon-] {
  131. display: inline-block;
  132. width: 14px;
  133. height: 14px;
  134. margin-top: 1px;
  135. *margin-right: .3em;
  136. line-height: 14px;
  137. vertical-align: text-top;
  138. background-image: url(../img/glyphicons-halflings.png);
  139. background-position: 14px 14px;
  140. background-repeat: no-repeat
  141. }
  142. .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-menu > .active > a > [class^=icon-], .dropdown-menu > li > a:focus > [class*=" icon-"], .dropdown-menu > li > a:focus > [class^=icon-], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^=icon-], .dropdown-submenu:focus > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class^=icon-], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^=icon-], .icon-white, .nav-list > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^=icon-], .nav-pills > .active > a > [class*=" icon-"], .nav-pills > .active > a > [class^=icon-], .navbar-inverse .nav > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^=icon-] {
  143. background-image: url(../img/glyphicons-halflings-white.png)
  144. }
  145. .icon-plus {
  146. background-position: -408px -96px
  147. }
  148. .icon-play {
  149. background-position: -264px -72px
  150. }
  151. .icon-share {
  152. background-position: -120px -72px
  153. }
  154. .icon-pause {
  155. background-position: -288px -72px
  156. }
  157. .icon-arrow-right {
  158. background-position: -264px -96px
  159. }
  160. .icon-arrow-down {
  161. background-position: -312px -96px
  162. }
  163. .icon-random {
  164. width: 16px;
  165. background-position: -216px -120px
  166. }
  167. .caret {
  168. display: inline-block;
  169. width: 0;
  170. height: 0;
  171. vertical-align: top;
  172. border-top: 4px solid #000;
  173. border-right: 4px solid transparent;
  174. border-left: 4px solid transparent;
  175. content: ""
  176. }
  177. .close {
  178. float: right;
  179. font-size: 20px;
  180. font-weight: 700;
  181. line-height: 20px;
  182. color: #000;
  183. text-shadow: 0 1px 0 #fff;
  184. opacity: .2;
  185. filter: alpha(opacity=20)
  186. }
  187. .close:focus, .close:hover {
  188. color: #000;
  189. text-decoration: none;
  190. cursor: pointer;
  191. opacity: .4;
  192. filter: alpha(opacity=40)
  193. }
  194. button.close {
  195. padding: 0;
  196. cursor: pointer;
  197. background: 0 0;
  198. border: 0;
  199. -webkit-appearance: none
  200. }
  201. .btn {
  202. display: inline-block;
  203. *display: inline;
  204. padding: 1px 8px;
  205. margin-bottom: 0;
  206. *margin-left: .3em;
  207. font-size: 14px;
  208. line-height: 20px;
  209. color: #333;
  210. text-align: center;
  211. text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  212. vertical-align: middle;
  213. cursor: pointer;
  214. background-color: #f5f5f5;
  215. *background-color: #e6e6e6;
  216. background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  217. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  218. background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  219. background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  220. background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  221. background-repeat: repeat-x;
  222. border: 1px solid #ccc;
  223. *border: 0;
  224. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  225. border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  226. border-bottom-color: #b3b3b3;
  227. -webkit-border-radius: 0px;
  228. -moz-border-radius: 0px;
  229. border-radius: 0px;
  230. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  231. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  232. *zoom: 1;
  233. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  234. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  235. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  236. margin: 0px;
  237. }
  238. .btn.active, .btn.disabled, .btn:active, .btn:focus, .btn:hover, .btn[disabled] {
  239. color: #333;
  240. background-color: #e6e6e6;
  241. *background-color: #d9d9d9
  242. }
  243. .btn.active, .btn:active {
  244. background-color: #ccc \9
  245. }
  246. .btn:first-child {
  247. *margin-left: 0
  248. }
  249. .btn:focus, .btn:hover {
  250. color: #333;
  251. text-decoration: none;
  252. background-position: 0 -15px;
  253. -webkit-transition: background-position .1s linear;
  254. -moz-transition: background-position .1s linear;
  255. -o-transition: background-position .1s linear;
  256. transition: background-position .1s linear
  257. }
  258. .btn:focus {
  259. outline: thin dotted #333;
  260. outline: 5px auto -webkit-focus-ring-color;
  261. outline-offset: -2px
  262. }
  263. .btn.active, .btn:active {
  264. background-image: none;
  265. outline: 0;
  266. -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  267. -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  268. box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
  269. }
  270. .btn.disabled, .btn[disabled] {
  271. cursor: default;
  272. background-image: none;
  273. opacity: .65;
  274. filter: alpha(opacity=65);
  275. -webkit-box-shadow: none;
  276. -moz-box-shadow: none;
  277. box-shadow: none
  278. }
  279. .btn-primary {
  280. color: #fff;
  281. text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  282. background-color: #006dcc;
  283. *background-color: #04c;
  284. background-image: -moz-linear-gradient(top, #08c, #04c);
  285. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  286. background-image: -webkit-linear-gradient(top, #08c, #04c);
  287. background-image: -o-linear-gradient(top, #08c, #04c);
  288. background-image: linear-gradient(to bottom, #08c, #04c);
  289. background-repeat: repeat-x;
  290. border-color: #04c #04c #002a80;
  291. border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  292. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  293. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
  294. }
  295. .btn-primary.active, .btn-primary.disabled, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary[disabled] {
  296. color: #fff;
  297. background-color: #04c;
  298. *background-color: #003bb3
  299. }
  300. .btn-primary.active, .btn-primary:active {
  301. background-color: #039 \9
  302. }
  303. .btn-warning {
  304. color: #fff;
  305. text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  306. background-color: #faa732;
  307. *background-color: #f89406;
  308. background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  309. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  310. background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  311. background-image: -o-linear-gradient(top, #fbb450, #f89406);
  312. background-image: linear-gradient(to bottom, #fbb450, #f89406);
  313. background-repeat: repeat-x;
  314. border-color: #f89406 #f89406 #ad6704;
  315. border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  316. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  317. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
  318. }
  319. .btn-warning.active, .btn-warning.disabled, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .btn-warning[disabled] {
  320. color: #fff;
  321. background-color: #f89406;
  322. *background-color: #df8505
  323. }
  324. .btn-warning.active, .btn-warning:active {
  325. background-color: #c67605 \9
  326. }
  327. .btn-danger {
  328. color: #fff;
  329. text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  330. background-color: #da4f49;
  331. *background-color: #bd362f;
  332. background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  333. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  334. background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  335. background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  336. background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  337. background-repeat: repeat-x;
  338. border-color: #bd362f #bd362f #802420;
  339. border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  340. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  341. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
  342. }
  343. .btn-danger.active, .btn-danger.disabled, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger[disabled] {
  344. color: #fff;
  345. background-color: #bd362f;
  346. *background-color: #a9302a
  347. }
  348. .btn-danger.active, .btn-danger:active {
  349. background-color: #942a25 \9
  350. }
  351. .btn-group {
  352. position: relative;
  353. display: inline-block;
  354. *display: inline;
  355. *margin-left: .3em;
  356. font-size: 0;
  357. white-space: nowrap;
  358. vertical-align: middle;
  359. *zoom: 1
  360. }
  361. .nav {
  362. margin-bottom: 20px;
  363. margin-left: 0;
  364. list-style: none
  365. }
  366. .nav > li > a {
  367. display: block
  368. }
  369. .nav-pills:after, .nav-pills:before, .nav-tabs:after, .nav-tabs:before {
  370. display: table;
  371. line-height: 0;
  372. content: ""
  373. }
  374. .nav-pills:after, .nav-tabs:after {
  375. clear: both
  376. }
  377. .nav-pills > li, .nav-tabs > li {
  378. float: left
  379. }
  380. .nav-pills > li > a, .nav-tabs > li > a {
  381. padding-right: 12px;
  382. padding-left: 12px;
  383. margin-right: 2px;
  384. line-height: 14px
  385. }
  386. .nav-tabs {
  387. border-bottom: 1px solid #ddd
  388. }
  389. .nav-tabs > li {
  390. margin-bottom: -1px
  391. }
  392. .nav-tabs > li > a {
  393. padding-top: 8px;
  394. padding-bottom: 8px;
  395. line-height: 20px;
  396. border: 1px solid transparent;
  397. -webkit-border-radius: 4px 4px 0 0;
  398. -moz-border-radius: 4px 4px 0 0;
  399. border-radius: 4px 4px 0 0
  400. }
  401. .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  402. border-color: #eee #eee #ddd
  403. }
  404. .nav-tabs > .active > a, .nav-tabs > .active > a:focus, .nav-tabs > .active > a:hover {
  405. color: #555;
  406. cursor: default;
  407. background-color: #fff;
  408. border: 1px solid #ddd;
  409. border-bottom-color: transparent
  410. }
  411. .pill-content > .pill-pane, .tab-content > .tab-pane {
  412. display: none
  413. }
  414. .pill-content > .active, .tab-content > .active {
  415. display: block
  416. }