[CSS] Creare sfondo titolo e descrizione
vorrei cteare uno sfondo per il titolo e la descrizione del mio blog[wordpress],per consentire una migliore lettura vista che il background è una foto...vi posto il ccs sotto se qualcuno può aiutarmi.
Codice:
/* Header */
#header-wrap {
background: url(images/header-repeat.jpg) repeat-x center top;
}
#header {
height: 235px;
background: url(http://recuperafigurine.altervista.o...pict0004lo.jpg) repeat-x center top;
}
.no-sidebar div #header {
background-image: url(images/header-no-sidebar.jpg);
}
.double-right-sidebar div #header {
background-image: url(images/header-double-sidebar.jpg);
}
#header div {
width: 928px;
margin: 0 auto;
}
.double-right-sidebar #header div {
width: 947px;
}
/* modifica */
#header h1 {
font: 2.3em "Georgia", "Baskerville", serif;
margin: 0;
padding: 5px 0;
}
#header h1 a {
color: #FF0000;
text-decoration: none;
font-weight: bold;
font-style: normal;
text-shadow: #000 0 1px 2px;
}
#blog-description {
color: #FF0000;
font: 1.7em "Georgia", "Baskerville", serif;
font-weight: bold;
text-shadow: #000 0 1px 1px;
}
/* fine */