documentation: Edits to all style.css files

Updated all the CSS style sheets so that the Note, Warning, Tips,
Caution, etc. boxes are not so prominant.

(From yocto-docs rev: 451568553e9620c1e247c2f67b0665b184c3300b)

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-02-24 16:07:55 -06:00 committed by Richard Purdie
parent 372fe9f262
commit b0b5224ab0
5 changed files with 62 additions and 70 deletions

View File

@ -50,10 +50,6 @@ body {
color: #333; color: #333;
} }
.reviewer {
color: red;
}
h1,h2,h3,h4,h5,h6,h7 { h1,h2,h3,h4,h5,h6,h7 {
font-family: Arial, Sans; font-family: Arial, Sans;
color: #00557D; color: #00557D;
@ -654,7 +650,7 @@ hr {
.tip, .warning, .caution, .note { .tip, .warning, .caution, .note {
border-color: #aaa; border-color: #fff;
} }
@ -662,24 +658,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 +942,8 @@ table {
.tip, .tip,
.note { .note {
background: #666666; background: #f0f0f2;
color: #fff; color: #333;
padding: 20px; padding: 20px;
margin: 20px; margin: 20px;
} }
@ -958,12 +954,12 @@ 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;
} }

View File

@ -50,10 +50,6 @@ body {
color: #333; color: #333;
} }
.reviewer {
color: red;
}
h1,h2,h3,h4,h5,h6,h7 { h1,h2,h3,h4,h5,h6,h7 {
font-family: Arial, Sans; font-family: Arial, Sans;
color: #00557D; color: #00557D;
@ -654,7 +650,7 @@ hr {
.tip, .warning, .caution, .note { .tip, .warning, .caution, .note {
border-color: #aaa; border-color: #fff;
} }
@ -662,24 +658,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,
@ -771,6 +767,17 @@ h6,
h7{ 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.preface .titlepage .title,
div.colophon .title, div.colophon .title,
div.chapter .titlepage .title { div.chapter .titlepage .title {
@ -936,8 +943,8 @@ table {
.tip, .tip,
.note { .note {
background: #666666; background: #f0f0f2;
color: #fff; color: #333;
padding: 20px; padding: 20px;
margin: 20px; margin: 20px;
} }
@ -948,12 +955,12 @@ 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;
} }

View File

@ -50,10 +50,6 @@ body {
color: #333; color: #333;
} }
.reviewer {
color: red;
}
h1,h2,h3,h4,h5,h6,h7 { h1,h2,h3,h4,h5,h6,h7 {
font-family: Arial, Sans; font-family: Arial, Sans;
color: #00557D; color: #00557D;
@ -435,6 +431,7 @@ b.keycap,
font-family: Courier, monospace; font-family: Courier, monospace;
} }
div.navheader, div.heading{ div.navheader, div.heading{
position: absolute; position: absolute;
left: 0em; left: 0em;
@ -653,7 +650,7 @@ hr {
.tip, .warning, .caution, .note { .tip, .warning, .caution, .note {
border-color: #aaa; border-color: #fff;
} }
@ -661,24 +658,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,
@ -945,8 +942,8 @@ table {
.tip, .tip,
.note { .note {
background: #666666; background: #f0f0f2;
color: #fff; color: #333;
padding: 20px; padding: 20px;
margin: 20px; margin: 20px;
} }
@ -957,12 +954,12 @@ 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;
} }

View File

@ -50,10 +50,6 @@ body {
color: #333; color: #333;
} }
.reviewer {
color: red;
}
h1,h2,h3,h4,h5,h6,h7 { h1,h2,h3,h4,h5,h6,h7 {
font-family: Arial, Sans; font-family: Arial, Sans;
color: #00557D; color: #00557D;
@ -654,7 +650,7 @@ hr {
.tip, .warning, .caution, .note { .tip, .warning, .caution, .note {
border-color: #aaa; border-color: #fff;
} }
@ -662,24 +658,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 +942,8 @@ table {
.tip, .tip,
.note { .note {
background: #666666; background: #f0f0f2;
color: #fff; color: #333;
padding: 20px; padding: 20px;
margin: 20px; margin: 20px;
} }
@ -958,12 +954,12 @@ 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;
} }

View File

@ -50,10 +50,6 @@ body {
color: #333; color: #333;
} }
.reviewer {
color: red;
}
h1,h2,h3,h4,h5,h6,h7 { h1,h2,h3,h4,h5,h6,h7 {
font-family: Arial, Sans; font-family: Arial, Sans;
color: #00557D; color: #00557D;
@ -654,7 +650,7 @@ hr {
.tip, .warning, .caution, .note { .tip, .warning, .caution, .note {
border-color: #aaa; border-color: #fff;
} }
@ -662,24 +658,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 +942,8 @@ table {
.tip, .tip,
.note { .note {
background: #666666; background: #f0f0f2;
color: #fff; color: #333;
padding: 20px; padding: 20px;
margin: 20px; margin: 20px;
} }
@ -958,12 +954,12 @@ 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;
} }