core/com.nokia.carbide.cpp/themes/carbide/html/whatsnew.css
author fturovic <frank.turovich@nokia.com>
Fri, 23 Jul 2010 11:40:59 -0500
changeset 1676 ff0481b338df
parent 1554 f83f6a37088e
permissions -rw-r--r--
updated icon images for some welcome icons
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1554
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
     1
/*******************************************************************************
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
     2
 * Copyright (c) 2005, 2006 IBM Corporation and others.
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
     3
 * All rights reserved. This program and the accompanying materials 
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
     4
 * are made available under the terms of the Eclipse Public License v1.0
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
     5
 * which accompanies this distribution, and is available at
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
     6
 * http://www.eclipse.org/legal/epl-v10.html
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
     7
 * 
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
     8
 * Contributors:
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
     9
 *     IBM Corporation - initial API and implementation
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
    10
 *******************************************************************************/
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
    11
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
    12
body {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
    13
	background-image : url(../graphics/root/background.jpg);
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
    14
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
    15
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
    16
/* show the "selected" image for this page */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
    17
#navigation-links a#whatsnew img, 
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
    18
#navigation-links a#whatsnew:hover img,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
    19
#navigation-links a#whatsnew:focus img,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
    20
#navigation-links a#whatsnew:active img {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
    21
	background-image : url(../graphics/icons/ctool/whatsnew48sel.gif); 
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
    22
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
    23
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
    24
/*
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
    25
 * Default images for content links in this page.
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 272
diff changeset
    26
 */
1676
ff0481b338df updated icon images for some welcome icons
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
    27
.content-link img { background-image : url(../graphics/icons/obj48/new_obj.png); }
ff0481b338df updated icon images for some welcome icons
fturovic <frank.turovich@nokia.com>
parents: 1554
diff changeset
    28
.content-link:hover img { background-image : url(../graphics/icons/obj48/newhov_obj.png); }