|
From: Benjamin C. <bc...@us...> - 2003-06-12 12:17:47
|
Update of /cvsroot/phpbt/phpbt/styles
In directory sc8-pr-cvs1:/tmp/cvs-serv28987/styles
Modified Files:
default.css
Log Message:
CSS improvement to the navlinks in the wrap
Index: default.css
===================================================================
RCS file: /cvsroot/phpbt/phpbt/styles/default.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- default.css 10 Jun 2003 13:50:10 -0000 1.3
+++ default.css 12 Jun 2003 12:17:43 -0000 1.4
@@ -1,5 +1,5 @@
body {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
font-size: 12px;
color: #000000;
background: #ffffff;
@@ -11,8 +11,8 @@
a:hover { text-decoration: underline; }
td {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
- font-size: 12px;
+ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-size: 12px;
color: #000000;
}
@@ -21,8 +21,8 @@
}
th {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
- font-size: 12px;
+ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-size: 12px;
color: #000000;
background-color: #eeeeee;
}
@@ -34,7 +34,7 @@
}
select {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
font-size: 12px;
}
@@ -43,16 +43,16 @@
}
input[type="file"] {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
font-size: 12px;
}
input[type="submit"] {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
}
input[type="reset"] {
- font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-family: "Arial","Helvetica","MS Sans Serif","Sans-Serif";
}
textarea {
@@ -60,8 +60,8 @@
}
.navfont {
- font-family: "Verdana","Arial","Helvetica","MS Sans Serif","Sans-Serif";
- font-size: 10px;
+ font-family: "Verdana","Arial","Helvetica","MS Sans Serif","Sans-Serif";
+ font-size: 10px;
}
.login-box {
@@ -80,7 +80,7 @@
font-weight: bold;
padding: 1.5em;
font-size: 16px;
-}
+ }
.error {
text-align: center;
@@ -112,15 +112,15 @@
.navtitlebar {
background: #99f;
-}
+ }
.navborder {
background: #000;
-}
+ }
.navbotspacer {
background: #fff;
-}
+ }
.navinput {
vertical-align: middle;
@@ -218,14 +218,18 @@
border-style: solid;
padding: 5px;
text-align: center;
-}
+ }
.header-col { font-weight: bold; }
.center-col { text-align: center; }
-.navlink {
+a.navlink, a.navlink:link, a.navlink:visited, a.navlink:active {
color: #FFFFFF;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
+ }
+
+a.navlink:hover {
+ text-decoration: underline;
}
|