carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/book.css
author timkelly
Tue, 22 Jun 2010 14:54:23 -0500
branchC3_BUILDER_WORK
changeset 1522 58667ad9656d
parent 892 04365e85d9b0
child 1704 24ac5a5cf80c
permissions -rw-r--r--
Clean up APIs/Tests around SBSv2 query mechanism (got rid of most all the original test API now that it's been moved into BuildContextSBSv2. Clean up the Build Configuration Filtering prefs and rename hyperlinks from other prefs to note the new name.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
114
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     1
/*	
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     2
	Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     3
	All rights reserved. 
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     4
	License: http://www.eclipse.org/legal/epl-v10.html
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     5
*/
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     6
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     7
/*	Add whitespace around entire display to avoid crowding edges of view 	*/
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     8
html {
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     9
	margin: 2px 10px 10px 10px;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    10
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    11
892
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    12
/* 20091007 added verdana and ariel to list to match SFO website fonts choices */
114
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    13
body, p, table {
892
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    14
	font-family: Verdana, Ariel, Helvetica, sans-serif;
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    15
	font-size: 0.9em;
114
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    16
	font-weight: normal;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    17
}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    18
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    19
h1, h2, h3, h4, h5, h6, strong, em {
892
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    20
	font-family: Verdana, Ariel, Helvetica, sans-serif;
114
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    21
	color: #000000;	
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    22
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    23
892
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    24
/* 20091007 - changed sizes to use em versus px */
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    25
h1 { font-size: 1.3em }
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    26
h2 { font-size: 1.2em }
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    27
h3 { font-size: 1.1em }
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    28
h4 { font-size: 1.0em }
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    29
h5 { font-size: 0.9em }
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    30
h6 { font-size: 0.8em }
114
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    31
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    32
/*	For headlines at the top of a view, add space	*/
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    33
/*	20090224-changed green fade to gold header image	*/
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    34
h1, h2, h3 {
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    35
	background-image: url(html/img/gold_header.png);
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    36
	background-repeat: no-repeat;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    37
	padding:10px 0px 10px 12px;	
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    38
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    39
892
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    40
/* 20091007 SFO styling added */
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    41
h1.NavTitle		{ font-size: 1.2em }
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    42
h3	.NavListTitle 	{ font-size: 1.1em }
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    43
114
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    44
li	{
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    45
	margin-bottom:8px;	
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    46
	margin-top:8px;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    47
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    48
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    49
/*	Footer includes space and a gray line above the company logo	*/
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    50
#footer {
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    51
	padding-top:10px;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    52
	margin-top:20px;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    53
	border-top:1px solid #999;
892
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    54
	font-family: Verdana, Ariel, Helvetica, sans-serif;
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    55
	font-size: 0.8em;
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    56
	color: #333333;
114
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    57
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    58
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    59
.listing	{
892
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    60
	background-color: #ffe869;
114
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    61
	font-family: "Courier New", Courier, mono;
892
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    62
	font-size: 1.1em;
114
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    63
	color: #000000;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    64
	margin: 5px 0px;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    65
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    66
		
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    67
.code, pre	{
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    68
	font-family: "Courier New", Courier, mono;
892
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    69
	font-size: 1.1em;
114
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    70
	color: #000000;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    71
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    72
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    73
.step	{
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    74
	/* background-color: #EEE; */
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    75
	/* margin: 10px 0px; */
892
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
    76
	/* color: #111; */
114
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    77
	/* border-bottom:2px solid #EEE; */
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    78
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    79
	
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    80
.substep	{
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    81
	background-color: #EEE;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    82
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    83
	
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    84
	
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    85
/*	Figure/Listing/Table titles are centered and gray	*/
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    86
p.table {
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    87
	color: #999;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    88
	font-weight: bold;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    89
	padding-top: 5px;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    90
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    91
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    92
table	{
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    93
	border: solid #999 1px;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    94
	table-layout: auto;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    95
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    96
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    97
td, th	{
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    98
	border: solid #999 1px;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    99
	padding: 5px;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   100
	vertical-align:top;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   101
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   102
	
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   103
th	{
892
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
   104
	background-color: #ffd62c;
114
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   105
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   106
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   107
div.ol.p	{
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   108
	margin-left: 3em;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   109
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   110
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   111
/* Make all ordered/unordered list items appear in bold gray */
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   112
div ol > li, div ul > li {
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   113
	font-weight:bold;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   114
	color: #333;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   115
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   116
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   117
div ol > p, div ul > p, div li > p {
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   118
	font-weight:normal;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   119
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   120
	
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   121
div h5, div h4	{
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   122
	padding:5px 0px 5px 12px;
892
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
   123
	background-color: #ffd62c;
114
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   124
	font-weight:bold;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   125
	color: #000000;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   126
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   127
	
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   128
	
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   129
/*	Notes stand out using a light top & bottom borders with dark gray text	*/
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   130
p.note {
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   131
	color: #333;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   132
	padding: 5px;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   133
	margin-left: 1em;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   134
	margin-right: 1em;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   135
	border-top: solid #BBB thin;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   136
	border-bottom: solid #BBB thin;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   137
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   138
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   139
	
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   140
/*	Figure/Listing/Table titles are centered and gray	*/
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   141
p.figure {
892
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
   142
	color: #026690;
114
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   143
	text-align: center;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   144
	font-weight: bold;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   145
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   146
892
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
   147
114
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   148
/*	highly visible red background and white text for things that need fixing before release	*/
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   149
/*  SHOULD NOT BE PRESENT IN RELEASED PRODUCTS */
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   150
.fix	{
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   151
	background-color: red;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   152
	font-weight: bold;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   153
	color: white;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   154
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   155
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   156
.question	{
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   157
	font-style:italic;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   158
	font-weight:bold;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   159
	color: #555;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   160
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   161
	
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   162
.titleSmall {
892
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
   163
	font-family: Verdana, Ariel, Helvetica, sans-serif;
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
   164
	font-size: 0.8em;
114
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   165
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   166
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   167
	
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   168
.plain {
892
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
   169
	font-family: Verdana, Ariel, Helvetica, sans-serif;
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
   170
	font-size: 0.9em;
114
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   171
	font-style: normal;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   172
	line-height: normal;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   173
	font-weight: normal;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   174
	font-variant: normal;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   175
	color: #000000;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   176
	text-decoration: none;
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   177
	}
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   178
892
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
   179
a:link 		{ color: #026690 }
114
5c834844fe21 minor edits, updated header image
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   180
a:visited	{ color: #555555 }
892
04365e85d9b0 merging 2.5 changes into 3.0
fturovic <frank.turovich@nokia.com>
parents: 114
diff changeset
   181
a:hover 	{ color: #FFD62C }