html.cfg 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. \Preamble{xhtml}
  2. \Configure{tableofcontents*}{chapter,section,subsection}
  3. \Css{html {
  4. width: 100vw;
  5. overflow-x: hidden;
  6. }}
  7. \Css{@font-face {
  8. font-family: Manrope;
  9. src: url(Manrope_variable.ttf);
  10. }}
  11. \Css{body {
  12. max-width: 55rem;
  13. box-sizing: border-box;
  14. padding: 1rem;
  15. margin: 0 auto;
  16. overflow-x: hidden;
  17. background-color: \#F4ECD8;
  18. color: \#5B464B;
  19. line-height: 1.5;
  20. }}
  21. \Css{a {
  22. color: \#0060DF;
  23. }}
  24. \Css{p, a {
  25. font-size: 1.2rem;
  26. font-family: Manrope;
  27. }}
  28. \Css{p + pre {
  29. font-size: 1.1em;
  30. }}
  31. \Css{div.author {
  32. white-space: normal;
  33. }}
  34. \Css{img.math {
  35. height: 1rem;
  36. vertical-align: top;
  37. }}
  38. \Css{pre.fancyvrb, {
  39. white-space: pre;
  40. }}
  41. \Css{figure, .fancyvrb, .verbatim {
  42. margin-inline: 0;
  43. overflow-x: auto;
  44. }}
  45. \Css{.ecrm-0500 {
  46. font-size: 70\%;
  47. font-style: italic;
  48. color: gray;
  49. width: 1.5rem;
  50. display: inline-block;
  51. -webkit-user-select: none;
  52. -moz-user-select: none;
  53. -o-user-select: none;
  54. user-select: none;
  55. }}
  56. \Css{.flushright:first-child {
  57. position:absolute;
  58. top: 10px;
  59. right: 50px;
  60. }}
  61. \Css{.right {
  62. text-align: right;
  63. }}
  64. \AtBeginDocument{%
  65. \Configure{@HEAD}{\HCode{
  66. <script async defer src="https://buttons.github.io/buttons.js"></script>
  67. <div class="right">
  68. <a class="github-button" href="https://github.com/sysprog21/lkmpg" data-size="large" aria-label="View on GitHub">View on GitHub</a>
  69. <a class="github-button" href="https://github.com/sysprog21/lkmpg/releases/download/latest/lkmpg.pdf" data-icon="octicon-download" data-size="large" aria-label="Download PDF document">Download PDF document</a>
  70. <br><br>
  71. </div>
  72. \Hnewline}}
  73. }
  74. \begin{document}
  75. \EndPreamble