From d894b8367f9590a2e6e56be3bd84f2ed7c7def62 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 26 Nov 2014 14:43:58 -0500 Subject: More uniform documentation style. --- doc/doxy-style.css | 49 +++++++++++++++++++------------------------------ 1 file changed, 19 insertions(+), 30 deletions(-) diff --git a/doc/doxy-style.css b/doc/doxy-style.css index e98848d..4106c2b 100644 --- a/doc/doxy-style.css +++ b/doc/doxy-style.css @@ -1,38 +1,45 @@ body { - font-size: medium; font-family: sans-serif; + max-width: 60em; + margin: 0; + margin-left: auto; + margin-right: auto; + background: #FFF; + color: #000; } #titlearea { display: none; } -h1 h2 h3 h4 h5 h6 { - font-weight: bold; -} - h1 { - font-size: 164%; + font-size: 180%; + font-weight: 900; } h2 { - font-size: 132%; + font-size: 140%; + font-weight: 700; } h3 { - font-size: 124%; + font-size: 120%; + font-weight: 700; } h4 { - font-size: 116%; + font-size: 110%; + font-weight: 700; } h5 { - font-size: 108%; + font-size: 100%; + font-weight: 700; } h6 { font-size: 100%; + font-weight: 600; } p { @@ -94,7 +101,7 @@ div.navtab { /* @group Link Styling */ a { - color: #3D8C57; + color: #70957E; text-decoration: none; } @@ -166,12 +173,6 @@ div.groupText { font-style: italic; } -body { - background: #FFF; - color: #000; - margin: 0; -} - div.contents { margin-top: 10px; margin-left: 10px; @@ -612,6 +613,7 @@ span.lineno a:hover { border-bottom: solid 2px #000; padding: 0; padding-top: 2px; + font-size: small; } #navrow1 { @@ -628,19 +630,6 @@ th { /* tabs*/ -.tabs, .tabs2, .tabs3 { - width: 100%; - z-index: 101; - font-size: large; -} - -.tabs2 { - font-size: 10px; -} -.tabs3 { - font-size: 9px; -} - .tablist { margin: 0; padding: 0; -- cgit v1.2.1