OSDN Git Service

CUDA
[eos/hostdependX86LINUX64.git] / util / X86LINUX64 / cuda-6.5 / libnvvp / plugins / org.eclipse.ui.intro.universal_3.2.600.v20120912-155524 / themes / purpleMesh / html / shared.css
1 /*******************************************************************************
2  * Copyright (c) 2005, 2006 IBM Corporation and others.
3  * All rights reserved. This program and the accompanying materials 
4  * are made available under the terms of the Eclipse Public License v1.0
5  * which accompanies this distribution, and is available at
6  * http://www.eclipse.org/legal/epl-v10.html
7  * 
8  * Contributors:
9  *     IBM Corporation - initial API and implementation
10  *******************************************************************************/
11
12 /* 
13  * Set up general fonts, sizes and colors 
14  */
15 body { font-family : Arial, sans-serif; }
16
17 H1, H2, H3, H4, p, a { color : #4D4D4D; }
18
19 .intro-header H1 {
20         font-weight : normal;
21         color : #E5E5E5;
22 }
23
24 h2 {
25         font-weight : normal;
26         color : #7B8694;
27 }
28 /* For regular div labels */
29 H4 .div-label {
30         font-weight : bold;
31 }
32
33 /* The label part of the folding section */
34 .section-title-link .section-title {
35         display : inline;
36 }
37
38 /* For separators */
39 HR {
40         width: 90%;
41         align: left;
42         height : 1px;
43         color :  #dfdfe4;
44 }
45
46 /* For the main page content's title */
47 #content-header H4 .div-label {
48         font-weight : normal;
49         color : #8C96A2;
50         float : none;
51         clear : both;
52 }
53
54 .page-description { 
55         float : none;
56         clear : both;
57 }
58
59 a {
60         font-weight : bold;
61         text-decoration : none;
62         color : #4D4D4D;
63 }
64
65 a .link-label {
66         font-weight : normal;
67 }
68
69 /* Hide the 'special-effect' extra div in links by default. */
70 .link-extra-div {
71         display : none;
72 }
73
74 #navigation-links a .link-label {
75         font-weight : normal;
76         color : #E5E5E5;
77 }
78
79 a .text {
80         font-weight : normal;
81 }
82
83 p .group-description {
84         font-weight : normal;
85 }
86
87
88 /* 
89  * Set up other general properties like padding/margins
90  */
91 html, body { width : 100%; height : 100%; }
92
93 html, body, div, h1, h4, p, a { margin : 0px; padding : 0px; }
94
95 .intro-header H1 { padding-top : 10px; margin-left : 10px; }
96
97 .section { }
98 .section-body { display: none; padding : 0px; }
99
100 /* For regular div labels */
101 #page-content div H4 {
102         padding : 10px;
103         padding-bottom : 0px;
104 }
105
106 /* For the main page content's div label */
107 #page-content #content-header H4 {
108         padding-bottom : 10px;
109         padding-top : 0px;
110 }
111
112 /* special case for Mozilla's main content-header label.
113    Mozilla 1.4 needs more room at the top */
114 #page-content > #content-header H4 { padding-top : 10px; }
115
116 /* Needed in IE to get shift+tab to show the active image properly */
117 a:active {
118         border : solid 0px;
119 }
120
121 a img {
122         border-width : 0;
123         background-repeat : no-repeat;
124 }
125
126 /*
127  * to get scrollbars working in both IE and Mozilla
128  */
129 html,body { overflow: auto; }
130 html>body { overflow: visible; }
131
132 /*
133  * Set up the body, decorative background, and navigation for the content 
134  * pages. 
135  * Note: the root page handles its own background and navigation; these
136  * settings primarily apply to the content pages
137  */
138 body {
139         background-color : #FFFFFF;
140         background-repeat : no-repeat;
141         background-position : bottom right;
142 }
143
144 /*
145  * We will use one of the general purpose groups to show
146  * the curve image
147  */
148 #extra-group1 { 
149         width : 100%;
150         height : 164px;
151         position : absolute;
152         top : 0px;
153         background-image : url(../graphics/contentpage/backgroundcurve.gif);
154         background-repeat : no-repeat;
155         background-position : top center;
156         margin : 0;
157         padding : 0;
158 }
159
160 /*
161  * Hide the other general-purpose groups
162  */
163
164 #extra-group2,
165 #extra-group3,
166 #extra-group4,
167 #extra-group5 {
168         display : none;
169 }
170
171 .intro-header { background-color : transparent; z-index : 100;}
172
173 body, .page{
174         min-width : 770px;
175         /* since IE doesn't support min-width, try expression */
176         width:expression(document.body.clientWidth < 770? "770px": "auto" );
177         min-height : 425px;
178         height : 100%;
179         height : expression(document.body.clientHeight < 425? "425px": "100%" );
180 }
181
182 .page { 
183         min-height : 475px;
184         background-image : url(../graphics/contentpage/background.jpg);
185         background-repeat : repeat-x;
186         background-position : top left;
187 }
188
189 #page-content {
190         background-repeat : no-repeat;
191         background-position : bottom right;
192         height : 70%;
193 }
194
195 /* 
196  * Lay out the navigation links 
197  * (Root page does something similar for its navigation)
198  */
199 #navigation-links {
200         position : relative;
201         left : 10px;
202         top : 5px;
203         height : 60px;
204         width : 98%;
205 }
206
207 #navigation-links a {
208         padding-left : 5px;
209         padding-right : 5px;
210         float : left;
211         text-align : center;
212 }
213
214 #navigation-links #customize {
215         padding-left : 5px;
216         padding-right : 5px;
217         float : left;
218         text-align : center;
219 }
220
221 #navigation-links a img {
222         height : 52px;
223         width : 52px;
224         vertical-align : middle;
225 }
226
227 #navigation-links a .link-label { display : block; margin-top : 5px;}
228
229 #navigation-links a .text { display : none; }
230
231 #navigation-links a:hover, 
232 #navigation-links a:focus 
233 #navigation-links a:active { border-right : 0px;}
234
235 /* properties for each of the navigation-links  */
236 #navigation-links a#overview img { background-image : url(../graphics/icons/etool/overview48.gif); }
237 #navigation-links a#overview:hover img,
238 #navigation-links a#overview:focus img,
239 #navigation-links a#overview:active img { background-image : url(../graphics/icons/ctool/overview48.gif); }
240
241 #navigation-links a#tutorials img { background-image : url(../graphics/icons/etool/tutorials48.gif); }
242 #navigation-links a#tutorials:hover img,
243 #navigation-links a#tutorials:active img,
244 #navigation-links a#tutorials:focus img { background-image : url(../graphics/icons/ctool/tutorials48.gif); }
245
246 #navigation-links a#samples img { background-image : url(../graphics/icons/etool/samples48.gif); }
247 #navigation-links a#samples:hover img,
248 #navigation-links a#samples:active img,
249 #navigation-links a#samples:focus img { background-image : url(../graphics/icons/ctool/samples48.gif); }
250
251 #navigation-links a#whatsnew img { background-image : url(../graphics/icons/etool/whatsnew48.gif); }
252 #navigation-links a#whatsnew:hover img,
253 #navigation-links a#whatsnew:focus img,
254 #navigation-links a#whatsnew:active img { background-image : url(../graphics/icons/ctool/whatsnew48.gif); }
255
256 #navigation-links a#firststeps img { background-image : url(../graphics/icons/etool/firsteps48.gif); }
257 #navigation-links a#firststeps:hover img,
258 #navigation-links a#firststeps:focus img,
259 #navigation-links a#firststeps:active img { background-image : url(../graphics/icons/ctool/firsteps48.gif); }
260
261 #navigation-links a#webresources img { background-image : url(../graphics/icons/etool/webrsrc48.gif); }
262 #navigation-links a#webresources:hover img,
263 #navigation-links a#webresources:focus img,
264 #navigation-links a#webresources:active img { background-image : url(../graphics/icons/ctool/webrsrc48.gif); }
265
266 #navigation-links a#migrate img { background-image : url(../graphics/icons/etool/migrate48.gif); }
267 #navigation-links a#migrate:hover img,
268 #navigation-links a#migrate:focus img,
269 #navigation-links a#migrate:active img { background-image : url(../graphics/icons/ctool/migrate48.gif); }
270
271
272 #navigation-links a#workbench { position : absolute;  right : 0px; top : -35px; text-align : right;}
273 #navigation-links a#workbench .text { display : none; }
274 #navigation-links a#workbench img { background-image : url(../graphics/icons/etool/wb48.gif); width : 53px; height : 53px;}
275 #navigation-links a#workbench:hover img,
276 #navigation-links a#workbench:focus img,
277 #navigation-links a#workbench:active img { background-image : url(../graphics/icons/ctool/wb48.gif); }
278
279 /* 
280  * Lay out the page title and description 
281  */
282 h1, p { margin-left : 10px; } /* required in mozilla so the page description is properly indented */
283
284 /* position the page content so that the page title overlays the bottom
285  * of the background image, but make sure the content is always on top 
286  * (using z-index) */
287 #page-content {
288         float : none;
289         clear : both;
290         text-align : center;
291         margin-top : 35px;
292 }
293
294 .page > #page-content { margin-top : 50px; }
295
296 #page-content p { 
297         padding-bottom : 15px; 
298         text-align : left; 
299         float : none;
300         clear : both;
301 }
302
303 /* Page content bins */
304
305 #page-content #top-left {
306   border: none; float: left; margin: 0px; padding: 0px; width: 49%;
307   clear: left;
308 }
309 #page-content #top-right {
310   border: none; float: right; margin: 0px; padding: 0px; width: 49%;
311   clear: right;
312 }
313
314 /* top-bottom divider - runs the entire width to ensure
315  * bottom boxes start at the same y
316  */
317 #page-content #content-divider {
318   border: none; float: none; margin: 0; padding: 0px; width: 100%;
319   clear: both;
320 }
321
322 #page-content #bottom-left {
323   border: none; float: left; margin: 0px; padding: 0px; width: 49%;
324   clear: left;
325 }
326 #page-content #bottom-right {
327   border: none; float: right; margin: 0px; padding: 0px; width: 49%;
328   clear: right;
329 }
330
331 #page-content #content-header H4, .page-description {
332         text-align : left;
333         margin-right : 10px;
334         float : none;
335         clear : both;
336 }
337
338 #page-content #top-left > *, 
339 #page-content #top-right > *,
340 #page-content #bottom-left > *,
341 #page-content #bottom-right > * {
342         display: block;
343 }
344
345 #page-content * > a {
346         vertical-align : middle; 
347 }
348
349 #page-content * a img {
350         height : 57px;
351         width : 57px;
352         vertical-align : middle;
353 }       
354
355 #page-content * a .link-label {
356         display : block;
357         position : relative;
358         top : -50px;
359         left : 60px;
360         margin-right: 60px;
361 }
362
363 #page-content * a > .link-label { left: 65px; }
364
365 #page-content * a p .text {
366         display : block;
367         position : relative;
368         top : -45px;
369         margin-bottom: -25px;
370         left : 53px;
371         margin-right: 53px;
372 }
373
374 #page-content * a p > .text { left: 58px; }
375
376 #page-content * a:hover { border-right : 5px; }
377
378
379 /* The following rules are for extensions in all pages. Extensions should be placed in
380  * groups with the style 'content-group' and contain links with the style 'content-link'.
381  * Group is important so that importance mixin style can be applied to the group that
382  * uses block display. We need to see a solid rectangle around the extension, not 
383  * a tight polygon around the link perimeter.
384  */
385  
386 .content-group {
387         margin-left: 10px;
388         margin-right: 10px;
389         padding-left: 10px;
390         padding-right: 10px;
391         float : none;
392         clear : both;
393         text-align : left;
394 }
395
396 .categoryContentnav {
397         font-weight: bold; 
398         color: #4A4D4A; 
399 }
400
401 .topicList {
402         line-height:1.75;
403         color: #00507C;
404 }
405
406 .content-link:hover { border-right : 0px; }
407
408 iframe {
409         position:relative;
410         top:16px;
411         width:100%;
412         height:100%;
413         padding-left:10px;
414         }
415
416 /* mozilla scrollbar appearing off page fix */
417 #page-content > iframe {
418         width: 98%;
419         padding-left: 2%;
420 }