From a8927a0572da7f8cb43a763df95b55da3622eae6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 17 Mar 2011 08:32:48 -0600 Subject: documentation/poky-ref-manual/style.css: Updated to match other manuals I have updated some styles so that the GIT manuals are looking more consistent and have better color schemes for the section headings. (From OE-Core rev: 747dbbf250b96cf43eba2b7227226607b9605da4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/style.css | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'documentation/poky-ref-manual') diff --git a/documentation/poky-ref-manual/style.css b/documentation/poky-ref-manual/style.css index 3564affccb..138d485f5b 100644 --- a/documentation/poky-ref-manual/style.css +++ b/documentation/poky-ref-manual/style.css @@ -50,9 +50,13 @@ body { color: #333; } +.reviewer { + color: red; +} + h1,h2,h3,h4,h5,h6,h7 { font-family: Arial, Sans; - color:#999999; + color: #00557D; clear: both; } @@ -76,7 +80,7 @@ h2 { margin: 2em 0em 0.66em 0em; padding: 0.5em 0em 0em 0em; font-size: 1.5em; - font-weight: normal; + font-weight: bold; } h3.subtitle { @@ -90,28 +94,28 @@ h3 { margin: 1em 0em 0.5em 0em; padding: 1em 0em 0em 0em; font-size: 140%; - font-weight: normal; + font-weight: bold; } h4 { margin: 1em 0em 0.5em 0em; padding: 1em 0em 0em 0em; font-size: 120%; - font-weight: normal; + font-weight: bold; } h5 { margin: 1em 0em 0.5em 0em; padding: 1em 0em 0em 0em; - font-size: 110.000%; - border-bottom: 1px solid black; + font-size: 110%; + font-weight: bold; } h6 { margin: 1em 0em 0em 0em; padding: 1em 0em 0em 0em; font-size: 80%; - font-weight: normal; + font-weight: bold; } .authorgroup { @@ -132,6 +136,7 @@ h3.author { padding: 0em 0em 0em 0em; font-weight: normal; font-size: 100%; + color: #333; clear: both; } @@ -154,6 +159,7 @@ h3.author { .list-of-examples, .list-of-figures { padding: 1.33em 0em 2.5em 0em; + color: #00557D; } .toc p, @@ -930,7 +936,7 @@ table { .tip, .note { - background: #91ae35; + background: #666666; color: #fff; padding: 20px; margin: 20px; -- cgit v1.2.3-54-g00ecf