From 2d2e3d228c5893d91524d441399a9bf6008e6e1e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 25 Feb 2011 07:59:26 +0000 Subject: Improve documentation style (align right/left edges, more logical/consistent colours and heading sizes). git-svn-id: http://svn.drobilla.net/serd/trunk@111 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- doc/style.css | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) (limited to 'doc') diff --git a/doc/style.css b/doc/style.css index 37f579b4..2cf74678 100644 --- a/doc/style.css +++ b/doc/style.css @@ -9,23 +9,33 @@ body { h1 { font-size: 160%; - font-weight: bold; + font-weight: 750; } h2 { - font-size: 120%; + font-size: 140%; + font-weight: 650; } h3 { - font-size: 110%; + font-size: 130%; + font-weight: 600; + } h4 { - font-size: 105%; + font-size: 120%; + font-weight: 550; } -h5 h6 { +h5 { + font-size: 110%; + font-weight: 500; +} + +h6 { font-size: 100%; + font-weight: 450; } p { @@ -158,7 +168,7 @@ div.ah { margin-bottom: 3px; margin-top: 3px; padding: .2em; - border: solid thin #333; + border: thin solid #333; } div.groupHeader { @@ -296,7 +306,7 @@ th.dirtab { hr { height: 0; border: none; - border-top: 1px solid #BBB; + border-top: 1px solid #DDD; margin: 3em 0 1em; } @@ -320,7 +330,7 @@ table.memberdecls { } .memItemLeft,.memItemRight,.memTemplParams { - border-top: 1px solid #DDD; + border-top: 1px solid #EEE; } .memItemLeft,.memTemplItemLeft { @@ -353,7 +363,7 @@ table.memberdecls { .memitem { padding: 0; - margin: 1ex 1ex 2ex 1ex; + margin: 1ex 0 2ex 0; } .memname { @@ -362,7 +372,7 @@ table.memberdecls { } .memproto { - border-top: 1px solid #A8B8D9; + border-top: 1px solid #DDD; padding: 0.5ex; color: #253555; font-weight: 700; @@ -503,7 +513,7 @@ table.doxtable th { height: 30px; line-height: 30px; color: #8AA0CC; - border: solid 1px #C2CDE4; + border: 1px solid #C2CDE4; overflow: hidden; margin: 0; padding: 0; -- cgit v1.2.1