|
1 /* |
|
2 * Set up general fonts, sizes and colors |
|
3 */ |
|
4 |
|
5 body, .page{ |
|
6 min-height : 425px; |
|
7 height : 80%; |
|
8 height : expression(document.body.clientHeight < 425? "425px": "80%" ); |
|
9 } |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 body { font-family : Arial, sans-serif; |
|
15 min-width : 600px; |
|
16 /* since IE doesn't support min-width, use expression */ |
|
17 width:expression(document.body.clientWidth < 770? "600px": "600px" ); |
|
18 background-image : url(graphics/rootpage2/background.jpg); |
|
19 background-repeat : no-repeat; |
|
20 background-position : top left; |
|
21 background-color :#d0d0d0; |
|
22 margin-top:50px; |
|
23 } |
|
24 |
|
25 /* Carbide branding mod */ |
|
26 #bottom-area { |
|
27 width:250px; /* wider box here */ |
|
28 position:absolute; |
|
29 bottom:0px; |
|
30 left:5px; |
|
31 font-family: Arial, Helvetica, sans-serif; |
|
32 font-size: xx-small; |
|
33 color: #666666; |
|
34 font-weight: 500; |
|
35 margin:0px; /* replaced margin spacing with padding */ |
|
36 padding: 5px; |
|
37 } |
|
38 |
|
39 /* Carbide branding mod */ |
|
40 #copyright-footer{ |
|
41 width:195px; /* wider box here */ |
|
42 position:absolute; |
|
43 bottom:50px; |
|
44 left:12px; |
|
45 margin:0px; /* replaced margin spacing with padding */ |
|
46 padding: 5px; |
|
47 } |
|
48 |
|
49 #copyright-footer .text{ |
|
50 font-size: xx-small; |
|
51 font-family: Arial, Helvetica, sans-serif; |
|
52 color: #666666; |
|
53 font-weight: 500; |
|
54 } |
|
55 |
|
56 #copyright-footer .text#copyright{ |
|
57 } |
|
58 |
|
59 #copyright-footer .text#reserved{ |
|
60 position:absolute; |
|
61 bottom:10px; |
|
62 } |
|
63 |
|
64 |
|
65 .intro-header H1 { |
|
66 font-size : 16pt; |
|
67 font-weight : bolder; |
|
68 color : #00A2D6; |
|
69 } |
|
70 |
|
71 h2 { |
|
72 font-size : 13pt; |
|
73 font-weight : normal; |
|
74 color : #7B8694; |
|
75 } |
|
76 /* For regular div labels */ |
|
77 H4 .div-label { |
|
78 font-size : 10pt; |
|
79 font-weight : bold; |
|
80 } |
|
81 |
|
82 /* For the main page content's title */ |
|
83 #content-header H4 .div-label { |
|
84 font-size : 12pt; |
|
85 font-weight : bold; |
|
86 color : #666666; |
|
87 float : none; |
|
88 clear : both; |
|
89 margin:10px; |
|
90 } |
|
91 |
|
92 .page-description { |
|
93 font-size : 10pt; |
|
94 color : #666666; |
|
95 float : none; |
|
96 clear : both; |
|
97 } |
|
98 |
|
99 a { |
|
100 font-weight : bold; |
|
101 text-decoration : none; |
|
102 color : #4D4D4D; |
|
103 } |
|
104 |
|
105 a .link-label { |
|
106 font-size : 10pt; |
|
107 font-weight : normal; |
|
108 } |
|
109 |
|
110 /* |
|
111 * Lay out the navigation links |
|
112 * (Root page does something similar for its navigation) |
|
113 */ |
|
114 #navigation-links { |
|
115 position : absolute; |
|
116 right:200px; |
|
117 top : 25px; |
|
118 height : 60px; |
|
119 |
|
120 } |
|
121 |
|
122 #navigation-links a { |
|
123 padding-left : 5px; |
|
124 padding-right : 5px; |
|
125 float : left; |
|
126 /*text-align : center; */ |
|
127 } |
|
128 |
|
129 #navigation-links a:hover{ |
|
130 color : #00A2D6; |
|
131 } |
|
132 |
|
133 |
|
134 |
|
135 #navigation-links a .link-label { display : block; margin-top : 5px;} |
|
136 |
|
137 #navigation-links a .text { display : none; } |
|
138 |
|
139 #navigation-links a:hover, |
|
140 #navigation-links a:focus |
|
141 #navigation-links a:active { border-right : 0px;} |
|
142 |
|
143 /* properties for each of the navigation-links */ |
|
144 /*#navigation-links a#overview img { background-image : url(graphics/icons/etool/overview48.gif); } |
|
145 #navigation-links a#overview:hover img, |
|
146 #navigation-links a#overview:focus img, |
|
147 #navigation-links a#overview:active img { background-image : url(graphics/icons/ctool/overview48.gif); } |
|
148 /*#navigation-links a#overview:active img { background-image : url(graphics/icons/ctool/overview48sel.gif); }*/ |
|
149 |
|
150 /*#navigation-links a#tutorials img { background-image : url(graphics/icons/etool/tutorials48.gif); } |
|
151 #navigation-links a#tutorials:hover img, |
|
152 #navigation-links a#tutorials:active img, |
|
153 #navigation-links a#tutorials:focus img { background-image : url(graphics/icons/ctool/tutorials48.gif); } |
|
154 /*#navigation-links a#tutorials:active img { background-image : url(graphics/icons/ctool/tutorials48sel.gif); }*/ |
|
155 |
|
156 /*#navigation-links a#samples img { background-image : url(graphics/icons/etool/samples48.gif); } |
|
157 #navigation-links a#samples:hover img, |
|
158 #navigation-links a#samples:active img, |
|
159 #navigation-links a#samples:focus img { background-image : url(graphics/icons/ctool/samples48.gif); } |
|
160 /*#navigation-links a#samples:active img { background-image : url(graphics/icons/ctool/samples48sel.gif); }*/ |
|
161 |
|
162 /*#navigation-links a#news img { background-image : url(graphics/icons/etool/whatsnew48.gif); } |
|
163 #navigation-links a#news:hover img, |
|
164 #navigation-links a#news:focus img, |
|
165 #navigation-links a#news:active img { background-image : url(graphics/icons/ctool/whatsnew48.gif); } |
|
166 /*#navigation-links a#news:active img { background-image : url(graphics/icons/ctool/whatsnew48sel.gif); }*/ |
|
167 |
|
168 /*#navigation-links a#workbench { position : absolute; right : 0px; top : -35px; text-align : right;} |
|
169 #navigation-links a#workbench .text { display : none; } |
|
170 #navigation-links a#workbench img { background-image : url(graphics/icons/etool/wb48.gif); width : 53px; height : 53px;} |
|
171 #navigation-links a#workbench:hover img, |
|
172 #navigation-links a#workbench:focus img, |
|
173 #navigation-links a#workbench:active img { background-image : url(graphics/icons/ctool/wb48.gif); } |
|
174 |
|
175 /* |
|
176 * Lay out the page title and description |
|
177 */ |
|
178 h1, p { margin-left : 10px; } /* required in mozilla so the page description is properly indented */ |
|
179 |
|
180 /* position the page content so that the page title overlays the bottom |
|
181 * of the background image, but make sure the content is always on top |
|
182 * (using z-index) */ |
|
183 #page-content { |
|
184 float : none; |
|
185 clear : both; |
|
186 /* text-align : center;*/ |
|
187 margin-top : 35px; |
|
188 } |
|
189 |
|
190 .page > #page-content { margin-top : 50px; } |
|
191 |
|
192 #page-content p { |
|
193 padding-bottom : 15px; |
|
194 text-align : left; |
|
195 float : none; |
|
196 clear : both; |
|
197 } |
|
198 |
|
199 #page-content #content-header H4, .page-description { |
|
200 text-align : left; |
|
201 margin-right : 10px; |
|
202 float : none; |
|
203 clear : both; |
|
204 } |
|
205 |
|
206 |
|
207 /* |
|
208 * Set up the action links |
|
209 */ |
|
210 #action-links { |
|
211 width :50px; |
|
212 position : absolute; |
|
213 right : 20px; |
|
214 top : 20px; |
|
215 } |
|
216 |
|
217 #action-links a .link-label { |
|
218 font-size : 13pt; |
|
219 font-weight : 600; |
|
220 color : #666666; |
|
221 } |
|
222 |
|
223 |
|
224 #action-links a#workbench { |
|
225 position : absolute; |
|
226 top : -16px; |
|
227 right : 0px; |
|
228 text-align : right; |
|
229 } |
|
230 #action-links a .background-image, |
|
231 #action-links a #workbench_img { |
|
232 height : 29px; |
|
233 width : 47px; |
|
234 text-align : center; |
|
235 vertical-align : top; |
|
236 } |
|
237 /* special case for mozilla */ |
|
238 #action-links a > .background-image, |
|
239 #action-links a > #workbench_img { |
|
240 vertical-align : middle; |
|
241 } |
|
242 |
|
243 #action-links .content-img{ |
|
244 width:47px; |
|
245 height:29px; |
|
246 position:absolute; |
|
247 margin-top:30px; |
|
248 margin-right:25px; |
|
249 top:0px; |
|
250 right:0px; |
|
251 |
|
252 } |
|
253 |
|
254 #action-links a .link-label{ |
|
255 display : block; |
|
256 width : 16em; |
|
257 margin-left : 10px; |
|
258 margin-top:70px; |
|
259 color:#666666; |
|
260 |
|
261 } |
|
262 |
|
263 |
|
264 /* remove the hover image from the flow of the document, |
|
265 so it doesn't take up space and change the position |
|
266 of the main image */ |
|
267 #action-links a .background-image { |
|
268 position : absolute; |
|
269 } |
|
270 #action-links a#workbench .background-image { |
|
271 margin-top:50px; |
|
272 background-image : url(graphics/icons2/workbench.png); |
|
273 visibility : hidden; |
|
274 }/* |
|
275 #action-links a#workbench:hover .background-image, |
|
276 #action-links a#workbench:focus .background-image, |
|
277 #action-links a#workbench:active .background-image { |
|
278 visibility : visible; |
|
279 position: absolute; |
|
280 margin-top:30px; |
|
281 margin-right:25px; |
|
282 top: 0px; |
|
283 right: 0px; |
|
284 } |
|
285 */ |
|
286 #action-links a:hover, |
|
287 #action-links a:focus, |
|
288 #action-links a:active { |
|
289 border : 0px; |
|
290 } |
|
291 |
|
292 |
|
293 |
|
294 |
|
295 |
|
296 |
|
297 |
|
298 |
|
299 |
|
300 |