# HG changeset patch # User fturovic # Date 1245356778 18000 # Node ID 897d32e5ad8402bfca626a419635c11a70a83b4b # Parent c37d2c7f2656b38b1254629a964668c8ed409f4a BRANDING minor edits to color settings to match SFO colors diff -r c37d2c7f2656 -r 897d32e5ad84 core/com.nokia.carbide.cpp/themes/carbide/html/firststeps.css --- a/core/com.nokia.carbide.cpp/themes/carbide/html/firststeps.css Thu Jun 18 15:25:33 2009 -0500 +++ b/core/com.nokia.carbide.cpp/themes/carbide/html/firststeps.css Thu Jun 18 15:26:18 2009 -0500 @@ -10,7 +10,7 @@ *******************************************************************************/ body { - background-image : url(../graphics/root/background.jpg); + /* background-image : url(../graphics/root/background.jpg); */ } /* show the "selected" image for this page */ diff -r c37d2c7f2656 -r 897d32e5ad84 core/com.nokia.carbide.cpp/themes/carbide/html/migrate.css --- a/core/com.nokia.carbide.cpp/themes/carbide/html/migrate.css Thu Jun 18 15:25:33 2009 -0500 +++ b/core/com.nokia.carbide.cpp/themes/carbide/html/migrate.css Thu Jun 18 15:26:18 2009 -0500 @@ -10,7 +10,7 @@ *******************************************************************************/ body { - background-image : url(../graphics/root/background.jpg); + /* background-image : url(../graphics/root/background.jpg); */ } /* show the "selected" image for this page */ diff -r c37d2c7f2656 -r 897d32e5ad84 core/com.nokia.carbide.cpp/themes/carbide/html/overview.css --- a/core/com.nokia.carbide.cpp/themes/carbide/html/overview.css Thu Jun 18 15:25:33 2009 -0500 +++ b/core/com.nokia.carbide.cpp/themes/carbide/html/overview.css Thu Jun 18 15:26:18 2009 -0500 @@ -10,7 +10,7 @@ *******************************************************************************/ body { - background-image : url(../graphics/root/background.jpg); + /* background-image : url(../graphics/root/background.jpg); */ } /* show the "selected" image for this page */ diff -r c37d2c7f2656 -r 897d32e5ad84 core/com.nokia.carbide.cpp/themes/carbide/html/root.css --- a/core/com.nokia.carbide.cpp/themes/carbide/html/root.css Thu Jun 18 15:25:33 2009 -0500 +++ b/core/com.nokia.carbide.cpp/themes/carbide/html/root.css Thu Jun 18 15:26:18 2009 -0500 @@ -16,13 +16,13 @@ .intro-header H1 { font-family: Helvetica, sans-serif; font-size: 20px; - color: #00A1D0; + color: #0A94D6; } #page-links a .link-label, #action-links a .link-label { font-size : 13pt; font-weight : 600; - color : #00A1D0; + color : #0A94D6; } #page-links a p .text, #action-links a p .text { font-size : 13pt; @@ -45,14 +45,14 @@ min-width : 770px; /* since IE doesn't support min-width, use expression */ width:expression(document.body.clientWidth < 770? "770px": "auto" ); - background-image : url(../graphics/root/background.jpg); + /* background-image : url(../graphics/root/background.jpg); */ background-repeat : no-repeat; background-position : top left; - background-color : #7169D1; + /* background-color : #7169D1; */ } #root { /* - background-image : url(../graphics/root/brandmark.gif); + /* background-image : url(../graphics/root/brandmark.gif); */ */ background-repeat : no-repeat; background-position : bottom left; diff -r c37d2c7f2656 -r 897d32e5ad84 core/com.nokia.carbide.cpp/themes/carbide/html/samples.css --- a/core/com.nokia.carbide.cpp/themes/carbide/html/samples.css Thu Jun 18 15:25:33 2009 -0500 +++ b/core/com.nokia.carbide.cpp/themes/carbide/html/samples.css Thu Jun 18 15:26:18 2009 -0500 @@ -10,7 +10,7 @@ *******************************************************************************/ body { - background-image : url(../graphics/root/background.jpg); + /* background-image : url(../graphics/root/background.jpg); */ } /* show the "selected" image for this page */ diff -r c37d2c7f2656 -r 897d32e5ad84 core/com.nokia.carbide.cpp/themes/carbide/html/shared.css --- a/core/com.nokia.carbide.cpp/themes/carbide/html/shared.css Thu Jun 18 15:25:33 2009 -0500 +++ b/core/com.nokia.carbide.cpp/themes/carbide/html/shared.css Thu Jun 18 15:26:18 2009 -0500 @@ -14,12 +14,12 @@ */ body { font-family : Helvetica, sans-serif; } -H1, H2, H3, H4, p, a { color : #4D4D4D; } +H1, H2, H3, H4, p, a { color : #0A94D6; } .intro-header H1 { font-family: Helvetica, sans-serif; font-size: 20px; - color: #00A1D0; + color: #0A94D6; } h2 { @@ -38,7 +38,7 @@ width: 90%; align: left; height : 1px; - color : #dfdfe4; + color : #0A94D6; } /* For the main page content's title */ @@ -154,7 +154,7 @@ height : 164px; position : absolute; top : 0px; - background-image : url(../graphics/contentpage/backgroundcurve.gif); + /* background-image : url(../graphics/contentpage/backgroundcurve.gif); */ background-repeat : no-repeat; background-position : top center; margin : 0; @@ -186,7 +186,7 @@ .page { min-height : 475px; - background-image : url(../graphics/contentpage/background.jpg); + /* background-image : url(../graphics/root/background.jpg); */ background-repeat : repeat-x; background-position : top left; } @@ -399,7 +399,7 @@ color: #03c; /* Carbide branding mod margin-bottom : 0px; - background-image : url(../graphics/contentpage/page-link-wide.gif); + /* background-image : url(../graphics/contentpage/page-link-wide.gif); */ background-repeat:no-repeat; background-position : top left; */ diff -r c37d2c7f2656 -r 897d32e5ad84 core/com.nokia.carbide.cpp/themes/carbide/html/standby.css --- a/core/com.nokia.carbide.cpp/themes/carbide/html/standby.css Thu Jun 18 15:25:33 2009 -0500 +++ b/core/com.nokia.carbide.cpp/themes/carbide/html/standby.css Thu Jun 18 15:26:18 2009 -0500 @@ -16,19 +16,19 @@ .intro-header H1 { font-family: Helvetica, sans-serif; font-size: 20px; - color: #00A1D0; + color: #0A94D6; } #page-links a .link-label, #action-links a .link-label { font-size : 13pt; font-weight : 600; - color : #1B1B1B; + color : #0A94D6; } #page-links a p .text, #action-links a p .text { font-size : 13pt; font-weight : 500; - color : #1B1B1B; + color : #EEEEEE; } /* @@ -47,7 +47,7 @@ min-width : 230px; /* since IE doesn't support min-width, use expression */ width:expression(document.body.clientWidth < 230? "230px": "auto" ); - background-image : url(../graphics/root/background.jpg); + /* background-image : url(../graphics/root/background.jpg); */ background-repeat : no-repeat; background-position : top left; background-color : #7169D1; @@ -55,7 +55,7 @@ .page { /* - background-image : url(../graphics/root/brandmark.gif); + /* background-image : url(../graphics/root/brandmark.gif); */ background-repeat : no-repeat; background-position : bottom left; */ diff -r c37d2c7f2656 -r 897d32e5ad84 core/com.nokia.carbide.cpp/themes/carbide/html/tutorials.css --- a/core/com.nokia.carbide.cpp/themes/carbide/html/tutorials.css Thu Jun 18 15:25:33 2009 -0500 +++ b/core/com.nokia.carbide.cpp/themes/carbide/html/tutorials.css Thu Jun 18 15:26:18 2009 -0500 @@ -10,7 +10,7 @@ *******************************************************************************/ body { - background-image : url(../graphics/root/background.jpg); + /* background-image : url(../graphics/root/background.jpg); */ } /* show the "selected" image for this page */ diff -r c37d2c7f2656 -r 897d32e5ad84 core/com.nokia.carbide.cpp/themes/carbide/html/webresources.css --- a/core/com.nokia.carbide.cpp/themes/carbide/html/webresources.css Thu Jun 18 15:25:33 2009 -0500 +++ b/core/com.nokia.carbide.cpp/themes/carbide/html/webresources.css Thu Jun 18 15:26:18 2009 -0500 @@ -10,7 +10,7 @@ *******************************************************************************/ body { - background-image : url(../graphics/root/background.jpg); + /* background-image : url(../graphics/root/background.jpg); */ } /* show the "selected" image for this page */ diff -r c37d2c7f2656 -r 897d32e5ad84 core/com.nokia.carbide.cpp/themes/carbide/html/whatsnew.css --- a/core/com.nokia.carbide.cpp/themes/carbide/html/whatsnew.css Thu Jun 18 15:25:33 2009 -0500 +++ b/core/com.nokia.carbide.cpp/themes/carbide/html/whatsnew.css Thu Jun 18 15:26:18 2009 -0500 @@ -10,7 +10,7 @@ *******************************************************************************/ body { - background-image : url(../graphics/contentpage/background.jpg); + /* background-image : url(../graphics/root/background.jpg); */ } /* show the "selected" image for this page */