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.

68 lines
971 B

  1. .docs-nav {
  2. margin: 20px 0 0 0;
  3. padding: 0;
  4. list-style: none;
  5. }
  6. .docs-nav li a {
  7. display: block;
  8. padding-bottom: 10px;
  9. }
  10. .docs-nav li.active > a {
  11. font-weight: bold;
  12. }
  13. .docs-nav ul {
  14. margin: 0 0 0 20px;
  15. padding: 0;
  16. list-style: none;
  17. }
  18. .curl-opts th {
  19. white-space: nowrap;
  20. font-family: monospace;
  21. }
  22. h2.rule {
  23. border-top: 3px solid #eee;
  24. margin-top: 30px;
  25. padding-top: 30px;
  26. }
  27. h3.api-section {
  28. font-size: 14px;
  29. font-weight: bold;
  30. margin: 20px 0;
  31. }
  32. .api-path {
  33. font-family: monospace;
  34. font-weight: bold;
  35. margin-bottom: 1em;
  36. background: #f5f5f5;
  37. color: #333;
  38. display: inline-block;
  39. padding: 2px 4px;
  40. border-radius: 2px;
  41. }
  42. a.section {
  43. color: #000;
  44. text-decoration: none;
  45. }
  46. a.section:hover {
  47. text-decoration: none;
  48. }
  49. .page-docs code {
  50. padding: 2px 4px;
  51. font-size: 90%;
  52. color: #333;
  53. background-color: #f5f5f5;
  54. border-radius: 4px;
  55. }