diff options
| -rw-r--r-- | documentation/adt-manual/style.css | 24 | ||||
| -rw-r--r-- | documentation/bsp-guide/style.css | 35 | ||||
| -rw-r--r-- | documentation/dev-manual/style.css | 25 | ||||
| -rw-r--r-- | documentation/kernel-manual/style.css | 24 | ||||
| -rw-r--r-- | documentation/poky-ref-manual/style.css | 24 |
5 files changed, 62 insertions, 70 deletions
diff --git a/documentation/adt-manual/style.css b/documentation/adt-manual/style.css index bdd9180e77..1e3db819c7 100644 --- a/documentation/adt-manual/style.css +++ b/documentation/adt-manual/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 | ||
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 | |||
| 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, |
| @@ -771,6 +767,17 @@ h6, | |||
| 771 | h7{ | 767 | h7{ |
| 772 | } | 768 | } |
| 773 | 769 | ||
| 770 | /* | ||
| 771 | Example of how to stick an image as part of the title. | ||
| 772 | |||
| 773 | div.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 | |||
| 774 | div.preface .titlepage .title, | 781 | div.preface .titlepage .title, |
| 775 | div.colophon .title, | 782 | div.colophon .title, |
| 776 | div.chapter .titlepage .title { | 783 | div.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 | ||
diff --git a/documentation/dev-manual/style.css b/documentation/dev-manual/style.css index 817910db0f..b512dd2dcb 100644 --- a/documentation/dev-manual/style.css +++ b/documentation/dev-manual/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; |
| @@ -435,6 +431,7 @@ b.keycap, | |||
| 435 | font-family: Courier, monospace; | 431 | font-family: Courier, monospace; |
| 436 | } | 432 | } |
| 437 | 433 | ||
| 434 | |||
| 438 | div.navheader, div.heading{ | 435 | div.navheader, div.heading{ |
| 439 | position: absolute; | 436 | position: absolute; |
| 440 | left: 0em; | 437 | left: 0em; |
| @@ -653,7 +650,7 @@ hr { | |||
| 653 | 650 | ||
| 654 | 651 | ||
| 655 | .tip, .warning, .caution, .note { | 652 | .tip, .warning, .caution, .note { |
| 656 | border-color: #aaa; | 653 | border-color: #fff; |
| 657 | } | 654 | } |
| 658 | 655 | ||
| 659 | 656 | ||
| @@ -661,24 +658,24 @@ hr { | |||
| 661 | .warning table th, | 658 | .warning table th, |
| 662 | .caution table th, | 659 | .caution table th, |
| 663 | .note table th { | 660 | .note table th { |
| 664 | border-bottom-color: #aaa; | 661 | border-bottom-color: #fff; |
| 665 | } | 662 | } |
| 666 | 663 | ||
| 667 | 664 | ||
| 668 | .warning { | 665 | .warning { |
| 669 | background-color: #fea; | 666 | background-color: #f0f0f2; |
| 670 | } | 667 | } |
| 671 | 668 | ||
| 672 | .caution { | 669 | .caution { |
| 673 | background-color: #fea; | 670 | background-color: #f0f0f2; |
| 674 | } | 671 | } |
| 675 | 672 | ||
| 676 | .tip { | 673 | .tip { |
| 677 | background-color: #eff; | 674 | background-color: #f0f0f2; |
| 678 | } | 675 | } |
| 679 | 676 | ||
| 680 | .note { | 677 | .note { |
| 681 | background-color: #dfc; | 678 | background-color: #f0f0f2; |
| 682 | } | 679 | } |
| 683 | 680 | ||
| 684 | .glossary dl dt, | 681 | .glossary dl dt, |
| @@ -945,8 +942,8 @@ table { | |||
| 945 | 942 | ||
| 946 | .tip, | 943 | .tip, |
| 947 | .note { | 944 | .note { |
| 948 | background: #666666; | 945 | background: #f0f0f2; |
| 949 | color: #fff; | 946 | color: #333; |
| 950 | padding: 20px; | 947 | padding: 20px; |
| 951 | margin: 20px; | 948 | margin: 20px; |
| 952 | } | 949 | } |
| @@ -957,12 +954,12 @@ table { | |||
| 957 | margin: 0em; | 954 | margin: 0em; |
| 958 | font-size: 2em; | 955 | font-size: 2em; |
| 959 | font-weight: bold; | 956 | font-weight: bold; |
| 960 | color: #fff; | 957 | color: #333; |
| 961 | } | 958 | } |
| 962 | 959 | ||
| 963 | .tip a, | 960 | .tip a, |
| 964 | .note a { | 961 | .note a { |
| 965 | color: #fff; | 962 | color: #333; |
| 966 | text-decoration: underline; | 963 | text-decoration: underline; |
| 967 | } | 964 | } |
| 968 | 965 | ||
diff --git a/documentation/kernel-manual/style.css b/documentation/kernel-manual/style.css index 197f9301ca..51d968681f 100644 --- a/documentation/kernel-manual/style.css +++ b/documentation/kernel-manual/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 | ||
diff --git a/documentation/poky-ref-manual/style.css b/documentation/poky-ref-manual/style.css index 9dc317248d..c4c337adc1 100644 --- a/documentation/poky-ref-manual/style.css +++ b/documentation/poky-ref-manual/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 | ||
