borg.css 775 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. @import url("theme.css");
  2. /* The Return of the Borg.
  3. *
  4. * Have a bit green and grey and darkness (and if only in the upper left corner).
  5. */
  6. .wy-side-nav-search {
  7. background-color: #000000 !important;
  8. }
  9. .wy-side-nav-search input[type="text"] {
  10. border-color: #000000;
  11. }
  12. .wy-side-nav-search > a {
  13. color: rgba(255, 255, 255, 0.5);
  14. }
  15. .wy-side-nav-search > div.version {
  16. color: rgba(255, 255, 255, 0.5);
  17. }
  18. #usage dt code {
  19. font-weight: normal;
  20. }
  21. #usage dl dl dd {
  22. margin-bottom: 0.5em;
  23. }
  24. #internals .toctree-wrapper > ul {
  25. column-count: 3;
  26. -webkit-column-count: 3;
  27. }
  28. #internals .toctree-wrapper > ul > li {
  29. display: inline-block;
  30. font-weight: bold;
  31. }
  32. #internals .toctree-wrapper > ul > li > ul {
  33. font-weight: normal;
  34. }