core/com.nokia.carbide.cpp/themes/carbide/html/root.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: 1023
diff changeset
     1
/*******************************************************************************
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
     2
 * Copyright (c) 2005, 2006 IBM Corporation and others.
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
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: 1023
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: 1023
diff changeset
     5
 * which accompanies this distribution, and is available at
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
     6
 * http://www.eclipse.org/legal/epl-v10.html
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
     7
 * 
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
     8
 * Contributors:
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
     9
 *     IBM Corporation - initial API and implementation
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    10
 *******************************************************************************/
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    11
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    12
/* 
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    13
 * Set up general font colours, sizes, etc.  Some of these will override
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    14
 * settings from the shared CSS 
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    15
 */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    16
.intro-header H1 {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    17
	font-family: Helvetica, sans-serif;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    18
	font-size: 20px;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    19
	color: #000000;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    20
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    21
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    22
#page-links a .link-label, #action-links a .link-label {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    23
	font-size : 13pt;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    24
	font-weight : 600;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    25
	color : #000000;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    26
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    27
#page-links a p .text, #action-links a p .text {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    28
	font-size : 13pt;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    29
	font-weight : 500;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    30
	color : #333333;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    31
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    32
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    33
/*
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    34
 * Turn off shared backround image.
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    35
 */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    36
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    37
.page {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    38
	background-position:left-10 top-10;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    39
	background-image: background.jpg;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    40
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    41
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    42
/*
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    43
 * Set up the content for the root page.
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    44
 */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    45
body {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    46
	min-width : 770px;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    47
	/* since IE doesn't support min-width, use expression */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    48
	width:expression(document.body.clientWidth < 770? "770px": "auto" );
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    49
	/* background-image : url(../graphics/root/background.jpg); */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    50
	background-repeat : no-repeat;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    51
	background-position : top left;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    52
	/* background-color : #7169D1; */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    53
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    54
#root {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    55
/*
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    56
	/* background-image : url(../graphics/root/brandmark.gif); */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    57
*/
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    58
	background-repeat : no-repeat;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    59
	background-position : bottom left;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    60
	min-height : 450px;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    61
	height : 100%;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    62
	height : expression(document.body.clientHeight < 450? "450px": "100%" );
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    63
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    64
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    65
#branding {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    66
	position: absolute;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    67
	bottom : 10px;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    68
	left : 10px;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    69
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    70
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    71
/*
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    72
 * We will not use the general-purpose group1 used in
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    73
 * other pages for a curve image.
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    74
 */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    75
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    76
#extra-group1 {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    77
	display : none;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    78
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    79
/* 
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    80
 * Set up the navigation bar.  It should be centered in the middle
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    81
 * of the page
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    82
 */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    83
#links-background {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    84
	/* background-image : url(../graphics/root/dots.gif); */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    85
	background-repeat : repeat-x;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    86
	width : 100%;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    87
	height : 177px;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    88
	margin-top : 18%;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    89
	margin-bottom : auto;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    90
	text-align : center;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    91
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    92
/* specify a width for Moz so we can center.  
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    93
 * **Important** If additional links are added, we will have to increase this width 
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    94
 * to accomodate them, otherwise they will wrap to a new line 
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    95
 */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    96
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    97
#links-background > #page-links {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    98
	width: 33em;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
    99
	margin: 0 auto;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   100
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   101
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   102
#page-links {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   103
	position : relative;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   104
	top : 50px;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   105
	text-align: center;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   106
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   107
#page-links a {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   108
	position : relative;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   109
	width : 86px;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   110
	margin-left : 1em;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   111
	margin-right : 1em;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   112
	text-align : center;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   113
	vertical-align : top;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   114
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   115
/* float left for Moz so the items all appear inline */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   116
#page-links > a {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   117
	float : left;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   118
	position : relative;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   119
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   120
#page-links a img {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   121
	height : 82px;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   122
	width : 82px;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   123
	vertical-align : middle;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   124
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   125
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   126
/* remove the hover image from the flow of the document,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   127
   so it doesn't take up space and change the position
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   128
   of the link label and descriptions */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   129
#page-links a .background-image {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   130
	position : absolute;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   131
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   132
/* properly align the link label and text based on class (left vs. right) */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   133
#page-links a:hover {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   134
	/* This is needed for IE to force the hover pseudo selectors below to work.*/
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   135
	padding : 0 em;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   136
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   137
/* Hide both the label and the description of the link and remove them from static HTML flow, until user hovers over link */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   138
/* First, set the width of both the label and the description to a max of 15 em. */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   139
/* This can be changed when translated to different country locals. */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   140
#page-links a span {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   141
	width : 16em;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   142
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   143
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   144
/* Set up left links orientation first. */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   145
#page-links a.left:link .link-label,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   146
#page-links a.left:visited .link-label {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   147
	display: none;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   148
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   149
#page-links a.left:hover .link-label,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   150
#page-links a.left:focus .link-label,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   151
#page-links a.left:active .link-label {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   152
	text-align: left;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   153
	display: block;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   154
	position: absolute;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   155
	top : 120 %;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   156
	left : 0;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   157
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   158
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   159
/* hide description and remove it from static HTML flow, until user hovers over link */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   160
#page-links a.left:link .text,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   161
#page-links a.left:visited .text {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   162
	display: none;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   163
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   164
#page-links a.left:hover .text,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   165
#page-links a.left:focus .text,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   166
#page-links a.left:active .text {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   167
	text-align: left;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   168
	display: block;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   169
	position: absolute;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   170
	left : 0;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   171
	top: 145%;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   172
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   173
/* Set up right links orientation now. */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   174
#page-links a.right:link .link-label,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   175
#page-links a.right:visited .link-label {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   176
	display: none;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   177
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   178
#page-links a.right:hover .link-label,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   179
#page-links a.right:focus .link-label,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   180
#page-links a.right:active .link-label {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   181
	text-align: right;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   182
	display: block;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   183
	position: absolute;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   184
	top : 120 %;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   185
	right : 0;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   186
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   187
/* hide description and remove it from static HTML flow, until user hovers over link */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   188
#page-links a.right:link .text,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   189
#page-links a.right:visited .text {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   190
	display: none;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   191
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   192
#page-links a.right:hover .text,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   193
#page-links a.right:focus .text,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   194
#page-links a.right:active .text {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   195
	text-align: right;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   196
	display: block;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   197
	position: absolute;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   198
	right : 0;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   199
	top: 145%;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   200
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   201
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   202
/* properties for each of the page-links  */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   203
#page-links a#overview img { background-image : url(../graphics/icons/etool/overview72.gif); }
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   204
#page-links a:hover#overview img { background-image : url(../graphics/icons/ctool/overview72.gif); }
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   205
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   206
#page-links a#tutorials img { background-image : url(../graphics/icons/etool/tutorials72.gif); }
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   207
#page-links a:hover#tutorials img { background-image : url(../graphics/icons/ctool/tutorials72.gif); }
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   208
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   209
#page-links a#samples img { background-image : url(../graphics/icons/etool/samples72.gif); }
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   210
#page-links a:hover#samples img { background-image : url(../graphics/icons/ctool/samples72.gif); }
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   211
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   212
#page-links a#whatsnew img { background-image : url(../graphics/icons/etool/whatsnew72.gif); }
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   213
#page-links a:hover#whatsnew img { background-image : url(../graphics/icons/ctool/whatsnew72.gif); }
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   214
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   215
#page-links a#firststeps img { background-image : url(../graphics/icons/etool/firsteps72.gif); }
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   216
#page-links a:hover#firststeps img { background-image : url(../graphics/icons/ctool/firsteps72.gif); }
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   217
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   218
#page-links a#webresources img { background-image : url(../graphics/icons/etool/webrsrc72.gif); }
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   219
#page-links a:hover#webresources img { background-image : url(../graphics/icons/ctool/webrsrc72.gif); }
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   220
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   221
#page-links a#migrate img { background-image : url(../graphics/icons/etool/migrate72.gif); }
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   222
#page-links a:hover#migrate img { background-image : url(../graphics/icons/ctool/migrate72.gif); }
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   223
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   224
/*
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   225
 * Set up the action links
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   226
 */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   227
#action-links {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   228
	width : 98%;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   229
	position : absolute;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   230
	left : 0px;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   231
	top : 20px;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   232
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   233
#action-links a#workbench {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   234
	position : absolute;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   235
	top : -16px;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   236
	right : -8px;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   237
	text-align : right;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   238
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   239
#action-links a .background-image,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   240
#action-links a #workbench_img {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   241
	height : 53px;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   242
	width : 53px;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   243
	text-align : center;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   244
	vertical-align : top;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   245
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   246
/* special case for mozilla */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   247
#action-links a > .background-image,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   248
#action-links a > #workbench_img {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   249
	vertical-align : middle;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   250
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   251
/* remove the hover image from the flow of the document,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   252
   so it doesn't take up space and change the position
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   253
   of the main image */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   254
#action-links a .background-image {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   255
	position : absolute;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   256
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   257
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   258
#action-links a#workbench .background-image {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   259
	background-image : url(../graphics/icons/etool/wb48.gif);
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   260
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   261
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   262
#action-links a#workbench:hover .background-image,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   263
#action-links a#workbench:focus .background-image,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   264
#action-links a#workbench:active .background-image {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   265
	background-image : url(../graphics/icons/ctool/wb48.gif);
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   266
	visibility : visible;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   267
	position: absolute;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   268
	top: 0px;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   269
	right: 0px;	
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   270
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   271
/* hide the link and description until users hover over the link */
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   272
#action-links a p .text, #action-links a .link-label {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   273
	display : none;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   274
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   275
#action-links a:hover .link-label,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   276
#action-links a:focus .link-label,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   277
#action-links a:active .link-label {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   278
	display : block;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   279
	width : 16em;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   280
	margin-left : 10px;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   281
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   282
#action-links a:hover p .text,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   283
#action-links a:focus p .text,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   284
#action-links a:active p .text {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   285
	display : block;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   286
	width : 16em;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   287
}
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   288
#action-links a:hover,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   289
#action-links a:focus,
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   290
#action-links a:active {
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   291
	border : 0px;
f83f6a37088e swapped carbide theme for slate theme
fturovic <frank.turovich@nokia.com>
parents: 1023
diff changeset
   292
}