decoration : le logo du crans en haut a droite, dites moi ce que vous en
pensez... darcs-hash:20060603115105-f46e9-b30aecbedfdb685d167e76da5016f3a309f5714f.gz
This commit is contained in:
parent
cf09ad93f4
commit
c85b947eed
1 changed files with 23 additions and 9 deletions
|
@ -41,31 +41,45 @@ body
|
||||||
}
|
}
|
||||||
|
|
||||||
/*<!-- TITRE -->*/
|
/*<!-- TITRE -->*/
|
||||||
h1#title
|
div#titleBarre {
|
||||||
{
|
|
||||||
color:white;
|
|
||||||
font: 25px "Trebuchet MS", helvetica, sans-serif ;
|
|
||||||
float:right;
|
float:right;
|
||||||
z-index:5;
|
z-index:5;
|
||||||
position: fixed; /* positionnement */
|
position: fixed; /* positionnement */
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
padding:5px 0 0 15px;
|
padding:0;//5px 0 0 15px;
|
||||||
margin:0;
|
margin:0;
|
||||||
height: 35px ;
|
height: 40px;//35px ;
|
||||||
width:100%;
|
width:100%;
|
||||||
border-bottom: thin solid orange;
|
border-bottom: thin solid #f9821d;//orange;
|
||||||
background: url(../img/BarreOrange.png) repeat-x;
|
background: url(../img/BarreOrange.png) repeat-x;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1#title a {
|
div#titleBarre * {
|
||||||
margin: 0;
|
|
||||||
color:white;
|
color:white;
|
||||||
font: 25px "Trebuchet MS", helvetica, sans-serif ;
|
font: 25px "Trebuchet MS", helvetica, sans-serif ;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1#title
|
||||||
|
{
|
||||||
|
margin: 0;
|
||||||
|
display:block;
|
||||||
|
width:100%;
|
||||||
|
height:25px;
|
||||||
|
padding:5px 10px 10px 10px;
|
||||||
|
background: url(../img/barreLogo.png) no-repeat right bottom;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1#title a {
|
||||||
|
color:white;
|
||||||
|
font: 25px "Trebuchet MS", helvetica, sans-serif ;
|
||||||
|
text-decoration:none;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*<!-- MENU DE DROITE -->*/
|
/*<!-- MENU DE DROITE -->*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue