style & images for menu

This commit is contained in:
aiora 2011-09-27 16:58:00 +02:00
parent f363e3812e
commit 40c51ced43
3 changed files with 16 additions and 2 deletions

View File

@ -114,10 +114,10 @@ p#topheader {
.menu li,
ul#links li {
margin: 5px 0;
list-style: square outside none;
list-style: none outside none;
}
ul#links li {
margin: 5px 0 0 15px;
margin: 5px 0 0 0;
}
ul#links li ul {
padding: 5px 0 5px 10px;
@ -125,10 +125,24 @@ ul#links li {
ul#links li li {
margin: 0 0 0 5px;
}
.menu li a,
ul#links li a {
background: url(../images/style/cave-picto.png) no-repeat 0 8px;
padding-left: 18px;
}
.menu li a:hover,
ul#links li a:hover {
background-position: 0 -8px;
border-bottom: 2px solid #d7442b;
}
ul#links li a.editlink {
background: url(../images/style/edit-picto.png) no-repeat 100% 0;
font-size: 85%;
padding: 0 18px;
}
ul#links li a.editlink:hover {
background-position: 100% -18px;
}
/* TABLES */
table.trad, table.centre {

BIN
images/style/cave-picto.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

BIN
images/style/edit-picto.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 B