author | timkelly |
Thu, 10 Dec 2009 13:45:47 -0600 | |
branch | RCL_2_4 |
changeset 671 | 80524b72f957 |
parent 482 | b17329432d21 |
child 1725 | 90bba933bb36 |
permissions | -rw-r--r-- |
482
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
1 |
/* |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
2 |
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
3 |
All rights reserved. |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
4 |
License: http://www.eclipse.org/legal/epl-v10.html |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
5 |
*/ |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
6 |
|
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
7 |
body { |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
8 |
font-family: Verdana, Helvetica, sans-serif; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
9 |
color: #000000; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
10 |
margin:20px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
11 |
} |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
12 |
|
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
13 |
.intro-header h1 { |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
14 |
font-family: Verdana, Helvetica, sans-serif; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
15 |
font-size: 20px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
16 |
color: #00A1D0; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
17 |
} |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
18 |
|
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
19 |
.bgbox { background-image: url(images/whitebg.gif); background-repeat: repeat} |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
20 |
|
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
21 |
.copytext { font-family: Verdana, Helvetica, sans-serif; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
22 |
font-size: x-small; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
23 |
color: #666666; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
24 |
font-weight: 500; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
25 |
padding-top: 1px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
26 |
padding-right: 1px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
27 |
padding-left: 2px |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
28 |
} |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
29 |
|
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
30 |
h2, h4 { |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
31 |
font-family: Verdana, Helvetica, sans-serif; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
32 |
font-size: 16px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
33 |
font-weight: 600; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
34 |
} |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
35 |
|
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
36 |
h4 { |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
37 |
font-size: 12px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
38 |
} |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
39 |
|
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
40 |
.box { width: 200px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
41 |
height: 200px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
42 |
margin-right: 10px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
43 |
float: left; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
44 |
margin: 10px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
45 |
} |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
46 |
|
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
47 |
.box2 { width: 640px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
48 |
height: 200px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
49 |
margin-right: 10px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
50 |
float: left; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
51 |
margin: 10px;} |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
52 |
|
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
53 |
.box3 { width: 200px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
54 |
height: 640px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
55 |
margin-right: 10px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
56 |
float: left; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
57 |
margin: 10px;} |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
58 |
|
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
59 |
.box4 { width: 200px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
60 |
height: 420px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
61 |
margin-right: 10px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
62 |
float: left; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
63 |
margin: 10px;} |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
64 |
|
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
65 |
.box, .box2, .box3, .box4 { |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
66 |
background-color: #FFF; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
67 |
background-image: url(intro/css/graphics/icons/carbide_bullet_blue.png); |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
68 |
background-repeat: no-repeat; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
69 |
background-position: 5 5; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
70 |
} |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
71 |
|
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
72 |
h3 { font-family: Verdana, Helvetica, sans-serif; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
73 |
font-size: 12px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
74 |
font-weight: 500; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
75 |
color: #333333 |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
76 |
} |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
77 |
|
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
78 |
.text, p, li, td { |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
79 |
font-family: Georgia, serif; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
80 |
font-size: 13px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
81 |
margin-top: 2px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
82 |
margin-left: 20px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
83 |
} |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
84 |
|
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
85 |
.titleSmall { |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
86 |
font-family: Verdana, Helvetica, sans-serif; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
87 |
font-size: 10px;} |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
88 |
} |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
89 |
|
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
90 |
|
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
91 |
/* Carbide home page adjustments */ |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
92 |
table { |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
93 |
border: 0px solid #999; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
94 |
table-layout: auto; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
95 |
} |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
96 |
|
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
97 |
td, th { |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
98 |
border: 0px solid #999; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
99 |
padding: 5px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
100 |
vertical-align:top; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
101 |
} |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
102 |
|
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
103 |
table tr td h2 { |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
104 |
margin-left: 0px; |
b17329432d21
updated css to better match book.css
fturovic <frank.turovich@nokia.com>
parents:
0
diff
changeset
|
105 |
} |