core/com.nokia.carbide.cpp/book.css
changeset 1648 0d551b392c77
parent 1640 4891d49809bb
child 1696 38df3a235147
--- a/core/com.nokia.carbide.cpp/book.css	Tue Jul 20 16:42:21 2010 -0500
+++ b/core/com.nokia.carbide.cpp/book.css	Tue Jul 20 16:45:01 2010 -0500
@@ -1,5 +1,5 @@
 /*	
-	Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
+	Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
 	All rights reserved. 
 	License: http://www.eclipse.org/legal/epl-v10.html
 */
@@ -12,7 +12,7 @@
 /* 20091007 added verdana and ariel to list to match SFO website fonts choices */
 body, p, table, li {
 	font-family: Verdana, Ariel, Helvetica, sans-serif;
-	font-size: 1em;
+	font-size: 1.0em;
 	font-weight: normal;
 }
 
@@ -32,11 +32,15 @@
 /*	For headlines at the top of a view, add space	*/
 /*	20090224-changed green fade to gold header image	*/
 h1, h2, h3 {
-	background-image: url(icons/gold_header.png);
+	background-image: url(html/images/gold_header.png);
 	background-repeat: no-repeat;
 	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;
@@ -53,7 +57,7 @@
 	}
 
 .listing	{
-	background-color: #ffe869;
+	background-color: #FFFFCC;
 	font-family: "Courier New", Courier, mono;
 	font-size: 1.1em;
 	color: #000000;
@@ -97,7 +101,7 @@
 	}
 	
 th	{
-	background-color: #8FCAE7;
+	background-color: #66CC66;
 	}
 
 div.ol.p	{
@@ -116,7 +120,7 @@
 	
 div h5, div h4	{
 	padding:5px 0px 5px 12px;
-	background-color: #ffd62c;
+	background-color: #D3DAD4;
 	font-weight:bold;
 	color: #000000;
 	}
@@ -174,4 +178,4 @@
 
 a:link 		{ color: #026690 }
 a:visited	{ color: #555555 }
-aa:hover 	{ color: #FFD62C }
+a:hover 	{ color: #FFD62C }