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 / slate / html / overview.css
1 /*******************************************************************************
2  * Copyright (c) 2006, 2009 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  * We are not using titles on this page.
14  */
15 .intro-header {
16         display : none;
17 }
18
19 /* show the "selected" image for this page */
20 #navigation-links a#overview img {
21         background-image : url(../graphics/icons/ctool/overview-select.png);
22         width : 64px;
23         height: 64px;
24         margin-top : 12px
25 }
26
27 /* Hack for IE6, which cannot display png files with alpha channel transparency */
28 * html #navigation-links a#overview img {
29         background-image : url(../graphics/icons/ctool/overview-select.gif);
30 }
31
32 #navigation-links a#.high-contrast#overview img {
33         display : none;
34 }
35
36 .page {
37         background-image: url(../graphics/contentpage/ov_banner.jpg);
38 }
39
40 #navigation-links #overview .link-label {
41         display : none;
42 }