core/com.nokia.carbide.cpp/themes/carbide/html/whatsnew.css
changeset 1712 f126271125ff
parent 1711 220e51cc31de
child 1713 e715f62cf05d
equal deleted inserted replaced
1711:220e51cc31de 1712:f126271125ff
     1 /*******************************************************************************
       
     2  * Copyright (c) 2005, 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 body {
       
    13 	background-image : url(../graphics/root/background.jpg);
       
    14 }
       
    15 
       
    16 /* show the "selected" image for this page */
       
    17 #navigation-links a#whatsnew img, 
       
    18 #navigation-links a#whatsnew:hover img,
       
    19 #navigation-links a#whatsnew:focus img,
       
    20 #navigation-links a#whatsnew:active img {
       
    21 	background-image : url(../graphics/icons/ctool/whatsnew48sel.gif); 
       
    22 }
       
    23 
       
    24 /*
       
    25  * Default images for content links in this page.
       
    26  */
       
    27 .content-link img { background-image : url(../graphics/icons/obj48/new_obj.png); }
       
    28 .content-link:hover img { background-image : url(../graphics/icons/obj48/newhov_obj.png); }