[freeside-commits] freeside/torrus/sup/webplain torrus.css, 1.1.1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Tue Dec 28 19:12:21 PST 2010


Update of /home/cvs/cvsroot/freeside/torrus/sup/webplain
In directory wavetail.420.am:/tmp/cvs-serv24302/torrus/sup/webplain

Modified Files:
	torrus.css 
Log Message:
torrus skinning improvements, RT#10574

Index: torrus.css
===================================================================
RCS file: /home/cvs/cvsroot/freeside/torrus/sup/webplain/torrus.css,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -w -d -r1.1.1.1 -r1.2
--- torrus.css	27 Dec 2010 00:04:04 -0000	1.1.1.1
+++ torrus.css	29 Dec 2010 03:12:19 -0000	1.2
@@ -7,10 +7,11 @@
    $Id$
    */
 BODY {
-  background-color : white;
-  color : #333;
-  font-family : verdana, arial, helvetica, sans-serif;
+/*  background-color : white; */
+/*  color : #333; */
+/*  font-family : verdana, arial, helvetica, sans-serif;
   font-size : 11px;
+*/
   margin : 0;
   padding-bottom : 0;
   padding-left : 0;
@@ -54,30 +55,35 @@
   clear : both; /* needed for Opera 6.12 */
   color : #333;
   float : none;
-  font-size : 11px;
+  /* font-size : 11px; */
   line-height : 20px;
 }
 
 A {
   background-color : inherit;
-  color : #09c;
-  font-weight : 600;
-  text-decoration : none;
+  /* color : #09c; */
+  /* font-weight : 600; */
+  /* text-decoration : none; */
 }
 
 A:link, A:visited {
   background-color : inherit;
-  color : #09c;
+  /* color : #09c; */
+  color: #000000;
 }
 
 A:hover {
-  background-color : #eee;
-  color : inherit;
+/*   background-color : #eee; */
+/*  color : inherit; */
+  color: #7e0079;
+  text-decoration: underline;
 }
 
 DIV.CurrentPath A:hover {
-  background-color : #ccc;
-  color : inherit;
+/*  background-color : #ccc; */
+/*  color : inherit; */
+  color: #7e0079;
+  text-decoration: underline;
 }
 
 
@@ -153,10 +159,14 @@
 
 DIV.PathMenu {
   background-color : #eee;
-  border-bottom : 1px dashed #999;
+/*  border-bottom : 1px dashed #999;
   border-left : 1px dashed #999;
   border-right : 1px dashed #999;
-  border-top : 1px dashed #999;
+  border-top : 1px dashed #999; */
+  border-bottom : none;
+  border-left : none;
+  border-right : none;
+  border-top : 1px solid $7e0079;
   color : inherit;
   float : left;
   line-height : 17px;
@@ -245,7 +255,7 @@
 DIV.Listing {
   clear : both;
   float : none;
-  font-size : 11px;
+/*  font-size : 11px; */
   margin-bottom : 10px;
   width : 90%;
 }
@@ -480,7 +490,7 @@
 
 
 *.SearchDialog {
-  font-size : 9px;
+/*  font-size : 9px; */
   padding-bottom : 0;
   padding-left : 2em;
   padding-right : 2em;
@@ -492,7 +502,7 @@
 }
 
 *.SearchDialog INPUT {
-  font-size : 9px;
+/*  font-size : 9px; */
 }
 
 



More information about the freeside-commits mailing list