core/com.nokia.carbide.cpp.doc.user/book.css
author fturovic <frank.turovich@nokia.com>
Tue, 23 Jun 2009 09:48:22 -0500
changeset 291 134c724830ad
parent 268 d656b0e8e4e1
child 301 1d4b20e57696
permissions -rw-r--r--
Updated H1 image color to SFO orange
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
/*	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     2
	Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
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
/* 	20070523-Removed top margin size to close gap between location breadcrumbs and page title	*/
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     9
html {
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    10
	margin: 2px 10px 10px 10px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    11
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    12
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    13
/* 	Set default font to serif style, 12-pt and plain	*/
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    14
body, p, table {
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    15
	font-family: Verdana, Arial, Helvetica, sans-serif;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    16
	font-size: 13px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    17
	font-weight: normal;
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
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    20
/*	Use sans-serif fonts for all title styles	*/
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    21
h1, h2, h3, h4, h5, h6, strong, em {
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    22
	font-family: Helvetica, sans-serif;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    23
	color: #000000;	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    24
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    25
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    26
h1	{ font-size:20px }
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    27
h2	{ font-size:18px }
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    28
h3	{ font-size:16px }
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    29
h4	{ font-size:14px }
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    30
h5	{ font-size:13px }
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    31
h6	{ font-size:12px }
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    32
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    33
/*	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
    34
/*	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
    35
h1, h2, h3 {
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    36
	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
    37
	background-repeat: no-repeat;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    38
	padding:10px 0px 10px 12px;	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    39
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    40
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    41
li	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    42
	margin-bottom:8px;	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    43
	margin-top:8px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    44
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    45
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    46
/*	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
    47
#footer {
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    48
	padding-top:10px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    49
	margin-top:20px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    50
	border-top:1px solid #999;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    51
	font-family: Helvetica, sans-serif;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    52
	font-size: 11px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    53
	color:#333;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    54
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    55
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    56
.listing	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    57
	font-family: "Courier New", Courier, mono;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    58
	color: #000000;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    59
	background-color: #FFFFCC;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    60
	margin: 5px 0px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    61
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    62
		
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    63
.code, pre	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    64
	font-family: "Courier New", Courier, mono;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    65
	font-size: 13px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    66
	color: #000000;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    67
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    68
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    69
.step	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    70
	/* background-color: #EEE; */
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    71
	/* margin: 10px 0px; */
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    72
	color: #111;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    73
	/* border-bottom:2px solid #EEE; */
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    74
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    75
	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    76
.substep	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    77
	background-color: #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
	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    81
/*	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
    82
p.table {
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    83
	color: #999;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    84
	font-weight: bold;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    85
	padding-top: 5px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    86
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    87
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    88
table	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    89
	border: solid #999 1px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    90
	table-layout: auto;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    91
	font-size: 13px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    92
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    93
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    94
td, th	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    95
	border: solid #999 1px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    96
	padding: 5px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    97
	vertical-align:top;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    98
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    99
	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   100
/*	20070522-replaced gray with green background to match gradiant color for title	*/
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   101
th	{
291
134c724830ad Updated H1 image color to SFO orange
fturovic <frank.turovich@nokia.com>
parents: 268
diff changeset
   102
	background-color:#FFC550;	/* background-color:#acd79b;
259
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   103
	background-color:#999;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   104
	color:#FFF; */
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
/* Make all H4 and H5 items appear in bold gray against a light green background */
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   122
div h5, div h4	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   123
	padding:5px 0px 5px 12px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   124
	background-color:#FFFF66;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   125
	/* background-color: #EEE; */
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   126
	font-weight:bold;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   127
	color: #000000;
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
	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   130
	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   131
/*	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
   132
p.note {
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   133
	/* color: #03C; */
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   134
	/* background-color: #FFFF99; */
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   135
	color: #333;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   136
	padding: 5px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   137
	margin-left: 1em;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   138
	margin-right: 1em;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   139
	border-top: solid #BBB thin;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   140
	border-bottom: solid #BBB thin;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   141
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   142
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   143
	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   144
/*	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
   145
p.figure {
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   146
	color: #333;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   147
	text-align: center;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   148
	font-weight: bold;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   149
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   150
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   151
/*	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
   152
/*  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
   153
.fix	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   154
	background-color: red;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   155
	font-weight: bold;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   156
	color: white;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   157
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   158
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   159
.question	{
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   160
	font-style:italic;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   161
	font-weight:bold;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   162
	color: #555;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   163
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   164
	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   165
.titleSmall {
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   166
	font-family: Helvetica, sans-serif;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   167
	font-size: 11px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   168
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   169
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   170
	
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   171
.plain {
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   172
	font-family: Helvetica, sans-serif;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   173
	font-size: 12px;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   174
	font-style: normal;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   175
	line-height: normal;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   176
	font-weight: normal;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   177
	font-variant: normal;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   178
	color: #000000;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   179
	text-decoration: none;
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   180
	}
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   181
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   182
a:link 		{ color: #0033CC }
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   183
a:visited	{ color: #555555 }
53dc199caef8 updated release notes and bug fixes for 2.1
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   184
a:hover 	{ color: #0033CC }