[bug 9345] Revised text to bold and revised new feature icons
authorfturovic <frank.turovich@nokia.com>
Wed, 01 Jul 2009 14:02:12 -0500
changeset 340 d3f2d3855b73
parent 339 1884f0a9cb72
child 341 d31a66f9880b
[bug 9345] Revised text to bold and revised new feature icons
core/com.nokia.carbide.cpp/themes/carbide/graphics/icons/obj48/new_obj.gif
core/com.nokia.carbide.cpp/themes/carbide/graphics/icons/obj48/newhov_obj.gif
core/com.nokia.carbide.cpp/themes/carbide/html/shared.css
Binary file core/com.nokia.carbide.cpp/themes/carbide/graphics/icons/obj48/new_obj.gif has changed
Binary file core/com.nokia.carbide.cpp/themes/carbide/graphics/icons/obj48/newhov_obj.gif has changed
--- a/core/com.nokia.carbide.cpp/themes/carbide/html/shared.css	Wed Jul 01 13:14:26 2009 -0500
+++ b/core/com.nokia.carbide.cpp/themes/carbide/html/shared.css	Wed Jul 01 14:02:12 2009 -0500
@@ -12,12 +12,12 @@
 /* 
  * Set up general fonts, sizes and colors 
  */
-body { font-family : Helvetica, sans-serif; }
+body { font-family : Verdana, Helvetica, sans-serif; }
 
 H1, H2, H3, H4, p, a { color : #0A94D6; }
 
 .intro-header H1 {
-	font-family: Helvetica, sans-serif;
+	font-family: Verdana, Helvetica, sans-serif;
 	font-size: 20px;
 	color: #0A94D6;
 }
@@ -25,7 +25,7 @@
 h2 {
 	font-size : 13pt;
 	font-weight : normal;
-	color : #333333;
+	color : #EEEEEE;
 }
 /* For regular div labels */
 H4 .div-label {
@@ -44,8 +44,8 @@
 /* For the main page content's title */
 #content-header H4 .div-label {
 	font-size : 14pt;
-	font-weight : normal;
-	color : #333333;
+	font-weight : bold;
+	color : #0A94D6;
 	float : none;
 	clear : both;
 }
@@ -75,7 +75,7 @@
 #navigation-links a .link-label {
 	font-size : 9pt;
 	font-weight : normal;
-	color : #00A1D0;
+	color : #0A94D6;
 }
 
 a .text {
@@ -357,7 +357,9 @@
 	vertical-align : middle;
 }	
 
+/* Controls link titles on welcome page */
 #page-content * a .link-label {
+	font-weight : bold;
 	display : block;
 	position : relative;
 	top : -50px;
@@ -367,6 +369,7 @@
 
 #page-content * a > .link-label { left: 65px; }
 
+/* Controls text description 0n welcome page */
 #page-content * a p .text {
 	display : block;
 	position : relative;
@@ -374,6 +377,7 @@
 	margin-bottom: -25px;
 	left : 53px;
 	margin-right: 53px;
+	color: #000;
 }
 
 #page-content * a p > .text { left: 58px; }
@@ -396,7 +400,7 @@
 	float : none;
 	clear : both;
 	text-align : left;
-	color: #0A94D6;
+	/* color: #000000; */
 	/* Carbide branding mod
 	margin-bottom : 0px;
 	/* background-image : url(../graphics/contentpage/page-link-wide.gif); */