Browse Source

[svn r10255] edit structure

veebie 18 years ago
parent
commit
c3bafba078
1 changed files with 26 additions and 23 deletions
  1. 26 23
      main/css/default/default.css

+ 26 - 23
main/css/default/default.css

@@ -302,7 +302,7 @@ a.invisible:visited {
 	padding: 0em 0em 0.4em 0em;
 }
 
-#header3 A {
+#header3 a {
 	color: rgb(39,84,175);
 	display: block;
 	font-weight: bold;
@@ -313,18 +313,18 @@ a.invisible:visited {
 	text-decoration: none;
 }
 
-#header3 A:hover {
+#header3 a:hover {
 	color: #333;
 }
 
-#header3 UL {
+#header3 ul {
 	display: inline;
 	list-style-type: none;
 	margin: 0px;
 	padding: 0px 20px 0px 0px;
 }
 
-#header3 LI {
+#header3 li {
 	border-right: solid 1px rgb(115,162,182);
 	color: rgb(115,162,182);
 	display: block;
@@ -334,7 +334,7 @@ a.invisible:visited {
 	padding: 0px;
 }
 
-#header3 LI:hover {
+#header3 li:hover {
 	margin: 0px;
 	padding-bottom: 0px;
 	padding-left: 0px;
@@ -347,9 +347,9 @@ a.invisible:visited {
 	border-bottom: 1px solid #fff;
 }
 
-#header3 #current A {
-	color: #fff
+#header3 #current a {
 	border-bottom: 1px solid #fff;
+	color: #fff
 }
 
 #header3 .banner_links {
@@ -357,27 +357,29 @@ a.invisible:visited {
 }
 
 #header3 input.logout {	/* makes an input appear like a link in this header */
- 	display: inline;
-	padding: 0;
-	background-color: transparent;
+ 	background-color: transparent;
 	border: none;
-	color: rgb(39,84,175);
+ 	color: rgb(39,84,175);
+	display: inline;
 	font-size: 1.0em;
 	font-weight:bold;
 	font-family: verdana, arial, helvetica, sans-serif;
 	margin: 0 0 0 0;
+	padding: 0;
 	padding-right: 2px;
 	padding-top: 3px;
-
 }
+
 #header3 input:hover {
-	COLOR: #333;
+	color: #333;
 }
+
 #header3 input {
-	PADDING-RIGHT: 2px;
-	DISPLAY: block;
-	PADDING-LEFT: 2px;
+	display: block;
+	padding-left: 2px;
+	padding-right: 2px;	
 }
+
 #header3 #logout {
 	margin-top: 0px;
 }
@@ -387,12 +389,12 @@ a.invisible:visited {
 }
 
 #logout{
-border-left: solid 1px rgb(115,162,182);
+	border-left: solid 1px rgb(115,162,182);
 	display: inline;
 	float: right;
-	width: auto;
+	font-size: 1.0em;
 	text-align: right;
-   	font-size: 1.0em;
+	width: auto;
 }
 
 /*
@@ -404,8 +406,8 @@ border-left: solid 1px rgb(115,162,182);
 #header4 {
 	background-color: #fff;
 	color: #009;
-	padding: 4px;
 	margin-bottom: 2px;
+	padding: 4px;
 }
 
 #header4 a {
@@ -413,8 +415,8 @@ border-left: solid 1px rgb(115,162,182);
 }
 
 #header4 a:hover {
-	text-decoration: none;
 	color: #f00;
+	text-decoration: none;
 }
 
 /* The tool shortcuts */
@@ -429,11 +431,12 @@ border-left: solid 1px rgb(115,162,182);
 */
 
 #footer {
-	padding: 8px;
-	border-top: 1px solid #4171B5;
 	background-color: #E5EDF9;
+	border-top: 1px solid #4171B5;
 	font-size: 12px;
+	padding: 8px;
 }
+
 #footer .copyright {
 	float: right;
 }