core/com.nokia.carbide.cpp.codescanner/book.css
author timkelly
Mon, 26 Jul 2010 11:32:21 -0500
branchC3_BUILDER_WORK
changeset 1681 6636e8c75e66
parent 260 2b33168fd3cf
child 524 227eeddd4067
permissions -rw-r--r--
Fix problem with sbs config xml parsing. Make sure to trim error message to avoid erroneously adding an error when there is none. Fix problem with adding system includes for variants.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
45
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     1
/*	
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     2
	Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     3
	All rights reserved. 
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     4
	License: http://www.eclipse.org/legal/epl-v10.html
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     5
*/
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     6
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     7
/*	Add whitespace around entire display to avoid crowding edges of view 	*/
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     8
/* 	20070523-Removed top margin size to close gap between location breadcrumbs and page title	*/
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     9
html {
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    10
	margin: 2px 10px 10px 10px;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    11
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    12
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    13
/* 	Set default font to serif style, 12-pt and plain	*/
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    14
body, p, table {
260
2b33168fd3cf updated body font to Verdana as per sfo guidelines
fturovic <frank.turovich@nokia.com>
parents: 45
diff changeset
    15
	font-family: Verdana, Arial, Helvetica, sans-serif;
45
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    16
	font-size: 13px;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    17
	font-weight: normal;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    18
}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    19
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    20
/*	Use sans-serif fonts for all title styles	*/
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    21
h1, h2, h3, h4, h5, h6, strong, em {
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    22
	font-family: Helvetica, sans-serif;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    23
	color: #000000;	
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    24
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    25
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    26
h1	{ font-size:20px }
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    27
h2	{ font-size:18px }
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    28
h3	{ font-size:16px }
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    29
h4	{ font-size:14px }
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    30
h5	{ font-size:13px }
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    31
h6	{ font-size:12px }
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    32
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    33
/*	For headlines at the top of a view, add space	*/
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    34
/*	20090224-changed green fade to gold header image	*/
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    35
h1, h2, h3 {
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    36
	background-image: url(html/images/brand/gold_header.png);
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    37
	background-repeat: no-repeat;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    38
	padding:10px 0px 10px 12px;	
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    39
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    40
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    41
li	{
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    42
	margin-bottom:8px;	
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    43
	margin-top:8px;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    44
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    45
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    46
/*	Footer includes space and a gray line above the company logo	*/
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    47
#footer {
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    48
	padding-top:10px;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    49
	margin-top:20px;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    50
	border-top:1px solid #999;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    51
	font-family: Helvetica, sans-serif;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    52
	font-size: 11px;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    53
	color:#333;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    54
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    55
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    56
.listing	{
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    57
	font-family: "Courier New", Courier, mono;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    58
	color: #000000;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    59
	background-color: #FFFFCC;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    60
	margin: 5px 0px;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    61
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    62
		
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    63
.code, pre	{
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    64
	font-family: "Courier New", Courier, mono;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    65
	font-size: 13px;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    66
	color: #000000;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    67
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    68
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    69
.step	{
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    70
	/* background-color: #EEE; */
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    71
	/* margin: 10px 0px; */
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    72
	color: #111;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    73
	/* border-bottom:2px solid #EEE; */
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    74
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    75
	
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    76
.substep	{
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    77
	background-color: #EEE;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    78
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    79
	
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    80
	
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    81
/*	Figure/Listing/Table titles are centered and gray	*/
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    82
p.table {
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    83
	color: #999;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    84
	font-weight: bold;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    85
	padding-top: 5px;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    86
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    87
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    88
table	{
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    89
	border: solid #999 1px;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    90
	table-layout: auto;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    91
	font-size: 13px;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    92
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    93
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    94
td, th	{
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    95
	border: solid #999 1px;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    96
	padding: 5px;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    97
	vertical-align:top;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    98
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    99
	
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   100
/*	20070522-replaced gray with green background to match gradiant color for title	*/
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   101
th	{
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   102
	background-color:#FDDD1F;	/* background-color:#acd79b;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   103
	background-color:#999;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   104
	color:#FFF; */
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   105
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   106
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   107
div.ol.p	{
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   108
	margin-left: 3em;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   109
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   110
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   111
/* Make all ordered/unordered list items appear in bold gray */
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   112
div ol > li, div ul > li {
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   113
	font-weight:bold;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   114
	color: #333;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   115
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   116
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   117
div ol > p, div ul > p, div li > p {
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   118
	font-weight:normal;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   119
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   120
	
a34cdcced64e updated sdk readme page
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 */
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   122
div h5, div h4	{
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   123
	padding:5px 0px 5px 12px;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   124
	background-color:#FFFF66;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   125
	/* background-color: #EEE; */
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   126
	font-weight:bold;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   127
	color: #000000;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   128
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   129
	
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   130
	
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   131
/*	Notes stand out using a light top & bottom borders with dark gray text	*/
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   132
p.note {
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   133
	/* color: #03C; */
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   134
	/* background-color: #FFFF99; */
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   135
	color: #333;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   136
	padding: 5px;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   137
	margin-left: 1em;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   138
	margin-right: 1em;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   139
	border-top: solid #BBB thin;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   140
	border-bottom: solid #BBB thin;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   141
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   142
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   143
	
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   144
/*	Figure/Listing/Table titles are centered and gray	*/
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   145
p.figure {
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   146
	color: #333;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   147
	text-align: center;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   148
	font-weight: bold;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   149
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   150
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   151
/*	highly visible red background and white text for things that need fixing before release	*/
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   152
/*  SHOULD NOT BE PRESENT IN RELEASED PRODUCTS */
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   153
.fix	{
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   154
	background-color: red;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   155
	font-weight: bold;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   156
	color: white;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   157
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   158
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   159
.question	{
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   160
	font-style:italic;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   161
	font-weight:bold;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   162
	color: #555;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   163
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   164
	
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   165
.titleSmall {
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   166
	font-family: Helvetica, sans-serif;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   167
	font-size: 10px;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   168
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   169
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   170
	
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   171
.plain {
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   172
	font-family: Helvetica, sans-serif;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   173
	font-size: 12px;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   174
	font-style: normal;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   175
	line-height: normal;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   176
	font-weight: normal;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   177
	font-variant: normal;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   178
	color: #000000;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   179
	text-decoration: none;
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   180
	}
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   181
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   182
a:link 		{ color: #0033CC }
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   183
a:visited	{ color: #555555 }
a34cdcced64e updated sdk readme page
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
   184
a:hover 	{ color: #0033CC }