aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/adt-manual/style.css24
-rw-r--r--documentation/bsp-guide/style.css35
-rw-r--r--documentation/dev-manual/style.css25
-rw-r--r--documentation/kernel-manual/style.css24
-rw-r--r--documentation/poky-ref-manual/style.css24
5 files changed, 62 insertions, 70 deletions
diff --git a/documentation/adt-manual/style.css b/documentation/adt-manual/style.css
index bdd9180e77..1e3db819c7 100644
--- a/documentation/adt-manual/style.css
+++ b/documentation/adt-manual/style.css
@@ -50,10 +50,6 @@ body {
color: #333;
}
-.reviewer {
- color: red;
-}
-
h1,h2,h3,h4,h5,h6,h7 {
font-family: Arial, Sans;
color: #00557D;
@@ -654,7 +650,7 @@ hr {
.tip, .warning, .caution, .note {
- border-color: #aaa;
+ border-color: #fff;
}
@@ -662,24 +658,24 @@ hr {
.warning table th,
.caution table th,
.note table th {
- border-bottom-color: #aaa;
+ border-bottom-color: #fff;
}
.warning {
- background-color: #fea;
+ background-color: #f0f0f2;
}
.caution {
- background-color: #fea;
+ background-color: #f0f0f2;
}
.tip {
- background-color: #eff;
+ background-color: #f0f0f2;
}
.note {
- background-color: #dfc;
+ background-color: #f0f0f2;
}
.glossary dl dt,
@@ -946,8 +942,8 @@ table {
.tip,
.note {
- background: #666666;
- color: #fff;
+ background: #f0f0f2;
+ color: #333;
padding: 20px;
margin: 20px;
}
@@ -958,12 +954,12 @@ table {
margin: 0em;
font-size: 2em;
font-weight: bold;
- color: #fff;
+ color: #333;
}
.tip a,
.note a {
- color: #fff;
+ color: #333;
text-decoration: underline;
}
diff --git a/documentation/bsp-guide/style.css b/documentation/bsp-guide/style.css
index 0895ec78b7..9db070f68a 100644
--- a/documentation/bsp-guide/style.css
+++ b/documentation/bsp-guide/style.css
@@ -50,10 +50,6 @@ body {
color: #333;
}
-.reviewer {
- color: red;
-}
-
h1,h2,h3,h4,h5,h6,h7 {
font-family: Arial, Sans;
color: #00557D;
@@ -654,7 +650,7 @@ hr {
.tip, .warning, .caution, .note {
- border-color: #aaa;
+ border-color: #fff;
}
@@ -662,24 +658,24 @@ hr {
.warning table th,
.caution table th,
.note table th {
- border-bottom-color: #aaa;
+ border-bottom-color: #fff;
}
.warning {
- background-color: #fea;
+ background-color: #f0f0f2;
}
.caution {
- background-color: #fea;
+ background-color: #f0f0f2;
}
.tip {
- background-color: #eff;
+ background-color: #f0f0f2;
}
.note {
- background-color: #dfc;
+ background-color: #f0f0f2;
}
.glossary dl dt,
@@ -771,6 +767,17 @@ h6,
h7{
}
+/*
+Example of how to stick an image as part of the title.
+
+div.article .titlepage .title
+{
+ background-image: url("figures/white-on-black.png");
+ background-position: center;
+ background-repeat: repeat-x;
+}
+*/
+
div.preface .titlepage .title,
div.colophon .title,
div.chapter .titlepage .title {
@@ -936,8 +943,8 @@ table {
.tip,
.note {
- background: #666666;
- color: #fff;
+ background: #f0f0f2;
+ color: #333;
padding: 20px;
margin: 20px;
}
@@ -948,12 +955,12 @@ table {
margin: 0em;
font-size: 2em;
font-weight: bold;
- color: #fff;
+ color: #333;
}
.tip a,
.note a {
- color: #fff;
+ color: #333;
text-decoration: underline;
}
diff --git a/documentation/dev-manual/style.css b/documentation/dev-manual/style.css
index 817910db0f..b512dd2dcb 100644
--- a/documentation/dev-manual/style.css
+++ b/documentation/dev-manual/style.css
@@ -50,10 +50,6 @@ body {
color: #333;
}
-.reviewer {
- color: red;
-}
-
h1,h2,h3,h4,h5,h6,h7 {
font-family: Arial, Sans;
color: #00557D;
@@ -435,6 +431,7 @@ b.keycap,
font-family: Courier, monospace;
}
+
div.navheader, div.heading{
position: absolute;
left: 0em;
@@ -653,7 +650,7 @@ hr {
.tip, .warning, .caution, .note {
- border-color: #aaa;
+ border-color: #fff;
}
@@ -661,24 +658,24 @@ hr {
.warning table th,
.caution table th,
.note table th {
- border-bottom-color: #aaa;
+ border-bottom-color: #fff;
}
.warning {
- background-color: #fea;
+ background-color: #f0f0f2;
}
.caution {
- background-color: #fea;
+ background-color: #f0f0f2;
}
.tip {
- background-color: #eff;
+ background-color: #f0f0f2;
}
.note {
- background-color: #dfc;
+ background-color: #f0f0f2;
}
.glossary dl dt,
@@ -945,8 +942,8 @@ table {
.tip,
.note {
- background: #666666;
- color: #fff;
+ background: #f0f0f2;
+ color: #333;
padding: 20px;
margin: 20px;
}
@@ -957,12 +954,12 @@ table {
margin: 0em;
font-size: 2em;
font-weight: bold;
- color: #fff;
+ color: #333;
}
.tip a,
.note a {
- color: #fff;
+ color: #333;
text-decoration: underline;
}
diff --git a/documentation/kernel-manual/style.css b/documentation/kernel-manual/style.css
index 197f9301ca..51d968681f 100644
--- a/documentation/kernel-manual/style.css
+++ b/documentation/kernel-manual/style.css
@@ -50,10 +50,6 @@ body {
color: #333;
}
-.reviewer {
- color: red;
-}
-
h1,h2,h3,h4,h5,h6,h7 {
font-family: Arial, Sans;
color: #00557D;
@@ -654,7 +650,7 @@ hr {
.tip, .warning, .caution, .note {
- border-color: #aaa;
+ border-color: #fff;
}
@@ -662,24 +658,24 @@ hr {
.warning table th,
.caution table th,
.note table th {
- border-bottom-color: #aaa;
+ border-bottom-color: #fff;
}
.warning {
- background-color: #fea;
+ background-color: #f0f0f2;
}
.caution {
- background-color: #fea;
+ background-color: #f0f0f2;
}
.tip {
- background-color: #eff;
+ background-color: #f0f0f2;
}
.note {
- background-color: #dfc;
+ background-color: #f0f0f2;
}
.glossary dl dt,
@@ -946,8 +942,8 @@ table {
.tip,
.note {
- background: #666666;
- color: #fff;
+ background: #f0f0f2;
+ color: #333;
padding: 20px;
margin: 20px;
}
@@ -958,12 +954,12 @@ table {
margin: 0em;
font-size: 2em;
font-weight: bold;
- color: #fff;
+ color: #333;
}
.tip a,
.note a {
- color: #fff;
+ color: #333;
text-decoration: underline;
}
diff --git a/documentation/poky-ref-manual/style.css b/documentation/poky-ref-manual/style.css
index 9dc317248d..c4c337adc1 100644
--- a/documentation/poky-ref-manual/style.css
+++ b/documentation/poky-ref-manual/style.css
@@ -50,10 +50,6 @@ body {
color: #333;
}
-.reviewer {
- color: red;
-}
-
h1,h2,h3,h4,h5,h6,h7 {
font-family: Arial, Sans;
color: #00557D;
@@ -654,7 +650,7 @@ hr {
.tip, .warning, .caution, .note {
- border-color: #aaa;
+ border-color: #fff;
}
@@ -662,24 +658,24 @@ hr {
.warning table th,
.caution table th,
.note table th {
- border-bottom-color: #aaa;
+ border-bottom-color: #fff;
}
.warning {
- background-color: #fea;
+ background-color: #f0f0f2;
}
.caution {
- background-color: #fea;
+ background-color: #f0f0f2;
}
.tip {
- background-color: #eff;
+ background-color: #f0f0f2;
}
.note {
- background-color: #dfc;
+ background-color: #f0f0f2;
}
.glossary dl dt,
@@ -946,8 +942,8 @@ table {
.tip,
.note {
- background: #666666;
- color: #fff;
+ background: #f0f0f2;
+ color: #333;
padding: 20px;
margin: 20px;
}
@@ -958,12 +954,12 @@ table {
margin: 0em;
font-size: 2em;
font-weight: bold;
- color: #fff;
+ color: #333;
}
.tip a,
.note a {
- color: #fff;
+ color: #333;
text-decoration: underline;
}