1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

documentation/poky-ref-manual/style.css: Applied new styles

Updated with styles for the new notes look.

(From yocto-docs rev: d95328515b8603e323a3ec9de2749b7474b0d9e0)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2012-06-13 13:43:55 -07:00
committed by Richard Purdie
parent eb1ed1f02a
commit fee19b3dda
+25 -10
View File
@@ -654,7 +654,7 @@ hr {
.tip, .warning, .caution, .note { .tip, .warning, .caution, .note {
border-color: #aaa; border-color: #fff;
} }
@@ -662,24 +662,24 @@ hr {
.warning table th, .warning table th,
.caution table th, .caution table th,
.note table th { .note table th {
border-bottom-color: #aaa; border-bottom-color: #fff;
} }
.warning { .warning {
background-color: #fea; background-color: #f0f0f2;
} }
.caution { .caution {
background-color: #fea; background-color: #f0f0f2;
} }
.tip { .tip {
background-color: #eff; background-color: #f0f0f2;
} }
.note { .note {
background-color: #dfc; background-color: #f0f0f2;
} }
.glossary dl dt, .glossary dl dt,
@@ -946,8 +946,8 @@ table {
.tip, .tip,
.note { .note {
background: #666666; background: #f0f0f2;
color: #fff; color: #333;
padding: 20px; padding: 20px;
margin: 20px; margin: 20px;
} }
@@ -958,11 +958,26 @@ table {
margin: 0em; margin: 0em;
font-size: 2em; font-size: 2em;
font-weight: bold; font-weight: bold;
color: #fff; color: #333;
} }
.tip a, .tip a,
.note a { .note a {
color: #fff; color: #333;
text-decoration: underline; text-decoration: underline;
} }
.footnote {
font-size: small;
color: #333;
}
/* Changes the announcement text */
.tip h3,
.warning h3,
.caution h3,
.note h3 {
font-size:large;
color: #00557D;
}