docs-min.css 25 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543
  1. /*!
  2. * Bootstrap Docs (http://getbootstrap.com)
  3. * Copyright 2011-2014 Twitter, Inc.
  4. * Licensed under the Creative Commons Attribution 3.0 Unported License. For
  5. * details, see http://creativecommons.org/licenses/by/3.0/.
  6. */
  7. body {
  8. position: relative
  9. }
  10. .table code {
  11. font-size: 13px;
  12. font-weight: 400
  13. }
  14. .btn-outline {
  15. color: #563d7c;
  16. background-color: transparent;
  17. border-color: #563d7c
  18. }
  19. .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  20. color: #fff;
  21. background-color: #563d7c;
  22. border-color: #563d7c
  23. }
  24. .btn-outline-inverse {
  25. color: #fff;
  26. background-color: transparent;
  27. border-color: #cdbfe3
  28. }
  29. .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active {
  30. color: #563d7c;
  31. text-shadow: none;
  32. background-color: #fff;
  33. border-color: #fff
  34. }
  35. .bs-docs-booticon {
  36. display: block;
  37. font-weight: 500;
  38. color: #fff;
  39. background-color: #563d7c;
  40. border-radius: 15%;
  41. cursor: default;
  42. text-align: center
  43. }
  44. .bs-docs-booticon-sm {
  45. width: 30px;
  46. height: 30px;
  47. font-size: 20px;
  48. line-height: 28px
  49. }
  50. .bs-docs-booticon-lg {
  51. width: 144px;
  52. height: 144px;
  53. font-size: 108px;
  54. line-height: 140px
  55. }
  56. .bs-docs-booticon-inverse {
  57. color: #563d7c;
  58. background-color: #fff
  59. }
  60. .bs-docs-booticon-outline {
  61. background-color: transparent;
  62. border: 1px solid #cdbfe3
  63. }
  64. .bs-docs-nav {
  65. margin-bottom: 0;
  66. background-color: #fff;
  67. border-bottom: 0
  68. }
  69. .bs-home-nav .bs-nav-b {
  70. display: none
  71. }
  72. .bs-docs-nav .navbar-brand, .bs-docs-nav .navbar-nav>li>a {
  73. color: #563d7c;
  74. font-weight: 500
  75. }
  76. .bs-docs-nav .navbar-nav>li>a:hover, .bs-docs-nav .navbar-nav>.active>a,
  77. .bs-docs-nav .navbar-nav>.active>a:hover {
  78. color: #463265;
  79. background-color: #f9f9f9
  80. }
  81. .bs-docs-nav .navbar-toggle .icon-bar {
  82. background-color: #563d7c
  83. }
  84. .bs-docs-nav .navbar-header .navbar-toggle {
  85. border-color: #fff
  86. }
  87. .bs-docs-nav .navbar-header .navbar-toggle:hover, .bs-docs-nav .navbar-header .navbar-toggle:focus {
  88. background-color: #f9f9f9;
  89. border-color: #f9f9f9
  90. }
  91. .bs-docs-footer {
  92. padding-top: 40px;
  93. padding-bottom: 40px;
  94. margin-top: 100px;
  95. color: #777;
  96. text-align: center;
  97. border-top: 1px solid #e5e5e5
  98. }
  99. .bs-docs-footer-links {
  100. margin-top: 20px;
  101. padding-left: 0;
  102. color: #999
  103. }
  104. .bs-docs-footer-links li {
  105. display: inline;
  106. padding: 0 2px
  107. }
  108. .bs-docs-footer-links li:first-child {
  109. padding-left: 0
  110. }
  111. @media (min-width:768px){.bs-docs-footer p {
  112. margin-bottom: 0
  113. }
  114. }
  115. .bs-docs-social {
  116. margin-bottom: 20px;
  117. text-align: center
  118. }
  119. .bs-docs-social-buttons {
  120. display: inline-block;
  121. margin-bottom: 0;
  122. padding-left: 0;
  123. list-style: none
  124. }
  125. .bs-docs-social-buttons li {
  126. display: inline-block;
  127. line-height: 1;
  128. padding: 5px 8px
  129. }
  130. .bs-docs-social-buttons .twitter-follow-button {
  131. width: 225px !important
  132. }
  133. .bs-docs-social-buttons .twitter-share-button {
  134. width: 98px !important
  135. }
  136. .github-btn {
  137. border: 0;
  138. overflow: hidden
  139. }
  140. .bs-docs-masthead, .bs-docs-header {
  141. position: relative;
  142. padding: 30px 15px;
  143. color: #cdbfe3;
  144. text-align: center;
  145. text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  146. background-color: #6f5499;
  147. background-image: -webkit-linear-gradient(top, #563d7c 0, #6f5499 100%);
  148. background-image: linear-gradient(to bottom, #563d7c 0, #6f5499 100%);
  149. background-repeat: repeat-x;
  150. filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0)
  151. }
  152. .bs-docs-masthead .bs-docs-booticon {
  153. margin: 0 auto 30px
  154. }
  155. .bs-docs-masthead h1 {
  156. font-weight: 300;
  157. line-height: 1;
  158. color: #fff
  159. }
  160. .bs-docs-masthead .lead {
  161. margin: 0 auto 30px;
  162. font-size: 20px;
  163. color: #fff
  164. }
  165. .bs-docs-masthead .version {
  166. margin-top: -15px;
  167. margin-bottom: 30px;
  168. color: #9783b9
  169. }
  170. .bs-docs-masthead .btn {
  171. width: 100%;
  172. padding: 15px 30px;
  173. font-size: 20px
  174. }
  175. @media (min-width:480px){.bs-docs-masthead .btn {
  176. width: auto
  177. }
  178. }
  179. @media (min-width:768px){.bs-docs-masthead {
  180. padding-top: 80px;
  181. padding-bottom: 80px
  182. }
  183. .bs-docs-masthead h1 {
  184. font-size: 60px
  185. }
  186. .bs-docs-masthead .lead {
  187. font-size: 24px
  188. }
  189. }
  190. @media (min-width:992px){.bs-docs-masthead .lead {
  191. width: 80%;
  192. font-size: 30px
  193. }
  194. }
  195. .bs-docs-header {
  196. margin-bottom: 40px;
  197. font-size: 20px
  198. }
  199. .bs-docs-header h1 {
  200. margin-top: 0;
  201. color: #fff
  202. }
  203. .bs-docs-header p {
  204. margin-bottom: 0;
  205. font-weight: 300;
  206. line-height: 1.4
  207. }
  208. .bs-docs-header .container {
  209. position: relative
  210. }
  211. @media (min-width:768px){.bs-docs-header {
  212. padding-top: 60px;
  213. padding-bottom: 60px;
  214. font-size: 24px;
  215. text-align: left
  216. }
  217. .bs-docs-header h1 {
  218. font-size: 60px;
  219. line-height: 1
  220. }
  221. }
  222. @media (min-width:992px){.bs-docs-header h1, .bs-docs-header p {
  223. margin-right: 380px
  224. }
  225. }
  226. .carbonad {
  227. width: auto !important;
  228. margin: 30px -30px -31px !important;
  229. padding: 20px !important;
  230. overflow: hidden;
  231. height: auto !important;
  232. font-size: 13px !important;
  233. line-height: 16px !important;
  234. text-align: left;
  235. background: transparent !important;
  236. border: solid #866ab3 !important;
  237. border-width: 1px 0 !important
  238. }
  239. .carbonad-img {
  240. margin: 0 !important
  241. }
  242. .carbonad-text, .carbonad-tag {
  243. float: none !important;
  244. display: block !important;
  245. width: auto !important;
  246. height: auto !important;
  247. margin-left: 145px !important;
  248. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important
  249. }
  250. .carbonad-text {
  251. padding-top: 0 !important
  252. }
  253. .carbonad-tag {
  254. color: inherit !important;
  255. text-align: left !important
  256. }
  257. .carbonad-text a, .carbonad-tag a {
  258. color: #fff !important
  259. }
  260. .carbonad #azcarbon>img {
  261. display: none
  262. }
  263. @media (min-width:480px){.carbonad {
  264. width: 330px !important;
  265. margin: 20px auto !important;
  266. border-radius: 4px;
  267. border-width: 1px !important
  268. }
  269. .bs-docs-masthead .carbonad {
  270. margin: 50px auto 0 !important
  271. }
  272. }
  273. @media (min-width:768px){.carbonad {
  274. margin-left: 0 !important;
  275. margin-right: 0 !important
  276. }
  277. }
  278. @media (min-width:992px){.carbonad {
  279. position: absolute;
  280. top: 0;
  281. right: 15px;
  282. margin: 0 !important;
  283. padding: 15px !important;
  284. width: 330px !important
  285. }
  286. .bs-docs-masthead .carbonad {
  287. position: static
  288. }
  289. }
  290. .bs-docs-featurette {
  291. padding-top: 40px;
  292. padding-bottom: 40px;
  293. font-size: 16px;
  294. line-height: 1.5;
  295. color: #555;
  296. text-align: center;
  297. background-color: #fff;
  298. border-bottom: 1px solid #e5e5e5
  299. }
  300. .bs-docs-featurette+.bs-docs-footer {
  301. margin-top: 0;
  302. border-top: 0
  303. }
  304. .bs-docs-featurette-title {
  305. font-size: 30px;
  306. font-weight: 400;
  307. color: #333;
  308. margin-bottom: 5px
  309. }
  310. .half-rule {
  311. width: 100px;
  312. margin: 40px auto
  313. }
  314. .bs-docs-featurette h3 {
  315. font-weight: 400;
  316. color: #333;
  317. margin-bottom: 5px
  318. }
  319. .bs-docs-featurette-img {
  320. display: block;
  321. margin-bottom: 20px;
  322. color: #333
  323. }
  324. .bs-docs-featurette-img:hover {
  325. text-decoration: none;
  326. color: #428bca
  327. }
  328. .bs-docs-featurette-img img {
  329. display: block;
  330. margin-bottom: 15px
  331. }
  332. .bs-docs-featured-sites {
  333. margin-left: -1px;
  334. margin-right: -1px
  335. }
  336. .bs-docs-featured-sites .col-sm-3 {
  337. padding-left: 1px;
  338. padding-right: 1px
  339. }
  340. @media (min-width:480px){.bs-docs-featurette .img-responsive {
  341. margin-top: 30px
  342. }
  343. }
  344. @media (min-width:768px){.bs-docs-featurette {
  345. padding-top: 100px;
  346. padding-bottom: 100px
  347. }
  348. .bs-docs-featurette-title {
  349. font-size: 40px
  350. }
  351. .bs-docs-featurette .lead {
  352. margin-left: auto;
  353. margin-right: auto;
  354. max-width: 80%
  355. }
  356. .bs-docs-featured-sites .col-sm-3:first-child img {
  357. border-top-left-radius: 4px;
  358. border-bottom-left-radius: 4px
  359. }
  360. .bs-docs-featured-sites .col-sm-3:last-child img {
  361. border-top-right-radius: 4px;
  362. border-bottom-right-radius: 4px
  363. }
  364. .bs-docs-featurette .img-responsive {
  365. margin-top: 0
  366. }
  367. }
  368. .bs-docs-sidebar.affix {
  369. position: static
  370. }
  371. @media (min-width:768px){.bs-docs-sidebar {
  372. padding-left: 20px
  373. }
  374. }
  375. .bs-docs-sidenav {
  376. margin-top: 20px;
  377. margin-bottom: 20px
  378. }
  379. .bs-docs-sidebar .nav>li>a {
  380. display: block;
  381. font-size: 13px;
  382. font-weight: 500;
  383. color: #999;
  384. padding: 4px 20px
  385. }
  386. .bs-docs-sidebar .nav>li>a:hover, .bs-docs-sidebar .nav>li>a:focus {
  387. padding-left: 19px;
  388. color: #563d7c;
  389. text-decoration: none;
  390. background-color: transparent;
  391. border-left: 1px solid #563d7c
  392. }
  393. .bs-docs-sidebar .nav>.active>a, .bs-docs-sidebar .nav>.active:hover>a,
  394. .bs-docs-sidebar .nav>.active:focus>a {
  395. padding-left: 18px;
  396. font-weight: 700;
  397. color: #563d7c;
  398. background-color: transparent;
  399. border-left: 2px solid #563d7c
  400. }
  401. .bs-docs-sidebar .nav .nav {
  402. display: none;
  403. padding-bottom: 10px
  404. }
  405. .bs-docs-sidebar .nav .nav>li>a {
  406. padding-top: 1px;
  407. padding-bottom: 1px;
  408. padding-left: 30px;
  409. font-size: 12px;
  410. font-weight: 400
  411. }
  412. .bs-docs-sidebar .nav .nav>li>a:hover, .bs-docs-sidebar .nav .nav>li>a:focus {
  413. padding-left: 29px
  414. }
  415. .bs-docs-sidebar .nav .nav>.active>a, .bs-docs-sidebar .nav .nav>.active:hover>a,
  416. .bs-docs-sidebar .nav .nav>.active:focus>a {
  417. font-weight: 500;
  418. padding-left: 28px
  419. }
  420. .back-to-top {
  421. display: none;
  422. margin-top: 10px;
  423. margin-left: 10px;
  424. padding: 4px 10px;
  425. font-size: 12px;
  426. font-weight: 500;
  427. color: #999
  428. }
  429. .back-to-top:hover {
  430. text-decoration: none;
  431. color: #563d7c
  432. }
  433. @media (min-width:768px){.back-to-top {
  434. display: block
  435. }
  436. }
  437. @media (min-width:992px){.bs-docs-sidebar .nav>.active>ul {
  438. display: block
  439. }
  440. .bs-docs-sidebar.affix, .bs-docs-sidebar.affix-bottom {
  441. width: 213px
  442. }
  443. .bs-docs-sidebar.affix {
  444. position: fixed;
  445. top: 20px
  446. }
  447. .bs-docs-sidebar.affix-bottom {
  448. position: absolute
  449. }
  450. .bs-docs-sidebar.affix-bottom .bs-docs-sidenav, .bs-docs-sidebar.affix .bs-docs-sidenav {
  451. margin-top: 0;
  452. margin-bottom: 0
  453. }
  454. }
  455. @media (min-width:1200px){.bs-docs-sidebar.affix-bottom, .bs-docs-sidebar.affix {
  456. width: 263px
  457. }
  458. }
  459. .bs-docs-section {
  460. margin-bottom: 60px
  461. }
  462. .bs-docs-section:last-child {
  463. margin-bottom: 0
  464. }
  465. h1[id] {
  466. margin-top: 0;
  467. padding-top: 20px
  468. }
  469. .bs-callout {
  470. margin: 20px 0;
  471. padding: 20px;
  472. border-left: 3px solid #eee
  473. }
  474. .bs-callout h4 {
  475. margin-top: 0;
  476. margin-bottom: 5px
  477. }
  478. .bs-callout p:last-child {
  479. margin-bottom: 0
  480. }
  481. .bs-callout code {
  482. background-color: #fff;
  483. border-radius: 3px
  484. }
  485. .bs-callout-danger {
  486. background-color: #fdf7f7;
  487. border-color: #d9534f
  488. }
  489. .bs-callout-danger h4 {
  490. color: #d9534f
  491. }
  492. .bs-callout-warning {
  493. background-color: #fcf8f2;
  494. border-color: #f0ad4e
  495. }
  496. .bs-callout-warning h4 {
  497. color: #f0ad4e
  498. }
  499. .bs-callout-info {
  500. background-color: #f4f8fa;
  501. border-color: #5bc0de
  502. }
  503. .bs-callout-info h4 {
  504. color: #5bc0de
  505. }
  506. .color-swatches {
  507. margin: 0 -5px;
  508. overflow: hidden
  509. }
  510. .color-swatch {
  511. float: left;
  512. width: 60px;
  513. height: 60px;
  514. margin: 0 5px;
  515. border-radius: 3px
  516. }
  517. @media (min-width:768px){.color-swatch {
  518. width: 100px;
  519. height: 100px
  520. }
  521. }
  522. .color-swatches .gray-darker {
  523. background-color: #222
  524. }
  525. .color-swatches .gray-dark {
  526. background-color: #333
  527. }
  528. .color-swatches .gray {
  529. background-color: #555
  530. }
  531. .color-swatches .gray-light {
  532. background-color: #999
  533. }
  534. .color-swatches .gray-lighter {
  535. background-color: #eee
  536. }
  537. .color-swatches .brand-primary {
  538. background-color: #428bca
  539. }
  540. .color-swatches .brand-success {
  541. background-color: #5cb85c
  542. }
  543. .color-swatches .brand-warning {
  544. background-color: #f0ad4e
  545. }
  546. .color-swatches .brand-danger {
  547. background-color: #d9534f
  548. }
  549. .color-swatches .brand-info {
  550. background-color: #5bc0de
  551. }
  552. .color-swatches .bs-purple {
  553. background-color: #563d7c
  554. }
  555. .color-swatches .bs-purple-light {
  556. background-color: #c7bfd3
  557. }
  558. .color-swatches .bs-purple-lighter {
  559. background-color: #e5e1ea
  560. }
  561. .color-swatches .bs-gray {
  562. background-color: #f9f9f9
  563. }
  564. .bs-team .team-member {
  565. color: #555;
  566. line-height: 32px
  567. }
  568. .bs-team .team-member:hover {
  569. color: #333;
  570. text-decoration: none
  571. }
  572. .bs-team .github-btn {
  573. float: right;
  574. margin-top: 6px;
  575. width: 180px;
  576. height: 20px
  577. }
  578. .bs-team img {
  579. float: left;
  580. width: 32px;
  581. margin-right: 10px;
  582. border-radius: 4px
  583. }
  584. .show-grid {
  585. margin-bottom: 15px
  586. }
  587. .show-grid [class^=col-] {
  588. padding-top: 10px;
  589. padding-bottom: 10px;
  590. background-color: #eee;
  591. background-color: rgba(86, 61, 124, .15);
  592. border: 1px solid #ddd;
  593. border: 1px solid rgba(86, 61, 124, .2)
  594. }
  595. .bs-example {
  596. position: relative;
  597. padding: 45px 15px 15px;
  598. margin: 0 -15px 15px;
  599. background-color: #fafafa;
  600. box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
  601. border-color: #e5e5e5 #eee #eee;
  602. border-style: solid;
  603. border-width: 1px 0
  604. }
  605. .bs-example:after {
  606. content: "Example";
  607. position: absolute;
  608. top: 15px;
  609. left: 15px;
  610. font-size: 12px;
  611. font-weight: 700;
  612. color: #bbb;
  613. text-transform: uppercase;
  614. letter-spacing: 1px
  615. }
  616. .bs-example+.highlight {
  617. margin: -15px -15px 15px;
  618. border-radius: 0;
  619. border-width: 0 0 1px
  620. }
  621. @media (min-width:768px){.bs-example {
  622. margin-left: 0;
  623. margin-right: 0;
  624. background-color: #fff;
  625. border-width: 1px;
  626. border-color: #ddd;
  627. border-radius: 4px 4px 0 0;
  628. box-shadow: none
  629. }
  630. .bs-example+.highlight {
  631. margin-top: -16px;
  632. margin-left: 0;
  633. margin-right: 0;
  634. border-width: 1px;
  635. border-bottom-left-radius: 4px;
  636. border-bottom-right-radius: 4px
  637. }
  638. }
  639. .bs-example .container {
  640. width: auto
  641. }
  642. .bs-example>p:last-child, .bs-example>ul:last-child, .bs-example>ol:last-child,
  643. .bs-example>blockquote:last-child, .bs-example>.form-control:last-child,
  644. .bs-example>.table:last-child, .bs-example>.navbar:last-child,
  645. .bs-example>.jumbotron:last-child, .bs-example>.alert:last-child,
  646. .bs-example>.panel:last-child, .bs-example>.list-group:last-child,
  647. .bs-example>.well:last-child, .bs-example>.progress:last-child,
  648. .bs-example>.table-responsive:last-child>.table {
  649. margin-bottom: 0
  650. }
  651. .bs-example>p>.close {
  652. float: none
  653. }
  654. .bs-example-type .table .type-info {
  655. color: #999;
  656. vertical-align: middle
  657. }
  658. .bs-example-type .table td {
  659. padding: 15px 0;
  660. border-color: #eee
  661. }
  662. .bs-example-type .table tr:first-child td {
  663. border-top: 0
  664. }
  665. .bs-example-type h1, .bs-example-type h2, .bs-example-type h3, .bs-example-type h4,
  666. .bs-example-type h5, .bs-example-type h6 {
  667. margin: 0
  668. }
  669. .bs-example-bg-classes p {
  670. padding: 15px
  671. }
  672. .bs-example>.img-circle, .bs-example>.img-rounded, .bs-example>.img-thumbnail {
  673. margin: 5px
  674. }
  675. .bs-example>.table-responsive>.table {
  676. background-color: #fff
  677. }
  678. .bs-example>.btn, .bs-example>.btn-group {
  679. margin-top: 5px;
  680. margin-bottom: 5px
  681. }
  682. .bs-example>.btn-toolbar+.btn-toolbar {
  683. margin-top: 10px
  684. }
  685. .bs-example-control-sizing select, .bs-example-control-sizing input[type=text]+input[type=text] {
  686. margin-top: 10px
  687. }
  688. .bs-example-form .input-group {
  689. margin-bottom: 10px
  690. }
  691. .bs-example>textarea.form-control {
  692. resize: vertical
  693. }
  694. .bs-example>.list-group {
  695. max-width: 400px
  696. }
  697. .bs-example .navbar:last-child {
  698. margin-bottom: 0
  699. }
  700. .bs-navbar-top-example, .bs-navbar-bottom-example {
  701. z-index: 1;
  702. padding: 0;
  703. overflow: hidden
  704. }
  705. .bs-navbar-top-example .navbar-header, .bs-navbar-bottom-example .navbar-header {
  706. margin-left: 0
  707. }
  708. .bs-navbar-top-example .navbar-fixed-top, .bs-navbar-bottom-example .navbar-fixed-bottom {
  709. position: relative;
  710. margin-left: 0;
  711. margin-right: 0
  712. }
  713. .bs-navbar-top-example {
  714. padding-bottom: 45px
  715. }
  716. .bs-navbar-top-example:after {
  717. top: auto;
  718. bottom: 15px
  719. }
  720. .bs-navbar-top-example .navbar-fixed-top {
  721. top: -1px
  722. }
  723. .bs-navbar-bottom-example {
  724. padding-top: 45px
  725. }
  726. .bs-navbar-bottom-example .navbar-fixed-bottom {
  727. bottom: -1px
  728. }
  729. .bs-navbar-bottom-example .navbar {
  730. margin-bottom: 0
  731. }
  732. @media (min-width:768px){.bs-navbar-top-example .navbar-fixed-top, .bs-navbar-bottom-example .navbar-fixed-bottom {
  733. position: absolute
  734. }
  735. .bs-navbar-top-example {
  736. border-radius: 0 0 4px 4px
  737. }
  738. .bs-navbar-bottom-example {
  739. border-radius: 4px 4px 0 0
  740. }
  741. }
  742. .bs-example .pagination {
  743. margin-top: 10px;
  744. margin-bottom: 10px
  745. }
  746. .bs-example>.pager {
  747. margin-top: 0
  748. }
  749. .bs-example-modal {
  750. background-color: #f5f5f5
  751. }
  752. .bs-example-modal .modal {
  753. position: relative;
  754. top: auto;
  755. right: auto;
  756. left: auto;
  757. bottom: auto;
  758. z-index: 1;
  759. display: block
  760. }
  761. .bs-example-modal .modal-dialog {
  762. left: auto;
  763. margin-left: auto;
  764. margin-right: auto
  765. }
  766. .bs-example>.dropdown>.dropdown-menu {
  767. position: static;
  768. display: block;
  769. margin-bottom: 5px
  770. }
  771. .bs-example-tabs .nav-tabs {
  772. margin-bottom: 15px
  773. }
  774. .bs-example-tooltips {
  775. text-align: center
  776. }
  777. .bs-example-tooltips>.btn {
  778. margin-top: 5px;
  779. margin-bottom: 5px
  780. }
  781. .bs-example-popover {
  782. padding-bottom: 24px;
  783. background-color: #f9f9f9
  784. }
  785. .bs-example-popover .popover {
  786. position: relative;
  787. display: block;
  788. float: left;
  789. width: 260px;
  790. margin: 20px
  791. }
  792. .scrollspy-example {
  793. position: relative;
  794. height: 200px;
  795. margin-top: 10px;
  796. overflow: auto
  797. }
  798. .highlight {
  799. padding: 9px 14px;
  800. margin-bottom: 14px;
  801. background-color: #f7f7f9;
  802. border: 1px solid #e1e1e8;
  803. border-radius: 4px
  804. }
  805. .highlight pre {
  806. padding: 0;
  807. margin-top: 0;
  808. margin-bottom: 0;
  809. background-color: transparent;
  810. border: 0;
  811. white-space: nowrap
  812. }
  813. .highlight pre code {
  814. font-size: inherit;
  815. color: #333
  816. }
  817. .highlight pre .lineno {
  818. display: inline-block;
  819. width: 22px;
  820. padding-right: 5px;
  821. margin-right: 10px;
  822. text-align: right;
  823. color: #bebec5
  824. }
  825. .table-responsive .highlight pre {
  826. white-space: normal
  827. }
  828. .bs-table th small, .responsive-utilities th small {
  829. display: block;
  830. font-weight: 400;
  831. color: #999
  832. }
  833. .responsive-utilities tbody th {
  834. font-weight: 400
  835. }
  836. .responsive-utilities td {
  837. text-align: center
  838. }
  839. .responsive-utilities td.is-visible {
  840. color: #468847;
  841. background-color: #dff0d8 !important
  842. }
  843. .responsive-utilities td.is-hidden {
  844. color: #ccc;
  845. background-color: #f9f9f9 !important
  846. }
  847. .responsive-utilities-test {
  848. margin-top: 5px
  849. }
  850. .responsive-utilities-test .col-xs-6 {
  851. margin-bottom: 10px
  852. }
  853. .responsive-utilities-test span {
  854. display: block;
  855. padding: 15px 10px;
  856. font-size: 14px;
  857. font-weight: 700;
  858. line-height: 1.1;
  859. text-align: center;
  860. border-radius: 4px
  861. }
  862. .visible-on .col-xs-6 .hidden-xs, .visible-on .col-xs-6 .hidden-sm,
  863. .visible-on .col-xs-6 .hidden-md, .visible-on .col-xs-6 .hidden-lg,
  864. .hidden-on .col-xs-6 .hidden-xs, .hidden-on .col-xs-6 .hidden-sm, .hidden-on .col-xs-6 .hidden-md,
  865. .hidden-on .col-xs-6 .hidden-lg {
  866. color: #999;
  867. border: 1px solid #ddd
  868. }
  869. .visible-on .col-xs-6 .visible-xs, .visible-on .col-xs-6 .visible-sm,
  870. .visible-on .col-xs-6 .visible-md, .visible-on .col-xs-6 .visible-lg,
  871. .hidden-on .col-xs-6 .visible-xs, .hidden-on .col-xs-6 .visible-sm,
  872. .hidden-on .col-xs-6 .visible-md, .hidden-on .col-xs-6 .visible-lg {
  873. color: #468847;
  874. background-color: #dff0d8;
  875. border: 1px solid #d6e9c6
  876. }
  877. .bs-glyphicons {
  878. margin: 0 -19px 20px -16px;
  879. overflow: hidden
  880. }
  881. .bs-glyphicons-list {
  882. padding-left: 0;
  883. list-style: none
  884. }
  885. .bs-glyphicons li {
  886. float: left;
  887. width: 25%;
  888. height: 115px;
  889. padding: 10px;
  890. font-size: 10px;
  891. line-height: 1.4;
  892. text-align: center;
  893. border: 1px solid #fff;
  894. background-color: #f9f9f9
  895. }
  896. .bs-glyphicons .glyphicon {
  897. margin-top: 5px;
  898. margin-bottom: 10px;
  899. font-size: 24px
  900. }
  901. .bs-glyphicons .glyphicon-class {
  902. display: block;
  903. text-align: center;
  904. word-wrap: break-word
  905. }
  906. .bs-glyphicons li:hover {
  907. color: #fff;
  908. background-color: #563d7c
  909. }
  910. @media (min-width:768px){.bs-glyphicons {
  911. margin-left: 0;
  912. margin-right: 0
  913. }
  914. .bs-glyphicons li {
  915. width: 12.5%;
  916. font-size: 12px
  917. }
  918. }
  919. .bs-customizer .toggle {
  920. float: right;
  921. margin-top: 25px
  922. }
  923. .bs-customizer label {
  924. margin-top: 10px;
  925. font-weight: 500;
  926. color: #555
  927. }
  928. .bs-customizer h2 {
  929. margin-top: 0;
  930. margin-bottom: 5px;
  931. padding-top: 30px
  932. }
  933. .bs-customizer h3 {
  934. margin-bottom: 0
  935. }
  936. .bs-customizer h4 {
  937. margin-top: 15px;
  938. margin-bottom: 0
  939. }
  940. .bs-customizer .bs-callout h4 {
  941. margin-top: 0;
  942. margin-bottom: 5px
  943. }
  944. .bs-customizer input[type=text] {
  945. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  946. background-color: #fafafa
  947. }
  948. .bs-customizer .help-block {
  949. font-size: 12px;
  950. margin-bottom: 5px
  951. }
  952. #less-section label {
  953. font-weight: 400
  954. }
  955. .bs-customizer-input {
  956. float: left;
  957. width: 33.333333%;
  958. padding-left: 15px;
  959. padding-right: 15px
  960. }
  961. .bs-customize-download .btn-outline {
  962. padding: 20px
  963. }
  964. .bs-customizer-alert {
  965. position: fixed;
  966. top: 0;
  967. left: 0;
  968. right: 0;
  969. z-index: 1030;
  970. padding: 15px 0;
  971. color: #fff;
  972. background-color: #d9534f;
  973. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
  974. border-bottom: 1px solid #b94441
  975. }
  976. .bs-customizer-alert .close {
  977. margin-top: -4px;
  978. font-size: 24px
  979. }
  980. .bs-customizer-alert p {
  981. margin-bottom: 0
  982. }
  983. .bs-customizer-alert .glyphicon {
  984. margin-right: 5px
  985. }
  986. .bs-customizer-alert pre {
  987. margin: 10px 0 0;
  988. color: #fff;
  989. background-color: #a83c3a;
  990. border-color: #973634;
  991. box-shadow: inset 0 2px 4px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1)
  992. }
  993. .bs-brand-logos {
  994. display: table;
  995. width: 100%;
  996. margin-bottom: 15px;
  997. overflow: hidden;
  998. color: #563d7c;
  999. background-color: #f9f9f9;
  1000. border-radius: 4px
  1001. }
  1002. .bs-brand-item {
  1003. padding: 60px 0;
  1004. text-align: center
  1005. }
  1006. .bs-brand-item+.bs-brand-item {
  1007. border-top: 1px solid #fff
  1008. }
  1009. .bs-brand-logos .inverse {
  1010. color: #fff;
  1011. background-color: #563d7c
  1012. }
  1013. .bs-brand-item h1, .bs-brand-item h3 {
  1014. margin-top: 0;
  1015. margin-bottom: 0
  1016. }
  1017. .bs-brand-item .bs-docs-booticon {
  1018. margin-left: auto;
  1019. margin-right: auto
  1020. }
  1021. .bs-brand-item .glyphicon {
  1022. width: 30px;
  1023. height: 30px;
  1024. margin: 10px auto -10px;
  1025. line-height: 30px;
  1026. color: #fff;
  1027. border-radius: 50%
  1028. }
  1029. .bs-brand-item .glyphicon-ok {
  1030. background-color: #5cb85c
  1031. }
  1032. .bs-brand-item .glyphicon-remove {
  1033. background-color: #d9534f
  1034. }
  1035. @media (min-width:768px){.bs-brand-item {
  1036. display: table-cell;
  1037. width: 1%
  1038. }
  1039. .bs-brand-item+.bs-brand-item {
  1040. border-top: 0;
  1041. border-left: 1px solid #fff
  1042. }
  1043. .bs-brand-item h1 {
  1044. font-size: 60px
  1045. }
  1046. }
  1047. .bs-examples .thumbnail {
  1048. margin-bottom: 10px
  1049. }
  1050. .bs-examples h4 {
  1051. margin-bottom: 5px
  1052. }
  1053. .bs-examples p {
  1054. margin-bottom: 20px
  1055. }
  1056. #focusedInput {
  1057. border-color: #ccc;
  1058. border-color: rgba(82, 168, 236, .8);
  1059. outline: 0;
  1060. outline: thin dotted \9;
  1061. -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
  1062. box-shadow: 0 0 8px rgba(82, 168, 236, .6)
  1063. }
  1064. .hll {
  1065. background-color: #ffc
  1066. }
  1067. .c {
  1068. color: #999
  1069. }
  1070. .err {
  1071. color: #A00;
  1072. background-color: #FAA
  1073. }
  1074. .k {
  1075. color: #069
  1076. }
  1077. .o {
  1078. color: #555
  1079. }
  1080. .cm {
  1081. color: #999
  1082. }
  1083. .cp {
  1084. color: #099
  1085. }
  1086. .c1 {
  1087. color: #999
  1088. }
  1089. .cs {
  1090. color: #999
  1091. }
  1092. .gd {
  1093. background-color: #FCC;
  1094. border: 1px solid #C00
  1095. }
  1096. .ge {
  1097. font-style: italic
  1098. }
  1099. .gr {
  1100. color: red
  1101. }
  1102. .gh {
  1103. color: #030
  1104. }
  1105. .gi {
  1106. background-color: #CFC;
  1107. border: 1px solid #0C0
  1108. }
  1109. .go {
  1110. color: #AAA
  1111. }
  1112. .gp {
  1113. color: #009
  1114. }
  1115. .gu {
  1116. color: #030
  1117. }
  1118. .gt {
  1119. color: #9C6
  1120. }
  1121. .kc {
  1122. color: #069
  1123. }
  1124. .kd {
  1125. color: #069
  1126. }
  1127. .kn {
  1128. color: #069
  1129. }
  1130. .kp {
  1131. color: #069
  1132. }
  1133. .kr {
  1134. color: #069
  1135. }
  1136. .kt {
  1137. color: #078
  1138. }
  1139. .m {
  1140. color: #F60
  1141. }
  1142. .s {
  1143. color: #d44950
  1144. }
  1145. .na {
  1146. color: #4f9fcf
  1147. }
  1148. .nb {
  1149. color: #366
  1150. }
  1151. .nc {
  1152. color: #0A8
  1153. }
  1154. .no {
  1155. color: #360
  1156. }
  1157. .nd {
  1158. color: #99F
  1159. }
  1160. .ni {
  1161. color: #999
  1162. }
  1163. .ne {
  1164. color: #C00
  1165. }
  1166. .nf {
  1167. color: #C0F
  1168. }
  1169. .nl {
  1170. color: #99F
  1171. }
  1172. .nn {
  1173. color: #0CF
  1174. }
  1175. .nt {
  1176. color: #2f6f9f
  1177. }
  1178. .nv {
  1179. color: #033
  1180. }
  1181. .ow {
  1182. color: #000
  1183. }
  1184. .w {
  1185. color: #bbb
  1186. }
  1187. .mf {
  1188. color: #F60
  1189. }
  1190. .mh {
  1191. color: #F60
  1192. }
  1193. .mi {
  1194. color: #F60
  1195. }
  1196. .mo {
  1197. color: #F60
  1198. }
  1199. .sb {
  1200. color: #C30
  1201. }
  1202. .sc {
  1203. color: #C30
  1204. }
  1205. .sd {
  1206. color: #C30;
  1207. font-style: italic
  1208. }
  1209. .s2 {
  1210. color: #C30
  1211. }
  1212. .se {
  1213. color: #C30
  1214. }
  1215. .sh {
  1216. color: #C30
  1217. }
  1218. .si {
  1219. color: #A00
  1220. }
  1221. .sx {
  1222. color: #C30
  1223. }
  1224. .sr {
  1225. color: #3AA
  1226. }
  1227. .s1 {
  1228. color: #C30
  1229. }
  1230. .ss {
  1231. color: #FC3
  1232. }
  1233. .bp {
  1234. color: #366
  1235. }
  1236. .vc {
  1237. color: #033
  1238. }
  1239. .vg {
  1240. color: #033
  1241. }
  1242. .vi {
  1243. color: #033
  1244. }
  1245. .il {
  1246. color: #F60
  1247. }
  1248. .css .o, .css .o+.nt, .css .nt+.nt {
  1249. color: #999
  1250. }