Style table of contents properly for qute theme

This commit is contained in:
Philipp Hansch 2017-05-29 21:28:04 +02:00
parent 932b2814b0
commit ad8cf371b8
No known key found for this signature in database
GPG Key ID: 667C8F4B5A698A60

View File

@ -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;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<link href="/media/font.css" rel="stylesheet" type="text/css" />