# Specify a custom CSS file used by this template HTML.stylesheets += template/style/offline-simple.css qhp.extraFiles += style/offline-simple.css # Override the header styles HTML.headerstyles = \ " \n" \ " \n" HTML.postheader = \ "\n" \ "
\n"\ "
\n" \ "
\n" \ "
\n" \ " \n" HTML.postpostheader = \ "
\n"\ "
\n" \ "
\n" \ "
\n" \ "
\n" \ "
\n" HTML.navigationseparator = \ "\n" # Add some padding around code snippets, as we cannot # currectly style them for QTextBrowser using only CSS. codeindent = 2 codeprefix = "\n\n" codesuffix = "\n\n"