couucou a tous !
vala, je veins tout juste d'ouvrir un blog, et j'aimerais mainteant lepersonnaliser, mais, je suis ( eh oui ! ) une fabuleuse quiche en informatique, et j'en viens a vous demander votre aide :
j'aimerais, que le fond soit rose pâle !!!! mais jcomprend rien au css, et du coup je suis perdue : voila la table des ligne de codes : a quoi doisje bidouiller pour obtenir mon rose pale :
Modifié par mushaboom (24 May 2007 - 15:53)
vala, je veins tout juste d'ouvrir un blog, et j'aimerais mainteant lepersonnaliser, mais, je suis ( eh oui ! ) une fabuleuse quiche en informatique, et j'en viens a vous demander votre aide :
j'aimerais, que le fond soit rose pâle !!!! mais jcomprend rien au css, et du coup je suis perdue : voila la table des ligne de codes : a quoi doisje bidouiller pour obtenir mon rose pale :
body{
background: #f7f7f7 url(http://morganemartin.mon-blog.org/themes/Grenadine/img/fond.png);
color: #1d1d1d;
font-size: 70%;
line-height: 1.3em;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1{font-size: 1.8em;}
h2{font-size: 1.2em;}
h3{font-size: 1.1em;}
pre, code{
font-size: 1.2em;
}
pre{
width: 100%;
overflow: auto;
background: #f6f6f6;
border: 1px solid #dcdcdc;
color: #202020;
}
html>body pre {
overflow: auto;
width: auto;
}
fieldset{
border: none;
}
label{
cursor: pointer;
cursor: hand;
}
.field label{
display: block;
}
input:hover, textarea:hover, input:focus, textarea:focus, input:active, textarea:active, input[type=checkbox]:hover, input[type=c_remember]:hover{
border: 1px solid #e00001;
}
input, input[type=checkbox]{
border: 1px solid #dcdcdc;
background: #fff;
color: #202020;
}
textarea{
width: 100%;
font-size: 1em;
background: #fff;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
border: 1px solid #dcdcdc;
color: #202020;
}
a{
color: #666;
text-decoration: none;
}
a:visited{
color: #666;
}
a:hover{
color: #e00001;
}
a[hreflang]:after {
content: "\0000a0[" attr(hreflang) "]";
color : #e00001;
font-size: 0.8em;
vertical-align: top; /* Ne pas toucher à ceci */
}
acronym{
border-bottom: 1px dotted #e00001;
}
.left{
float: left;
margin-right: 1em;
}
.right{
float: right;
margin-left: 1em;
}
/* La page
*******************************************************************************/
#page{
background: transparent url(http://morganemartin.mon-blog.org/themes/Grenadine/img/page.png) repeat-y center top;
color: inherit;
}
/* L'entête
*******************************************************************************/
#top{
height: 197px;
/*padding-top: 20px;*/
background: transparent url(http://morganemartin.mon-blog.org/themes/Grenadine/img/top.png) no-repeat center top;
}
#top h1{
text-align: left;
height: 80px;
line-height: 80px;
margin: 0;
padding-top: 5px;
padding-left: 25px;
color: #e00001;
}
#top h1 a{
text-decoration: none;
color: #e00001;
}
/* Le prélude
*******************************************************************************/
#prelude{
display: none; /* Celui-ci ne s'accordant pas avec le style de la page.*/
}
/* Le contenu
*******************************************************************************/
#main{
float: left
}
.day-date{
display:none;
}
.post{
background: #eeeeee;
padding: 10px;
-moz-border-radius: 8px; /* Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
}
.post-title{
color: #e00001;
margin-bottom: 0;
margin-top: 0;
}
.post-title a{
color: #e00001;
background: transparent;
text-decoration: none;
}
.post-info{
margin: 0;
color: #808080;
background: transparent;
padding-bottom: 5px;
border-bottom: 1px solid #dcdcdc;
}
.post-content{
padding-top: 15px;
text-align: justify;
padding-bottom: 15px;
border-bottom: 1px solid #dcdcdc;
}
.post-content blockquote{
font-family: Georgia, serif;
font-style: italic;
border-left: 5px solid #e00001;
padding-left: 10px;
}
.post-content ul{
padding-left: 15px;
}
.post-info-co{
text-align: right;
}
.post-info-co span{
color: #e00001;
}
#trackbacks blockquote, #comments blockquote{
border-left: 5px solid #dcdcdc;
margin: 1em 0;
color: #e00001;
padding-left: 10px;
}
/* La barre de navigation
*******************************************************************************/
#sidebar div{
color: inherit;
background: #eeeeee;
padding: 10px;
-moz-border-radius: 8px; /* Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
margin-top: 10px;
}
#sidebar div ul{
margin: 0;
padding: 0;
list-style: none;
}
#sidebar h2{
margin: 0 0 1ex 0;
color: #e00001;
text-align: center;
}
#sidebar h3{
font-size: 1em;
margin: 0;
margin: 0 0 1ex 0;
}
#sidebar div#search{
background: transparent;
color: inherit;
line-height: 2.3em;
}
#search fieldset, #search p{
margin: 0;
padding: 0;
}
#search .submit{
background: #eee;
border:none;
padding: 1px;
width: 30px;
-moz-border-radius: 5px; /* Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
}
#search h2{
display:none;
}
#search fieldset, #search p{
margin: 0;
padding: 0;
}
#q{
padding: 2px 1px 2px 18px;
width: 100px;
background: #eee url(http://morganemartin.mon-blog.org/themes/Grenadine/img/spot.png) no-repeat 4px center;
border: none;
-moz-border-radius: 5px; /* Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
}
#sidebar div#calendar{
}
#sidebar div#calendar table{
font-size: 0.8em;
text-align: center;
margin: 0 auto;
border-collapse: collapse;
}
#sidebar div#calendar table caption{
margin: 0 auto;
}
#sidebar div#calendar table th{
color: #666;
background: transparent;
}
#sidebar div#calendar table td{
width: 14%;
line-height: 2em;
}
#sidebar div#calendar table td a{
display: block;
background: transparent;
color: #e00001;
font-weight: bold;
text-decoration: none;
}
#sidebar div#calendar table td a:hover{
background: transparent;
color: #666;
}
#sidebar div#calendar h2{
display:none;
}
/* Le pied de page
*******************************************************************************/
#footer{
margin: 0;
padding: 1em 1em 2em 1em;
color: #808080;
background: transparent url(http://morganemartin.mon-blog.org/themes/Grenadine/img/footer.png) no-repeat center bottom;
background-repeat: no-repeat;
text-align: right ;
padding-right: 25px;
padding-top: 20px;
}
#footer a{
color: #999;
}
Modifié par mushaboom (24 May 2007 - 15:53)