72 lines
1 KiB
CSS
72 lines
1 KiB
CSS
#menuGauche {
|
|
position: absolute;
|
|
top: 60px;
|
|
left: 10px;
|
|
width: 170px;
|
|
padding:0px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
padding-bottom: 5px;
|
|
|
|
border: 1px dashed #000; /* inset */
|
|
background: white;
|
|
background-image: url(/images/bgmenubar.png);
|
|
background-repeat: repeat-y;
|
|
}
|
|
|
|
#menuGauche h1 {
|
|
font-size: 100%;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
color: #fdd;
|
|
padding:0px;
|
|
margin: 0px;
|
|
margin-top: 5px;
|
|
padding-left:5px;
|
|
padding-right:5px;
|
|
border: 0px none #000;
|
|
/* border-top: 2px outset #f00;
|
|
border-right: 2px outset #f00;
|
|
border-bottom: 2px outset #f00; */
|
|
background: black;
|
|
}
|
|
|
|
#menuGauche ul {
|
|
padding: 0px;
|
|
padding-left:17px;
|
|
}
|
|
|
|
#menuGauche p {
|
|
clear:both;
|
|
padding: 0px;
|
|
left: 0px;
|
|
right: 0px;
|
|
}
|
|
|
|
#menuGauche p img {
|
|
float: left;
|
|
border: 0px none #000;
|
|
margin: 0px;
|
|
margin-left: 15px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#menuGauche p a {
|
|
display:block;
|
|
color:blue;
|
|
font-weight: bold;
|
|
left: 0px;
|
|
right;
|
|
}
|
|
|
|
#menuGauche p a:hover {
|
|
background:#fc9;
|
|
left: 0px;
|
|
right: 0px;
|
|
}
|
|
|
|
#menuGauche input.searcher {
|
|
width: 120px;
|
|
margin-left: 30px;
|
|
background: #eef;
|
|
}
|