debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/sysdoc.css
author cawthron
Tue, 24 Mar 2009 22:20:21 -0500
changeset 2 d760517a8095
permissions -rw-r--r--
new
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
/* Overall page styles */
cawthron
parents:
diff changeset
     2
cawthron
parents:
diff changeset
     3
body {
cawthron
parents:
diff changeset
     4
  background-color: white;
cawthron
parents:
diff changeset
     5
  color: black;
cawthron
parents:
diff changeset
     6
}
cawthron
parents:
diff changeset
     7
cawthron
parents:
diff changeset
     8
body, .Bodytext, p, td, th, ul, ol, li, dl, dt, dd,
cawthron
parents:
diff changeset
     9
.Head1, .Head2, .Head3, h1, h2, h3, h4, h5, h6, .Author,
cawthron
parents:
diff changeset
    10
.Abstract, .Contents1, .Contents2 {
cawthron
parents:
diff changeset
    11
  font-family: arial, lucida, helvetica, verdana, sans-serif;
cawthron
parents:
diff changeset
    12
  font-size: 10pt;
cawthron
parents:
diff changeset
    13
}
cawthron
parents:
diff changeset
    14
cawthron
parents:
diff changeset
    15
a:link    { color: #006699; }
cawthron
parents:
diff changeset
    16
a:visited { color: #663399; }
cawthron
parents:
diff changeset
    17
a:active  { color: #ff9900; }
cawthron
parents:
diff changeset
    18
a:hover   { color: #ff9900; }
cawthron
parents:
diff changeset
    19
cawthron
parents:
diff changeset
    20
cawthron
parents:
diff changeset
    21
/* Areas in the navigation table */
cawthron
parents:
diff changeset
    22
cawthron
parents:
diff changeset
    23
.breadcrumbNav,
cawthron
parents:
diff changeset
    24
.breadcrumbNav a:link, .breadcrumbNav a:visited {
cawthron
parents:
diff changeset
    25
  color: #006699;
cawthron
parents:
diff changeset
    26
}
cawthron
parents:
diff changeset
    27
.breadcrumbNav a:link, .breadcrumbNav a:visited {
cawthron
parents:
diff changeset
    28
  text-decoration: underline;
cawthron
parents:
diff changeset
    29
}
cawthron
parents:
diff changeset
    30
.breadcrumbNav {
cawthron
parents:
diff changeset
    31
  margin: 0.0em;
cawthron
parents:
diff changeset
    32
  padding: 0.0em;
cawthron
parents:
diff changeset
    33
  text-align: left;
cawthron
parents:
diff changeset
    34
  font-weight: bold;
cawthron
parents:
diff changeset
    35
}
cawthron
parents:
diff changeset
    36
.breadcrumbNav .separator {
cawthron
parents:
diff changeset
    37
  color: #ff9900;
cawthron
parents:
diff changeset
    38
}
cawthron
parents:
diff changeset
    39
cawthron
parents:
diff changeset
    40
.DocSetBox {
cawthron
parents:
diff changeset
    41
  background-image: none;
cawthron
parents:
diff changeset
    42
  background-color: #006699;  /* Symbian Blue */
cawthron
parents:
diff changeset
    43
 /* color:            #aaccee; */ /* Lightish blue */
cawthron
parents:
diff changeset
    44
  color:			#ffffff;
cawthron
parents:
diff changeset
    45
}
cawthron
parents:
diff changeset
    46
cawthron
parents:
diff changeset
    47
.DocSetBox p {
cawthron
parents:
diff changeset
    48
  font-family: meta, arial, sans-serif;
cawthron
parents:
diff changeset
    49
  font-size: 12px;
cawthron
parents:
diff changeset
    50
  font-weight: bold;
cawthron
parents:
diff changeset
    51
  margin-left: 0.5em;
cawthron
parents:
diff changeset
    52
}
cawthron
parents:
diff changeset
    53
cawthron
parents:
diff changeset
    54
.LogoBox { border-bottom: solid #ff9900 2px; }
cawthron
parents:
diff changeset
    55
cawthron
parents:
diff changeset
    56
.DocSetBox p a:link,
cawthron
parents:
diff changeset
    57
.DocSetBox p a:visited
cawthron
parents:
diff changeset
    58
{
cawthron
parents:
diff changeset
    59
  color: white;
cawthron
parents:
diff changeset
    60
  text-decoration: none;
cawthron
parents:
diff changeset
    61
}
cawthron
parents:
diff changeset
    62
cawthron
parents:
diff changeset
    63
.DocSetBottomBox {
cawthron
parents:
diff changeset
    64
  background-image: none;
cawthron
parents:
diff changeset
    65
  background-color: white;
cawthron
parents:
diff changeset
    66
 /* background-color: #b4daed; */        /* mid Blue of gradient.jpg */
cawthron
parents:
diff changeset
    67
 /* background-color: #f5fafe; */        /* Lightest Blue of gradient.jpg */
cawthron
parents:
diff changeset
    68
 /* background-color: #006699; */        /* Symbian Blue */
cawthron
parents:
diff changeset
    69
  color:			#006699;             /* Symbian blue */
cawthron
parents:
diff changeset
    70
 /* color:            #aaccee; */        /* Lightish blue */
cawthron
parents:
diff changeset
    71
 /* color:			  #ffffff; */        /* white */
cawthron
parents:
diff changeset
    72
 /* border-bottom: solid #ff9900 2px; */ /* Red horizontal line at bottom */
cawthron
parents:
diff changeset
    73
}
cawthron
parents:
diff changeset
    74
cawthron
parents:
diff changeset
    75
.DocSetBottomBox p {
cawthron
parents:
diff changeset
    76
  font-family: meta, arial, sans-serif;
cawthron
parents:
diff changeset
    77
  font-size: 12px;
cawthron
parents:
diff changeset
    78
  font-weight: bold;
cawthron
parents:
diff changeset
    79
  margin-left: 0.5em;
cawthron
parents:
diff changeset
    80
}
cawthron
parents:
diff changeset
    81
cawthron
parents:
diff changeset
    82
.DocSetBottomBox p a:link,
cawthron
parents:
diff changeset
    83
.DocSetBottomBox p a:visited
cawthron
parents:
diff changeset
    84
{
cawthron
parents:
diff changeset
    85
  color: white;
cawthron
parents:
diff changeset
    86
  text-decoration: none;
cawthron
parents:
diff changeset
    87
}
cawthron
parents:
diff changeset
    88
cawthron
parents:
diff changeset
    89
.ButtonBox {
cawthron
parents:
diff changeset
    90
  background-color: white;  /* contrast with dark-blue image text */
cawthron
parents:
diff changeset
    91
  color:            black;  /* for imageless people */
cawthron
parents:
diff changeset
    92
  color:			#006699;             /* Symbian blue */
cawthron
parents:
diff changeset
    93
  /*
cawthron
parents:
diff changeset
    94
   Background image must be defined separately in each file due to
cawthron
parents:
diff changeset
    95
   widespread lack of standards compliance in UAs.
cawthron
parents:
diff changeset
    96
  */
cawthron
parents:
diff changeset
    97
}
cawthron
parents:
diff changeset
    98
cawthron
parents:
diff changeset
    99
.ButtonBottomBox {
cawthron
parents:
diff changeset
   100
  background-color: white;
cawthron
parents:
diff changeset
   101
 /* background-color: #b4daed; */        /* mid Blue of gradient.jpg */
cawthron
parents:
diff changeset
   102
 /* background-color: white; */          /* contrast with dark-blue image text */
cawthron
parents:
diff changeset
   103
  color:            black;               /* for imageless people */
cawthron
parents:
diff changeset
   104
  color:			#006699;             /* Symbian blue */
cawthron
parents:
diff changeset
   105
 /* border-bottom: solid #ff9900 2px; */ /* Red horizontal line at bottom */
cawthron
parents:
diff changeset
   106
  /*
cawthron
parents:
diff changeset
   107
   Background image must be defined separately in each file due to
cawthron
parents:
diff changeset
   108
   widespread lack of standards compliance in UAs.
cawthron
parents:
diff changeset
   109
  */
cawthron
parents:
diff changeset
   110
}
cawthron
parents:
diff changeset
   111
cawthron
parents:
diff changeset
   112
.ButtonBox p,
cawthron
parents:
diff changeset
   113
.ButtonBottomBox p,
cawthron
parents:
diff changeset
   114
.DocSetBox p,
cawthron
parents:
diff changeset
   115
.DocSetBottomBox p
cawthron
parents:
diff changeset
   116
{
cawthron
parents:
diff changeset
   117
  margin-top:     0em;
cawthron
parents:
diff changeset
   118
  margin-bottom:  0em;
cawthron
parents:
diff changeset
   119
  padding-top:    1px;
cawthron
parents:
diff changeset
   120
  padding-bottom: 1px;
cawthron
parents:
diff changeset
   121
}
cawthron
parents:
diff changeset
   122
cawthron
parents:
diff changeset
   123
cawthron
parents:
diff changeset
   124
.copyrightStatement {
cawthron
parents:
diff changeset
   125
  font-size: 12px;
cawthron
parents:
diff changeset
   126
  color:			#006699;             /* Symbian blue */
cawthron
parents:
diff changeset
   127
}
cawthron
parents:
diff changeset
   128
cawthron
parents:
diff changeset
   129
cawthron
parents:
diff changeset
   130
/* Ordinary items in the main area */
cawthron
parents:
diff changeset
   131
cawthron
parents:
diff changeset
   132
h1, h2, h3, h4, h5, h6 {
cawthron
parents:
diff changeset
   133
  font-family: arial, lucida, helvetica, verdana, sans-serif;
cawthron
parents:
diff changeset
   134
  font-weight: normal;
cawthron
parents:
diff changeset
   135
  font-style: normal;
cawthron
parents:
diff changeset
   136
  font-weight: bold;
cawthron
parents:
diff changeset
   137
  color: #333333;
cawthron
parents:
diff changeset
   138
  padding-left: 0.1em;
cawthron
parents:
diff changeset
   139
}
cawthron
parents:
diff changeset
   140
cawthron
parents:
diff changeset
   141
cawthron
parents:
diff changeset
   142
h1 { font-size: 180%; color: #FF9900;} /* Symbian Orange */
cawthron
parents:
diff changeset
   143
h2 { font-size: 140%; color: #006699;} /* Symbian Blue   */
cawthron
parents:
diff changeset
   144
h3 { font-size: 120%; }
cawthron
parents:
diff changeset
   145
h4 { font-size: 100%; padding-left: 0em; }
cawthron
parents:
diff changeset
   146
h5 { font-size: 100%; padding-left: 0em; }
cawthron
parents:
diff changeset
   147
h6 { font-size: 100%; padding-left: 0em; }
cawthron
parents:
diff changeset
   148
cawthron
parents:
diff changeset
   149
.Title    { text-align: left;  font-weight: bold;  font-size: 180%; }
cawthron
parents:
diff changeset
   150
.Author   { text-align: right; font-style: italic;}
cawthron
parents:
diff changeset
   151
.Abstract  { margin-left: 9%; margin-right: 2%;  font-style: italic; font-size: 12pt;
cawthron
parents:
diff changeset
   152
 font-family: arial, lucida, helvetica, verdana,
cawthron
parents:
diff changeset
   153
 sans-serif; font-weight: normal;}
cawthron
parents:
diff changeset
   154
.Contents1 {margin-left: 3%; margin-right: 2%;}
cawthron
parents:
diff changeset
   155
.Contents2 {margin-left: 9%; margin-right: 2%;}
cawthron
parents:
diff changeset
   156
.Head1    { margin-left: 0%; }
cawthron
parents:
diff changeset
   157
.Head2    { margin-left: 3%; }
cawthron
parents:
diff changeset
   158
.Head3    { margin-left: 6%; }
cawthron
parents:
diff changeset
   159
.Bodytext { margin-left: 9%; margin-right: 2%; }
cawthron
parents:
diff changeset
   160
cawthron
parents:
diff changeset
   161
code, pre, .CodeBlock, tt, kbd, samp {
cawthron
parents:
diff changeset
   162
  font-family: courier new, courier, lucida console,
cawthron
parents:
diff changeset
   163
               lucida typewriter, monospace;
cawthron
parents:
diff changeset
   164
}
cawthron
parents:
diff changeset
   165
cawthron
parents:
diff changeset
   166
cawthron
parents:
diff changeset
   167
/* Blocks of special information */
cawthron
parents:
diff changeset
   168
cawthron
parents:
diff changeset
   169
.Structure, .CodeBlock, .Prototype, .Instructions, .Process, .Concept,
cawthron
parents:
diff changeset
   170
.Guideline, .DataDescription, .Classification, .Example
cawthron
parents:
diff changeset
   171
{
cawthron
parents:
diff changeset
   172
  padding: 0.33em;
cawthron
parents:
diff changeset
   173
  border: solid white 1px; /* Netscape 4.x workaround. */
cawthron
parents:
diff changeset
   174
  background-color: #EEE;
cawthron
parents:
diff changeset
   175
  display: block;
cawthron
parents:
diff changeset
   176
  width: 100%;
cawthron
parents:
diff changeset
   177
  margin-right: 1%;
cawthron
parents:
diff changeset
   178
}
cawthron
parents:
diff changeset
   179
cawthron
parents:
diff changeset
   180
cawthron
parents:
diff changeset
   181
.CodeBlock,
cawthron
parents:
diff changeset
   182
.Prototype
cawthron
parents:
diff changeset
   183
{
cawthron
parents:
diff changeset
   184
  border: solid white 1px;
cawthron
parents:
diff changeset
   185
  background-color: #EEE;
cawthron
parents:
diff changeset
   186
}
cawthron
parents:
diff changeset
   187
cawthron
parents:
diff changeset
   188
cawthron
parents:
diff changeset
   189
/* CodeBlocks in blue boxes want to be blue too. */
cawthron
parents:
diff changeset
   190
cawthron
parents:
diff changeset
   191
.Structure       .CodeBlock,
cawthron
parents:
diff changeset
   192
.Instructions    .CodeBlock,
cawthron
parents:
diff changeset
   193
.Process         .CodeBlock,
cawthron
parents:
diff changeset
   194
.Concept         .CodeBlock,
cawthron
parents:
diff changeset
   195
.Guideline       .CodeBlock,
cawthron
parents:
diff changeset
   196
.DataDescription .CodeBlock,
cawthron
parents:
diff changeset
   197
.Classification  .CodeBlock,
cawthron
parents:
diff changeset
   198
.Example         .CodeBlock
cawthron
parents:
diff changeset
   199
{
cawthron
parents:
diff changeset
   200
  background-color: #EEE;
cawthron
parents:
diff changeset
   201
  border: solid #dddddd 1px;
cawthron
parents:
diff changeset
   202
}
cawthron
parents:
diff changeset
   203
cawthron
parents:
diff changeset
   204
cawthron
parents:
diff changeset
   205
/* Tables. It would be nice to have the cell and border colours adapt
cawthron
parents:
diff changeset
   206
to whatever the background colour is rather than just being grey. */
cawthron
parents:
diff changeset
   207
cawthron
parents:
diff changeset
   208
td.Cell {
cawthron
parents:
diff changeset
   209
  background-color: white;
cawthron
parents:
diff changeset
   210
  color: black;
cawthron
parents:
diff changeset
   211
  text-align: left;
cawthron
parents:
diff changeset
   212
}
cawthron
parents:
diff changeset
   213
cawthron
parents:
diff changeset
   214
th.Cell {
cawthron
parents:
diff changeset
   215
  background-color: #eeeeee;
cawthron
parents:
diff changeset
   216
  color: black;
cawthron
parents:
diff changeset
   217
  text-align: left;
cawthron
parents:
diff changeset
   218
  font-weight: bold;
cawthron
parents:
diff changeset
   219
}
cawthron
parents:
diff changeset
   220
cawthron
parents:
diff changeset
   221
.TableWrap, .ValueTableWrap {
cawthron
parents:
diff changeset
   222
  background-color: #aaaaaa;
cawthron
parents:
diff changeset
   223
  color: white;
cawthron
parents:
diff changeset
   224
}
cawthron
parents:
diff changeset
   225
cawthron
parents:
diff changeset
   226
/* Figures */
cawthron
parents:
diff changeset
   227
cawthron
parents:
diff changeset
   228
/* This was messing up IE5's tables...
cawthron
parents:
diff changeset
   229
.Figure {
cawthron
parents:
diff changeset
   230
  margin-left: 5%;
cawthron
parents:
diff changeset
   231
  margin-right: 5%;
cawthron
parents:
diff changeset
   232
}
cawthron
parents:
diff changeset
   233
*/
cawthron
parents:
diff changeset
   234
cawthron
parents:
diff changeset
   235
.Figure .Caption, .Figure .Image, .RelatedItems .Image {
cawthron
parents:
diff changeset
   236
  text-align: center;
cawthron
parents:
diff changeset
   237
}
cawthron
parents:
diff changeset
   238
cawthron
parents:
diff changeset
   239
.Caption {
cawthron
parents:
diff changeset
   240
  font-style: italic;
cawthron
parents:
diff changeset
   241
}
cawthron
parents:
diff changeset
   242
cawthron
parents:
diff changeset
   243
cawthron
parents:
diff changeset
   244
/* Other */
cawthron
parents:
diff changeset
   245
cawthron
parents:
diff changeset
   246
.unresolvedLink {
cawthron
parents:
diff changeset
   247
  color: #ff0000;
cawthron
parents:
diff changeset
   248
  background-color: #ffddbb;
cawthron
parents:
diff changeset
   249
}
cawthron
parents:
diff changeset
   250
cawthron
parents:
diff changeset
   251
cawthron
parents:
diff changeset
   252
/* Glossary layout */
cawthron
parents:
diff changeset
   253
cawthron
parents:
diff changeset
   254
/*
cawthron
parents:
diff changeset
   255
.Glossary dd p,
cawthron
parents:
diff changeset
   256
.Glossary dd ul,
cawthron
parents:
diff changeset
   257
.Glossary dd ol
cawthron
parents:
diff changeset
   258
{ margin: 0.5em; }
cawthron
parents:
diff changeset
   259
*/
cawthron
parents:
diff changeset
   260
cawthron
parents:
diff changeset
   261
/*
cawthron
parents:
diff changeset
   262
.Glossary dd,
cawthron
parents:
diff changeset
   263
{
cawthron
parents:
diff changeset
   264
   margin-top: 1.0em;
cawthron
parents:
diff changeset
   265
}
cawthron
parents:
diff changeset
   266
*/
cawthron
parents:
diff changeset
   267
cawthron
parents:
diff changeset
   268
.Glossary dt { margin-top: 1.5em; }
cawthron
parents:
diff changeset
   269
cawthron
parents:
diff changeset
   270
.highlight { color: white; background: #006699; font-weight: bold; } 
cawthron
parents:
diff changeset
   271
cawthron
parents:
diff changeset
   272
.searchheading { font-weight: bold; } 
cawthron
parents:
diff changeset
   273
cawthron
parents:
diff changeset
   274
.summary { color: red; }
cawthron
parents:
diff changeset
   275
cawthron
parents:
diff changeset
   276
.Portal_heading a:link, .Portal_heading a:visited {
cawthron
parents:
diff changeset
   277
  color:			#006699;
cawthron
parents:
diff changeset
   278
  font-weight:		bold;
cawthron
parents:
diff changeset
   279
  text-decoration:	none;
cawthron
parents:
diff changeset
   280
}
cawthron
parents:
diff changeset
   281
cawthron
parents:
diff changeset
   282
.Portal_heading {
cawthron
parents:
diff changeset
   283
  background-image:	none;
cawthron
parents:
diff changeset
   284
  color:			#006699;
cawthron
parents:
diff changeset
   285
  font-family: 		meta, arial, sans-serif;
cawthron
parents:
diff changeset
   286
  font-size: 		12px;
cawthron
parents:
diff changeset
   287
  font-weight: 		bold;
cawthron
parents:
diff changeset
   288
  margin-left: 		0.5em;
cawthron
parents:
diff changeset
   289
}