Mise en forme et correction d'un petit bug : on a plus le grand gap entre le message et la page

darcs-hash:20080709165417-69ccb-08d6f23d9af49a90ae4ac3743642a5cd952dcf64.gz
This commit is contained in:
Grgoire Dtrez 2008-07-09 18:54:17 +02:00
parent 1ef282f86b
commit 12fbfd2412
2 changed files with 59 additions and 51 deletions

View file

@ -30,23 +30,28 @@ div#content
}
/* ****************************** BARRE DE TITRE ****************************** */
/* on change la couleur des soulignements de titres pour aller avec la barre */
h1, h2, h3, h4, h5, h6 {border-color: #f9821d}
div#titleBarre {
border-bottom: thin solid #f9821d;//orange;
background: #f9821d url(../img/BarreOrange.png) repeat-x;
}
/* on change la couleur des soulignements de titres pour aller avec la barre */
h1, h2, h3, h4, h5, h6 {border-color: #f9821d}
div#titleBarre *,
div#titleBarre h1#title a { color: white; }
h1#title { background: url(../img/BarreLogo.png) no-repeat right top;}
/* variantes */
.halloween h1#title {
background-image: url(../img/barreLogoHalloween.png);
div#titleBarre h1#title a {
color: white; }
div#titleBarre h1#title {
background: url(../img/BarreLogo.png) no-repeat right top;
}
.noel h1#title {
background-image: url(../img/BarreLogoNeige.png);
/* variantes */
.halloween div#titleBarre h1#title {
background-image: url(../img/barreLogoHalloween.png);
}
.noel div#titleBarre {
background: #f9821d url(../img/BarreOrangeNeige.png) repeat-x;
}
.noel div#titleBarre h1#title {
background-image: url(../img/BarreLogoNeige.png);
}

View file

@ -25,20 +25,21 @@ Copyright (c) 2006 by www.crans.org
**************************************************************/
/*<!-- BODY -->*/
body, html{
html{
padding:0;
margin:0;
}
margin:0; }
div#page
{
body {
margin: 40px 0 0 0;
padding :0; }
div#page {
position:relative;
margin:40px 170px 0 0;
margin:10px 170px 0 0;
padding:0;
}
div#content
{
div#content {
position:relative;
padding:0 15px 0 15px;
/*background-image: url("../img/fond.png");*/
@ -63,19 +64,14 @@ div#titleBarre {
border-bottom: thin solid #fcedd6;
background: url(../img/barreViole.png) repeat-x;
text-align:left;
}
/* on change la couleur des soulignements de titres pour aller avec la barre */
h1, h2, h3, h4, h5, h6 {border-color: #fcedd6}
div#titleBarre *,
div#titleBarre h1#title a {
color: white;
font: 25px "Trebuchet MS", helvetica, sans-serif ;
text-decoration:none;
}
/* on change la couleur des soulignements de titres pour aller avec la barre */
h1, h2, h3, h4, h5, h6 {border-color: #fcedd6}
h1#title
{
div#titleBarre h1#title {
/* pour ie */
position:absolute;
top:0;
@ -85,9 +81,18 @@ h1#title
width:100%;
height:40px;
padding:0;
background: url(../img/logoViole.png) no-repeat right top;
background: url(../img/logo.png) no-repeat right top;
border:none;
}
div#titleBarre *,
div#titleBarre h1#title a {
color: white;
font: 25px "Trebuchet MS", helvetica, sans-serif ;
text-decoration:none;
}
ul#pagelocation {
list-style-type:none;
height:25px;
@ -99,11 +104,9 @@ ul#pagelocation li {
display:inline;
float:left;
}
ul#pagelocation li:before{
content:"/";
color:white;
}
h1#title>a{
margin:10px;
@ -264,7 +267,7 @@ textarea {
/* ********************************* MESSAGES ********************************* */
#message {
clear: both;
margin: 40px 170px 0 0;
margin: 0 170px 0 0;
padding: 5px 0px;
border-bottom: 1px solid #c9c9c9;
background: #E6EAF0;