removed white background from link items in welcome pages
authorfturovic <frank.turovich@nokia.com>
Mon, 26 Jul 2010 17:27:13 -0500
changeset 1689 8e2b71714488
parent 1684 c2eba6dabd38
child 1694 34cdb9ebd9b8
removed white background from link items in welcome pages
core/com.nokia.carbide.cpp/intro/css/overview/overview.css
core/com.nokia.carbide.cpp/intro/css/samples/samples.css
core/com.nokia.carbide.cpp/intro/css/tutorials/tutorials.css
core/com.nokia.carbide.cpp/intro/css/whatsnew/whatsnew.css
core/com.nokia.carbide.cpp/plugin.xml
core/com.nokia.carbide.cpp/themes/carbide/html/shared.css
--- a/core/com.nokia.carbide.cpp/intro/css/overview/overview.css	Mon Jul 26 15:11:10 2010 -0500
+++ b/core/com.nokia.carbide.cpp/intro/css/overview/overview.css	Mon Jul 26 17:27:13 2010 -0500
@@ -1,123 +1,123 @@
-/* ------------------------------- */
-/* intro/css/overview/overview.css */
-/* ------------------------------- */
-
-body {
-	/* Carbide branding mod */
-	/* replace normal eclipse background image */
-	/* background-image : url(../graphics/contentpage/overview_wtr.jpg); */
-	background-image : url(../graphics/rootpage/background_carbide.jpg);
-}
-
-/* show the "selected" image for this page */
-#navigation-links a#overview img, #navigation-links a#overview:hover img { 
-	/* background-image : url(../graphics/icons/ctool/overview48sel.gif); */
-	}
-
-
-iframe {
-	/* Eclipse standard */
-	position:relative;
-	top:16px;
-	/* width:100%; */
-	/* height:70%; */
-	/* padding-left:10px; */
-	/* Carbide branding mod */
-	width: 90%;
-	padding: 2px;
-	height: expression(document.body.clientHeight < 600? "580px" : "99%" );
-	}
-	
-/* mozilla scrollbar appearing off page fix */
-#page-content > iframe {
-	/* Eclipse standard */
-	/* width: 98%; */
-	padding-left: 2%;
-	/* Carbide branding mod */
-	width: 88%;
-}	
-
-
-/* 
- * Set up the Overview links to be displayed in two columns
- * that are centered in the middle of the page.
- */
-
-#overview-links {
-	text-align : left;
-	width : 760px;
-	/* To center in Moz (have to use text-align for IE) */
-	margin : 0px auto;
-
-}
-
-#overview-links a { 
-	width : 370px;
-	text-align : left; 
-	margin-left : 5px;
-	margin-right : 5px;
-	margin-top : 5px;
-	margin-bottom : -20px;
-	vertical-align : top;
-	/* Carbide branding mod */
-	margin-bottom : 0px;
-	background-image : url(../graphics/carbide/page-link-wide.gif);
-	background-repeat:no-repeat;
-	background-position : top left;
-}
-
-#overview-links > a { vertical-align : middle; }
-
-#overview-links a img {
-	height : 57px;
-	width : 57px;
-	vertical-align : middle;
-		
-}	
-
-#overview-links a .link-label {
-	display : block;
-	width : 300px;
-	position : relative;
-	top : -50px;
-	left : 60px;
-}
-
-#overview-links a > .link-label { left: 65px; }
-
-#overview-links a p .text {
-	display : block;
-	width : 300px;
-	position : relative;
-	top : -45px;
-	left : 53px;
-}
-
-#overview-links a p > .text { left: 58px; }
-
-/* Special case for Mozilla, because the links are displayed
-   in 1 vertical column instead of 2 centered columns */
-#overview-links > a { 	width : 700px; }
-#overview-links a > .link-label { width : 700px; }
-#overview-links a p > .text { width : 700px; }
-
-/* #overview-links a:hover { border-right : 5px; } */
-#overview-links a:hover { 
-	background-image : url(../graphics/contentpage/page-link-wide.gif);
-}
-
-a#basics img { background-image : url(../graphics/icons/obj48/wbbasics_obj.gif); }
-a#basics:hover img { background-image : url(../graphics/icons/obj48/wbbasicshov_obj.gif); }
-
-a#team img { background-image : url(../graphics/icons/obj48/teamsup_obj.gif); }
-a#team:hover img { background-image : url(../graphics/icons/obj48/teamsuphov_obj.gif); }
-
-/* added Carbide bullet icons here for topic */
-a#carbide-blue img { background-image : url(../graphics/icons/carbide_bullet_blue.gif); }
-a#carbide-blue:hover img { background-image : url(../graphics/icons/carbide_bullet_turq.gif); }
-
-/* added Carbide application icon here for tutorials */
-a#carbideapp img { background-image : url(../graphics/icons/obj48/carbideapp_obj.gif); }
-a#carbideapp:hover img { background-image : url(../graphics/icons/obj48/carbideapphov_obj.gif); }
-
-
+/* ------------------------------- */
+/* intro/css/overview/overview.css */
+/* ------------------------------- */
+
+body {
+	/* Carbide branding mod */
+	/* replace normal eclipse background image */
+	/* background-image : url(../graphics/contentpage/overview_wtr.jpg); */
+	background-image : url(../graphics/rootpage/background_carbide.jpg);
+}
+
+/* show the "selected" image for this page */
+#navigation-links a#overview img, #navigation-links a#overview:hover img { 
+	/* background-image : url(../graphics/icons/ctool/overview48sel.gif); */
+	}
+
+
+iframe {
+	/* Eclipse standard */
+	position:relative;
+	top:16px;
+	/* width:100%; */
+	/* height:70%; */
+	/* padding-left:10px; */
+	/* Carbide branding mod */
+	width: 90%;
+	padding: 2px;
+	height: expression(document.body.clientHeight < 600? "580px" : "99%" );
+	}
+	
+/* mozilla scrollbar appearing off page fix */
+#page-content > iframe {
+	/* Eclipse standard */
+	/* width: 98%; */
+	padding-left: 2%;
+	/* Carbide branding mod */
+	width: 88%;
+}	
+
+
+/* 
+ * Set up the Overview links to be displayed in two columns
+ * that are centered in the middle of the page.
+ */
+
+#overview-links {
+	text-align : left;
+	width : 760px;
+	/* To center in Moz (have to use text-align for IE) */
+	margin : 0px auto;
+
+}
+
+#overview-links a { 
+	width : 370px;
+	text-align : left; 
+	margin-left : 5px;
+	margin-right : 5px;
+	margin-top : 5px;
+	margin-bottom : -20px;
+	vertical-align : top;
+	/* Carbide branding mod */
+	margin-bottom : 0px;
+	/* background-image : url(../graphics/carbide/page-link-wide.gif); */
+	background-repeat:no-repeat;
+	background-position : top left;
+}
+
+#overview-links > a { vertical-align : middle; }
+
+#overview-links a img {
+	height : 57px;
+	width : 57px;
+	vertical-align : middle;
+		
+}	
+
+#overview-links a .link-label {
+	display : block;
+	width : 300px;
+	position : relative;
+	top : -50px;
+	left : 60px;
+}
+
+#overview-links a > .link-label { left: 65px; }
+
+#overview-links a p .text {
+	display : block;
+	width : 300px;
+	position : relative;
+	top : -45px;
+	left : 53px;
+}
+
+#overview-links a p > .text { left: 58px; }
+
+/* Special case for Mozilla, because the links are displayed
+   in 1 vertical column instead of 2 centered columns */
+#overview-links > a { 	width : 700px; }
+#overview-links a > .link-label { width : 700px; }
+#overview-links a p > .text { width : 700px; }
+
+/* #overview-links a:hover { border-right : 5px; } */
+#overview-links a:hover { 
+	/* background-image : url(../graphics/contentpage/page-link-wide.gif); */
+}
+
+a#basics img { background-image : url(../graphics/icons/obj48/wbbasics_obj.gif); }
+a#basics:hover img { background-image : url(../graphics/icons/obj48/wbbasicshov_obj.gif); }
+
+a#team img { background-image : url(../graphics/icons/obj48/teamsup_obj.gif); }
+a#team:hover img { background-image : url(../graphics/icons/obj48/teamsuphov_obj.gif); }
+
+/* added Carbide bullet icons here for topic */
+a#carbide-blue img { background-image : url(../graphics/icons/carbide_bullet_blue.gif); }
+a#carbide-blue:hover img { background-image : url(../graphics/icons/carbide_bullet_turq.gif); }
+
+/* added Carbide application icon here for tutorials */
+a#carbideapp img { background-image : url(../graphics/icons/obj48/carbideapp_obj.gif); }
+a#carbideapp:hover img { background-image : url(../graphics/icons/obj48/carbideapphov_obj.gif); }
+
+
--- a/core/com.nokia.carbide.cpp/intro/css/samples/samples.css	Mon Jul 26 15:11:10 2010 -0500
+++ b/core/com.nokia.carbide.cpp/intro/css/samples/samples.css	Mon Jul 26 17:27:13 2010 -0500
@@ -1,76 +1,76 @@
-/* ----------------------------- */
-/* intro/css/samples/samples.css */
-/* ----------------------------- */
-
-
-body {
-	/* Carbide branding mod */
-	/* hide normal eclipse background image */
-	/* background-image : url(../graphics/contentpage/samples_wtr.jpg); */
-	background-image : url(../graphics/rootpage/background_carbide.jpg); */
-}
-
-.samples-group {
-	width : 750px;
-	/* To center in Moz (have to use text-align for IE) */	
-	margin : 0px auto;
-	margin-bottom : 10px;
-	text-align : left;
-	float : none;
-	clear : both;
-}
-
-.sample-link { 
-	width : 360px;
-	text-align : left; 
-	margin-left : 5px;
-	margin-right : 5px;
-	margin-top : 10px;
-	margin-bottom : -30px;
-	vertical-align : top;
-	/* Carbide branding mod */
-	margin-bottom : 0px;
-	background-image : url(../graphics/carbide/page-link-wide.gif);
-	background-repeat:no-repeat;
-	background-position : top left;
-}
-
-.samples-group > .sample-link {
-	float : left;
-	height : 150px;
-	vertical-align : middle;
-}
-
-
-.sample-link .link-label {
-	display : block;
-	width : 300px;
-	position : relative;
-	top : -50px;
-	left : 60px;
-}
-
-
-.sample-link p .text {
-	display : block;
-	width : 300px;
-	position : relative;
-	top : -45px;
-	left : 53px;
-}
-
-.sample-link img {
-	height : 57px;
-	width : 57px;
-	vertical-align : middle;
-}
-
-.sample-link:hover { border-right : 0px; }
-
-/* show the "selected" image for this page */
-#navigation-links a#samples img, #navigation-links a#samples:hover img { background-image : url(../graphics/icons/ctool/samples48sel.gif); }
-
-/* added Carbide bullet icons here for topic */
-a#carbideapp img { background-image : url(../graphics/icons/obj48/carbideapp_obj.gif); }
-a#carbideapp:hover img { background-image : url(../graphics/icons/obj48/carbideapphov_obj.gif); }
-
+/* ----------------------------- */
+/* intro/css/samples/samples.css */
+/* ----------------------------- */
+
+
+body {
+	/* Carbide branding mod */
+	/* hide normal eclipse background image */
+	/* background-image : url(../graphics/contentpage/samples_wtr.jpg); */
+	background-image : url(../graphics/rootpage/background_carbide.jpg); */
+}
+
+.samples-group {
+	width : 750px;
+	/* To center in Moz (have to use text-align for IE) */	
+	margin : 0px auto;
+	margin-bottom : 10px;
+	text-align : left;
+	float : none;
+	clear : both;
+}
+
+.sample-link { 
+	width : 360px;
+	text-align : left; 
+	margin-left : 5px;
+	margin-right : 5px;
+	margin-top : 10px;
+	margin-bottom : -30px;
+	vertical-align : top;
+	/* Carbide branding mod */
+	margin-bottom : 0px;
+	/* background-image : url(../graphics/carbide/page-link-wide.gif); */
+	background-repeat:no-repeat;
+	background-position : top left;
+}
+
+.samples-group > .sample-link {
+	float : left;
+	height : 150px;
+	vertical-align : middle;
+}
+
+
+.sample-link .link-label {
+	display : block;
+	width : 300px;
+	position : relative;
+	top : -50px;
+	left : 60px;
+}
+
+
+.sample-link p .text {
+	display : block;
+	width : 300px;
+	position : relative;
+	top : -45px;
+	left : 53px;
+}
+
+.sample-link img {
+	height : 57px;
+	width : 57px;
+	vertical-align : middle;
+}
+
+.sample-link:hover { border-right : 0px; }
+
+/* show the "selected" image for this page */
+#navigation-links a#samples img, #navigation-links a#samples:hover img { background-image : url(../graphics/icons/ctool/samples48sel.gif); }
+
+/* added Carbide bullet icons here for topic */
+a#carbideapp img { background-image : url(../graphics/icons/obj48/carbideapp_obj.gif); }
+a#carbideapp:hover img { background-image : url(../graphics/icons/obj48/carbideapphov_obj.gif); }
+
--- a/core/com.nokia.carbide.cpp/intro/css/tutorials/tutorials.css	Mon Jul 26 15:11:10 2010 -0500
+++ b/core/com.nokia.carbide.cpp/intro/css/tutorials/tutorials.css	Mon Jul 26 17:27:13 2010 -0500
@@ -1,97 +1,97 @@
-/* --------------------------------- */
-/* intro/css/tutorials/tutorials.css */
-/* --------------------------------- */
-
-body {
-	/* Carbide branding mod */
-	/* hide normal eclipse background image */
-	/* background-image : url(../graphics/contentpage/tutorials_wtr.jpg); */
-	background-image : url(../graphics/rootpage/background_carbide.jpg); */
-}
-
-/* show the "selected" image for this page */
-#navigation-links a#tutorials img, #navigation-links a#tutorials:hover img { background-image : url(../graphics/icons/ctool/tutorials48sel.gif); }
-
-/* 
- * Set up the content of the tutorials page into two
- * columns that are centered in the page
- */
-
-
-/* a group of tutorial links */
-.tutorials-group {
-	/* To center in Moz (have to use text-align for IE) */
-	margin-left : auto;
-	margin-right : auto;
-	width : 760px;
-	margin-bottom : 30px;
-	float : none;
-	clear : both;
-	text-align : left;
-}
-
-.tutorials-link { 
-	width : 360px;
-	text-align : left;
-	margin-left : 5px;
-	margin-right : 5px;
-	margin-top : 10px;
-	margin-bottom : -30px;
-	vertical-align : top;
-	/* Carbide branding mod */
-	margin-bottom : 0px;
-	background-image : url(../graphics/carbide/page-link-wide.gif);
-	background-repeat:no-repeat;
-	background-position : top left;
-}
-
-.tutorials-group > .tutorials-link {
-	float : left;
-	height : 150px;
-	vertical-align : middle;
-}
-
-
-.tutorials-link img  {
-	height : 57px;
-	width : 57px;
-	vertical-align : middle;
-}
-
-.tutorials-group h4 {
-	float : none;
-	clear : both;
-}
-
-p #group-description {
-	padding-bottom : 10px;
-	float : none;
-	clear : both;
-}
-
-.tutorials-link .link-label {
-	display : block;
-	width : 300px;
-	position : relative;
-	top : -50px;
-	left : 60px;
-}
-
-
-.tutorials-link p .text {
-	display : block;
-	width : 300px;
-	position : relative;
-	top : -45px;
-	left : 53px;
-}
-
-.tutorials-link:hover { border-right : 0px; }
-
-/* added Carbide bullet icons here for topic */
-a#carbide img { background-image : url(../graphics/icons/carbide_bullet_blue.png); }
-a#carbide:hover img { background-image : url(../graphics/icons/carbide_bullet_turq.png); }
-
-/* added Carbide application icon here for tutorials */
-a#carbideapp img { background-image : url(../graphics/icons/obj48/carbideapp_obj.gif); }
-a#carbideapp:hover img { background-image : url(../graphics/icons/obj48/carbideapphov_obj.gif); }
+/* --------------------------------- */
+/* intro/css/tutorials/tutorials.css */
+/* --------------------------------- */
+
+body {
+	/* Carbide branding mod */
+	/* hide normal eclipse background image */
+	/* background-image : url(../graphics/contentpage/tutorials_wtr.jpg); */
+	background-image : url(../graphics/rootpage/background_carbide.jpg); */
+}
+
+/* show the "selected" image for this page */
+#navigation-links a#tutorials img, #navigation-links a#tutorials:hover img { background-image : url(../graphics/icons/ctool/tutorials48sel.gif); }
+
+/* 
+ * Set up the content of the tutorials page into two
+ * columns that are centered in the page
+ */
+
+
+/* a group of tutorial links */
+.tutorials-group {
+	/* To center in Moz (have to use text-align for IE) */
+	margin-left : auto;
+	margin-right : auto;
+	width : 760px;
+	margin-bottom : 30px;
+	float : none;
+	clear : both;
+	text-align : left;
+}
+
+.tutorials-link { 
+	width : 360px;
+	text-align : left;
+	margin-left : 5px;
+	margin-right : 5px;
+	margin-top : 10px;
+	margin-bottom : -30px;
+	vertical-align : top;
+	/* Carbide branding mod */
+	margin-bottom : 0px;
+	/* background-image : url(../graphics/carbide/page-link-wide.gif); */
+	background-repeat:no-repeat;
+	background-position : top left;
+}
+
+.tutorials-group > .tutorials-link {
+	float : left;
+	height : 150px;
+	vertical-align : middle;
+}
+
+
+.tutorials-link img  {
+	height : 57px;
+	width : 57px;
+	vertical-align : middle;
+}
+
+.tutorials-group h4 {
+	float : none;
+	clear : both;
+}
+
+p #group-description {
+	padding-bottom : 10px;
+	float : none;
+	clear : both;
+}
+
+.tutorials-link .link-label {
+	display : block;
+	width : 300px;
+	position : relative;
+	top : -50px;
+	left : 60px;
+}
+
+
+.tutorials-link p .text {
+	display : block;
+	width : 300px;
+	position : relative;
+	top : -45px;
+	left : 53px;
+}
+
+.tutorials-link:hover { border-right : 0px; }
+
+/* added Carbide bullet icons here for topic */
+a#carbide img { background-image : url(../graphics/icons/carbide_bullet_blue.png); }
+a#carbide:hover img { background-image : url(../graphics/icons/carbide_bullet_turq.png); }
+
+/* added Carbide application icon here for tutorials */
+a#carbideapp img { background-image : url(../graphics/icons/obj48/carbideapp_obj.gif); }
+a#carbideapp:hover img { background-image : url(../graphics/icons/obj48/carbideapphov_obj.gif); }
--- a/core/com.nokia.carbide.cpp/intro/css/whatsnew/whatsnew.css	Mon Jul 26 15:11:10 2010 -0500
+++ b/core/com.nokia.carbide.cpp/intro/css/whatsnew/whatsnew.css	Mon Jul 26 17:27:13 2010 -0500
@@ -34,7 +34,7 @@
 	vertical-align : top;
 	/* Carbide branding mod */
 	margin-bottom : 0px;
-	background-image : url(../graphics/carbide/page-link-wide.gif);
+	/* background-image : url(../graphics/carbide/page-link-wide.gif); */
 	background-repeat:no-repeat;
 	background-position : top left;
 }
@@ -97,7 +97,7 @@
 	vertical-align : top;
 	/* Carbide branding mod */
 	margin-bottom : 0px;
-	background-image : url(../graphics/carbide/page-link-wide.gif);
+	/* background-image : url(../graphics/carbide/page-link-wide.gif); */
 	background-repeat:no-repeat;
 	background-position : top left;
 }
--- a/core/com.nokia.carbide.cpp/plugin.xml	Mon Jul 26 15:11:10 2010 -0500
+++ b/core/com.nokia.carbide.cpp/plugin.xml	Mon Jul 26 17:27:13 2010 -0500
@@ -588,4 +588,27 @@
             </class>
       </page>   
    </extension>
+
+
+<!-- =================================================================================== -->
+<!-- Carbide custom theme experiment                                                     -->
+<!-- =================================================================================== -->
+
+   <extension
+         point="org.eclipse.ui.themes">
+      <theme
+            id="carbide.custom.ui.theme"
+            name="Custom Theme">
+         <colorOverride
+               id="org.eclipse.ui.workbench.ACTIVE_TAB_BG_END"
+               value="255,0,0">
+         </colorOverride>
+         <colorOverride
+               id="org.eclipse.ui.workbench.ACTIVE_TAB_BG_START"
+               value="0,255,0">
+         </colorOverride>
+      </theme>
+   </extension>
+
 </plugin>
+   
\ No newline at end of file
--- a/core/com.nokia.carbide.cpp/themes/carbide/html/shared.css	Mon Jul 26 15:11:10 2010 -0500
+++ b/core/com.nokia.carbide.cpp/themes/carbide/html/shared.css	Mon Jul 26 17:27:13 2010 -0500
@@ -424,7 +424,7 @@
 
 /* .content-link:hover { border-right : 0px; } */
 .content-link:hover { 
-	background-image : url(../graphics/contentpage/page-link-wide.gif);
+	/* background-image : url(../graphics/contentpage/page-link-wide.gif); */
 }