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.

62 lines
834 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: 1px solid #ddd;
  24. padding-top: 20px;
  25. }
  26. h3.api-section {
  27. font-size: 14px;
  28. font-weight: bold;
  29. margin: 20px 0;
  30. }
  31. .api-path {
  32. font-family: monospace;
  33. font-weight: bold;
  34. margin-bottom: 1em;
  35. }
  36. a.section {
  37. color: #000;
  38. text-decoration: none;
  39. }
  40. a.section:hover {
  41. text-decoration: none;
  42. }
  43. .page-docs code {
  44. padding: 2px 4px;
  45. font-size: 90%;
  46. color: #333;
  47. background-color: #f5f5f5;
  48. border-radius: 4px;
  49. }