carbidecpp20devenv/plugins/org.eclipse.ui.intro.universal_3.2.200.v20080508/themes/circles/html/root.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) 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
/* 
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    13
 * Set up general font colours, sizes, etc.  Some of these will override
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    14
 * settings from the shared CSS 
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    15
 */
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    16
.intro-header H1 {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    17
	font-size : 18pt;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    18
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    19
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    20
/* Hide the extra div for links in the normal state. */
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    21
a .link-extra-div {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    22
	display: none;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    23
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    24
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    25
/* Link label properties */
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    26
#page-links a .link-label {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    27
	margin-left: 7px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    28
	position: relative;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    29
	top: -1.2em;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    30
	font-size : 12.5pt;
	font-weight : 600;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    31
	padding-left: 15px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    32
	padding-right: 10px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    33
	margin-bottom: -1.2pm;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    34
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    35
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    36
#page-links a#overview .link-label {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    37
	margin-left: 8px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    38
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    39
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    40
#page-links a#workbench .link-label {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    41
	padding-left: 5px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    42
	margin-left: 5px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    43
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    44
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    45
/* Link description properties */
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    46
#page-links a p .text {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    47
	margin-left: 3px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    48
	position: relative;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    49
	top: -1.6em;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    50
	padding-top: 5px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    51
	padding-left: 9px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    52
	padding-right: 10px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    53
	margin-bottom: -1.6em;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    54
	font-size : 11pt;
	font-weight : 500;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    55
	padding-bottom: 5px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    56
	background-image: url("../graphics/icons/ctool/root_midhov2.gif");
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    57
	background-repeat: repeat-y;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    58
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    59
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    60
#page-links a#overview p .text {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    61
	margin-left: 5px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    62
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    63
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    64
#page-links a#workbench p .text {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    65
	margin-left: -10px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    66
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    67
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    68
/* Some differences between Mozilla and IE here */
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    69
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    70
#page-links a#workbench > p .text {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    71
	margin-left: -10px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    72
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    73
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    74
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    75
/*
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    76
 * Set up the content for the root page.
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    77
 */
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    78
html, body {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    79
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    80
	
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    81
	background-image : url("../graphics/rootpage/welcomebckgrd.jpg");
	background-repeat : no-repeat;
	background-position : center center;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    82
	background-attachment : fixed;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    83
	overflow : auto;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    84
	overflow-clip: rect(0, auto, auto, 0);
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    85
	background-color : #345365;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    86
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    87
#root {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    88
	min-height : 450px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    89
	height : expression(document.body.clientHeight < 450? "450px": "100%" );
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    90
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    91
    min-width : 940px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    92
	width:expression(document.body.clientWidth < 940? "940px": "auto" );
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    93
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    94
	overflow: hidden;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    95
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    96
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    97
#branding {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    98
	position: absolute;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    99
	bottom : 20px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   100
	left : 20px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   101
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   102
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   103
/* 
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   104
 * Set up the navigation bar.  It should be centered in the middle
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   105
 * of the page
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   106
 */
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   107
#links-background {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   108
/*
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   109
	width : 100%;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   110
	*/
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   111
	position: absolute;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   112
	top: 50%;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   113
	left: 50%;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   114
	text-align : center;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   115
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   116
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   117
#page-links {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   118
	position : relative;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   119
	left : 0px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   120
	top : 0x;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   121
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   122
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   123
#page-links a {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   124
	position : absolute;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   125
	text-align : left;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   126
	padding-bottom: 2px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   127
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   128
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   129
/* Position root links using absolute coordinates */
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   130
#page-links a img {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   131
	height : 103px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   132
	width : 103px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   133
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   134
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   135
#page-links a:hover img {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   136
	width : 215px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   137
	height : 84px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   138
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   139
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   140
#page-links a#overview {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   141
	left: -443px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   142
	top: -188px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   143
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   144
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   145
#page-links a#overview:hover {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   146
	left: -444px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   147
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   148
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   149
#page-links a#overview img {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   150
	width : 141px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   151
	height : 154px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   152
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   153
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   154
#page-links a#overview:hover img {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   155
	width : 217px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   156
	height : 99px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   157
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   158
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   159
#page-links a#workbench img {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   160
	width : 107px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   161
	height : 103px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   162
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   163
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   164
#page-links a#workbench:hover img {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   165
	width : 202px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   166
	height : 84px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   167
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   168
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   169
/* Absolute positions of root links */
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   170
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   171
#page-links a#whatsnew {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   172
	left: -292px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   173
	top: -82px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   174
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   175
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   176
#page-links a#tutorials {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   177
	left: -11px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   178
	top: 104px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   179
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   180
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   181
#page-links a#samples {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   182
	left: -199px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   183
	top: 104px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   184
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   185
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   186
#page-links a#firststeps {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   187
	left: -105px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   188
	top: -82px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   189
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   190
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   191
#page-links a#webresources {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   192
	left: 82px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   193
	top: 11px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   194
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   195
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   196
#page-links a#migrate {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   197
	left: 269px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   198
	top: 104px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   199
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   200
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   201
#page-links a#workbench {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   202
	left: 366px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   203
	top: -82px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   204
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   205
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   206
#page-links a:hover#workbench,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   207
#page-links a:focus#workbench,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   208
#page-links a:active#workbench {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   209
	left: 271px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   210
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   211
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   212
/* Paint bottom edge of the text box as a background image */
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   213
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   214
#page-links a:hover,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   215
#page-links a:focus,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   216
#page-links a:active {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   217
	background-image: url("../graphics/icons/ctool/root_bottomhov.gif");
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   218
	background-repeat: no-repeat;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   219
	background-position: bottom left;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   220
	z-index: 20;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   221
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   222
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   223
#page-links a#overview:hover,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   224
#page-links a#overview:focus,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   225
#page-links a#overview:active {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   226
	background-image: url("../graphics/icons/ctool/overview_bottomhov.gif");
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   227
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   228
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   229
#page-links a#workbench:hover,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   230
#page-links a#workbench:focus,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   231
#page-links a#workbench:active {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   232
	background-image: url("../graphics/icons/ctool/workbench_bottomhov.gif");
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   233
	background-position: bottom left;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   234
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   235
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   236
#page-links > a#workbench:hover,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   237
#page-links > a#workbench:focus,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   238
#page-links > a#workbench:active {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   239
	background-position: bottom 2px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   240
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   241
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   242
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   243
/* Hide the link label in the normal state */
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   244
#page-links a .link-label,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   245
#page-links a .text {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   246
	display : none;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   247
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   248
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   249
/* Show the link label and link text as block on hover */
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   250
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   251
#page-links a:hover .link-label,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   252
#page-links a:focus .link-label,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   253
#page-links a:active .link-label {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   254
	display : block;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   255
	z-index: 40;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   256
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   257
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   258
#page-links a:hover p .text,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   259
#page-links a:focus p .text,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   260
#page-links a:active p .text {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   261
	display : block;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   262
	z-index: 35;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   263
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   264
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   265
#page-links a:hover .link-label,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   266
#page-links a:focus .link-label,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   267
#page-links a:active .link-label {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   268
	width: 202px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   269
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   270
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   271
#page-links a:hover p .text,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   272
#page-links a:focus p .text,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   273
#page-links a:active p .text {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   274
	width: 202px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   275
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   276
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   277
#page-links a:hover > .link-label,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   278
#page-links a:focus > .link-label,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   279
#page-links a:active > .link-label {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   280
	width: 192px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   281
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   282
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   283
#page-links a:hover > p .text,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   284
#page-links a:focus > p .text,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   285
#page-links a:active > p .text {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   286
	width: 192px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   287
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   288
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   289
#page-links a#workbench:hover .link-label,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   290
#page-links a#workbench:focus .link-label,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   291
#page-links a#workbench:active .link-label {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   292
	width: 202px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   293
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   294
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   295
#page-links a#workbench:hover p .text,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   296
#page-links a#workbench:focus p .text,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   297
#page-links a#workbench:active p .text {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   298
	width: 202px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   299
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   300
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   301
#page-links a#workbench:hover > .link-label,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   302
#page-links a#workbench:focus > .link-label,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   303
#page-links a#workbench:active > .link-label {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   304
	width: 182px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   305
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   306
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   307
#page-links a#workbench:hover p > .text,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   308
#page-links a#workbench:focus p > .text,
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   309
#page-links a#workbench:active p > .text {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   310
	width: 193px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   311
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   312
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   313
#page-links a .background-image {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   314
	display: none;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   315
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   316
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   317
#page-links a .link-extra-div {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   318
	display :none;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   319
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   320
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   321
#page-links a:hover .link-extra-div {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   322
	z-index: -100;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   323
	display: block;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   324
	font-size : 13pt;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   325
	font-weight : 600;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   326
	position: absolute;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   327
	left: 13px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   328
	width: 201px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   329
	height: 1em;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   330
	top: 84px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   331
	background-image: url("../graphics/icons/ctool/root_midhov2.gif");
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   332
	background-repeat: repeat-y;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   333
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   334
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   335
#page-links a:hover#overview .link-extra-div {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   336
	top: 99px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   337
	left: 15px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   338
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   339
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   340
#page-links a:hover#workbench .link-extra-div {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   341
	left: 0px;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   342
}
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   343
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   344
/* Link images */
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   345
#page-links a#overview .content-img { background-image : url("../graphics/icons/ctool/overview.gif"); }
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   346
#page-links a:hover#overview .content-img { background-image : url("../graphics/icons/ctool/overview_tophov.gif"); }
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   347
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   348
#page-links a#tutorials .content-img { background-image : url("../graphics/icons/ctool/tutorials.gif"); }
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   349
#page-links a:hover#tutorials .content-img { background-image : url("../graphics/icons/ctool/tutorials_tophov.gif"); }
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   350
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   351
#page-links a#samples .content-img { background-image : url("../graphics/icons/ctool/samples.gif"); }
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   352
#page-links a:hover#samples .content-img { background-image : url("../graphics/icons/ctool/samples_tophov.gif"); }
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   353
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   354
#page-links a#whatsnew .content-img { background-image : url("../graphics/icons/ctool/whatsnew.gif"); }
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   355
#page-links a:hover#whatsnew .content-img { background-image : url("../graphics/icons/ctool/whatsnew_tophov.gif"); }
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   356
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   357
#page-links a#firststeps .content-img { background-image : url("../graphics/icons/ctool/firststeps.gif"); }
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   358
#page-links a:hover#firststeps .content-img { background-image : url("../graphics/icons/ctool/firststeps_tophov.gif"); }
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   359
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   360
#page-links a#migrate .content-img { background-image : url("../graphics/icons/ctool/migrate.gif"); }
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   361
#page-links a:hover#migrate .content-img { background-image : url("../graphics/icons/ctool/migrate_tophov.gif"); }
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   362
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   363
#page-links a#webresources .content-img { background-image : url("../graphics/icons/ctool/webresources.gif"); }
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   364
#page-links a:hover#webresources .content-img { background-image : url("../graphics/icons/ctool/webresources_tophov.gif"); }
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   365
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   366
#page-links a#workbench .content-img { background-image : url("../graphics/icons/ctool/workbench.gif"); }
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   367
#page-links a:hover#workbench .content-img { background-image : url("../graphics/icons/ctool/workbench_tophov.gif"); }
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   368
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   369
/*
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   370
 * Not using action links.
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   371
 */
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   372
#action-links {
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   373
	display: none;
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
   374
}