carbidecpp20devenv/plugins/org.eclipse.ui.intro.universal_3.2.200.v20080508/themes/circles/html/samples.css
changeset 1 82d1d1de1a01
equal deleted inserted replaced
-1:000000000000 1:82d1d1de1a01
       
     1 /*******************************************************************************
       
     2  * Copyright (c) 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 /* show the "selected" image for this page */
       
    13 #navigation-links a#samples img, 
       
    14 #navigation-links a#samples:hover img,
       
    15 #navigation-links a#samples:focus img,
       
    16 #navigation-links a#samples:active img {
       
    17 	background-image : url(../graphics/icons/ctool/sa_nav_64.gif); 
       
    18 	top : 2px; 
       
    19 	left : -3px;
       
    20 }
       
    21 
       
    22 #navigation-links {
       
    23 	background-image: url(../graphics/contentpage/sa_banner.jpg);
       
    24 }
       
    25 
       
    26 #navigation-links a:hover#samples .link-label,
       
    27 #navigation-links a:focus#samples .link-label,
       
    28 #navigation-links a:active#samples .link-label {
       
    29 	display : none;
       
    30 }
       
    31 
       
    32 #navigation-links a:hover#samples,
       
    33 #navigation-links a:focus#samples,
       
    34 #navigation-links a:active#samples {
       
    35 	background-image : none;
       
    36 }
       
    37 
       
    38 #navigation-links a:hover#samples .link-extra-div,
       
    39 #navigation-links a:focus#samples .link-extra-div,
       
    40 #navigation-links a:active#samples .link-extra-div {
       
    41 	background-image : none;
       
    42 }