diff options
Diffstat (limited to 'documentation/yocto-project-qs')
-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 | ||