You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jl...@apache.org on 2005/11/17 23:23:08 UTC

svn commit: r345347 - in /geronimo/trunk/applications/console-framework/src/webapp: login.jsp main.css

Author: jlaskowski
Date: Thu Nov 17 14:23:01 2005
New Revision: 345347

URL: http://svn.apache.org/viewcvs?rev=345347&view=rev
Log:
Fix for #GERONIMO-1169: Highlight links, clean up some colors

Thanks Joe Bohn!

Modified:
    geronimo/trunk/applications/console-framework/src/webapp/login.jsp
    geronimo/trunk/applications/console-framework/src/webapp/main.css

Modified: geronimo/trunk/applications/console-framework/src/webapp/login.jsp
URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-framework/src/webapp/login.jsp?rev=345347&r1=345346&r2=345347&view=diff
==============================================================================
--- geronimo/trunk/applications/console-framework/src/webapp/login.jsp (original)
+++ geronimo/trunk/applications/console-framework/src/webapp/login.jsp Thu Nov 17 14:23:01 2005
@@ -142,7 +142,7 @@
       </td>
 <%--      <td class="Body" width="30%" align="Center" valign="top">     --%>
       <td width="30%" align="Center" valign="top">   
-          <table width="200" border cellspacing="0" cellpadding="0">
+          <table class=BrightBox width="200" border cellspacing="0" cellpadding="0">
               <tr>
                 <td width="50%" class="BrightTitle"><STRONG>&nbsp;Related Links</td>
               </tr>

Modified: geronimo/trunk/applications/console-framework/src/webapp/main.css
URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-framework/src/webapp/main.css?rev=345347&r1=345346&r2=345347&view=diff
==============================================================================
--- geronimo/trunk/applications/console-framework/src/webapp/main.css (original)
+++ geronimo/trunk/applications/console-framework/src/webapp/main.css Thu Nov 17 14:23:01 2005
@@ -1,6 +1,6 @@
 body 
 {
-	/*background-color: #9999CC;*/
+	background-color: #FFFFFF;
 }
 
 .BrightTitle
@@ -11,38 +11,43 @@
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 }
 
+.BrightTitle a:hover
+{
+	color: #5FA3D6;
+}
+
+.BrightBox
+{
+	border: thin solid #5FA3D6;
+}
+
 td
 {
-	font-size: 11px;
+	font-size: 13px;
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 }
 
 a:link, a:visited
 {
-	color: #204486;
+	color: #004C93;
 }
 
 a:hover 
 {
-	color: #CF820A;
+	color: #5FA3D6;
 }
 
 .Logo
 {
-	/*background-image:url("images/joe_logo.gif");*/
 	background-image:url("images/head_left_754x86.gif");
 	background-repeat: no-repeat;
 	width: 570px;
 	height: 86px;
-        /*color: #FFFFFF;*/
-        /*color: #FBF9F9;*/
 	font-size: 35px;
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 	text-align: right;
 	vertical-align: bottom; 
 	line-height: 30px;
-	/*background-color: #909DB8;*/
-	/*background-color: #FBF9F9;*/
 	font-weight: bold;
 }
 
@@ -51,14 +56,10 @@
 	background-image:url("images/head_bgstretch_1x86.gif");
 	background-repeat: repeat-x;
 	height: 86px;
-	/*color: #FFFFFF;*/
 	font-size: 11px;
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 	text-align: right;
 	vertical-align: bottom;
-	/*line-height: 30px;*/
-	/*background-color: #909DB8;*/
-	/*background-color: #FBF9F9;*/
 	font-weight: bold;
 }
 
@@ -89,6 +90,7 @@
 
 .Menu .Selection
 {
+	color: #000000;
         background-color: #FBF9F9;
 	font-size: 12px;
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
@@ -98,14 +100,14 @@
 {
 	width: 12px;
 	height: 12px;
-  /*background-color: #919FBC;*/
+	color: #000000;
   background-color: #FFFFFF;
 }
 
 .Menu .Selection .Indent
 {
 	width: 2px;
-  /*background-color: #919FBC;*/
+	color: #000000;
   background-color: #FFFFFF;
 }
 
@@ -113,7 +115,7 @@
 {
 	width: 8px;
 	height: 12px;
-  /*background-color: #919FBC;*/
+	color: #000000;
   background-color: #FFFFFF;
 }
 
@@ -121,36 +123,37 @@
 {
 	width: 8px;
 	height: 16px;
-  /*background-color: #919FBC;*/
+	color: #000000;
   background-color: #FFFFFF;
 }
 
 .Menu .Selection .TopMiddle
 {
-	/*color: #333333;*/
 	color: #000000;
 	text-decoration: none;
-  /*background-color: #919FBC;*/
   background-color: #FFFFFF;
 }
 
 .Menu .Selection .TopMiddle a:link, 
 .Menu .Selection .TopMiddle a:visited, 
-.Menu .Selection .TopMiddle a:hover
 {
 	color: #000000;
 	line-height: 20px;
 	font-size: 12px;
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
-  /*background-color: #919FBC;*/
   background-color: #FFFFFF;
 }
 
+.Menu .Selection .TopMiddle a:hover
+{
+	color: #5FA3D6;
+}
+
 .Menu .Selection .TopRight
 {
 	width: 8px;
 	height: 16px;
-  /*background-color: #919FBC;*/
+	color: #000000;
   background-color: #FFFFFF;
 }
 
@@ -169,14 +172,12 @@
 .Menu .Subselection .Left
 {
 	width: 12px;
-  /*background-color: #919FBC;*/
   background-color: #FFFFFF;
 }
 
 .Menu .Subselection .Indent
 {
 	width: 2px;
-  /*background-color: #919FBC;*/ 
   background-color: #FFFFFF;
 }
 
@@ -184,25 +185,25 @@
 {
 	font-size: 12px;
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
-  /*background-color: #919FBC;*/
   background-color: #FFFFFF;
-	/*color:#333333;*/
 	color:#000000;
 }
 
 .Menu .Subselection .Middle a:link, 
 .Menu .Subselection .Middle a:visited, 
-.Menu .Subselection .Middle a:hover
 {
 	line-height: 20px;
-	/*color: #FFFFFF;*/
 	color: #000000;
 }
 
+.Menu .Subselection .Middle a:hover
+{
+	color: #5FA3D6;
+}
+
 .Menu .Subselection .Right
 {
 	width: 8px;
-  /*background-color: #919FBC;*/
   background-color: #FFFFFF;
 }
 
@@ -210,14 +211,12 @@
 {
 	width: 8px;
 	height: 8px;
-  /*background-color: #919FBC;*/
   background-color: #FFFFFF;
 }
 
 .Menu .Subselection .BottomMiddle
 {
 	height: 8px;
-  /*background-color: #919FBC;*/
   background-color: #FFFFFF;
 }
 
@@ -225,7 +224,6 @@
 {
 	width: 8px;
 	height: 8px;
-  /*background-color: #919FBC;*/
   background-color: #FFFFFF;
 }
 
@@ -239,7 +237,6 @@
 	width: 18px;
 	height: 18px;
 	line-height: 18px;
-        /*background-color:#333366;*/
         background-color: #000000;
 }
 
@@ -247,9 +244,7 @@
 {
 	font-size: 12px;
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
-	/*background-color: #333366;*/
 	background-color: #000000;
-	/*color: #FCFCFC;*/
 	color: #FFFFFF;
 	height: 18px;
 	line-height: 18px;
@@ -259,9 +254,7 @@
 {
 	font-size: 12px;
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
-	/*background-color: #333366;*/
 	background-color: #000000;
-	/*color:#CCCCFF;*/
 	color: #FFFFFF;
 	height: 18px;
 	line-height: 18px;
@@ -276,7 +269,6 @@
 {
 	width: 18px;
 	height: 18px;
-        /*background-color:#333366;*/
         background-color:#000000;
 }
 
@@ -297,8 +289,6 @@
 .Content .Left
 {
 	width: 18px;
-	/*background-color: #333366;*/
-	/*background-color: #DADEE9;*/
 	background-color: #FFFFFF;
 }
 
@@ -306,7 +296,6 @@
 {
 	font-size: 12px;
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
-	/*background-color: #DADEE9;*/
 	background-color: #FFFFFF;
 	color: #1E1E52;
 }
@@ -325,15 +314,15 @@
 
 .Content .Body .LightBackground
 {
-	/*background-color: #E8E8F7;*/
         background-color: #E7E7E7;
-	color:#333333;
+	color:#000000;
 }
 
 .Content .Body .LightBackground .InputField
 {
   width: 150px;
 }
+
 .Content .Body .MediumBackground
 {
 	background-color: #CCCCCC;
@@ -345,10 +334,7 @@
 .Content .Body .DarkBackground a:visited,
 .Content .Body .DarkBackground a:hover
 {
-	/*background-color: #5C6B8D;*/
-	/*background-color: #000000;*/
 	background-color: #2581C7;
-	/*color:#FCFCFC;*/
 	color:#FFFFFF;
 	font-size: 15px;
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
@@ -385,7 +371,6 @@
 
 .Content .Body a:link,
 .Content .Body a:visited,
-.Content .Body a:hover
 {
 	font-size: 10px;
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
@@ -394,6 +379,11 @@
 	font-weight: bold;
 }
 
+.Content .Body a:hover
+{
+	color: #5FA3D6;
+}
+
 .Content .Buttons {
 	border-top-width: thin;
 	border-right-width: thin;
@@ -411,13 +401,12 @@
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 	font-size: 12px;
   text-decoration: underline;
-	color: #CCCCCC;
+	color: #5FA3D6;
 }
 
 .Content .Right
 {
 	width: 18px;
-	/*background-color: #DADEE9;*/
 	background-color: #FFFFFF;
 }
 
@@ -443,7 +432,7 @@
 .Content .Footer a:visited,
 .Content .Footer a:hover
 {
-	color:#FF9900;
+	color: #5FA3D6;
 }
 
 .Content .BottomRight
@@ -468,18 +457,18 @@
 	font-size: 9px;
 	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 	height: 20px;
-	background-color: #CCCCCC;
+	background-color: #5FA3D6;
 }
 
 .Footer a:link, 
 .Footer a:visited, 
 .Footer a:hover
 {
-	color:#006699;
+	color: #5FA3D6;
 	text-decoration: underline;	
 }
 
 .Box
 {
-	border: thin solid #333333;
-}
\ No newline at end of file
+	border: thin solid #000000;
+}