From ad8cf371b8888e5c2c78fa022c13f14bbf652529 Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Mon, 29 May 2017 21:28:04 +0200 Subject: Style table of contents properly for qute theme --- www/qute.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'www') diff --git a/www/qute.css b/www/qute.css index f8902f10e..fea2d8f78 100644 --- a/www/qute.css +++ b/www/qute.css @@ -224,6 +224,34 @@ table td { } } +#toc { + margin-bottom: 2.5em; +} + +#toctitle { + color: #0A396E; + font-size: 1.1em; + font-weight: bold; + margin-top: 1.0em; + margin-bottom: 0.1em; +} + +div.toclevel0, div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 { + margin-top: 0; + margin-bottom: 0; +} +div.toclevel2 { + margin-left: 2em; + font-size: 0.9em; +} +div.toclevel3 { + margin-left: 4em; + font-size: 0.9em; +} +div.toclevel4 { + margin-left: 6em; + font-size: 0.9em; +} -- cgit v1.2.3-54-g00ecf