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.

76 lines
1.0 KiB

  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. .docs-heading {
  23. margin-top: 40px;
  24. }
  25. h2.rule {
  26. border-top: 3px solid #eee;
  27. margin-top: 30px;
  28. padding-top: 30px;
  29. }
  30. h3.api-section {
  31. font-size: 14px;
  32. font-weight: bold;
  33. margin: 20px 0;
  34. }
  35. h3.docs-example {
  36. margin-top: 40px;
  37. }
  38. .api-path {
  39. font-family: monospace;
  40. font-weight: bold;
  41. margin-bottom: 1em;
  42. background: #f5f5f5;
  43. color: #333;
  44. display: inline-block;
  45. padding: 2px 4px;
  46. border-radius: 2px;
  47. }
  48. a.section {
  49. color: #000;
  50. text-decoration: none;
  51. }
  52. a.section:hover {
  53. text-decoration: none;
  54. }
  55. .page-docs code {
  56. padding: 2px 4px;
  57. font-size: 90%;
  58. color: #333;
  59. background-color: #f5f5f5;
  60. border-radius: 4px;
  61. }