toc_conf.js 460 B

1234567891011121314151617181920
  1. var jquery_ztree_toc_opts = {
  2. debug:false,
  3. is_auto_number:true,
  4. documment_selector:'.markdown-body',
  5. ztreeStyle: {
  6. width:'326px',
  7. overflow: 'auto',
  8. position: 'fixed',
  9. 'z-index': 2147483647,
  10. border: '0px none',
  11. left: '0px',
  12. top: '0px',
  13. // 'overflow-x': 'hidden',
  14. 'height': $(window).height() + 'px'
  15. }
  16. }
  17. var markdown_panel_style = {
  18. 'width':'70%',
  19. 'margin-left':'25%'
  20. };