debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/sysdoc-eclipse.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
/*	Add whitespace around entire display to avoid crowding edges of view 	*/
cawthron
parents:
diff changeset
     2
html {
cawthron
parents:
diff changeset
     3
	margin: 10px;
cawthron
parents:
diff changeset
     4
	}
cawthron
parents:
diff changeset
     5
cawthron
parents:
diff changeset
     6
/* 	Set default font to serif style, 12-pt and plain	*/
cawthron
parents:
diff changeset
     7
body {
cawthron
parents:
diff changeset
     8
	font-family: Georgia, "Times New Roman", Times, serif;
cawthron
parents:
diff changeset
     9
	font-size: 12px;
cawthron
parents:
diff changeset
    10
	font-weight: plain;
cawthron
parents:
diff changeset
    11
}
cawthron
parents:
diff changeset
    12
cawthron
parents:
diff changeset
    13
/*	Use sans-serif fonts for all title styles and Nokia blue	*/
cawthron
parents:
diff changeset
    14
h1, h2, h3, h4, h5, h6, strong, em {
cawthron
parents:
diff changeset
    15
	font-family: Arial, Helvetica, sans-serif;
cawthron
parents:
diff changeset
    16
	color: #333;	
cawthron
parents:
diff changeset
    17
	}
cawthron
parents:
diff changeset
    18
cawthron
parents:
diff changeset
    19
/*	For headlines at the top of a view, add space and a gray line underneath	*/
cawthron
parents:
diff changeset
    20
h2, h3	{
cawthron
parents:
diff changeset
    21
	padding:10px 0px;	
cawthron
parents:
diff changeset
    22
	}
cawthron
parents:
diff changeset
    23
	
cawthron
parents:
diff changeset
    24
li	{
cawthron
parents:
diff changeset
    25
	margin-bottom:8px;	
cawthron
parents:
diff changeset
    26
	margin-top:8px;	
cawthron
parents:
diff changeset
    27
	}
cawthron
parents:
diff changeset
    28
cawthron
parents:
diff changeset
    29
/* p.listing in Nile.css */
cawthron
parents:
diff changeset
    30
.CodeBlock	{
cawthron
parents:
diff changeset
    31
	font-family: "Courier New", Courier, mono;
cawthron
parents:
diff changeset
    32
	color: #009;
cawthron
parents:
diff changeset
    33
	background-color: #EEE; 
cawthron
parents:
diff changeset
    34
	padding: 10px 0px;
cawthron
parents:
diff changeset
    35
	margin: 10px 0px;
cawthron
parents:
diff changeset
    36
	}
cawthron
parents:
diff changeset
    37
cawthron
parents:
diff changeset
    38
pre	{
cawthron
parents:
diff changeset
    39
	font-family: "Courier New", Courier, mono;
cawthron
parents:
diff changeset
    40
	font-size: 12px;
cawthron
parents:
diff changeset
    41
	color: #333;
cawthron
parents:
diff changeset
    42
	}
cawthron
parents:
diff changeset
    43
cawthron
parents:
diff changeset
    44
/* Tables. */
cawthron
parents:
diff changeset
    45
	
cawthron
parents:
diff changeset
    46
table	{
cawthron
parents:
diff changeset
    47
	border: 1px solid #5990D0;
cawthron
parents:
diff changeset
    48
	table-layout: auto;
cawthron
parents:
diff changeset
    49
	}
cawthron
parents:
diff changeset
    50
cawthron
parents:
diff changeset
    51
td, th	{
cawthron
parents:
diff changeset
    52
	border: 1px solid #5990D0;
cawthron
parents:
diff changeset
    53
	padding: 5px;
cawthron
parents:
diff changeset
    54
	vertical-align:top;
cawthron
parents:
diff changeset
    55
	}
cawthron
parents:
diff changeset
    56
	
cawthron
parents:
diff changeset
    57
th	{
cawthron
parents:
diff changeset
    58
	background-color:#5990D0;
cawthron
parents:
diff changeset
    59
	color:#FFF;
cawthron
parents:
diff changeset
    60
	}
cawthron
parents:
diff changeset
    61
cawthron
parents:
diff changeset
    62
/* Lists from nile.css */
cawthron
parents:
diff changeset
    63
div.ol.p	{
cawthron
parents:
diff changeset
    64
	margin-left: 3em;
cawthron
parents:
diff changeset
    65
	}
cawthron
parents:
diff changeset
    66
cawthron
parents:
diff changeset
    67
div ol > li	{
cawthron
parents:
diff changeset
    68
	font-weight:bold;
cawthron
parents:
diff changeset
    69
	}
cawthron
parents:
diff changeset
    70
cawthron
parents:
diff changeset
    71
/* Figures */
cawthron
parents:
diff changeset
    72
cawthron
parents:
diff changeset
    73
.Figure .Caption, .Figure .Image, .RelatedItems .Image {
cawthron
parents:
diff changeset
    74
  text-align: center;
cawthron
parents:
diff changeset
    75
}
cawthron
parents:
diff changeset
    76
cawthron
parents:
diff changeset
    77
/* p.figure in Nile.css*/
cawthron
parents:
diff changeset
    78
.Caption {
cawthron
parents:
diff changeset
    79
	color: #5990D0;
cawthron
parents:
diff changeset
    80
	text-align: center;
cawthron
parents:
diff changeset
    81
	font-weight: bold;
cawthron
parents:
diff changeset
    82
}
cawthron
parents:
diff changeset
    83
cawthron
parents:
diff changeset
    84
/* Other */
cawthron
parents:
diff changeset
    85
cawthron
parents:
diff changeset
    86
.Prototype {
cawthron
parents:
diff changeset
    87
  border: solid white 1px;
cawthron
parents:
diff changeset
    88
  background-color: #dddddd;
cawthron
parents:
diff changeset
    89
}
cawthron
parents:
diff changeset
    90
cawthron
parents:
diff changeset
    91
.copyrightStatement {
cawthron
parents:
diff changeset
    92
  font-size: 12px;
cawthron
parents:
diff changeset
    93
  color:			#006699;             /* Symbian blue */
cawthron
parents:
diff changeset
    94
}
cawthron
parents:
diff changeset
    95
cawthron
parents:
diff changeset
    96
.unresolvedLink {
cawthron
parents:
diff changeset
    97
  color: #ff0000;
cawthron
parents:
diff changeset
    98
  background-color: #ffddbb;
cawthron
parents:
diff changeset
    99
}
cawthron
parents:
diff changeset
   100
cawthron
parents:
diff changeset
   101
/* Glossary */
cawthron
parents:
diff changeset
   102
.Glossary dt { margin-top: 1.5em; }