Fond ?

4 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Fond ?

Message par Melancovic Dim 29 Jan 2012 - 22:21

Bonjour,

J'ai cherchais mais impossible de trouver comment changer ce fond, j'aurais bien voulu cherchais ici mais je connais même pas le nom.
Merci
Fichiers joints
Fond ? Attachment
forum actif.JPG Vous n'avez pas la permission de télécharger les fichiers joints.(104 Ko) Téléchargé 9 fois


Dernière édition par Melancovic le Lun 6 Fév 2012 - 8:51, édité 1 fois
avatar

Melancovic
*

Masculin
Messages : 36
Inscrit(e) le : 29/01/2012

http://nomadicbraise.brulant.net
Melancovic a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Gorgorbey Dim 29 Jan 2012 - 22:25

Bonjour,

Allez dans :
PA > Affichage > Images et couleurs > Couleurs > Onglet Feuille de style CSS
Collez et enregistre ce code :
Code:
.row1, .row2
{
  background-color: red;
  background-image: URL(URL de l'image);
}
- Utilisez background-color pour mettre une couleur de fond.
- Utilisez background-image pour une image de fond. Mettez l'adresse de votre image.

Cordialement.
Gorgorbey

Gorgorbey
Membre actif

Masculin
Messages : 3321
Inscrit(e) le : 09/09/2010

http://w4rx.forumactif.com/
Gorgorbey a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Dr. Karlos Dim 29 Jan 2012 - 22:27

Spoiler:

Édit: Désolé, je n'ai pas reçu l'avertissement disant que vous aviez posté avant moi.

Cordialement,


Dr. Karlos
Aidant Forumactivien.
Dr. Karlos

Dr. Karlos
Membre actif

Masculin
Messages : 2623
Inscrit(e) le : 03/01/2012

Dr. Karlos a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Melancovic Dim 29 Jan 2012 - 23:03

J'ai fait ça, et rien à changé
Merci
Fichiers joints
Fond ? Attachment
fond.JPG Vous n'avez pas la permission de télécharger les fichiers joints.(25 Ko) Téléchargé 2 fois
avatar

Melancovic
*

Masculin
Messages : 36
Inscrit(e) le : 29/01/2012

http://nomadicbraise.brulant.net
Melancovic a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Dr. Karlos Dim 29 Jan 2012 - 23:07

Bonsoir,

Avez-vous essayé avec ceci? ;
Code:
.row1, .row2 {
background-image: none;
border: 1px solid black;
border-image: initial;
background-color: COULEUR;
}


Cordialement,


Dr. Karlos
Aidant Forumactivien.
Dr. Karlos

Dr. Karlos
Membre actif

Masculin
Messages : 2623
Inscrit(e) le : 03/01/2012

Dr. Karlos a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Melancovic Dim 29 Jan 2012 - 23:30

Bonsoir,

j'ai changeais mais ça donne rien, mon url est-elle bien mise ?
Merci
Fichiers joints
Fond ? Attachment
actif.JPG Vous n'avez pas la permission de télécharger les fichiers joints.(35 Ko) Téléchargé 3 fois
avatar

Melancovic
*

Masculin
Messages : 36
Inscrit(e) le : 29/01/2012

http://nomadicbraise.brulant.net
Melancovic a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Dr. Karlos Dim 29 Jan 2012 - 23:33

Bonsoir,

Retirez la ligne "border-image" et retirez "background-color". Essayez par la suite avec ce code seulement:
Code:
.row1, .row2 {
background-image: none;
border: 1px solid black;
border-image: initial;
}

Essayez de voir si l'image ne se trouverait pas dans votre Panneau d'administration > Affichage > Images et couleurs > Gestion des images > Mode avancé.


Cordialement,


Dr. Karlos
Aidant Forumactivien.


Dernière édition par Dr. Karlos le Lun 30 Jan 2012 - 1:05, édité 2 fois
Dr. Karlos

Dr. Karlos
Membre actif

Masculin
Messages : 2623
Inscrit(e) le : 03/01/2012

Dr. Karlos a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Melancovic Dim 29 Jan 2012 - 23:41

A la base je faisais tout par la > Affichage > Images et couleurs > Gestion des images > Mode avancé. Elle devrait se trouver dans Image du fond des catégories (gauche) et/ou Image du fond des catégories (droite), et pourtant c'est changeais depuis un bout de temps, il doit y avoir un problème !
Fichiers joints
Fond ? Attachment
actif.JPG Vous n'avez pas la permission de télécharger les fichiers joints.(54 Ko) Téléchargé 1 fois
avatar

Melancovic
*

Masculin
Messages : 36
Inscrit(e) le : 29/01/2012

http://nomadicbraise.brulant.net
Melancovic a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Dr. Karlos Lun 30 Jan 2012 - 1:05

Bonsoir,

Le problème est forcément dans votre CSS personnalisé. Very Happy
Pouvez-vous poster son contenu ici s'il vous plaît?


Cordialement,


Dr. Karlos
Aidant Forumactivien.
Dr. Karlos

Dr. Karlos
Membre actif

Masculin
Messages : 2623
Inscrit(e) le : 03/01/2012

Dr. Karlos a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Melancovic Lun 30 Jan 2012 - 1:08

Smile Oui, voici mon CSS:
CSS
Code:
#submenu a:hover{background-color:transparent;}
#userlinks{background-color:transparent !important; }
div.newslink{background-color:transparent !important; }
#gfooter{background-color:transparent; }
.current-time{color:#D1BA88;}
#gfooter a{color:#D1BA88 !important;}
#gfooter a:hover{color:#b5a25f !important; }
#qjump{color:#a79f91; background-color:#1B1915;border:1px solid #2e2b26;}
.box-content{border-bottom:5px solid #2c271e;}
table.ipbtable tfoot td{background-color:transparent;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/b1_bas10.png');background-repeat:no-repeat;background-position:bottom center;padding:0px;height:34px!important;border:none;}
.topic-footer{background-color:transparent;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/b1_bas10.png');background-repeat:no-repeat;background-position:bottom center;padding:0px;height:34px!important;border:none none !important;}
.search-footer-box{display:none; }
#search-box{display:none; }
.activeusers{background-color:transparent;}
.tfooter{border:none; margin:0px; padding:0px; }
.darkrow{background-color:transparent; background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/b1_bas10.png'); background-repeat:no-repeat; background-position:bottom center;padding:0px; height:34px!important; border:none !important;}
#navstrip li{float:left;margin:0 5px;padding-left:15px;background:url('http://i35.servimg.com/u/f35/11/95/30/70/1111.png') no-repeat left 50%;}
#navstrip li.begin{padding-left:15px;background:url('http://i35.servimg.com/u/f35/11/95/30/70/1111.png') no-repeat left 50%;}
div.maintitle .expand, div.maintitle .contract{float:right;width:15px;height:15px;background:url('http://i35.servimg.com/u/f35/11/95/30/70/1610.png') no-repeat 50% 50%;cursor:pointer;}
div.maintitle .expand{background:url('http://i35.servimg.com/u/f35/11/95/30/70/1711.png') no-repeat 50% 50%;}
.popmenubutton a{background-color:transparent !important;border:none !important;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/1810.png');}
.popmenubutton{height:15px;}
.popupmenu li{background-color:#1e1a15;background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/1910.png');}
.popupmenu li a{padding-left:12px;}
#navstrip li a:hover{color:#e2c284;}
.ipbform2 dl dd input{background-color:#887c5f !important; color:#000; -moz-border-radius:9px;-webkit-border-radius:9px;border-radius:9px;}
.ipbform2 dl{color:#a79f91; background-color:#1B1915;border:1px solid #2e2b26;}
.ipbform2 dd{color:#a79f91; background-color:#1B1915;border:1px solid #2e2b26;}
.popupmenu.last{background-color:#2a2b2b;}
ul.popmenu li.popmenu-category{background-color:#2a2b2b;}
.post{border:1px solid #000;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/t_fond10.jpg');background-position:right;}
.postprofile-details{text-align:center;}
.post .post-header{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/35px10.png');}
.post .post-footer{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/t310.jpg');}
.postbody{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/fond_c13.jpg'); background-position:left; border:1px solid  #000;}
.postprofile-head .popmenubutton-new-out{background-color:transparent; border:none; text-align:center !important;}
.post .popupmenu{background-color:#23201b;border:1px solid #2e2b26;-moz-border-radius:12px 0px 12px 0px;-webkit-border-radius:12px 0px 12px 0px;border-radius:12px 0px 12px 0px;padding:7px;-moz-box-shadow:0px 0px 6px #000;-webkit-box-shadow:0px 0px 6px #000;box-shadow:0px 0px 6px #000;}
.postprofile-head ul{background-color:#191919; border:1px solid #2e2b26;border-bottom:none; border-top:none; padding:7px;}
.postprofile-head ul li{background-color:#28251f;border:1px solid #2e2b26;border-bottom:none;border-top:none;}
.post .avatar{background-color:#23201b; border:1px solid #2d2d2d; -moz-border-radius:12px 0px 12px 0px; -webkit-border-radius:12px 0px 12px 0px; border-radius:12px 0px 12px 0px;}
.popupmenu li a.profile-icon{float:none; height:18px;margin:0px; padding-left:3px;}
.profile-view .avatar{background-color:#23201b; border:1px solid #2d2d2d; -moz-border-radius:12px 0px 12px 0px; -webkit-border-radius:12px 0px 12px 0px; border-radius:12px 0px 12px 0px;}
.exthelp, .rte-menu-button{background-image:url("http://i85.servimg.com/u/f85/11/95/30/70/11210.png");background-color:#191919;border:1px solid #2e2b26;}
.rte-menu-button{background-image:url("http://i81.servimg.com/u/f81/13/51/88/96/11411.png");  }
input.post{color:#a79f91; background-color:#2e2b26 !important; color:#a79f91; }
table.ipbtable th.formsubtitle,.formsubtitle{background-color:transparent;}
.form-box input{-moz-border-radius:15px; -webkit-border-radiust:15px;border-radiust:15px;color:#a79f91; background-color:#2e2b26 !important; color:#a79f91; }
#plus_menu{background-color:#23201b;border:1px solid #2e2b26 !important;}
.box-content.profile{border:1px solid #2e2b26 !important;}
#qpost.row2{background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/fond_c10.jpg');border:1px solid  #000;}
.qreply{background-color:#1B1915; border:1px solid #2e2b26;}
.messaging-box{background-color:#1B1915;border:1px solid #2e2b26;}
#smiley-box{background-color:#1B1915;border:1px solid #2e2b26;}
.wysiwyg{background-color:#2e2b26 !important;}
#text_editor_textarea{background-color:#2e2b26 !important; color:#a79f91; }
.attachbox{background-color:#2e2b26;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/fond_s10.png');border:1px solid #6c6657;padding:5px;-moz-border-radius-topleft:15px;-webkit-border-radius-topleft:15px;-moz-border-radius-topright:15px;-webkit-border-radius-topright:15px;border-radius-topleft:15px;border-radius-topright:15px;-moz-box-shadow:0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;}
.attachbox dl.file{background-color:#212121;margin-top:8px;padding:5px;border:1px solid #6c6657;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;-moz-box-shadow:0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;}
blockquote{background-color:#2c2a25;border:1px solid #6c6657;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/fond_s10.png');-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:12px;color:#caba9f;padding:5px;-moz-box-shadow:0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;}
blockquote cite{background-image:url('http://i65.servimg.com/u/f65/11/95/30/70/citati11.png');background-repeat:no-repeat;background-position:top right;color:#000;font-weight:bold;background-color:#707070;border:1px solid #888888;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;}
dl.codebox{background-color:#23201b;border:1px solid #6c6657;padding:6px;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;-moz-box-shadow:0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;}
.codebox dt{background-image:url('http://i65.servimg.com/u/f65/11/95/30/70/citati10.png');color:#caba9f;font-weight:bold;background-color:#2c2a25;border:1px solid #6c6657;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;padding:5px;}
.codebox dd{background-color:#2c2a25;border:1px solid #6c6657;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/fond_s10.png');-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:12px;color:#caba9f;padding:5px;}
dl.spoiler{background-color:#23201b;border:1px solid #6c6657;padding:6px;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;-moz-box-shadow:0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;}
.spoiler dt{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/35px10.png');color:#caba9f;font-weight:bold;background-color:#2c2a25;border:1px solid #6c6657;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;}
.spoiler dd{background-color:#2c2a25;border:1px solid #6c6657;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/fond_s10.png');-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:12px;color:#caba9f;padding:5px;}
.row1,.row2{background-image: http://i30.servimg.com/u/f30/13/30/32/72/fond_c10.jpg; border:1px solid  #000;}
.thin{background-color:transparent !important;border-top:1px solid #000;border-bottom:1px solid #000;}
.maintitle.floated.dropped{padding-bottom:0px;}
.ipbtable.calendar ul{background-color:#232018;}
div.calmonths{background-color:#191919;border:1px solid #2d2d2d;}
div.borderwrap .member-list{border:1px solid #2e2b26;}
.member{background-color:#2c2a25; border:1px solid #2e2b26; -moz-border-radius-topleft:12px; -webkit-border-radius-topleft:12px; -moz-border-radius-bottomright:12px; -webkit-border-radius-bottomright:12px; border-radius-topleft:12px; border-radius-bottomright:12px; radius-topleft:12px; radius-bottomright:12px; -moz-box-shadow:0px 0px 6px #000; -webkit-box-shadow:0px 0px 6px #000;box-shadow:0px 0px 6px #000; }
.post-entry{ padding: 7px; } .container_IE{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/217.png'); background-position:bottom right; background-repeat:no-repeat;}
.post-entry{ overflow: visible; white-space:normal !important;}
.member-header{background-color:#23201b; border:1px solid #2d2d2d; -moz-border-radius-topright:12px; -webkit-border-radius-topright:12px; -moz-border-radius-bottomleft:12px;-webkit-border-radius-bottomleft:12px; border-radius-topright:12px; border-radius-bottomleft:12px; }
.member p{background-color:#2d2d2d; border:1px solid #23201b; padding:3px; margin-top:10px; color:#caba9f;}
.member .popmenubutton-new-out a{background-color:#2d2d2d;border:1px solid #23201b;color:#caba9f;}
.member .popupmenu{background-color:#2c2a25;border:1px solid #6c6657;-moz-border-radius-topleft:12px;-webkit-border-radius-topleft:12px;-moz-border-radius-bottomright:12px;-webkit-border-radius-bottomright:12px;border-radius-topleft:12px;border-radius-bottomright:12px;radius-topleft:12px;radius-bottomright:12px;padding:7px;-moz-box-shadow:0px 0px 6px #000;-webkit-box-shadow:0px 0px 6px #000;box-shadow:0px 0px 6px #000;}
.member .popupmenu ul{background-color:#2d2d2d;border:1px solid #6c6657;padding:3px;margin-top:10px;color:#caba9f;}
.member .popupmenu li{background-color:#23201b;border:1px solid #2d2d2d;-moz-border-radius-topright:12px;-webkit-border-radius-topright:12px;-moz-border-radius-bottomleft:12px;-webkit-border-radius-bottomleft:12px;border-radius-topright:12px;border-radius-bottomleft:12px;}
.member .avatar{background-color:#23201b;border:1px solid #6c6657;-moz-border-radius-topleft:12px;-webkit-border-radius-topleft:12px;-moz-border-radius-bottomright:12px;-webkit-border-radius-bottomright:12px;border-radius-topleft:12px;border-radius-bottomright:12px;}
.member .popupmenu li a.profile-icon{float:none;height:22px;margin:0px;padding-left:3px;}
div.errorwrap,div.infowrap{background-color:#776952;border:1px solid #ac9a7b;color:#443b2b !important;font-weight:bold;}
div.errorwrap h4,div.infowrap h4{background-color:#443b2b;border:1px solid #ac9a7b;color:#ac9a7b;}
div.errorwrap p,div.infowrap p{color:#443b2b; font-weight:bold;}
/div.borderwrap a:link{color:#4d3500;text-decoration:underline;}
/div.borderwrap .faq a:link{color:#ac9a7b;text-decoration:underline;}
ul.privmsg{margin-left:10px;}
ul.privmsg li{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz210.png');background-position:top center;background-color:#f6b10f;border:1px solid #ac9a7b;color:#000;-moz-border-radius-topleft:8px;-webkit-border-radius-topleft:8px;-moz-border-radius-topright:8px;-webkit-border-radius-topright:8px;border-radius-topleft:8px;border-radius-topright:8px;}
ul.privmsg li a{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz110.png');background-position:top center;background-color:#595959;border:1px solid #ac9a7b;color:#000;-moz-border-radius-topleft:8px;-webkit-border-radius-topleft:8px;-moz-border-radius-topright:8px;-webkit-border-radius-topright:8px;border-radius-topleft:8px;border-radius-topright:8px;}
ul.privmsg li:hover{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz110.png');background-position:top center;color:#000;-moz-border-radius-topleft:8px;-webkit-border-radius-topleft:8px;-moz-border-radius-topright:8px;-webkit-border-radius-topright:8px;border-radius-topleft:8px;border-radius-topright:8px;}
ul.privmsg li a:hover{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz210.png');background-position:top center;color:#000;-moz-border-radius-topleft:8px;-webkit-border-radius-topleft:8px;-moz-border-radius-topright:8px;-webkit-border-radius-topright:8px;border-radius-topleft:8px;border-radius-topright:8px;}
button.button2,input.button2{color:#000;font-weight:bold;background-repeat:repeat-x;background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz110.png');background-position:center;}
button.button2:hover,input.button2:hover{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz210.png');color:#000;font-weight:bold;background-position:center;}
.button,.mainoption{color:#000;font-weight:bold;background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz110.png');background-position:center;}
.button:hover,.mainoption:hover{color:#000;font-weight:bold;background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz210.png');background-position:center;}
.inputbox{background-color:#2e2b26 !important; color:#a79f91; -moz-border-radius:9px;-webkit-border-radius:9px;}
#i_icon_mini_index{width:80px; height:22px; background:url(http://i30.servimg.com/u/f30/13/30/32/72/1610.png) no-repeat 0 0;}
#i_icon_mini_index:hover{background:url(http://i30.servimg.com/u/f30/13/30/32/72/1610.png) no-repeat 0 -22px;}
#i_icon_mini_portal{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1010.png) no-repeat 0 0;}
#i_icon_mini_portal:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1010.png) no-repeat  0 -22px;}
#i_icon_mini_gallery{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1210.png) no-repeat 0 0;}
#i_icon_mini_gallery:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1210.png) no-repeat  0 -22px;}
#i_icon_mini_calendar{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1510.png) no-repeat 0 0;}
#i_icon_mini_calendar:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1510.png) no-repeat  0 -22px;}
#i_icon_mini_faq{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1110.png) no-repeat 0 0;}
#i_icon_mini_faq:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1110.png) no-repeat  0 -22px;}
#i_icon_mini_search{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1410.png) no-repeat 0 0;}
#i_icon_mini_search:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1410.png) no-repeat  0 -22px;}
#i_icon_mini_members{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/910.png) no-repeat 0 0;}
#i_icon_mini_members:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/910.png) no-repeat  0 -22px;}
#i_icon_mini_groups{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/710.png) no-repeat 0 0;}
#i_icon_mini_groups:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/710.png) no-repeat  0 -22px;}
#i_icon_mini_profile{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/610.png) no-repeat 0 0;}
#i_icon_mini_profile:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/610.png) no-repeat  0 -22px;}
#i_icon_mini_message{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/810.png) no-repeat 0 0;}
#i_icon_mini_message:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/810.png) no-repeat 0 -22px;}
#i_icon_mini_new_message{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/512.png) no-repeat 0 0;}
#i_icon_mini_new_message:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/512.png) no-repeat  0 -22px;}
#i_icon_mini_logout{width:34px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1710.png) no-repeat 0 0;}
#i_icon_mini_logout:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1710.png) no-repeat  0 -22px;}
#i_icon_mini_register{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/414.png) no-repeat 0 0;}
#i_icon_mini_register:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/414.png) no-repeat  0 -22px;}
#i_icon_mini_login{width:34px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1811.png) no-repeat 0 0;}
#i_icon_mini_login:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1811.png) no-repeat  0 -22px;}


Dernière édition par Melancovic le Lun 30 Jan 2012 - 9:49, édité 1 fois
avatar

Melancovic
*

Masculin
Messages : 36
Inscrit(e) le : 29/01/2012

http://nomadicbraise.brulant.net
Melancovic a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Dr. Karlos Lun 30 Jan 2012 - 1:14

Bonsoir,

Pourrez-vous éditer votre message en mettant votre code entre la balise?
Code:
[code][/code]

Le problème est effectivement dans votre CSS.

Trouvez cette partie dans votre CSS:
Code:
.row1,.row2{background-image: http://i30.servimg.com/u/f30/13/30/32/72/fond_c10.jpg; border:1px solid #000;}

Et remplacez-la par:
Code:
.row1,.row2{background-image: none; border:1px solid #000;}

Si vous désirez changer la couleur de fond, remplacez votre code par ceci:
Code:
.row1,.row2{background-image: none; background-color: couleur; border:1px solid #000;}
Remplacez "couleur" par la couleur que vous désirez.


Cordialement,


Dr. Karlos
Aidant Forumactivien.
Dr. Karlos

Dr. Karlos
Membre actif

Masculin
Messages : 2623
Inscrit(e) le : 03/01/2012

Dr. Karlos a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Melancovic Lun 30 Jan 2012 - 9:57

Bonjour,
Je trouve pas, mais je comprend pas j'avais fait un forum il y a quelques années grâce a forumactif et je pouvais tout changer a partir de la gestion des images, car la si faut changer de code pour chaque chose autant que j’arrête tout de suite.
Ou alors j'ai pris une version de forum plus complexe ?
Merci
avatar

Melancovic
*

Masculin
Messages : 36
Inscrit(e) le : 29/01/2012

http://nomadicbraise.brulant.net
Melancovic a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Dr. Karlos Lun 30 Jan 2012 - 14:39

Bonjour,

Vous n'avez pas bien cherché alors Wink Remplacez votre CSS par ce code:
Code:
#submenu a:hover{background-color:transparent;}
#userlinks{background-color:transparent !important; }
div.newslink{background-color:transparent !important; }
#gfooter{background-color:transparent; }
.current-time{color:#D1BA88;}
#gfooter a{color:#D1BA88 !important;}
#gfooter a:hover{color:#b5a25f !important; }
#qjump{color:#a79f91; background-color:#1B1915;border:1px solid #2e2b26;}
.box-content{border-bottom:5px solid #2c271e;}
table.ipbtable tfoot td{background-color:transparent;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/b1_bas10.png');background-repeat:no-repeat;background-position:bottom center;padding:0px;height:34px!important;border:none;}
.topic-footer{background-color:transparent;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/b1_bas10.png');background-repeat:no-repeat;background-position:bottom center;padding:0px;height:34px!important;border:none none !important;}
.search-footer-box{display:none; }
#search-box{display:none; }
.activeusers{background-color:transparent;}
.tfooter{border:none; margin:0px; padding:0px; }
.darkrow{background-color:transparent; background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/b1_bas10.png'); background-repeat:no-repeat; background-position:bottom center;padding:0px; height:34px!important; border:none !important;}
#navstrip li{float:left;margin:0 5px;padding-left:15px;background:url('http://i35.servimg.com/u/f35/11/95/30/70/1111.png') no-repeat left 50%;}
#navstrip li.begin{padding-left:15px;background:url('http://i35.servimg.com/u/f35/11/95/30/70/1111.png') no-repeat left 50%;}
div.maintitle .expand, div.maintitle .contract{float:right;width:15px;height:15px;background:url('http://i35.servimg.com/u/f35/11/95/30/70/1610.png') no-repeat 50% 50%;cursor:pointer;}
div.maintitle .expand{background:url('http://i35.servimg.com/u/f35/11/95/30/70/1711.png') no-repeat 50% 50%;}
.popmenubutton a{background-color:transparent !important;border:none !important;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/1810.png');}
.popmenubutton{height:15px;}
.popupmenu li{background-color:#1e1a15;background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/1910.png');}
.popupmenu li a{padding-left:12px;}
#navstrip li a:hover{color:#e2c284;}
.ipbform2 dl dd input{background-color:#887c5f !important; color:#000; -moz-border-radius:9px;-webkit-border-radius:9px;border-radius:9px;}
.ipbform2 dl{color:#a79f91; background-color:#1B1915;border:1px solid #2e2b26;}
.ipbform2 dd{color:#a79f91; background-color:#1B1915;border:1px solid #2e2b26;}
.popupmenu.last{background-color:#2a2b2b;}
ul.popmenu li.popmenu-category{background-color:#2a2b2b;}
.post{border:1px solid #000;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/t_fond10.jpg');background-position:right;}
.postprofile-details{text-align:center;}
.post .post-header{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/35px10.png');}
.post .post-footer{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/t310.jpg');}
.postbody{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/fond_c13.jpg'); background-position:left; border:1px solid  #000;}
.postprofile-head .popmenubutton-new-out{background-color:transparent; border:none; text-align:center !important;}
.post .popupmenu{background-color:#23201b;border:1px solid #2e2b26;-moz-border-radius:12px 0px 12px 0px;-webkit-border-radius:12px 0px 12px 0px;border-radius:12px 0px 12px 0px;padding:7px;-moz-box-shadow:0px 0px 6px #000;-webkit-box-shadow:0px 0px 6px #000;box-shadow:0px 0px 6px #000;}
.postprofile-head ul{background-color:#191919; border:1px solid #2e2b26;border-bottom:none; border-top:none; padding:7px;}
.postprofile-head ul li{background-color:#28251f;border:1px solid #2e2b26;border-bottom:none;border-top:none;}
.post .avatar{background-color:#23201b; border:1px solid #2d2d2d; -moz-border-radius:12px 0px 12px 0px; -webkit-border-radius:12px 0px 12px 0px; border-radius:12px 0px 12px 0px;}
.popupmenu li a.profile-icon{float:none; height:18px;margin:0px; padding-left:3px;}
.profile-view .avatar{background-color:#23201b; border:1px solid #2d2d2d; -moz-border-radius:12px 0px 12px 0px; -webkit-border-radius:12px 0px 12px 0px; border-radius:12px 0px 12px 0px;}
.exthelp, .rte-menu-button{background-image:url("http://i85.servimg.com/u/f85/11/95/30/70/11210.png");background-color:#191919;border:1px solid #2e2b26;}
.rte-menu-button{background-image:url("http://i81.servimg.com/u/f81/13/51/88/96/11411.png");  }
input.post{color:#a79f91; background-color:#2e2b26 !important; color:#a79f91; }
table.ipbtable th.formsubtitle,.formsubtitle{background-color:transparent;}
.form-box input{-moz-border-radius:15px; -webkit-border-radiust:15px;border-radiust:15px;color:#a79f91; background-color:#2e2b26 !important; color:#a79f91; }
#plus_menu{background-color:#23201b;border:1px solid #2e2b26 !important;}
.box-content.profile{border:1px solid #2e2b26 !important;}
#qpost.row2{background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/fond_c10.jpg');border:1px solid  #000;}
.qreply{background-color:#1B1915; border:1px solid #2e2b26;}
.messaging-box{background-color:#1B1915;border:1px solid #2e2b26;}
#smiley-box{background-color:#1B1915;border:1px solid #2e2b26;}
.wysiwyg{background-color:#2e2b26 !important;}
#text_editor_textarea{background-color:#2e2b26 !important; color:#a79f91; }
.attachbox{background-color:#2e2b26;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/fond_s10.png');border:1px solid #6c6657;padding:5px;-moz-border-radius-topleft:15px;-webkit-border-radius-topleft:15px;-moz-border-radius-topright:15px;-webkit-border-radius-topright:15px;border-radius-topleft:15px;border-radius-topright:15px;-moz-box-shadow:0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;}
.attachbox dl.file{background-color:#212121;margin-top:8px;padding:5px;border:1px solid #6c6657;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;-moz-box-shadow:0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;}
blockquote{background-color:#2c2a25;border:1px solid #6c6657;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/fond_s10.png');-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:12px;color:#caba9f;padding:5px;-moz-box-shadow:0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;}
blockquote cite{background-image:url('http://i65.servimg.com/u/f65/11/95/30/70/citati11.png');background-repeat:no-repeat;background-position:top right;color:#000;font-weight:bold;background-color:#707070;border:1px solid #888888;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;}
dl.codebox{background-color:#23201b;border:1px solid #6c6657;padding:6px;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;-moz-box-shadow:0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;}
.codebox dt{background-image:url('http://i65.servimg.com/u/f65/11/95/30/70/citati10.png');color:#caba9f;font-weight:bold;background-color:#2c2a25;border:1px solid #6c6657;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;padding:5px;}
.codebox dd{background-color:#2c2a25;border:1px solid #6c6657;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/fond_s10.png');-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:12px;color:#caba9f;padding:5px;}
dl.spoiler{background-color:#23201b;border:1px solid #6c6657;padding:6px;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;-moz-box-shadow:0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;}
.spoiler dt{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/35px10.png');color:#caba9f;font-weight:bold;background-color:#2c2a25;border:1px solid #6c6657;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;}
.spoiler dd{background-color:#2c2a25;border:1px solid #6c6657;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/fond_s10.png');-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:12px;color:#caba9f;padding:5px;}
.row1,.row2{background-image: none; border:1px solid #000;}
.thin{background-color:transparent !important;border-top:1px solid #000;border-bottom:1px solid #000;}
.maintitle.floated.dropped{padding-bottom:0px;}
.ipbtable.calendar ul{background-color:#232018;}
div.calmonths{background-color:#191919;border:1px solid #2d2d2d;}
div.borderwrap .member-list{border:1px solid #2e2b26;}
.member{background-color:#2c2a25; border:1px solid #2e2b26; -moz-border-radius-topleft:12px; -webkit-border-radius-topleft:12px; -moz-border-radius-bottomright:12px; -webkit-border-radius-bottomright:12px; border-radius-topleft:12px; border-radius-bottomright:12px; radius-topleft:12px; radius-bottomright:12px; -moz-box-shadow:0px 0px 6px #000; -webkit-box-shadow:0px 0px 6px #000;box-shadow:0px 0px 6px #000; }
.post-entry{ padding: 7px; } .container_IE{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/217.png'); background-position:bottom right; background-repeat:no-repeat;}
.post-entry{ overflow: visible; white-space:normal !important;}
.member-header{background-color:#23201b; border:1px solid #2d2d2d; -moz-border-radius-topright:12px; -webkit-border-radius-topright:12px; -moz-border-radius-bottomleft:12px;-webkit-border-radius-bottomleft:12px; border-radius-topright:12px; border-radius-bottomleft:12px; }
.member p{background-color:#2d2d2d; border:1px solid #23201b; padding:3px; margin-top:10px; color:#caba9f;}
.member .popmenubutton-new-out a{background-color:#2d2d2d;border:1px solid #23201b;color:#caba9f;}
.member .popupmenu{background-color:#2c2a25;border:1px solid #6c6657;-moz-border-radius-topleft:12px;-webkit-border-radius-topleft:12px;-moz-border-radius-bottomright:12px;-webkit-border-radius-bottomright:12px;border-radius-topleft:12px;border-radius-bottomright:12px;radius-topleft:12px;radius-bottomright:12px;padding:7px;-moz-box-shadow:0px 0px 6px #000;-webkit-box-shadow:0px 0px 6px #000;box-shadow:0px 0px 6px #000;}
.member .popupmenu ul{background-color:#2d2d2d;border:1px solid #6c6657;padding:3px;margin-top:10px;color:#caba9f;}
.member .popupmenu li{background-color:#23201b;border:1px solid #2d2d2d;-moz-border-radius-topright:12px;-webkit-border-radius-topright:12px;-moz-border-radius-bottomleft:12px;-webkit-border-radius-bottomleft:12px;border-radius-topright:12px;border-radius-bottomleft:12px;}
.member .avatar{background-color:#23201b;border:1px solid #6c6657;-moz-border-radius-topleft:12px;-webkit-border-radius-topleft:12px;-moz-border-radius-bottomright:12px;-webkit-border-radius-bottomright:12px;border-radius-topleft:12px;border-radius-bottomright:12px;}
.member .popupmenu li a.profile-icon{float:none;height:22px;margin:0px;padding-left:3px;}
div.errorwrap,div.infowrap{background-color:#776952;border:1px solid #ac9a7b;color:#443b2b !important;font-weight:bold;}
div.errorwrap h4,div.infowrap h4{background-color:#443b2b;border:1px solid #ac9a7b;color:#ac9a7b;}
div.errorwrap p,div.infowrap p{color:#443b2b; font-weight:bold;}
/div.borderwrap a:link{color:#4d3500;text-decoration:underline;}
/div.borderwrap .faq a:link{color:#ac9a7b;text-decoration:underline;}
ul.privmsg{margin-left:10px;}
ul.privmsg li{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz210.png');background-position:top center;background-color:#f6b10f;border:1px solid #ac9a7b;color:#000;-moz-border-radius-topleft:8px;-webkit-border-radius-topleft:8px;-moz-border-radius-topright:8px;-webkit-border-radius-topright:8px;border-radius-topleft:8px;border-radius-topright:8px;}
ul.privmsg li a{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz110.png');background-position:top center;background-color:#595959;border:1px solid #ac9a7b;color:#000;-moz-border-radius-topleft:8px;-webkit-border-radius-topleft:8px;-moz-border-radius-topright:8px;-webkit-border-radius-topright:8px;border-radius-topleft:8px;border-radius-topright:8px;}
ul.privmsg li:hover{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz110.png');background-position:top center;color:#000;-moz-border-radius-topleft:8px;-webkit-border-radius-topleft:8px;-moz-border-radius-topright:8px;-webkit-border-radius-topright:8px;border-radius-topleft:8px;border-radius-topright:8px;}
ul.privmsg li a:hover{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz210.png');background-position:top center;color:#000;-moz-border-radius-topleft:8px;-webkit-border-radius-topleft:8px;-moz-border-radius-topright:8px;-webkit-border-radius-topright:8px;border-radius-topleft:8px;border-radius-topright:8px;}
button.button2,input.button2{color:#000;font-weight:bold;background-repeat:repeat-x;background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz110.png');background-position:center;}
button.button2:hover,input.button2:hover{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz210.png');color:#000;font-weight:bold;background-position:center;}
.button,.mainoption{color:#000;font-weight:bold;background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz110.png');background-position:center;}
.button:hover,.mainoption:hover{color:#000;font-weight:bold;background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz210.png');background-position:center;}
.inputbox{background-color:#2e2b26 !important; color:#a79f91; -moz-border-radius:9px;-webkit-border-radius:9px;}
#i_icon_mini_index{width:80px; height:22px; background:url(http://i30.servimg.com/u/f30/13/30/32/72/1610.png) no-repeat 0 0;}
#i_icon_mini_index:hover{background:url(http://i30.servimg.com/u/f30/13/30/32/72/1610.png) no-repeat 0 -22px;}
#i_icon_mini_portal{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1010.png) no-repeat 0 0;}
#i_icon_mini_portal:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1010.png) no-repeat  0 -22px;}
#i_icon_mini_gallery{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1210.png) no-repeat 0 0;}
#i_icon_mini_gallery:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1210.png) no-repeat  0 -22px;}
#i_icon_mini_calendar{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1510.png) no-repeat 0 0;}
#i_icon_mini_calendar:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1510.png) no-repeat  0 -22px;}
#i_icon_mini_faq{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1110.png) no-repeat 0 0;}
#i_icon_mini_faq:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1110.png) no-repeat  0 -22px;}
#i_icon_mini_search{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1410.png) no-repeat 0 0;}
#i_icon_mini_search:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1410.png) no-repeat  0 -22px;}
#i_icon_mini_members{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/910.png) no-repeat 0 0;}
#i_icon_mini_members:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/910.png) no-repeat  0 -22px;}
#i_icon_mini_groups{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/710.png) no-repeat 0 0;}
#i_icon_mini_groups:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/710.png) no-repeat  0 -22px;}
#i_icon_mini_profile{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/610.png) no-repeat 0 0;}
#i_icon_mini_profile:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/610.png) no-repeat  0 -22px;}
#i_icon_mini_message{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/810.png) no-repeat 0 0;}
#i_icon_mini_message:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/810.png) no-repeat 0 -22px;}
#i_icon_mini_new_message{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/512.png) no-repeat 0 0;}
#i_icon_mini_new_message:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/512.png) no-repeat  0 -22px;}
#i_icon_mini_logout{width:34px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1710.png) no-repeat 0 0;}
#i_icon_mini_logout:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1710.png) no-repeat  0 -22px;}
#i_icon_mini_register{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/414.png) no-repeat 0 0;}
#i_icon_mini_register:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/414.png) no-repeat  0 -22px;}
#i_icon_mini_login{width:34px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1811.png) no-repeat 0 0;}
#i_icon_mini_login:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1811.png) no-repeat  0 -22px;}


Cordialement,


Dr. Karlos
Aidant Forumactivien.
Dr. Karlos

Dr. Karlos
Membre actif

Masculin
Messages : 2623
Inscrit(e) le : 03/01/2012

Dr. Karlos a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Melancovic Lun 30 Jan 2012 - 14:46

Bonjour,

Lunette Oui ça doit être ça oui ! thumleft

C'est fait pour le code.
avatar

Melancovic
*

Masculin
Messages : 36
Inscrit(e) le : 29/01/2012

http://nomadicbraise.brulant.net
Melancovic a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Dr. Karlos Lun 30 Jan 2012 - 14:55

Bonjour,

L'image est donc disparue de vos catégories?


Cordialement,


Dr. Karlos
Aidant Forumactivien.
Dr. Karlos

Dr. Karlos
Membre actif

Masculin
Messages : 2623
Inscrit(e) le : 03/01/2012

Dr. Karlos a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Melancovic Lun 30 Jan 2012 - 15:04

Rien à changé
avatar

Melancovic
*

Masculin
Messages : 36
Inscrit(e) le : 29/01/2012

http://nomadicbraise.brulant.net
Melancovic a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Dr. Karlos Lun 30 Jan 2012 - 15:15

Bonjour,

Bizarre puisque je vois bien l'image de fond disparue:
Fond ? Faux10

Vous parliez bien de cette image? Essayez de changer de navigateur ou de vider votre cache et vos cookies.


Cordialement,


Dr. Karlos
Aidant Forumactivien.
Dr. Karlos

Dr. Karlos
Membre actif

Masculin
Messages : 2623
Inscrit(e) le : 03/01/2012

Dr. Karlos a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Melancovic Lun 30 Jan 2012 - 15:20

C'est ce que je voyais ce matin, mais comment faire pour intégrer une image ?
Merci
avatar

Melancovic
*

Masculin
Messages : 36
Inscrit(e) le : 29/01/2012

http://nomadicbraise.brulant.net
Melancovic a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Dr. Karlos Lun 30 Jan 2012 - 15:24

Bonsoir,

Vous désirez l'image de fond donc?
Remplacez votre ancien CSS par ceci:
Code:
#submenu a:hover{background-color:transparent;}
#userlinks{background-color:transparent !important; }
div.newslink{background-color:transparent !important; }
#gfooter{background-color:transparent; }
.current-time{color:#D1BA88;}
#gfooter a{color:#D1BA88 !important;}
#gfooter a:hover{color:#b5a25f !important; }
#qjump{color:#a79f91; background-color:#1B1915;border:1px solid #2e2b26;}
.box-content{border-bottom:5px solid #2c271e;}
table.ipbtable tfoot td{background-color:transparent;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/b1_bas10.png');background-repeat:no-repeat;background-position:bottom center;padding:0px;height:34px!important;border:none;}
.topic-footer{background-color:transparent;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/b1_bas10.png');background-repeat:no-repeat;background-position:bottom center;padding:0px;height:34px!important;border:none none !important;}
.search-footer-box{display:none; }
#search-box{display:none; }
.activeusers{background-color:transparent;}
.tfooter{border:none; margin:0px; padding:0px; }
.darkrow{background-color:transparent; background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/b1_bas10.png'); background-repeat:no-repeat; background-position:bottom center;padding:0px; height:34px!important; border:none !important;}
#navstrip li{float:left;margin:0 5px;padding-left:15px;background:url('http://i35.servimg.com/u/f35/11/95/30/70/1111.png') no-repeat left 50%;}
#navstrip li.begin{padding-left:15px;background:url('http://i35.servimg.com/u/f35/11/95/30/70/1111.png') no-repeat left 50%;}
div.maintitle .expand, div.maintitle .contract{float:right;width:15px;height:15px;background:url('http://i35.servimg.com/u/f35/11/95/30/70/1610.png') no-repeat 50% 50%;cursor:pointer;}
div.maintitle .expand{background:url('http://i35.servimg.com/u/f35/11/95/30/70/1711.png') no-repeat 50% 50%;}
.popmenubutton a{background-color:transparent !important;border:none !important;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/1810.png');}
.popmenubutton{height:15px;}
.popupmenu li{background-color:#1e1a15;background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/1910.png');}
.popupmenu li a{padding-left:12px;}
#navstrip li a:hover{color:#e2c284;}
.ipbform2 dl dd input{background-color:#887c5f !important; color:#000; -moz-border-radius:9px;-webkit-border-radius:9px;border-radius:9px;}
.ipbform2 dl{color:#a79f91; background-color:#1B1915;border:1px solid #2e2b26;}
.ipbform2 dd{color:#a79f91; background-color:#1B1915;border:1px solid #2e2b26;}
.popupmenu.last{background-color:#2a2b2b;}
ul.popmenu li.popmenu-category{background-color:#2a2b2b;}
.post{border:1px solid #000;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/t_fond10.jpg');background-position:right;}
.postprofile-details{text-align:center;}
.post .post-header{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/35px10.png');}
.post .post-footer{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/t310.jpg');}
.postbody{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/fond_c13.jpg'); background-position:left; border:1px solid  #000;}
.postprofile-head .popmenubutton-new-out{background-color:transparent; border:none; text-align:center !important;}
.post .popupmenu{background-color:#23201b;border:1px solid #2e2b26;-moz-border-radius:12px 0px 12px 0px;-webkit-border-radius:12px 0px 12px 0px;border-radius:12px 0px 12px 0px;padding:7px;-moz-box-shadow:0px 0px 6px #000;-webkit-box-shadow:0px 0px 6px #000;box-shadow:0px 0px 6px #000;}
.postprofile-head ul{background-color:#191919; border:1px solid #2e2b26;border-bottom:none; border-top:none; padding:7px;}
.postprofile-head ul li{background-color:#28251f;border:1px solid #2e2b26;border-bottom:none;border-top:none;}
.post .avatar{background-color:#23201b; border:1px solid #2d2d2d; -moz-border-radius:12px 0px 12px 0px; -webkit-border-radius:12px 0px 12px 0px; border-radius:12px 0px 12px 0px;}
.popupmenu li a.profile-icon{float:none; height:18px;margin:0px; padding-left:3px;}
.profile-view .avatar{background-color:#23201b; border:1px solid #2d2d2d; -moz-border-radius:12px 0px 12px 0px; -webkit-border-radius:12px 0px 12px 0px; border-radius:12px 0px 12px 0px;}
.exthelp, .rte-menu-button{background-image:url("http://i85.servimg.com/u/f85/11/95/30/70/11210.png");background-color:#191919;border:1px solid #2e2b26;}
.rte-menu-button{background-image:url("http://i81.servimg.com/u/f81/13/51/88/96/11411.png");  }
input.post{color:#a79f91; background-color:#2e2b26 !important; color:#a79f91; }
table.ipbtable th.formsubtitle,.formsubtitle{background-color:transparent;}
.form-box input{-moz-border-radius:15px; -webkit-border-radiust:15px;border-radiust:15px;color:#a79f91; background-color:#2e2b26 !important; color:#a79f91; }
#plus_menu{background-color:#23201b;border:1px solid #2e2b26 !important;}
.box-content.profile{border:1px solid #2e2b26 !important;}
#qpost.row2{background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/fond_c10.jpg');border:1px solid  #000;}
.qreply{background-color:#1B1915; border:1px solid #2e2b26;}
.messaging-box{background-color:#1B1915;border:1px solid #2e2b26;}
#smiley-box{background-color:#1B1915;border:1px solid #2e2b26;}
.wysiwyg{background-color:#2e2b26 !important;}
#text_editor_textarea{background-color:#2e2b26 !important; color:#a79f91; }
.attachbox{background-color:#2e2b26;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/fond_s10.png');border:1px solid #6c6657;padding:5px;-moz-border-radius-topleft:15px;-webkit-border-radius-topleft:15px;-moz-border-radius-topright:15px;-webkit-border-radius-topright:15px;border-radius-topleft:15px;border-radius-topright:15px;-moz-box-shadow:0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;}
.attachbox dl.file{background-color:#212121;margin-top:8px;padding:5px;border:1px solid #6c6657;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;-moz-box-shadow:0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;}
blockquote{background-color:#2c2a25;border:1px solid #6c6657;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/fond_s10.png');-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:12px;color:#caba9f;padding:5px;-moz-box-shadow:0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;}
blockquote cite{background-image:url('http://i65.servimg.com/u/f65/11/95/30/70/citati11.png');background-repeat:no-repeat;background-position:top right;color:#000;font-weight:bold;background-color:#707070;border:1px solid #888888;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;}
dl.codebox{background-color:#23201b;border:1px solid #6c6657;padding:6px;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;-moz-box-shadow:0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;}
.codebox dt{background-image:url('http://i65.servimg.com/u/f65/11/95/30/70/citati10.png');color:#caba9f;font-weight:bold;background-color:#2c2a25;border:1px solid #6c6657;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;padding:5px;}
.codebox dd{background-color:#2c2a25;border:1px solid #6c6657;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/fond_s10.png');-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:12px;color:#caba9f;padding:5px;}
dl.spoiler{background-color:#23201b;border:1px solid #6c6657;padding:6px;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;-moz-box-shadow:0px 0px 10px #000;-webkit-box-shadow:0px 0px 10px #000;box-shadow:0px 0px 10px #000;}
.spoiler dt{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/35px10.png');color:#caba9f;font-weight:bold;background-color:#2c2a25;border:1px solid #6c6657;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;}
.spoiler dd{background-color:#2c2a25;border:1px solid #6c6657;background-image:url('http://i30.servimg.com/u/f30/13/30/32/72/fond_s10.png');-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:12px;color:#caba9f;padding:5px;}
.row1,.row2{background-image: url(URLDELIMAGE); border:1px solid #000;}
.thin{background-color:transparent !important;border-top:1px solid #000;border-bottom:1px solid #000;}
.maintitle.floated.dropped{padding-bottom:0px;}
.ipbtable.calendar ul{background-color:#232018;}
div.calmonths{background-color:#191919;border:1px solid #2d2d2d;}
div.borderwrap .member-list{border:1px solid #2e2b26;}
.member{background-color:#2c2a25; border:1px solid #2e2b26; -moz-border-radius-topleft:12px; -webkit-border-radius-topleft:12px; -moz-border-radius-bottomright:12px; -webkit-border-radius-bottomright:12px; border-radius-topleft:12px; border-radius-bottomright:12px; radius-topleft:12px; radius-bottomright:12px; -moz-box-shadow:0px 0px 6px #000; -webkit-box-shadow:0px 0px 6px #000;box-shadow:0px 0px 6px #000; }
.post-entry{ padding: 7px; } .container_IE{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/217.png'); background-position:bottom right; background-repeat:no-repeat;}
.post-entry{ overflow: visible; white-space:normal !important;}
.member-header{background-color:#23201b; border:1px solid #2d2d2d; -moz-border-radius-topright:12px; -webkit-border-radius-topright:12px; -moz-border-radius-bottomleft:12px;-webkit-border-radius-bottomleft:12px; border-radius-topright:12px; border-radius-bottomleft:12px; }
.member p{background-color:#2d2d2d; border:1px solid #23201b; padding:3px; margin-top:10px; color:#caba9f;}
.member .popmenubutton-new-out a{background-color:#2d2d2d;border:1px solid #23201b;color:#caba9f;}
.member .popupmenu{background-color:#2c2a25;border:1px solid #6c6657;-moz-border-radius-topleft:12px;-webkit-border-radius-topleft:12px;-moz-border-radius-bottomright:12px;-webkit-border-radius-bottomright:12px;border-radius-topleft:12px;border-radius-bottomright:12px;radius-topleft:12px;radius-bottomright:12px;padding:7px;-moz-box-shadow:0px 0px 6px #000;-webkit-box-shadow:0px 0px 6px #000;box-shadow:0px 0px 6px #000;}
.member .popupmenu ul{background-color:#2d2d2d;border:1px solid #6c6657;padding:3px;margin-top:10px;color:#caba9f;}
.member .popupmenu li{background-color:#23201b;border:1px solid #2d2d2d;-moz-border-radius-topright:12px;-webkit-border-radius-topright:12px;-moz-border-radius-bottomleft:12px;-webkit-border-radius-bottomleft:12px;border-radius-topright:12px;border-radius-bottomleft:12px;}
.member .avatar{background-color:#23201b;border:1px solid #6c6657;-moz-border-radius-topleft:12px;-webkit-border-radius-topleft:12px;-moz-border-radius-bottomright:12px;-webkit-border-radius-bottomright:12px;border-radius-topleft:12px;border-radius-bottomright:12px;}
.member .popupmenu li a.profile-icon{float:none;height:22px;margin:0px;padding-left:3px;}
div.errorwrap,div.infowrap{background-color:#776952;border:1px solid #ac9a7b;color:#443b2b !important;font-weight:bold;}
div.errorwrap h4,div.infowrap h4{background-color:#443b2b;border:1px solid #ac9a7b;color:#ac9a7b;}
div.errorwrap p,div.infowrap p{color:#443b2b; font-weight:bold;}
/div.borderwrap a:link{color:#4d3500;text-decoration:underline;}
/div.borderwrap .faq a:link{color:#ac9a7b;text-decoration:underline;}
ul.privmsg{margin-left:10px;}
ul.privmsg li{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz210.png');background-position:top center;background-color:#f6b10f;border:1px solid #ac9a7b;color:#000;-moz-border-radius-topleft:8px;-webkit-border-radius-topleft:8px;-moz-border-radius-topright:8px;-webkit-border-radius-topright:8px;border-radius-topleft:8px;border-radius-topright:8px;}
ul.privmsg li a{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz110.png');background-position:top center;background-color:#595959;border:1px solid #ac9a7b;color:#000;-moz-border-radius-topleft:8px;-webkit-border-radius-topleft:8px;-moz-border-radius-topright:8px;-webkit-border-radius-topright:8px;border-radius-topleft:8px;border-radius-topright:8px;}
ul.privmsg li:hover{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz110.png');background-position:top center;color:#000;-moz-border-radius-topleft:8px;-webkit-border-radius-topleft:8px;-moz-border-radius-topright:8px;-webkit-border-radius-topright:8px;border-radius-topleft:8px;border-radius-topright:8px;}
ul.privmsg li a:hover{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz210.png');background-position:top center;color:#000;-moz-border-radius-topleft:8px;-webkit-border-radius-topleft:8px;-moz-border-radius-topright:8px;-webkit-border-radius-topright:8px;border-radius-topleft:8px;border-radius-topright:8px;}
button.button2,input.button2{color:#000;font-weight:bold;background-repeat:repeat-x;background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz110.png');background-position:center;}
button.button2:hover,input.button2:hover{background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz210.png');color:#000;font-weight:bold;background-position:center;}
.button,.mainoption{color:#000;font-weight:bold;background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz110.png');background-position:center;}
.button:hover,.mainoption:hover{color:#000;font-weight:bold;background-image:url('http://i35.servimg.com/u/f35/11/95/30/70/zz210.png');background-position:center;}
.inputbox{background-color:#2e2b26 !important; color:#a79f91; -moz-border-radius:9px;-webkit-border-radius:9px;}
#i_icon_mini_index{width:80px; height:22px; background:url(http://i30.servimg.com/u/f30/13/30/32/72/1610.png) no-repeat 0 0;}
#i_icon_mini_index:hover{background:url(http://i30.servimg.com/u/f30/13/30/32/72/1610.png) no-repeat 0 -22px;}
#i_icon_mini_portal{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1010.png) no-repeat 0 0;}
#i_icon_mini_portal:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1010.png) no-repeat  0 -22px;}
#i_icon_mini_gallery{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1210.png) no-repeat 0 0;}
#i_icon_mini_gallery:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1210.png) no-repeat  0 -22px;}
#i_icon_mini_calendar{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1510.png) no-repeat 0 0;}
#i_icon_mini_calendar:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1510.png) no-repeat  0 -22px;}
#i_icon_mini_faq{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1110.png) no-repeat 0 0;}
#i_icon_mini_faq:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1110.png) no-repeat  0 -22px;}
#i_icon_mini_search{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1410.png) no-repeat 0 0;}
#i_icon_mini_search:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1410.png) no-repeat  0 -22px;}
#i_icon_mini_members{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/910.png) no-repeat 0 0;}
#i_icon_mini_members:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/910.png) no-repeat  0 -22px;}
#i_icon_mini_groups{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/710.png) no-repeat 0 0;}
#i_icon_mini_groups:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/710.png) no-repeat  0 -22px;}
#i_icon_mini_profile{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/610.png) no-repeat 0 0;}
#i_icon_mini_profile:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/610.png) no-repeat  0 -22px;}
#i_icon_mini_message{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/810.png) no-repeat 0 0;}
#i_icon_mini_message:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/810.png) no-repeat 0 -22px;}
#i_icon_mini_new_message{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/512.png) no-repeat 0 0;}
#i_icon_mini_new_message:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/512.png) no-repeat  0 -22px;}
#i_icon_mini_logout{width:34px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1710.png) no-repeat 0 0;}
#i_icon_mini_logout:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1710.png) no-repeat  0 -22px;}
#i_icon_mini_register{width:80px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/414.png) no-repeat 0 0;}
#i_icon_mini_register:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/414.png) no-repeat  0 -22px;}
#i_icon_mini_login{width:34px; height:22px; background:url(http://i35.servimg.com/u/f35/11/95/30/70/1811.png) no-repeat 0 0;}
#i_icon_mini_login:hover{background:url(http://i35.servimg.com/u/f35/11/95/30/70/1811.png) no-repeat  0 -22px;}

Trouvez cette partie dans le code:
Code:
background-image: url(URLDELIMAGE);

Et remplacez (URLDELIMAGE) par l'image que vous voulez.


Cordialement,


Dr. Karlos
Aidant Forumactivien.
Dr. Karlos

Dr. Karlos
Membre actif

Masculin
Messages : 2623
Inscrit(e) le : 03/01/2012

Dr. Karlos a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Melancovic Lun 30 Jan 2012 - 16:10

Bon j'ai capté a peu près, mais comment vous faite pour savoir qu'elle image appartient a t'elle chose ?
Car la je suis obligé de tout me taper pour trouver ce que je recherche.
sinon c'est bon merci beaucoup Dr Karlos
avatar

Melancovic
*

Masculin
Messages : 36
Inscrit(e) le : 29/01/2012

http://nomadicbraise.brulant.net
Melancovic a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Dr. Karlos Lun 30 Jan 2012 - 16:13

Bonjour,

Vous n'avez qu'à faire CTRL + F et entrez "background-image: url(URLDELIMAGE);" afin de trouver cette partie dans votre code. Vous changez "URLDELIMAGE" par l'adresse de votre image et enregistrez-le tout.

Vous verrez votre image de fond apparaître Wink


Cordialement,


Dr. Karlos
Aidant Forumactivien.
Dr. Karlos

Dr. Karlos
Membre actif

Masculin
Messages : 2623
Inscrit(e) le : 03/01/2012

Dr. Karlos a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Melancovic Lun 30 Jan 2012 - 16:36

Bon franchement je capte que dalle en fait, je trouve pas l'image que je veux changer, je me demande toujours aussi a quoi sert > Image du fond des catégories (droite) : j'ai beau mettre une image rien ne change.
On va arrêter la je pense c'est une perte de temps.

Merci pour tout.
avatar

Melancovic
*

Masculin
Messages : 36
Inscrit(e) le : 29/01/2012

http://nomadicbraise.brulant.net
Melancovic a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Fond ?

Message par Automne Lun 6 Fév 2012 - 2:04

Fond ? Ktip10Bonjour,

Où en-est votre problème ?

Deux solutions :

  • Votre problème est résolu, dans ce cas pensez à nous le signaler en cochant l'icône résolu en éditant votre premier message,
  • Votre problème est toujours d'actualité, et dans ce cas pensez à faire des UP régulièrement, afin de ne pas voir votre sujet délesté,


A bientôt sur ForumActif Smile
Automne

Automne
Membre actif

Messages : 8431
Inscrit(e) le : 22/03/2010

https://gilles570.motards.net/
Automne a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum