| /******************************************************************************* |
| * Copyright (c) 2006, 2009 IBM Corporation and others. |
| * All rights reserved. This program and the accompanying materials |
| * are made available under the terms of the Eclipse Public License v1.0 |
| * which accompanies this distribution, and is available at |
| * http://www.eclipse.org/legal/epl-v10.html |
| * |
| * Contributors: |
| * IBM Corporation - initial API and implementation |
| *******************************************************************************/ |
| |
| /* |
| * We are not using titles on this page. |
| */ |
| .intro-header { |
| display : none; |
| } |
| |
| /* show the "selected" image for this page */ |
| #navigation-links a#firststeps img { |
| background-image : url(../graphics/icons/ctool/firststeps-select.png); |
| width : 64px; |
| height: 64px; |
| margin-top : 12px; |
| } |
| |
| /* 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-select.gif); |
| } |
| |
| #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; |
| } |