carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/reference/api/stylesheet.css
author stechong
Thu, 16 Apr 2009 14:40:22 -0500
branchRCL_2_0
changeset 100 b7cd497951b7
parent 2 d760517a8095
permissions -rw-r--r--
Updated JUnit tests for Bug 8890.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
/* Javadoc style sheet */
cawthron
parents:
diff changeset
     2
cawthron
parents:
diff changeset
     3
/* Define colors, fonts and other style attributes here to override the defaults */
cawthron
parents:
diff changeset
     4
cawthron
parents:
diff changeset
     5
/* Page background color */
cawthron
parents:
diff changeset
     6
body { background-color: #FFFFFF }
cawthron
parents:
diff changeset
     7
cawthron
parents:
diff changeset
     8
/* Headings */
cawthron
parents:
diff changeset
     9
h1 { font-size: 145% }
cawthron
parents:
diff changeset
    10
cawthron
parents:
diff changeset
    11
/* Table colors */
cawthron
parents:
diff changeset
    12
.TableHeadingColor     { background: #CCCCFF } /* Dark mauve */
cawthron
parents:
diff changeset
    13
.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
cawthron
parents:
diff changeset
    14
.TableRowColor         { background: #FFFFFF } /* White */
cawthron
parents:
diff changeset
    15
cawthron
parents:
diff changeset
    16
/* Font used in left-hand frame lists */
cawthron
parents:
diff changeset
    17
.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
cawthron
parents:
diff changeset
    18
.FrameHeadingFont { font-size:  90%; font-family: Helvetica, Arial, sans-serif }
cawthron
parents:
diff changeset
    19
.FrameItemFont    { font-size:  90%; font-family: Helvetica, Arial, sans-serif }
cawthron
parents:
diff changeset
    20
cawthron
parents:
diff changeset
    21
/* Navigation bar fonts and colors */
cawthron
parents:
diff changeset
    22
.NavBarCell1    { background-color:#EEEEFF;} /* Light mauve */
cawthron
parents:
diff changeset
    23
.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */
cawthron
parents:
diff changeset
    24
.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
cawthron
parents:
diff changeset
    25
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
cawthron
parents:
diff changeset
    26
cawthron
parents:
diff changeset
    27
.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
cawthron
parents:
diff changeset
    28
.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
cawthron
parents:
diff changeset
    29
cawthron
parents:
diff changeset
    30
/*	Footer includes space and a gray line above the company logo	*/
cawthron
parents:
diff changeset
    31
#footer {
cawthron
parents:
diff changeset
    32
	padding-top:10px;
cawthron
parents:
diff changeset
    33
	margin-top:20px;
cawthron
parents:
diff changeset
    34
	border-top:1px solid #999;
cawthron
parents:
diff changeset
    35
	font-family: Verdana, Arial, Helvetica, sans-serif;
cawthron
parents:
diff changeset
    36
	font-size: 10px;
cawthron
parents:
diff changeset
    37
	color: #333;	
cawthron
parents:
diff changeset
    38
	}