1
0

Making some nicer menu headers.

This commit is contained in:
Stefan Frech
2008-07-12 14:14:19 +00:00
committed by Jonas Kattendick
parent 6b4bacaddb
commit f08393d930
3 changed files with 14 additions and 3 deletions

View File

@@ -58,7 +58,8 @@ h2.nav {
font-size: 10pt;
margin: 0;
padding: 3px;
background-color:#bbb;
/* background-color:#bbb; */
background: url(images/grad.png) repeat-x;
}
ul.nav {
border: 1px solid #bbb;
@@ -83,7 +84,8 @@ ul.nav a:visited {
}
ul.nav a:hover {
text-decoration: none;
color: #AE1A1A;
/* color: #AE1A1A; */
color: #555555;
background-color: #ddd;
}
ul.nav a:active {
@@ -120,6 +122,9 @@ span.active {
border:1px #316AC5 solid;
padding:1px;
}
div.foldertop {
height: 5px;
}
/* Bookmarks section */
div.bookmarks {
@@ -134,7 +139,8 @@ div.bookmark {
}
div.bookmarkcaption {
padding: 2px 2px 2px 4px;
background-color: #bbb;
/* background-color: #bbb; */
background: url(images/grad.png) repeat-x;
}
div.bookmark:hover {
background-color: #eee;
@@ -189,4 +195,5 @@ p#footer {
padding: 2px;
text-align: center;
border: 1px solid #bbb;
background-color:#bbb;
}