Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<! To make a ToC move/scroll with the page >
<style> .toc-macro {position: static !important;} </style>

<! Make the ToC in-line (not float on the right) >
<style> .toc-macro {float: none !important;} </style>


<! To make a ToC wider >
<style> .toc-macro {width: 350px !important;} </style>
<style> .toc-macro {width: 80% !important;} </style>

<! Remove the border >
<style> .toc-macro {border: none !important;} </style>

<! Transparent background (no color) >
<style> .toc-macro {background: transparent !important;} </style>

<! To make a ToC Font Size bigger. Default font-size: 15px. Default line-height: 1.6 >
<style> .toc-item-body {font-size: 18px !important;} </style>

...