docinfo.html 807 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <style>
  2. /* gpsd CSS customization. */
  3. #header > h1:first-child,
  4. body {
  5. color: #000;
  6. }
  7. .sidebarblock,
  8. #toc.toc2 {
  9. background: #f8f8f8;
  10. border: 1px dashed #999;
  11. }
  12. .sidebarblock {
  13. display: inline-block;
  14. float: left;
  15. margin-right: 20px;
  16. margin-bottom: 20px;
  17. }
  18. #toctitle {
  19. display: none;
  20. }
  21. #content #toc.toc {
  22. background: inherit;
  23. border: none;
  24. padding: 0em;
  25. }
  26. #header,
  27. #content,
  28. #footnotes,
  29. #footer {
  30. max-width: initial;
  31. }
  32. @media screen and (min-width: 768px) {
  33. body {
  34. --left-col: 15em;
  35. }
  36. #content #Menu {
  37. border: 1px dashed #999;
  38. bottom: 2px;
  39. left: 2px;
  40. margin: 0 20px 20px 0;
  41. position: absolute;
  42. top: 2px;
  43. width: var(--left-col);
  44. }
  45. #content #preamble,
  46. #content .sect1 {
  47. margin-left: calc(var(--left-col) + 22px);
  48. }
  49. }
  50. </style>