core/com.nokia.carbide.cpp.sysdoc.hover/resources/hover_style/sysdoc.css
author fturovic <frank.turovich@nokia.com>
Thu, 02 Apr 2009 15:23:07 -0500
branchRCL_2_0
changeset 25 1f39fea73e7e
parent 2 d760517a8095
permissions -rw-r--r--
updated splash for 2.0.4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
/*	
cawthron
parents:
diff changeset
     2
	Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
cawthron
parents:
diff changeset
     3
	All rights reserved. 
cawthron
parents:
diff changeset
     4
	License: http://www.eclipse.org/legal/epl-v10.html
cawthron
parents:
diff changeset
     5
*/
cawthron
parents:
diff changeset
     6
cawthron
parents:
diff changeset
     7
img {
cawthron
parents:
diff changeset
     8
  border: 0;
cawthron
parents:
diff changeset
     9
}
cawthron
parents:
diff changeset
    10
cawthron
parents:
diff changeset
    11
body {
cawthron
parents:
diff changeset
    12
  font-family: Trebuchet MS, Verdana, lucida, arial, helvetica, sans-serif;
cawthron
parents:
diff changeset
    13
  font-size: 12px;
cawthron
parents:
diff changeset
    14
}
cawthron
parents:
diff changeset
    15
cawthron
parents:
diff changeset
    16
cawthron
parents:
diff changeset
    17
a:link    { color: #006699; }
cawthron
parents:
diff changeset
    18
a:visited { color: #663399; }
cawthron
parents:
diff changeset
    19
a:active  { color: #ff9900; }
cawthron
parents:
diff changeset
    20
a:hover   { color: #ff9900; }
cawthron
parents:
diff changeset
    21
cawthron
parents:
diff changeset
    22
/* Ordinary items in the main area */
cawthron
parents:
diff changeset
    23
h1, h2, h3, h4, h5, h6 {
cawthron
parents:
diff changeset
    24
  font-weight: bold;
cawthron
parents:
diff changeset
    25
  font-size: small;
cawthron
parents:
diff changeset
    26
  padding-left: 0.1em;
cawthron
parents:
diff changeset
    27
}
cawthron
parents:
diff changeset
    28
cawthron
parents:
diff changeset
    29
h1 {
cawthron
parents:
diff changeset
    30
  font-size: 14px;
cawthron
parents:
diff changeset
    31
  color: #FF9900;
cawthron
parents:
diff changeset
    32
}
cawthron
parents:
diff changeset
    33
cawthron
parents:
diff changeset
    34
.Bodytext p, h1, h2, h3, h4, h5, h6 {
cawthron
parents:
diff changeset
    35
    margin-top:1px;
cawthron
parents:
diff changeset
    36
    margin-bottom:1px;
cawthron
parents:
diff changeset
    37
    padding-bottom: 1px;
cawthron
parents:
diff changeset
    38
    padding-top: 1px;
cawthron
parents:
diff changeset
    39
    font-size: 12px
cawthron
parents:
diff changeset
    40
}
cawthron
parents:
diff changeset
    41
cawthron
parents:
diff changeset
    42
h2 {
cawthron
parents:
diff changeset
    43
  font-size: 6px
cawthron
parents:
diff changeset
    44
  color: #006699;
cawthron
parents:
diff changeset
    45
}
cawthron
parents:
diff changeset
    46
cawthron
parents:
diff changeset
    47
h3 {
cawthron
parents:
diff changeset
    48
  font-size: medium;
cawthron
parents:
diff changeset
    49
}
cawthron
parents:
diff changeset
    50
cawthron
parents:
diff changeset
    51
h4 {
cawthron
parents:
diff changeset
    52
  padding-left: 0em;
cawthron
parents:
diff changeset
    53
}
cawthron
parents:
diff changeset
    54
cawthron
parents:
diff changeset
    55
h5 {
cawthron
parents:
diff changeset
    56
  padding-left: 0em;
cawthron
parents:
diff changeset
    57
  color: #7F7F7F;
cawthron
parents:
diff changeset
    58
}
cawthron
parents:
diff changeset
    59
cawthron
parents:
diff changeset
    60
h6 {
cawthron
parents:
diff changeset
    61
  padding-left: 0em;
cawthron
parents:
diff changeset
    62
  color: #C0C0C0;
cawthron
parents:
diff changeset
    63
}
cawthron
parents:
diff changeset
    64
cawthron
parents:
diff changeset
    65
cawthron
parents:
diff changeset
    66
.Title {
cawthron
parents:
diff changeset
    67
  text-align: left;
cawthron
parents:
diff changeset
    68
  font-weight: bold;  font-size: 185%;
cawthron
parents:
diff changeset
    69
}
cawthron
parents:
diff changeset
    70
cawthron
parents:
diff changeset
    71
.Author {
cawthron
parents:
diff changeset
    72
  text-align: right;
cawthron
parents:
diff changeset
    73
  font-style: italic;
cawthron
parents:
diff changeset
    74
}
cawthron
parents:
diff changeset
    75
cawthron
parents:
diff changeset
    76
.Abstract {
cawthron
parents:
diff changeset
    77
  margin-left: 9%;
cawthron
parents:
diff changeset
    78
  margin-right: 2%;
cawthron
parents:
diff changeset
    79
  font-style: italic;
cawthron
parents:
diff changeset
    80
  font-size: 12pt;
cawthron
parents:
diff changeset
    81
  font-weight: normal;
cawthron
parents:
diff changeset
    82
 }
cawthron
parents:
diff changeset
    83
 
cawthron
parents:
diff changeset
    84
.Contents1 {
cawthron
parents:
diff changeset
    85
  margin-left: 3%;
cawthron
parents:
diff changeset
    86
  margin-right: 2%;
cawthron
parents:
diff changeset
    87
}
cawthron
parents:
diff changeset
    88
cawthron
parents:
diff changeset
    89
.Contents2 {
cawthron
parents:
diff changeset
    90
  margin-left: 9%;
cawthron
parents:
diff changeset
    91
  margin-right: 2%;
cawthron
parents:
diff changeset
    92
}
cawthron
parents:
diff changeset
    93
cawthron
parents:
diff changeset
    94
.Head1 {
cawthron
parents:
diff changeset
    95
  margin-left: 0%;
cawthron
parents:
diff changeset
    96
}
cawthron
parents:
diff changeset
    97
cawthron
parents:
diff changeset
    98
.Head2 {
cawthron
parents:
diff changeset
    99
  margin-left: 3%;
cawthron
parents:
diff changeset
   100
}
cawthron
parents:
diff changeset
   101
cawthron
parents:
diff changeset
   102
.Head3 {
cawthron
parents:
diff changeset
   103
  margin-left: 6%;
cawthron
parents:
diff changeset
   104
}
cawthron
parents:
diff changeset
   105
cawthron
parents:
diff changeset
   106
.Bodytext {
cawthron
parents:
diff changeset
   107
  margin-left: 9%;
cawthron
parents:
diff changeset
   108
  margin-right: 2%;
cawthron
parents:
diff changeset
   109
}
cawthron
parents:
diff changeset
   110
cawthron
parents:
diff changeset
   111
code, pre, .CodeBlock, tt, kbd, samp {
cawthron
parents:
diff changeset
   112
  font-family: courier new, courier, lucida console, lucida typewriter, monospace;
cawthron
parents:
diff changeset
   113
}
cawthron
parents:
diff changeset
   114
cawthron
parents:
diff changeset
   115
/* Areas in the navigation area */
cawthron
parents:
diff changeset
   116
.breadcrumbNav, .breadcrumbNav a:link, .breadcrumbNav a:visited {
cawthron
parents:
diff changeset
   117
  color: #006699;
cawthron
parents:
diff changeset
   118
}
cawthron
parents:
diff changeset
   119
.breadcrumbNav a:link, .breadcrumbNav a:visited {
cawthron
parents:
diff changeset
   120
  text-decoration: underline;
cawthron
parents:
diff changeset
   121
}
cawthron
parents:
diff changeset
   122
.breadcrumbNav {
cawthron
parents:
diff changeset
   123
  margin: 0.0em;
cawthron
parents:
diff changeset
   124
  padding: 0.0em;
cawthron
parents:
diff changeset
   125
  text-align: left;
cawthron
parents:
diff changeset
   126
  font-weight: bold;
cawthron
parents:
diff changeset
   127
 /* visibility: hidden; */
cawthron
parents:
diff changeset
   128
}
cawthron
parents:
diff changeset
   129
.breadcrumbNav .separator {
cawthron
parents:
diff changeset
   130
  color: #ff9900;
cawthron
parents:
diff changeset
   131
}
cawthron
parents:
diff changeset
   132
cawthron
parents:
diff changeset
   133
.breadcrumbNavRi{
cawthron
parents:
diff changeset
   134
	font-size: 8pt;
cawthron
parents:
diff changeset
   135
}
cawthron
parents:
diff changeset
   136
cawthron
parents:
diff changeset
   137
.breadcrumbNavRi .separator {
cawthron
parents:
diff changeset
   138
  color: #ff9900;
cawthron
parents:
diff changeset
   139
}
cawthron
parents:
diff changeset
   140
cawthron
parents:
diff changeset
   141
.LogoBox { border-bottom: solid #ff9900 2px; }
cawthron
parents:
diff changeset
   142
cawthron
parents:
diff changeset
   143
.copyrightStatement {
cawthron
parents:
diff changeset
   144
  font-size: 12px;
cawthron
parents:
diff changeset
   145
}
cawthron
parents:
diff changeset
   146
cawthron
parents:
diff changeset
   147
/* Blocks of special information */
cawthron
parents:
diff changeset
   148
.Structure, .CodeBlock, .Prototype, .Instructions, .Process, .Concept,
cawthron
parents:
diff changeset
   149
.Guideline, .DataDescription, .Classification, .Example {
cawthron
parents:
diff changeset
   150
  padding: 0.33em;
cawthron
parents:
diff changeset
   151
  border: solid white 1px; /* Netscape 4.x workaround. */
cawthron
parents:
diff changeset
   152
  background-color: #dddddd;
cawthron
parents:
diff changeset
   153
  display: block;
cawthron
parents:
diff changeset
   154
  width: 99%;
cawthron
parents:
diff changeset
   155
  margin-right: 1%;
cawthron
parents:
diff changeset
   156
}
cawthron
parents:
diff changeset
   157
cawthron
parents:
diff changeset
   158
.CodeBlock, .Prototype {
cawthron
parents:
diff changeset
   159
  border: solid white 1px;
cawthron
parents:
diff changeset
   160
  background-color: #f6f6f9;
cawthron
parents:
diff changeset
   161
}
cawthron
parents:
diff changeset
   162
cawthron
parents:
diff changeset
   163
cawthron
parents:
diff changeset
   164
/* CodeBlocks in blue boxes want to be blue too. */
cawthron
parents:
diff changeset
   165
.Structure       .CodeBlock,
cawthron
parents:
diff changeset
   166
.Instructions    .CodeBlock,
cawthron
parents:
diff changeset
   167
.Process         .CodeBlock,
cawthron
parents:
diff changeset
   168
.Concept         .CodeBlock,
cawthron
parents:
diff changeset
   169
.Guideline       .CodeBlock,
cawthron
parents:
diff changeset
   170
.DataDescription .CodeBlock,
cawthron
parents:
diff changeset
   171
.Classification  .CodeBlock,
cawthron
parents:
diff changeset
   172
.Example         .CodeBlock
cawthron
parents:
diff changeset
   173
{
cawthron
parents:
diff changeset
   174
  background-color: #cccccc;
cawthron
parents:
diff changeset
   175
  border: solid #dddddd 1px;
cawthron
parents:
diff changeset
   176
}
cawthron
parents:
diff changeset
   177
cawthron
parents:
diff changeset
   178
cawthron
parents:
diff changeset
   179
/* Tables. It would be nice to have the cell and border colours adapt
cawthron
parents:
diff changeset
   180
to whatever the background colour is rather than just being grey. */
cawthron
parents:
diff changeset
   181
td.Cell {
cawthron
parents:
diff changeset
   182
  background-color: white;
cawthron
parents:
diff changeset
   183
  color: black;
cawthron
parents:
diff changeset
   184
  /*text-align: left;*/
cawthron
parents:
diff changeset
   185
}
cawthron
parents:
diff changeset
   186
cawthron
parents:
diff changeset
   187
th.Cell {
cawthron
parents:
diff changeset
   188
  background-color: #eeeeee;
cawthron
parents:
diff changeset
   189
  color: black;
cawthron
parents:
diff changeset
   190
  text-align: left;
cawthron
parents:
diff changeset
   191
  font-weight: bold;
cawthron
parents:
diff changeset
   192
}
cawthron
parents:
diff changeset
   193
cawthron
parents:
diff changeset
   194
.TableWrap, .ValueTableWrap {
cawthron
parents:
diff changeset
   195
  background-color: #aaaaaa;
cawthron
parents:
diff changeset
   196
  color: white;
cawthron
parents:
diff changeset
   197
}
cawthron
parents:
diff changeset
   198
cawthron
parents:
diff changeset
   199
/* Figures */
cawthron
parents:
diff changeset
   200
/* This was messing up IE5's tables...
cawthron
parents:
diff changeset
   201
.Figure {
cawthron
parents:
diff changeset
   202
  margin-left: 5%;
cawthron
parents:
diff changeset
   203
  margin-right: 5%;
cawthron
parents:
diff changeset
   204
}
cawthron
parents:
diff changeset
   205
*/
cawthron
parents:
diff changeset
   206
cawthron
parents:
diff changeset
   207
.Figure .Caption, .Figure .Image, .RelatedItems .Image {
cawthron
parents:
diff changeset
   208
  text-align: center;
cawthron
parents:
diff changeset
   209
}
cawthron
parents:
diff changeset
   210
cawthron
parents:
diff changeset
   211
.Caption {
cawthron
parents:
diff changeset
   212
  font-style: italic;
cawthron
parents:
diff changeset
   213
}
cawthron
parents:
diff changeset
   214
cawthron
parents:
diff changeset
   215
/* Other */
cawthron
parents:
diff changeset
   216
.unresolvedLink {
cawthron
parents:
diff changeset
   217
  color: #ff0000;
cawthron
parents:
diff changeset
   218
  background-color: #ffddbb;
cawthron
parents:
diff changeset
   219
}
cawthron
parents:
diff changeset
   220
cawthron
parents:
diff changeset
   221
/* Glossary layout */
cawthron
parents:
diff changeset
   222
.Glossary dt { margin-top: 1.5em; }
cawthron
parents:
diff changeset
   223
cawthron
parents:
diff changeset
   224
.highlight { color: white; background: #006699; font-weight: bold; }
cawthron
parents:
diff changeset
   225
cawthron
parents:
diff changeset
   226
.searchheading { font-weight: bold; }
cawthron
parents:
diff changeset
   227
cawthron
parents:
diff changeset
   228
.summary { color: red; }
cawthron
parents:
diff changeset
   229
/* Index page */
cawthron
parents:
diff changeset
   230
.indexlink,.indexsummary,.indextitle
cawthron
parents:
diff changeset
   231
{
cawthron
parents:
diff changeset
   232
    padding: 0em;
cawthron
parents:
diff changeset
   233
/*    margin-left: 3%;*/
cawthron
parents:
diff changeset
   234
    margin-top: 2px;
cawthron
parents:
diff changeset
   235
    margin-bottom: 2px;
cawthron
parents:
diff changeset
   236
}
cawthron
parents:
diff changeset
   237
cawthron
parents:
diff changeset
   238
.indextitle
cawthron
parents:
diff changeset
   239
{
cawthron
parents:
diff changeset
   240
    margin-top: 18px;
cawthron
parents:
diff changeset
   241
    margin-bottom: 6px;
cawthron
parents:
diff changeset
   242
}
cawthron
parents:
diff changeset
   243
cawthron
parents:
diff changeset
   244
.indexsummary
cawthron
parents:
diff changeset
   245
{
cawthron
parents:
diff changeset
   246
    margin-left: 12px;
cawthron
parents:
diff changeset
   247
    font-size: 95%;
cawthron
parents:
diff changeset
   248
}
cawthron
parents:
diff changeset
   249
cawthron
parents:
diff changeset
   250
/* API item */
cawthron
parents:
diff changeset
   251
.apiAbstract
cawthron
parents:
diff changeset
   252
{
cawthron
parents:
diff changeset
   253
    /* padding: 0em; */
cawthron
parents:
diff changeset
   254
/*    margin-left: 3%;*/
cawthron
parents:
diff changeset
   255
    margin-top: 3px;
cawthron
parents:
diff changeset
   256
    /* margin-bottom: 2px; */
cawthron
parents:
diff changeset
   257
    margin-left: 6px;
cawthron
parents:
diff changeset
   258
    font-size: 95%;
cawthron
parents:
diff changeset
   259
}
cawthron
parents:
diff changeset
   260
cawthron
parents:
diff changeset
   261
.ApiItem
cawthron
parents:
diff changeset
   262
{
cawthron
parents:
diff changeset
   263
    font-size: 95%;
cawthron
parents:
diff changeset
   264
}
cawthron
parents:
diff changeset
   265
cawthron
parents:
diff changeset
   266
code {
cawthron
parents:
diff changeset
   267
    font-size: 90%;
cawthron
parents:
diff changeset
   268
}
cawthron
parents:
diff changeset
   269
cawthron
parents:
diff changeset
   270
pre code {
cawthron
parents:
diff changeset
   271
        margin-left: 9%;
cawthron
parents:
diff changeset
   272
        margin-right: 2%;
cawthron
parents:
diff changeset
   273
}
cawthron
parents:
diff changeset
   274
cawthron
parents:
diff changeset
   275
/* for partner css */
cawthron
parents:
diff changeset
   276
#button_box img, td.ButtonBottomBox img {
cawthron
parents:
diff changeset
   277
height:15px;
cawthron
parents:
diff changeset
   278
width:16px;
cawthron
parents:
diff changeset
   279
}