extra.css 731 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. blockquote {
  2. padding: 0 15px;
  3. color: #777;
  4. border-left: 4px solid #ddd;
  5. }
  6. .rst-content blockquote {
  7. margin: 0;
  8. }
  9. /*shifts the nested subnav label to the left to align it with the regular nav item labels*/
  10. ul.subnav ul.subnav span {
  11. padding-left: 1.3em;
  12. }
  13. body {
  14. font-size: 100%;
  15. }
  16. p {
  17. line-height: 20px;
  18. margin-bottom: 16px;
  19. }
  20. h1, h2 {
  21. border-bottom: 1px solid #eee;
  22. line-height: 1.2;
  23. margin-top: 1.2em;
  24. margin-bottom: 16px;
  25. }
  26. h3, h4, h5, h6 {
  27. margin: 1em 0 0.7em 0;
  28. }
  29. code {
  30. font-size: 85%;
  31. margin-right: 3px;
  32. }
  33. table.docutils td code {
  34. font-size: 100%;
  35. }
  36. .wy-plain-list-disc, .rst-content .section ul, .rst-content .toctree-wrapper ul, article ul {
  37. line-height: 20px;
  38. margin-bottom: 16px;
  39. }