OSDN Git Service

new file: Integration/Tomography/Makefile.recent
[eos/hostdependX86LINUX64.git] / util / X86MAC64 / cuda / libnvvp / plugins / org.eclipse.ui.intro.universal_3.2.600.v20120912-155524 / themes / slate / html / firststeps.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#firststeps img {
21         background-image : url(../graphics/icons/ctool/firststeps-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#firststeps img {
29         background-image : url(../graphics/icons/ctool/firststeps-select.gif); 
30 }
31
32 #navigation-links a#.high-contrast#firststeps img {
33         display : none;
34 }
35
36 .page  {
37         background-image: url(../graphics/contentpage/fs_banner.jpg);
38 }
39
40 #navigation-links #firststeps .link-label {
41         display : none;
42 }