summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-03-16 11:03:08 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-18 23:23:29 +0000
commit54060da64ff81abf0ce630a72adebc40c94a2790 (patch)
tree8fa66acbf173d4d74c7ae679655fc0b077af2c26 /documentation
parentd3e1e52be1f95e0b3a00d54174e4bed63d565e62 (diff)
downloadpoky-54060da64ff81abf0ce630a72adebc40c94a2790.tar.gz
documentation/yocto-project-qs/style.css: Updated styles
I updated the style sheet to use Yocto blue for the headings and got rid of the green tip and note stuff. This style matches the other style sheet now. (From OE-Core rev: d8661de305adcb95c281238255cd84e1c41d5469) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/yocto-project-qs/style.css22
1 files changed, 14 insertions, 8 deletions
diff --git a/documentation/yocto-project-qs/style.css b/documentation/yocto-project-qs/style.css
index 2abfa7b5bb..8b0c03450a 100644
--- a/documentation/yocto-project-qs/style.css
+++ b/documentation/yocto-project-qs/style.css
@@ -50,9 +50,13 @@ body {
50 color: #333; 50 color: #333;
51} 51}
52 52
53.reviewer {
54 color: red;
55}
56
53h1,h2,h3,h4,h5,h6,h7 { 57h1,h2,h3,h4,h5,h6,h7 {
54 font-family: Arial, Sans; 58 font-family: Arial, Sans;
55 color:#999999; 59 color: #00557D;
56 clear: both; 60 clear: both;
57} 61}
58 62
@@ -76,7 +80,7 @@ h2 {
76 margin: 2em 0em 0.66em 0em; 80 margin: 2em 0em 0.66em 0em;
77 padding: 0.5em 0em 0em 0em; 81 padding: 0.5em 0em 0em 0em;
78 font-size: 1.5em; 82 font-size: 1.5em;
79 font-weight: normal; 83 font-weight: bold;
80} 84}
81 85
82h3.subtitle { 86h3.subtitle {
@@ -90,28 +94,28 @@ h3 {
90 margin: 1em 0em 0.5em 0em; 94 margin: 1em 0em 0.5em 0em;
91 padding: 1em 0em 0em 0em; 95 padding: 1em 0em 0em 0em;
92 font-size: 140%; 96 font-size: 140%;
93 font-weight: normal; 97 font-weight: bold;
94} 98}
95 99
96h4 { 100h4 {
97 margin: 1em 0em 0.5em 0em; 101 margin: 1em 0em 0.5em 0em;
98 padding: 1em 0em 0em 0em; 102 padding: 1em 0em 0em 0em;
99 font-size: 120%; 103 font-size: 120%;
100 font-weight: normal; 104 font-weight: bold;
101} 105}
102 106
103h5 { 107h5 {
104 margin: 1em 0em 0.5em 0em; 108 margin: 1em 0em 0.5em 0em;
105 padding: 1em 0em 0em 0em; 109 padding: 1em 0em 0em 0em;
106 font-size: 110.000%; 110 font-size: 110%;
107 border-bottom: 1px solid black; 111 font-weight: bold;
108} 112}
109 113
110h6 { 114h6 {
111 margin: 1em 0em 0em 0em; 115 margin: 1em 0em 0em 0em;
112 padding: 1em 0em 0em 0em; 116 padding: 1em 0em 0em 0em;
113 font-size: 80%; 117 font-size: 80%;
114 font-weight: normal; 118 font-weight: bold;
115} 119}
116 120
117.authorgroup { 121.authorgroup {
@@ -132,6 +136,7 @@ h3.author {
132 padding: 0em 0em 0em 0em; 136 padding: 0em 0em 0em 0em;
133 font-weight: normal; 137 font-weight: normal;
134 font-size: 100%; 138 font-size: 100%;
139 color: #333;
135 clear: both; 140 clear: both;
136} 141}
137 142
@@ -154,6 +159,7 @@ h3.author {
154.list-of-examples, 159.list-of-examples,
155.list-of-figures { 160.list-of-figures {
156 padding: 1.33em 0em 2.5em 0em; 161 padding: 1.33em 0em 2.5em 0em;
162 color: #00557D;
157} 163}
158 164
159.toc p, 165.toc p,
@@ -941,7 +947,7 @@ table {
941 947
942.tip, 948.tip,
943.note { 949.note {
944 background: #91ae35; 950 background: #666666;
945 color: #fff; 951 color: #fff;
946 padding: 20px; 952 padding: 20px;
947 margin: 20px; 953 margin: 20px;