From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/doc/default.css | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) (limited to 'ffmpeg/doc/default.css') diff --git a/ffmpeg/doc/default.css b/ffmpeg/doc/default.css index 77a3514..bf50200 100644 --- a/ffmpeg/doc/default.css +++ b/ffmpeg/doc/default.css @@ -1,3 +1,7 @@ +a.summary-letter { + text-decoration: none; +} + a { color: #2D6198; } @@ -13,8 +17,8 @@ a:visited { } #banner img { - padding-bottom: 1px; - padding-top: 5px; + margin-bottom: 1px; + margin-top: 5px; } #body { @@ -45,11 +49,16 @@ body { text-align: center; } -h1, h2, h3 { +h1 a, h2 a, h3 a, h4 a { + text-decoration: inherit; + color: inherit; +} + +h1, h2, h3, h4 { padding-left: 0.4em; border-radius: 4px; - padding-bottom: 0.2em; - padding-top: 0.2em; + padding-bottom: 0.25em; + padding-top: 0.25em; border: 1px solid #6A996A; } @@ -63,15 +72,22 @@ h1 { h2 { color: #313131; - font-size: 0.9em; + font-size: 1.0em; background-color: #ABE3AB; } h3 { + color: #313131; + font-size: 0.9em; + margin-bottom: -6px; + background-color: #BBF3BB; +} + +h4 { color: #313131; font-size: 0.8em; margin-bottom: -8px; - background-color: #BBF3BB; + background-color: #D1FDD1; } img { -- cgit v1.2.3