core/com.nokia.carbide.cpp.doc.user/book.css
branchRCL_2_2
changeset 524 227eeddd4067
parent 310 053edbc2de87
child 556 94a55409a821
--- a/core/com.nokia.carbide.cpp.doc.user/book.css	Tue Oct 06 10:32:45 2009 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/book.css	Wed Oct 07 14:02:35 2009 -0500
@@ -5,30 +5,29 @@
 */
 
 /*	Add whitespace around entire display to avoid crowding edges of view 	*/
-/* 	20070523-Removed top margin size to close gap between location breadcrumbs and page title	*/
 html {
 	margin: 2px 10px 10px 10px;
 	}
 
-/* 	Set default font to serif style, 12-pt and plain	*/
+/* 20091007 added verdana and ariel to list to match SFO website fonts choices */
 body, p, table {
-	font-family: Verdana, Helvetica, sans-serif;
-	font-size: 13px;
+	font-family: Verdana, Ariel, Helvetica, sans-serif;
+	font-size: 0.9em;
 	font-weight: normal;
 }
 
-/*	Use sans-serif fonts for all title styles	*/
 h1, h2, h3, h4, h5, h6, strong, em {
-	font-family: Verdana, Helvetica, sans-serif;
+	font-family: Verdana, Ariel, Helvetica, sans-serif;
 	color: #000000;	
 	}
 
-h1	{ font-size:20px }
-h2	{ font-size:18px }
-h3	{ font-size:16px }
-h4	{ font-size:14px }
-h5	{ font-size:13px }
-h6	{ font-size:12px }
+/* 20091007 - changed sizes to use em versus px */
+h1 { font-size: 1.3em }
+h2 { font-size: 1.2em }
+h3 { font-size: 1.1em }
+h4 { font-size: 1.0em }
+h5 { font-size: 0.9em }
+h6 { font-size: 0.8em }
 
 /*	For headlines at the top of a view, add space	*/
 /*	20090224-changed green fade to gold header image	*/
@@ -38,6 +37,10 @@
 	padding:10px 0px 10px 12px;	
 	}
 
+/* 20091007 SFO styling added */
+h1.NavTitle		{ font-size: 1.2em }
+h3	.NavListTitle 	{ font-size: 1.1em }
+
 li	{
 	margin-bottom:8px;	
 	margin-top:8px;
@@ -48,21 +51,22 @@
 	padding-top:10px;
 	margin-top:20px;
 	border-top:1px solid #999;
-	font-family: Verdana, Helvetica, sans-serif;
-	font-size: 11px;
-	color:#333;
+	font-family: Verdana, Ariel, Helvetica, sans-serif;
+	font-size: 0.8em;
+	color: #333333;
 	}
 
 .listing	{
+	background-color: #ffe869;
 	font-family: "Courier New", Courier, mono;
+	font-size: 1.1em;
 	color: #000000;
-	background-color: #FFFFCC;
 	margin: 5px 0px;
 	}
 		
 .code, pre	{
 	font-family: "Courier New", Courier, mono;
-	font-size: 13px;
+	font-size: 1.1em;
 	color: #000000;
 	}
 
@@ -88,7 +92,6 @@
 table	{
 	border: solid #999 1px;
 	table-layout: auto;
-	font-size: 13px;
 	}
 
 td, th	{
@@ -97,11 +100,8 @@
 	vertical-align:top;
 	}
 	
-/*	20070522-replaced gray with green background to match gradiant color for title	*/
 th	{
-	background-color:#FFC550;	/* background-color:#acd79b;
-	background-color:#999;
-	color:#FFF; */
+	background-color: #ffd62c;
 	}
 
 div.ol.p	{
@@ -118,11 +118,9 @@
 	font-weight:normal;
 	}
 	
-/* Make all H4 and H5 items appear in bold gray against a light green background */
 div h5, div h4	{
 	padding:5px 0px 5px 12px;
-	background-color:#FDCB2F;
-	/* background-color: #EEE; */
+	background-color: #ffd62c;
 	font-weight:bold;
 	color: #000000;
 	}
@@ -130,8 +128,6 @@
 	
 /*	Notes stand out using a light top & bottom borders with dark gray text	*/
 p.note {
-	/* color: #03C; */
-	/* background-color: #FFFF99; */
 	color: #333;
 	padding: 5px;
 	margin-left: 1em;
@@ -143,11 +139,12 @@
 	
 /*	Figure/Listing/Table titles are centered and gray	*/
 p.figure {
-	color: #333;
+	color: #026690;
 	text-align: center;
 	font-weight: bold;
 	}
 
+
 /*	highly visible red background and white text for things that need fixing before release	*/
 /*  SHOULD NOT BE PRESENT IN RELEASED PRODUCTS */
 .fix	{
@@ -163,14 +160,14 @@
 	}
 	
 .titleSmall {
-	font-family: Helvetica, sans-serif;
-	font-size: 11px;
+	font-family: Verdana, Ariel, Helvetica, sans-serif;
+	font-size: 0.8em;
 	}
 
 	
 .plain {
-	font-family: Helvetica, sans-serif;
-	font-size: 12px;
+	font-family: Verdana, Ariel, Helvetica, sans-serif;
+	font-size: 0.9em;
 	font-style: normal;
 	line-height: normal;
 	font-weight: normal;
@@ -179,6 +176,6 @@
 	text-decoration: none;
 	}
 
-a:link 		{ color: #0033CC }
+a:link 		{ color: #026690 }
 a:visited	{ color: #555555 }
-a:hover 	{ color: #0033CC }
+a:hover 	{ color: #FFD62C }