1 /* |
1 /* |
2 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
3 All rights reserved. |
3 All rights reserved. |
4 License: http://www.eclipse.org/legal/epl-v10.html |
4 License: http://www.eclipse.org/legal/epl-v10.html |
5 */ |
5 */ |
6 |
6 |
7 /* Add whitespace around entire display to avoid crowding edges of view */ |
7 /* Add whitespace around entire display to avoid crowding edges of view */ |
8 html { |
8 html { |
9 margin: 2px 10px 10px 10px; |
9 margin: 2px 10px 10px 10px; |
10 } |
10 } |
11 |
11 |
12 /* 20091007 added verdana and ariel to list to match SFO website fonts choices */ |
12 /* 20091007 added verdana and ariel to list to match SFO website fonts choices */ |
13 body, p, table { |
13 body, p, table, li { |
14 font-family: Verdana, Ariel, Helvetica, sans-serif; |
14 font-family: Verdana, Ariel, Helvetica, sans-serif; |
15 font-size: 0.9em; |
15 font-size: 1.0em; |
16 font-weight: normal; |
16 font-weight: normal; |
17 } |
17 } |
18 |
18 |
19 h1, h2, h3, h4, h5, h6, strong, em { |
19 h1, h2, h3, h4, h5, h6, strong, em { |
20 font-family: Verdana, Ariel, Helvetica, sans-serif; |
20 font-family: Verdana, Ariel, Helvetica, sans-serif; |
30 h6 { font-size: 0.8em } |
30 h6 { font-size: 0.8em } |
31 |
31 |
32 /* For headlines at the top of a view, add space */ |
32 /* For headlines at the top of a view, add space */ |
33 /* 20090224-changed green fade to gold header image */ |
33 /* 20090224-changed green fade to gold header image */ |
34 h1, h2, h3 { |
34 h1, h2, h3 { |
35 background-image: url(icons/gold_header.png); |
35 background-image: url(html/images/gold_header.png); |
36 background-repeat: no-repeat; |
36 background-repeat: no-repeat; |
37 padding:10px 0px 10px 12px; |
37 padding:10px 0px 10px 12px; |
38 } |
38 } |
|
39 |
|
40 /* 20091007 SFO styling added */ |
|
41 h1.NavTitle { font-size: 1.2em } |
|
42 h3 .NavListTitle { font-size: 1.1em } |
39 |
43 |
40 li { |
44 li { |
41 margin-bottom:8px; |
45 margin-bottom:8px; |
42 margin-top:8px; |
46 margin-top:8px; |
43 } |
47 } |