blob: 8570342ef5da0b05dd362268bf8f7ddd4fed41b0 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2009 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*
* We are not using titles on this page.
*/
.intro-header {
display : none;
}
/* could show the "selected" image for this page */
#navigation-links a#firststeps img {
background-image : url(../graphics/icons/ctool/firststeps.png);
width : auto;
height: 64px;
margin-top: 2px;
}
/* Hack for IE6, which cannot display png files with alpha channel transparency */
* html #navigation-links a#firststeps img {
background-image : url(../graphics/icons/ctool/firststeps.png);
}
#navigation-links a#.high-contrast#firststeps img {
display : none;
}
.page {
background-image: url(../graphics/contentpage/fs_banner.jpg);
}
#navigation-links #firststeps .link-label {
display : none;
}