summaryrefslogtreecommitdiff
path: root/torrus/sup/webplain
diff options
context:
space:
mode:
authorivan <ivan>2010-12-29 03:12:19 +0000
committerivan <ivan>2010-12-29 03:12:19 +0000
commit54395e0be06cb94a65d25041f657836241e23b60 (patch)
treeef27eea2bce6605c68363f97c572dea8dd6cb445 /torrus/sup/webplain
parentf480822b8c344289ac97f7db517511fb75d9c364 (diff)
torrus skinning improvements, RT#10574
Diffstat (limited to 'torrus/sup/webplain')
-rw-r--r--torrus/sup/webplain/torrus.css46
1 files changed, 28 insertions, 18 deletions
diff --git a/torrus/sup/webplain/torrus.css b/torrus/sup/webplain/torrus.css
index a20e008d5..3bb973c4b 100644
--- a/torrus/sup/webplain/torrus.css
+++ b/torrus/sup/webplain/torrus.css
@@ -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; */
}