summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/style.css
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-03-17 08:32:48 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-18 17:22:21 +0000
commita8927a0572da7f8cb43a763df95b55da3622eae6 (patch)
tree68afc7562a86e2a9bbcd5553c718a0ac509b35ad /documentation/poky-ref-manual/style.css
parent885415ffd1e24dd08af98129a905ab4f06649949 (diff)
downloadpoky-a8927a0572da7f8cb43a763df95b55da3622eae6.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/style.css')
-rw-r--r--documentation/poky-ref-manual/style.css22
1 files changed, 14 insertions, 8 deletions
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 {
50 color: #333; 50 color: #333;
51} 51}
52 52
53.reviewer {
54 color: red;
55}
56
53h1,h2,h3,h4,h5,h6,h7 { 57h1,h2,h3,h4,h5,h6,h7 {
54 font-family: Arial, Sans; 58 font-family: Arial, Sans;
55 color:#999999; 59 color: #00557D;
56 clear: both; 60 clear: both;
57} 61}
58 62
@@ -76,7 +80,7 @@ h2 {
76 margin: 2em 0em 0.66em 0em; 80 margin: 2em 0em 0.66em 0em;
77 padding: 0.5em 0em 0em 0em; 81 padding: 0.5em 0em 0em 0em;
78 font-size: 1.5em; 82 font-size: 1.5em;
79 font-weight: normal; 83 font-weight: bold;
80} 84}
81 85
82h3.subtitle { 86h3.subtitle {
@@ -90,28 +94,28 @@ h3 {
90 margin: 1em 0em 0.5em 0em; 94 margin: 1em 0em 0.5em 0em;
91 padding: 1em 0em 0em 0em; 95 padding: 1em 0em 0em 0em;
92 font-size: 140%; 96 font-size: 140%;
93 font-weight: normal; 97 font-weight: bold;
94} 98}
95 99
96h4 { 100h4 {
97 margin: 1em 0em 0.5em 0em; 101 margin: 1em 0em 0.5em 0em;
98 padding: 1em 0em 0em 0em; 102 padding: 1em 0em 0em 0em;
99 font-size: 120%; 103 font-size: 120%;
100 font-weight: normal; 104 font-weight: bold;
101} 105}
102 106
103h5 { 107h5 {
104 margin: 1em 0em 0.5em 0em; 108 margin: 1em 0em 0.5em 0em;
105 padding: 1em 0em 0em 0em; 109 padding: 1em 0em 0em 0em;
106 font-size: 110.000%; 110 font-size: 110%;
107 border-bottom: 1px solid black; 111 font-weight: bold;
108} 112}
109 113
110h6 { 114h6 {
111 margin: 1em 0em 0em 0em; 115 margin: 1em 0em 0em 0em;
112 padding: 1em 0em 0em 0em; 116 padding: 1em 0em 0em 0em;
113 font-size: 80%; 117 font-size: 80%;
114 font-weight: normal; 118 font-weight: bold;
115} 119}
116 120
117.authorgroup { 121.authorgroup {
@@ -132,6 +136,7 @@ h3.author {
132 padding: 0em 0em 0em 0em; 136 padding: 0em 0em 0em 0em;
133 font-weight: normal; 137 font-weight: normal;
134 font-size: 100%; 138 font-size: 100%;
139 color: #333;
135 clear: both; 140 clear: both;
136} 141}
137 142
@@ -154,6 +159,7 @@ h3.author {
154.list-of-examples, 159.list-of-examples,
155.list-of-figures { 160.list-of-figures {
156 padding: 1.33em 0em 2.5em 0em; 161 padding: 1.33em 0em 2.5em 0em;
162 color: #00557D;
157} 163}
158 164
159.toc p, 165.toc p,
@@ -930,7 +936,7 @@ table {
930 936
931.tip, 937.tip,
932.note { 938.note {
933 background: #91ae35; 939 background: #666666;
934 color: #fff; 940 color: #fff;
935 padding: 20px; 941 padding: 20px;
936 margin: 20px; 942 margin: 20px;