carbidecpp20devenv/plugins/org.eclipse.ui.intro.universal_3.2.200.v20080508/themes/purpleMesh/html/samples.css
author cawthron
Wed, 18 Mar 2009 17:21:00 -0500
changeset 1 82d1d1de1a01
permissions -rw-r--r--
import Carbide.c++
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     1
/*******************************************************************************
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     2
 * Copyright (c) 2005, 2006 IBM Corporation and others.
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     3
 * All rights reserved. This program and the accompanying materials 
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     4
 * are made available under the terms of the Eclipse Public License v1.0
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     5
 * which accompanies this distribution, and is available at
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     6
 * http://www.eclipse.org/legal/epl-v10.html
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     7
 * 
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     8
 * Contributors:
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     9
 *     IBM Corporation - initial API and implementation
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    10
 *******************************************************************************/
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    11
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    12
body {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    13
	background-image : url(../graphics/contentpage/samples_wtr.jpg);
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    14
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    15
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    16
/* show the "selected" image for this page */
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    17
#navigation-links a#samples img, 
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    18
#navigation-links a#samples:hover img,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    19
#navigation-links a#samples:focus img,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    20
#navigation-links a#samples:active img {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    21
	background-image : url(../graphics/icons/ctool/samples48sel.gif); 
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    22
}