summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-02-24 16:07:55 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:08:03 -0800
commitb0b5224ab09a9d586773c7167f1df868ab3dea11 (patch)
tree2dd7c0077d6a5662a48fb79c0524c47c770664f6 /documentation/bsp-guide
parent372fe9f26259cabf8738e601f2dbb54b8eb31aba (diff)
downloadpoky-b0b5224ab09a9d586773c7167f1df868ab3dea11.tar.gz
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>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/style.css35
1 files changed, 21 insertions, 14 deletions
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 {
50 color: #333; 50 color: #333;
51} 51}
52 52
53.reviewer {
54 color: red;
55}
56
57h1,h2,h3,h4,h5,h6,h7 { 53h1,h2,h3,h4,h5,h6,h7 {
58 font-family: Arial, Sans; 54 font-family: Arial, Sans;
59 color: #00557D; 55 color: #00557D;
@@ -654,7 +650,7 @@ hr {
654 650
655 651
656.tip, .warning, .caution, .note { 652.tip, .warning, .caution, .note {
657 border-color: #aaa; 653 border-color: #fff;
658} 654}
659 655
660 656
@@ -662,24 +658,24 @@ hr {
662.warning table th, 658.warning table th,
663.caution table th, 659.caution table th,
664.note table th { 660.note table th {
665 border-bottom-color: #aaa; 661 border-bottom-color: #fff;
666} 662}
667 663
668 664
669.warning { 665.warning {
670 background-color: #fea; 666 background-color: #f0f0f2;
671} 667}
672 668
673.caution { 669.caution {
674 background-color: #fea; 670 background-color: #f0f0f2;
675} 671}
676 672
677.tip { 673.tip {
678 background-color: #eff; 674 background-color: #f0f0f2;
679} 675}
680 676
681.note { 677.note {
682 background-color: #dfc; 678 background-color: #f0f0f2;
683} 679}
684 680
685.glossary dl dt, 681.glossary dl dt,
@@ -771,6 +767,17 @@ h6,
771h7{ 767h7{
772} 768}
773 769
770/*
771Example of how to stick an image as part of the title.
772
773div.article .titlepage .title
774{
775 background-image: url("figures/white-on-black.png");
776 background-position: center;
777 background-repeat: repeat-x;
778}
779*/
780
774div.preface .titlepage .title, 781div.preface .titlepage .title,
775div.colophon .title, 782div.colophon .title,
776div.chapter .titlepage .title { 783div.chapter .titlepage .title {
@@ -936,8 +943,8 @@ table {
936 943
937.tip, 944.tip,
938.note { 945.note {
939 background: #666666; 946 background: #f0f0f2;
940 color: #fff; 947 color: #333;
941 padding: 20px; 948 padding: 20px;
942 margin: 20px; 949 margin: 20px;
943} 950}
@@ -948,12 +955,12 @@ table {
948 margin: 0em; 955 margin: 0em;
949 font-size: 2em; 956 font-size: 2em;
950 font-weight: bold; 957 font-weight: bold;
951 color: #fff; 958 color: #333;
952} 959}
953 960
954.tip a, 961.tip a,
955.note a { 962.note a {
956 color: #fff; 963 color: #333;
957 text-decoration: underline; 964 text-decoration: underline;
958} 965}
959 966