core/com.nokia.carbide.cpp.doc.user/book.css
author timkelly
Wed, 28 Jul 2010 15:19:12 -0500
branchC3_BUILDER_WORK
changeset 1710 94cdcd7c5550
parent 1610 5e244b89116e
child 1660 a53047bc0aba
permissions -rw-r--r--
Refactor getBuiltInMacros() to be SBSv1 specific. This are the hard-coded macros misc macros we are adding for SBSv1. For SBSv2, they are retrieved from the sbs config query. Also, clean up some API and comments on public APIS
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
259
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     1
/*	
1600
58e49b4c270c minor edits
fturovic <frank.turovich@nokia.com>
parents: 1448
diff changeset
     2
	Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
259
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     3
	All rights reserved. 
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     4
	License: http://www.eclipse.org/legal/epl-v10.html
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     5
*/
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     6
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     7
/*	Add whitespace around entire display to avoid crowding edges of view 	*/
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     8
html {
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     9
	margin: 2px 10px 10px 10px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    10
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    11
819
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    12
/* 20091007 added verdana and ariel to list to match SFO website fonts choices */
1600
58e49b4c270c minor edits
fturovic <frank.turovich@nokia.com>
parents: 1448
diff changeset
    13
body, p, table, li {
819
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    14
	font-family: Verdana, Ariel, Helvetica, sans-serif;
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    15
	font-size: 1.0em;
259
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    16
	font-weight: normal;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    17
}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    18
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    19
h1, h2, h3, h4, h5, h6, strong, em {
819
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    20
	font-family: Verdana, Ariel, Helvetica, sans-serif;
259
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    21
	color: #000000;	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    22
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    23
819
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    24
/* 20091007 - changed sizes to use em versus px */
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    25
h1 { font-size: 1.3em }
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    26
h2 { font-size: 1.2em }
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    27
h3 { font-size: 1.1em }
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    28
h4 { font-size: 1.0em }
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    29
h5 { font-size: 0.9em }
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    30
h6 { font-size: 0.8em }
259
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    31
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    32
/*	For headlines at the top of a view, add space	*/
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    33
/*	20090224-changed green fade to gold header image	*/
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    34
h1, h2, h3 {
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    35
	background-image: url(html/images/gold_header.png);
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    36
	background-repeat: no-repeat;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    37
	padding:10px 0px 10px 12px;	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    38
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    39
819
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    40
/* 20091007 SFO styling added */
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    41
h1.NavTitle		{ font-size: 1.2em }
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    42
h3	.NavListTitle 	{ font-size: 1.1em }
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    43
259
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    44
li	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    45
	margin-bottom:8px;	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    46
	margin-top:8px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    47
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    48
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    49
/*	Footer includes space and a gray line above the company logo	*/
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    50
#footer {
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    51
	padding-top:10px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    52
	margin-top:20px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    53
	border-top:1px solid #999;
819
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    54
	font-family: Verdana, Ariel, Helvetica, sans-serif;
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    55
	font-size: 0.8em;
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    56
	color: #333333;
259
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    57
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    58
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    59
.listing	{
1248
d4fee22b8cbb merged changes from 2.6 to 3.0
fturovic <frank.turovich@nokia.com>
parents: 819
diff changeset
    60
	background-color: #FFFFCC;
259
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    61
	font-family: "Courier New", Courier, mono;
819
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    62
	font-size: 1.1em;
259
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    63
	color: #000000;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    64
	margin: 5px 0px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    65
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    66
		
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    67
.code, pre	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    68
	font-family: "Courier New", Courier, mono;
819
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
    69
	font-size: 1.1em;
259
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    70
	color: #000000;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    71
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    72
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    73
.step	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    74
	/* background-color: #EEE; */
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    75
	/* margin: 10px 0px; */
301
1d4b20e57696 updated Step color to match Symbian Yellow #FDCB2F
fturovic <frank.turovich@nokia.com>
parents: 291
diff changeset
    76
	/* color: #111; */
259
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    77
	/* border-bottom:2px solid #EEE; */
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    78
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    79
	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    80
.substep	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    81
	background-color: #EEE;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    82
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    83
	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    84
	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    85
/*	Figure/Listing/Table titles are centered and gray	*/
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    86
p.table {
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    87
	color: #999;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    88
	font-weight: bold;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    89
	padding-top: 5px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    90
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    91
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    92
table	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    93
	border: solid #999 1px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    94
	table-layout: auto;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    95
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    96
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    97
td, th	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    98
	border: solid #999 1px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    99
	padding: 5px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   100
	vertical-align:top;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   101
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   102
	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   103
th	{
1610
5e244b89116e revised Create New Project tutorial, updated images, TOC, and welcome link
fturovic <frank.turovich@nokia.com>
parents: 1600
diff changeset
   104
	background-color: #66CC66;
259
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   105
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   106
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   107
div.ol.p	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   108
	margin-left: 3em;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   109
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   110
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   111
/* Make all ordered/unordered list items appear in bold gray */
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   112
div ol > li, div ul > li {
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   113
	font-weight:bold;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   114
	color: #333;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   115
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   116
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   117
div ol > p, div ul > p, div li > p {
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   118
	font-weight:normal;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   119
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   120
	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   121
div h5, div h4	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   122
	padding:5px 0px 5px 12px;
1610
5e244b89116e revised Create New Project tutorial, updated images, TOC, and welcome link
fturovic <frank.turovich@nokia.com>
parents: 1600
diff changeset
   123
	background-color: #D3DAD4;
259
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   124
	font-weight:bold;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   125
	color: #000000;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   126
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   127
	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   128
	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   129
/*	Notes stand out using a light top & bottom borders with dark gray text	*/
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   130
p.note {
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   131
	color: #333;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   132
	padding: 5px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   133
	margin-left: 1em;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   134
	margin-right: 1em;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   135
	border-top: solid #BBB thin;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   136
	border-bottom: solid #BBB thin;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   137
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   138
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   139
	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   140
/*	Figure/Listing/Table titles are centered and gray	*/
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   141
p.figure {
819
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
   142
	color: #026690;
259
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   143
	text-align: center;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   144
	font-weight: bold;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   145
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   146
819
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
   147
259
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   148
/*	highly visible red background and white text for things that need fixing before release	*/
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   149
/*  SHOULD NOT BE PRESENT IN RELEASED PRODUCTS */
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   150
.fix	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   151
	background-color: red;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   152
	font-weight: bold;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   153
	color: white;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   154
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   155
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   156
.question	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   157
	font-style:italic;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   158
	font-weight:bold;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   159
	color: #555;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   160
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   161
	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   162
.titleSmall {
819
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
   163
	font-family: Verdana, Ariel, Helvetica, sans-serif;
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
   164
	font-size: 0.8em;
259
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   165
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   166
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   167
	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   168
.plain {
819
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
   169
	font-family: Verdana, Ariel, Helvetica, sans-serif;
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
   170
	font-size: 0.9em;
259
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   171
	font-style: normal;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   172
	line-height: normal;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   173
	font-weight: normal;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   174
	font-variant: normal;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   175
	color: #000000;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   176
	text-decoration: none;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   177
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   178
819
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
   179
a:link 		{ color: #026690 }
259
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   180
a:visited	{ color: #555555 }
819
8121a281245c BUG 10603 - removed sophia text references from 3.0
fturovic <frank.turovich@nokia.com>
parents: 310
diff changeset
   181
a:hover 	{ color: #FFD62C }