summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/bsp-guide/style.css')
-rw-r--r--documentation/bsp-guide/style.css46
1 files changed, 36 insertions, 10 deletions
diff --git a/documentation/bsp-guide/style.css b/documentation/bsp-guide/style.css
index 9d068a0f56..85b44f3d34 100644
--- a/documentation/bsp-guide/style.css
+++ b/documentation/bsp-guide/style.css
@@ -654,7 +654,7 @@ hr {
654 654
655 655
656.tip, .warning, .caution, .note { 656.tip, .warning, .caution, .note {
657 border-color: #aaa; 657 border-color: #fff;
658} 658}
659 659
660 660
@@ -662,24 +662,24 @@ hr {
662.warning table th, 662.warning table th,
663.caution table th, 663.caution table th,
664.note table th { 664.note table th {
665 border-bottom-color: #aaa; 665 border-bottom-color: #fff;
666} 666}
667 667
668 668
669.warning { 669.warning {
670 background-color: #fea; 670 background-color: #f0f0f2;
671} 671}
672 672
673.caution { 673.caution {
674 background-color: #fea; 674 background-color: #f0f0f2;
675} 675}
676 676
677.tip { 677.tip {
678 background-color: #eff; 678 background-color: #f0f0f2;
679} 679}
680 680
681.note { 681.note {
682 background-color: #dfc; 682 background-color: #f0f0f2;
683} 683}
684 684
685.glossary dl dt, 685.glossary dl dt,
@@ -771,6 +771,17 @@ h6,
771h7{ 771h7{
772} 772}
773 773
774/*
775Example of how to stick an image as part of the title.
776
777div.article .titlepage .title
778{
779 background-image: url("figures/white-on-black.png");
780 background-position: center;
781 background-repeat: repeat-x;
782}
783*/
784
774div.preface .titlepage .title, 785div.preface .titlepage .title,
775div.colophon .title, 786div.colophon .title,
776div.chapter .titlepage .title { 787div.chapter .titlepage .title {
@@ -936,8 +947,8 @@ table {
936 947
937.tip, 948.tip,
938.note { 949.note {
939 background: #666666; 950 background: #f0f0f2;
940 color: #fff; 951 color: #333;
941 padding: 20px; 952 padding: 20px;
942 margin: 20px; 953 margin: 20px;
943} 954}
@@ -948,11 +959,26 @@ table {
948 margin: 0em; 959 margin: 0em;
949 font-size: 2em; 960 font-size: 2em;
950 font-weight: bold; 961 font-weight: bold;
951 color: #fff; 962 color: #333;
952} 963}
953 964
954.tip a, 965.tip a,
955.note a { 966.note a {
956 color: #fff; 967 color: #333;
957 text-decoration: underline; 968 text-decoration: underline;
958} 969}
970
971.footnote {
972 font-size: small;
973 color: #333;
974}
975
976/* Changes the announcement text */
977.tip h3,
978.warning h3,
979.caution h3,
980.note h3 {
981 font-size:large;
982 color: #00557D;
983}
984