summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-03-17 13:25:03 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-18 16:47:59 +0000
commit57ef2ef098b011c64a4aba0584b1d58934fb1f22 (patch)
treeb20cd7cbfa19616f89ff35d7c43d03da6571886c /documentation/bsp-guide
parent609e497ba18ca72e0c914d19229d286063a5ce78 (diff)
downloadpoky-57ef2ef098b011c64a4aba0584b1d58934fb1f22.tar.gz
documentation/bsp-guide/style.css: Updated Style Sheet
I updated the HTML style sheet to match that of the other online manuals. Section heads are now in Yocto blue and tip box color is inline with Yocto color schemes. (From OE-Core rev: 815b71a6c66e529959a12bd9aa6aabc0afc78bb1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/style.css24
1 files changed, 15 insertions, 9 deletions
diff --git a/documentation/bsp-guide/style.css b/documentation/bsp-guide/style.css
index c5c8f584eb..9d068a0f56 100644
--- a/documentation/bsp-guide/style.css
+++ b/documentation/bsp-guide/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 {
@@ -124,7 +128,7 @@ h6 {
124 padding-right: 50px; 128 padding-right: 50px;
125 margin-left: 0px; 129 margin-left: 0px;
126 text-align: right; 130 text-align: right;
127 width: 700px; 131 width: 740px;
128} 132}
129 133
130h3.author { 134h3.author {
@@ -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;