org-howto/ext/fniessen/theme-readtheorg.setup

19 lines
1.2 KiB
Org Mode

# -*- mode: org; -*-
#+OPTIONS: html-style:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://fniessen.github.io/org-html-themes/src/readtheorg_theme/css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://fniessen.github.io/org-html-themes/src/readtheorg_theme/css/readtheorg.css"/>
#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="https://fniessen.github.io/org-html-themes/src/lib/js/jquery.stickytableheaders.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="https://fniessen.github.io/org-html-themes/src/readtheorg_theme/js/readtheorg.js"></script>
# set background color for clode blocks
#+html_head: <style>pre.src{background:#343131;color:white;} </style>
#+html_head: <style>pre.example{background:#343131;color:white;} </style>
# allow wider content width (hate those horizontal scroll bars)
#+html_head: <style> #content{max-width:1800px;}</style>
#+html_head: <style> p{max-width:1800px;}</style>
#+html_head: <style> li{max-width:1800px;}</style>