Quand j'étais sous Dark, dans theme.css, j'avais mis l'url de mon image ici:
/* backgrounds */ BODY { background-image: url(mon_image.jpg); background-repeat: repeat; background-position: center; background-color: #3F3F3F; }
Et j'avais rendu transparente cette zone là:
H3, #imageHeaderBar, #imageToolBar, #the_page, A:hover, .row1 { background-color: transparent; }
J'espère que ça va t'aider ^^ (Et que je ne me suis pas trompée...)
edit: J'avais soulevé cette question ici
Bonsoir et au secours !
J'y suis depuis des heures mais quoi que je fasse rien ne s'affiche. J'ai suivi les instructions données sur le forum mais y a un truc que je ne dois pas faire correctement.
j'essaye de placer une image sur le fond en haut à gauche.
Je suis sur template/yoga/dark/theme.css
j'ai mis l'image dans le dossier images du template dark. l'image s'appelle dauphin
je ne sais plus du tout après 1000 essais quelle ligne modifier dans cette partie:
/* backgrounds */
BODY {
background-color: #000000;
}
H3, #the_page, #imageHeaderBar, #imageToolBar A:hover, .row1 {
background-color: #3f3f3f;
}
#menubar DL, #content, #imageToolBar, .header_notes, .content {
background-color: #5f5f5f;
}
H2, #menubar DT, .throw {
background-image: url(images/tableh1_bg.png);
}
#imageHeaderBar H2 {
background-image: none;
background-color: transparent;
border: none;
}
#imageHeaderBar {
background-image: url(images/tableh2_bg.png);
background-repeat: repeat-x;
background-position: center;
}
.tabsheet li { background-color: #3f3f3f; }
.selected_tab { background-color: #5f5f5f !important; }