torrus skinning improvements, RT#10574
[freeside.git] / torrus / sup / webplain / torrus.css
index a20e008..3bb973c 100644 (file)
@@ -4,13 +4,14 @@
    Modified by Ian Holsman <ian@holsman.net>
    Optimised by Stanislav Sinyagin
 
-   $Id: torrus.css,v 1.1 2010-12-27 00:04:04 ivan Exp $
+   $Id: torrus.css,v 1.2 2010-12-29 03:12:19 ivan Exp $
    */
 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 @@ P {
   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.CurrentTime {
 
 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 @@ SPAN.MonitorName {
 DIV.Listing {
   clear : both;
   float : none;
-  font-size : 11px;
+/*  font-size : 11px; */
   margin-bottom : 10px;
   width : 90%;
 }
@@ -480,7 +490,7 @@ SPAN.LoginInput INPUT.Remember {
 
 
 *.SearchDialog {
-  font-size : 9px;
+/*  font-size : 9px; */
   padding-bottom : 0;
   padding-left : 2em;
   padding-right : 2em;
@@ -492,7 +502,7 @@ SPAN.LoginInput INPUT.Remember {
 }
 
 *.SearchDialog INPUT {
-  font-size : 9px;
+/*  font-size : 9px; */
 }