You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2007/07/31 01:02:56 UTC

svn commit: r561179 - in /directory/studio/trunk/studio-rcp/resources/intro: overview.xhtml root.xhtml styles/content-ie.css styles/content.css styles/root-ie.css webresources.xhtml whatsnew.xhtml

Author: pamarcelot
Date: Mon Jul 30 16:02:55 2007
New Revision: 561179

URL: http://svn.apache.org/viewvc?view=rev&rev=561179
Log:
Added special CSS files and specific tags in HTML pages for IE.

Added:
    directory/studio/trunk/studio-rcp/resources/intro/styles/content-ie.css
    directory/studio/trunk/studio-rcp/resources/intro/styles/root-ie.css
Modified:
    directory/studio/trunk/studio-rcp/resources/intro/overview.xhtml
    directory/studio/trunk/studio-rcp/resources/intro/root.xhtml
    directory/studio/trunk/studio-rcp/resources/intro/styles/content.css
    directory/studio/trunk/studio-rcp/resources/intro/webresources.xhtml
    directory/studio/trunk/studio-rcp/resources/intro/whatsnew.xhtml

Modified: directory/studio/trunk/studio-rcp/resources/intro/overview.xhtml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-rcp/resources/intro/overview.xhtml?view=diff&rev=561179&r1=561178&r2=561179
==============================================================================
--- directory/studio/trunk/studio-rcp/resources/intro/overview.xhtml (original)
+++ directory/studio/trunk/studio-rcp/resources/intro/overview.xhtml Mon Jul 30 16:02:55 2007
@@ -4,6 +4,7 @@
     <head>
         <title>Overview</title>
         <link rel="stylesheet" href="styles/content.css" type="text/css" charset="utf-8" />
+         <!--[if IE]><link rel="stylesheet" href="styles/content-ie.css" type="text/css" charset="utf-8" /><![endif]-->
     </head>
 	<body>
         <div id="overview-visited"><img src="graphics/transparent_pixel.gif" height="64" width="64" border="0" /></div>

Modified: directory/studio/trunk/studio-rcp/resources/intro/root.xhtml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-rcp/resources/intro/root.xhtml?view=diff&rev=561179&r1=561178&r2=561179
==============================================================================
--- directory/studio/trunk/studio-rcp/resources/intro/root.xhtml (original)
+++ directory/studio/trunk/studio-rcp/resources/intro/root.xhtml Mon Jul 30 16:02:55 2007
@@ -4,6 +4,7 @@
     <head>
         <title>Welcome</title>
         <link rel="stylesheet" href="styles/root.css" type="text/css" charset="utf-8" />
+         <!--[if IE]><link rel="stylesheet" href="styles/root-ie.css" type="text/css" charset="utf-8" /><![endif]-->
     </head>
     <body>
         <div id="overview"><a href="http://org.eclipse.ui.intro/showPage?id=overview"><img src="graphics/transparent_pixel.gif" height="95" width="95" border="0" /></a></div>

Added: directory/studio/trunk/studio-rcp/resources/intro/styles/content-ie.css
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-rcp/resources/intro/styles/content-ie.css?view=auto&rev=561179
==============================================================================
--- directory/studio/trunk/studio-rcp/resources/intro/styles/content-ie.css (added)
+++ directory/studio/trunk/studio-rcp/resources/intro/styles/content-ie.css Mon Jul 30 16:02:55 2007
@@ -0,0 +1,214 @@
+body 
+{
+	background-image : url("../graphics/contentpages/background.gif");
+	background-repeat: repeat-x;
+	background-position: top left;
	background-attachment: fixed;
+	background-color: #FFFFFF;
+	color : #4D4D4D;
+	font-family : Arial, sans-serif;
+}
+
+#overview a
+{
+	position: absolute;
+	height: 32px;
+	width: 32px;
+	top: 10px;
+	left: 21px;
+	text-decoration: none;
+    background-image : url("../graphics/contentpages/overview.gif");
+	background-repeat: no-repeat;
+	z-index: 4;
+}
+
+#overview a:hover
+{
+	position: absolute;
+	height: 58px;
+	width: 70px;
+	top: 2px;
+	left: 12px;
+	text-decoration: none;
+    background-image : url("../graphics/contentpages/overview_hover.gif");
+	background-repeat: no-repeat;
+	z-index: 8;
+}
+
+#overview-visited
+{
+	position: absolute;
+	height: 64px;
+	width: 64px;
+	top: 2px;
+	left: 7px;
+	text-decoration: none;
+    background-image : url("../graphics/contentpages/overview_selected.gif");
+	background-repeat: no-repeat;
+	z-index: 1;
+}
+
+#whatsnew a
+{
+	position: absolute;
+	height: 32px;
+	width: 32px;
+	top: 10px;
+	left: 88px;
+	text-decoration: none;
+    background-image : url("../graphics/contentpages/whats_new.gif");
+	background-repeat: no-repeat;
+	z-index: 5;
+}
+
+#whatsnew a:hover
+{
+	position: absolute;
+	height: 58px;
+	width: 84px;
+	top: 2px;
+	left: 78px;
+	text-decoration: none;
+    background-image : url("../graphics/contentpages/whats_new_hover.gif");
+	background-repeat: no-repeat;
+	z-index: 9;
+}
+
+#whatsnew-visited
+{
+	position: absolute;
+	height: 64px;
+	width: 64px;
+	top: 2px;
+	left: 72px;
+	text-decoration: none;
+    background-image : url("../graphics/contentpages/whats_new_selected.gif");
+	background-repeat: no-repeat;
+	z-index: 2;
+}
+
+#webresources a
+{
+	position: absolute;
+	height: 32px;
+	width: 32px;
+	top: 10px;
+	left: 152px;
+	text-decoration: none;
+    background-image : url("../graphics/contentpages/web_resources.gif");
+	background-repeat: no-repeat;
+	z-index: 6;
+}
+
+#webresources a:hover
+{
+	position: absolute;
+	height: 58px;
+	width: 108px;
+	top: 2px;
+	left: 142px;
+	text-decoration: none;
+    background-image : url("../graphics/contentpages/web_resources_hover.gif");
+	background-repeat: no-repeat;
+	z-index: 10;
+}
+
+#webresources-visited
+{
+	position: absolute;
+	height: 64px;
+	width: 64px;
+	top: 2px;
+	left: 137px;
+	text-decoration: none;
+    background-image : url("../graphics/contentpages/web_resources_selected.gif");
+	background-repeat: no-repeat;
+	z-index: 3;
+}
+
+#workbench a
+{
+	position: absolute;
+	height: 32px;
+	width: 32px;
+	top: 10px;
+	left: 503px;
+	text-decoration: none;
+    background-image : url("../graphics/contentpages/workbench.gif");
+	background-repeat: no-repeat;
+	z-index: 7;
+}
+
+#workbench a:hover
+{
+	position: absolute;
+	height: 58px;
+	width: 108px;
+	top: 2px;
+	left: 493px;
+	text-decoration: none;
+    background-image : url("../graphics/contentpages/workbench_hover.gif");
+	background-repeat: no-repeat;
+	z-index: 11;
+}
+
+#title
+{
+	position: absolute;
+	top: 84px;
+	left: 74px;
+	font: 34px Arial, Helvetica, Geneva, sans-serif;
+	color: #333;
+}
+
+#description
+{
+	position: absolute;
+	left: 74px;
+	top: 152px;
+	font-family: Verdana, Arial, Helvetica; 
+	font-size: 10pt; 
+	line-height:1.3;
+}
+
+#left-column
+{
+	position: absolute;
+	top: 212px;
+	width: 45%;
+	margin-left: 20px;
+}
+
+#right-column
+{	
+	position: absolute;
+	top: 212px;
+	left: 50%;
+	width: 45%;
+}
+
+.entry
+{
+	height: 90px;
+}
+
+.entry-icon
+{
+	float: left;
+	width: 65px;
+}
+
+.entry-title
+{
+	font-family: Verdana, Arial, Helvetica; 
+	font-size: 11pt; 
+	font-weight: bold; 
+	line-height:1.5;
+	color: #00507C;
+	margin-bottom: 6px;
+}
+
+.entry-description
+{
+	font-family: Verdana, Arial, Helvetica;
+	font-size: 10pt; 
+}
\ No newline at end of file

Modified: directory/studio/trunk/studio-rcp/resources/intro/styles/content.css
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-rcp/resources/intro/styles/content.css?view=diff&rev=561179&r1=561178&r2=561179
==============================================================================
--- directory/studio/trunk/studio-rcp/resources/intro/styles/content.css (original)
+++ directory/studio/trunk/studio-rcp/resources/intro/styles/content.css Mon Jul 30 16:02:55 2007
@@ -10,7 +10,7 @@
 
 #overview a
 {
-	position: absolute;
+	position: fixed;
 	height: 32px;
 	width: 32px;
 	top: 10px;
@@ -23,7 +23,7 @@
 
 #overview a:hover
 {
-	position: absolute;
+	position: fixed;
 	height: 58px;
 	width: 70px;
 	top: 2px;
@@ -36,7 +36,7 @@
 
 #overview-visited
 {
-	position: absolute;
+	position: fixed;
 	height: 64px;
 	width: 64px;
 	top: 2px;
@@ -49,7 +49,7 @@
 
 #whatsnew a
 {
-	position: absolute;
+	position: fixed;
 	height: 32px;
 	width: 32px;
 	top: 10px;
@@ -62,7 +62,7 @@
 
 #whatsnew a:hover
 {
-	position: absolute;
+	position: fixed;
 	height: 58px;
 	width: 84px;
 	top: 2px;
@@ -75,7 +75,7 @@
 
 #whatsnew-visited
 {
-	position: absolute;
+	position: fixed;
 	height: 64px;
 	width: 64px;
 	top: 2px;
@@ -88,7 +88,7 @@
 
 #webresources a
 {
-	position: absolute;
+	position: fixed;
 	height: 32px;
 	width: 32px;
 	top: 10px;
@@ -101,7 +101,7 @@
 
 #webresources a:hover
 {
-	position: absolute;
+	position: fixed;
 	height: 58px;
 	width: 108px;
 	top: 2px;
@@ -114,7 +114,7 @@
 
 #webresources-visited
 {
-	position: absolute;
+	position: fixed;
 	height: 64px;
 	width: 64px;
 	top: 2px;
@@ -127,7 +127,7 @@
 
 #workbench a
 {
-	position: absolute;
+	position: fixed;
 	height: 32px;
 	width: 32px;
 	top: 10px;
@@ -140,7 +140,7 @@
 
 #workbench a:hover
 {
-	position: absolute;
+	position: fixed;
 	height: 58px;
 	width: 108px;
 	top: 2px;
@@ -153,7 +153,7 @@
 
 #title
 {
-	position: absolute;
+	position: fixed;
 	top: 84px;
 	left: 74px;
 	font: 34px Arial, Helvetica, Geneva, sans-serif;
@@ -162,7 +162,7 @@
 
 #description
 {
-	position: absolute;
+	position: fixed;
 	left: 74px;
 	top: 152px;
 	font-family: Verdana, Arial, Helvetica; 
@@ -172,7 +172,7 @@
 
 #left-column
 {
-	position: absolute;
+	position: fixed;
 	top: 212px;
 	width: 45%;
 	margin-left: 20px;
@@ -180,7 +180,7 @@
 
 #right-column
 {	
-	position: absolute;
+	position: fixed;
 	top: 212px;
 	left: 50%;
 	width: 45%;

Added: directory/studio/trunk/studio-rcp/resources/intro/styles/root-ie.css
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-rcp/resources/intro/styles/root-ie.css?view=auto&rev=561179
==============================================================================
--- directory/studio/trunk/studio-rcp/resources/intro/styles/root-ie.css (added)
+++ directory/studio/trunk/studio-rcp/resources/intro/styles/root-ie.css Mon Jul 30 16:02:55 2007
@@ -0,0 +1,99 @@
+body 
+{
+	background-image : url("../graphics/rootpage/welcomebckgrd.png");
+	background-repeat: no-repeat;
+	background-position: center center;
	background-attachment: fixed;
+	background-color: #60a9cc;
+}
+
+#overview a
+{
+	position: absolute;
+	height: 95px;
+	width: 95px;
+	top: 50%;
+	left: 50%;
+	margin-left: -419px;
+	margin-top: -148px;
+	text-decoration: none;
+	z-index: 7;
+}
+
+#overview a:hover 
+{
+	width: 202px;
+	height: 148px;
+	margin-left: -427px;
+	margin-top: -149px;
+	background: url(../graphics/rootpage/overview_hover.png) no-repeat;
+	z-index: 8;
+}
+
+#whatsnew a
+{
+	position: absolute;
+	width: 75px;
+	height: 75px;
+	top: 50%;
+	left: 50%;
+	margin-left: -283px;
+	margin-top: 79px;
+	text-decoration: none;
+	z-index: 5;
+}
+
+#whatsnew a:hover 
+{
+	width: 202px;
+	height: 109px;
+	margin-left: -291px;
+	margin-top: 78px;
+	background: url(../graphics/rootpage/whatsnew_hover.png) no-repeat;
+	z-index: 6;
+}
+
+#webresources a
+{
+	position: absolute;
+	width: 75px;
+	height: 75px;
+	top: 50%;
+	left: 50%;
+	margin-left: -183px;
+	margin-top: 169px;
+	text-decoration: none;
+	z-index: 3;
+}
+
+#webresources a:hover 
+{
+	width: 202px;
+	height: 126px;
+	margin-left: -192px;
+	margin-top: 168px;
+	background: url(../graphics/rootpage/webresources_hover.png) no-repeat;
+	z-index: 4;
+}
+
+#workbench a
+{
+	position: absolute;
+	width: 75px;
+	height: 75px;
+	top: 50%;
+	left: 50%;
+	margin-left: 317px;
+	margin-top: 168px;
+	text-decoration: none;
+	z-index: 1;
+}
+
+#workbench a:hover 
+{
+	width: 202px;
+	height: 106px;
+	margin-left: 202px;
+	margin-top: 168px;
+	background: url(../graphics/rootpage/workbench_hover.png) no-repeat;
+	z-index: 2;
+}

Modified: directory/studio/trunk/studio-rcp/resources/intro/webresources.xhtml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-rcp/resources/intro/webresources.xhtml?view=diff&rev=561179&r1=561178&r2=561179
==============================================================================
--- directory/studio/trunk/studio-rcp/resources/intro/webresources.xhtml (original)
+++ directory/studio/trunk/studio-rcp/resources/intro/webresources.xhtml Mon Jul 30 16:02:55 2007
@@ -4,6 +4,7 @@
     <head>
         <title>Web Resources</title>
         <link rel="stylesheet" href="styles/content.css" type="text/css" charset="utf-8" />
+         <!--[if IE]><link rel="stylesheet" href="styles/content-ie.css" type="text/css" charset="utf-8" /><![endif]-->
     </head>
 	<body>
         <div id="overview"><a href="http://org.eclipse.ui.intro/showPage?id=overview"><img src="graphics/transparent_pixel.gif" height="32" width="32" border="0" /></a></div>

Modified: directory/studio/trunk/studio-rcp/resources/intro/whatsnew.xhtml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-rcp/resources/intro/whatsnew.xhtml?view=diff&rev=561179&r1=561178&r2=561179
==============================================================================
--- directory/studio/trunk/studio-rcp/resources/intro/whatsnew.xhtml (original)
+++ directory/studio/trunk/studio-rcp/resources/intro/whatsnew.xhtml Mon Jul 30 16:02:55 2007
@@ -4,6 +4,7 @@
     <head>
         <title>What's New</title>
         <link rel="stylesheet" href="styles/content.css" type="text/css" charset="utf-8" />
+         <!--[if IE]><link rel="stylesheet" href="styles/content-ie.css" type="text/css" charset="utf-8" /><![endif]-->
     </head>
 	<body>
         <div id="overview"><a href="http://org.eclipse.ui.intro/showPage?id=overview"><img src="graphics/transparent_pixel.gif" height="32" width="32" border="0" /></a></div>