site.css 1005 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. body {
  2. padding-top: 50px;
  3. padding-bottom: 20px;
  4. }
  5. /* Wrapping element */
  6. /* Set some basic padding to keep content from hitting the edges */
  7. .body-content {
  8. padding-left: 15px;
  9. padding-right: 15px;
  10. }
  11. /* Carousel */
  12. .carousel-caption p {
  13. font-size: 20px;
  14. line-height: 1.4;
  15. }
  16. /* Make .svg files in the carousel display properly in older browsers */
  17. .carousel-inner .item img[src$=".svg"] {
  18. width: 100%;
  19. }
  20. /* QR code generator */
  21. #qrCode {
  22. margin: 15px;
  23. }
  24. /* Hide/rearrange for smaller screens */
  25. @media screen and (max-width: 767px) {
  26. /* Hide captions */
  27. .carousel-caption {
  28. display: none;
  29. }
  30. }
  31. .navbar-nav.white li{
  32. font-size:16px;
  33. color:#ffffff;
  34. line-height:20px;
  35. }
  36. .navbar-nav.white li span{
  37. padding:15px 10px;
  38. display:block;
  39. }
  40. .navbar-nav.white li span input {
  41. color:black;
  42. font-size:14px;
  43. }
  44. .copybtn.icon-copy.white{
  45. color:#fff;
  46. }
  47. .ace_editor {
  48. height:350px;
  49. }
  50. .apiresult{
  51. display:none;
  52. }