diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-02-24 15:51:01 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:08:03 -0800 |
commit | 372fe9f26259cabf8738e601f2dbb54b8eb31aba (patch) | |
tree | 65d099cec954d9f5ed0b10df48c758d2226f5d0d /documentation/yocto-project-qs/style.css | |
parent | 0e640d4952246c124eacee6d6ab98d70dc822d00 (diff) | |
download | poky-372fe9f26259cabf8738e601f2dbb54b8eb31aba.tar.gz |
documentation/yocto-project-qs/style.css: Changed notes, tips, etc.
I lightened up the bacground box colors used for Notes, Tips, Warnings,
Cautions, etc. We had some feedback from the community that they heavy
dark boxes were taking away from the main text.
(From yocto-docs rev: d9b5da116bacb847e86c1f5029836308b8ce533c)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs/style.css')
-rw-r--r-- | documentation/yocto-project-qs/style.css | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/documentation/yocto-project-qs/style.css b/documentation/yocto-project-qs/style.css index dd9725d2ea..1ddfd36114 100644 --- a/documentation/yocto-project-qs/style.css +++ b/documentation/yocto-project-qs/style.css | |||
@@ -50,10 +50,6 @@ body { | |||
50 | color: #333; | 50 | color: #333; |
51 | } | 51 | } |
52 | 52 | ||
53 | .reviewer { | ||
54 | color: red; | ||
55 | } | ||
56 | |||
57 | h1,h2,h3,h4,h5,h6,h7 { | 53 | h1,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, |
@@ -946,8 +942,8 @@ table { | |||
946 | 942 | ||
947 | .tip, | 943 | .tip, |
948 | .note { | 944 | .note { |
949 | background: #666666; | 945 | background: #f0f0f2; |
950 | color: #fff; | 946 | color: #333; |
951 | padding: 20px; | 947 | padding: 20px; |
952 | margin: 20px; | 948 | margin: 20px; |
953 | } | 949 | } |
@@ -958,12 +954,12 @@ table { | |||
958 | margin: 0em; | 954 | margin: 0em; |
959 | font-size: 2em; | 955 | font-size: 2em; |
960 | font-weight: bold; | 956 | font-weight: bold; |
961 | color: #fff; | 957 | color: #333; |
962 | } | 958 | } |
963 | 959 | ||
964 | .tip a, | 960 | .tip a, |
965 | .note a { | 961 | .note a { |
966 | color: #fff; | 962 | color: #333; |
967 | text-decoration: underline; | 963 | text-decoration: underline; |
968 | } | 964 | } |
969 | 965 | ||