-21%
Le deal à ne pas rater :
LEGO® Icons 10329 Les Plantes Miniatures, Collection Botanique
39.59 € 49.99 €
Voir le deal

petit problème avec un code

petit problème avec un code Empty Ven 30 Déc - 17:37
bonjour I love you
alors je voudrais commencer par dire que tes codes sont magnifique I love you j'ai emprunté un de tes codes dans ton libre service pour un de mes projets en cours, mais j'ai quelques problèmes et je voudrais savoir si tu pouvais m'aider s'il te plaît ?

j'ai ajouté à ton code deux images en haut et bas de catégorie, mais un malheureusement il y a un espace entre la catégorie et l'image du bas, espace que je n'arrive pas à enlever No est-ce que tu saurais d'où viens le problème ?

Spoiler:

template index-box
Code:
 <tr>
        <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}<br />
        {CURRENT_TIME}<br />
        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
        </td>
        <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
        </td>
        </tr>
        </table>

        <!-- BEGIN catrow --><!-- BEGIN tablehead -->
      <div style="text-align:center; background-position:bottom center; background-image:url('http://img11.hostingpics.net/pics/319843Sanstitre2.png');height: 143px; width:750px"><span class="secondarytitle">{catrow.tablehead.L_FORUM}</span></div>
 <div class="mdlCAT"><!-- END tablehead -->

        <!-- BEGIN cathead -->
        <!-- END cathead -->
       
        <!-- BEGIN forumrow -->
        <div class="blocFRM"><div class="tleFRM"><a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div>
          <div class="FRM">
            <div class="boxFRM"><div class="descFRM">{catrow.forumrow.FORUM_DESC}</div>
              <div class="sfFRM">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></div>
            <div id="avaFRM"><!-- BEGIN avatar --><div class="avaFRM">{catrow.forumrow.avatar.LAST_POST_AVATAR}</div>
              <!-- END avatar --></div><div class="boxFRM"><div class="lmsgFRM">{catrow.forumrow.LAST_POST}</div>
          <img src="{catrow.forumrow.FORUM_FOLDER_IMG}" class="imgFRM" /></div></div></div>     
        <!-- END forumrow -->
     
        <!-- BEGIN catfoot -->
        <!-- END catfoot -->
    <!-- BEGIN tablefoot -->
 </div><img src="http://img15.hostingpics.net/pics/797553bascat.png" style="width:750px;height:80px;"/><img src="{SPACER}" alt="" height="5" width="1" />
      <br><br> <!-- END tablefoot -->
        <!-- END catrow -->

je voudrais également savoir si tu savais comment je pourrais faire pour modifier le font du pseudo du dernier posteur (par exemple sur l'image, "fucking face."), mais uniquement le pseudo et pas le lien ou la date ? Like a Star @ heaven

merci beaucoup d'avance si tu peux répondre à mes questions, et surtout merci d'avoir mis tes codes en libre service, je n'ai pas l'habitude d'en faire et ils m'ont sauvé la vie I love you
bonne soirée/journée I love you
Revenir en haut Aller en bas
petit problème avec un code Empty Ven 30 Déc - 21:45
Bonsoir,

Remplacez l'intégralité du template index_box par :

Code:
<link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet" type="text/css">
      <table width="800px" border="0" cellspacing="1" cellpadding="0" align="center">
         <tr>
         <td valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall">{LAST_VISIT_DATE}<br />
         {CURRENT_TIME}<br />
         </span>
         <!-- END switch_user_logged_in -->
         <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
         </td>
         <td class="gensmall" align="right" valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
         <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
         <!-- END switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
         </td>
         </tr>
        </table>

        <!-- BEGIN catrow --><!-- BEGIN tablehead -->
        <div class="tleCAT">{catrow.tablehead.L_FORUM}</div>
 <div class="mdlCAT"><!-- END tablehead -->

         <!-- BEGIN cathead -->
         <!-- END cathead -->
        
         <!-- BEGIN forumrow -->
        <div class="blocFRM"><div class="tleFRM"><a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div><div class="FRM"><div class="boxFRM"><div class="descFRM">{catrow.forumrow.FORUM_DESC}</div><div class="sfFRM">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></div><div id="avaFRM"><!-- BEGIN avatar --><div class="avaFRM">{catrow.forumrow.avatar.LAST_POST_AVATAR}</div><!-- END avatar --></div><div class="boxFRM"><div class="lmsgFRM">{catrow.forumrow.LAST_POST}</div><div class="nbFRM"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" class="imgFRM" /><div>{catrow.forumrow.TOPICS} sujets ● {catrow.forumrow.POSTS} messages</div></div></div></div></div>      
         <!-- END forumrow -->
        
        <!-- BEGIN catfoot -->
         <!-- END catfoot -->
         <!-- BEGIN tablefoot -->
      </div><div class="btmCAT"></div>
        <!-- END tablefoot --><!-- END catrow -->

Partie CSS :
Code:
/* BLOC TITRE CATEGORIE */
.tleCAT{
margin:10px auto 0; border-radius:15px 15px 0 0;
width:800px; height:143px; text-align:center;
background:url(http://img11.hostingpics.net/pics/319843Sanstitre2.png); /* MODIFIABLE */
}
/* TITRE CATEGORIE */
.tleCAT h2{
padding-top:20px;
font-size:36px; text-transform:uppercase;
font-family:Arial; color:white; /* MODIFIABLE */
}
/* BLOC CATEGORIE */
.mdlCAT {
margin:auto; width:800px; padding:5px 0;
background:#EEDEC7; /* MODIFIABLE */
}
/* BAS CATEGORIE */
.btmCAT {
margin:auto; width:800px; height:80px;
background:url(http://img15.hostingpics.net/pics/797553bascat.png); /* MODIFIABLE */
}
/* BLOC FORUM */
.blocFRM{
margin:auto; width:750px;
}
/* TITRE FORUM */
.tleFRM {
margin-bottom:-15px; padding-left:105px;
transition:all 0.55s linear; -webkit-transition:all 0.55s linear;
}
.tleFRM a{
font-family:Dancing Script; font-size:32px;
color:#f26d7d !important; /* MODIFIABLE */
}
/* SURVOL TITRE FORUM */
.blocFRM:hover .tleFRM {
padding-left:125px;
}
/* BLOC FORUM */
.FRM{
margin:20px auto; width:750px; text-align:center;
}
/* BLOC POSITIONNEMENT */
.boxFRM {
display:inline-block; vertical-align:top;
}
/* DESCRIPTION FORUM */
.descFRM {
margin-bottom:5px;
width:405px; height:75px; padding:5px; overflow:auto; border-radius:10px;
font-size:10px; text-align:justify;
background:#f26d7d; color:black;  /* MODIFIABLE */
transition:all 0.55s linear; -webkit-transition:all 0.55s linear;
}
/* BLOC SOUS-FORUMS */
.sfFRM {
width:405px; height:15px; padding:5px; overflow:auto; border-radius:10px;
background:#f7a5ae; color:rgba(250,250,250,0.6); /* MODIFIABLE */
font-size:10px; text-align:left; text-transform:uppercase;
}
/* LIENS SOUS-FORUMS */
.sfFRM a{
color:rgba(250,250,250,0.6) !important; /* MODIFIABLE */
}
/* BLOC AVATAR DERNIER POSTEUR FORUM */
#avaFRM {
display:inline-block; vertical-align:top; margin:0 10px;
width:95px; height:115px; border-radius:10px;
background:#f26d7d; /* MODIFIABLE */
}
/* AVATAR DERNIER POSTEUR FORUM */
.avaFRM {
margin:auto; margin-top:5px;
width:85px; height:105px; overflow:hidden; border-radius:5px;
}
.avaFRM img {
width:85px;
filter:grayscale(1); -webkit-filter:grayscale(1); transition:all 0.85s ease; -webkit-transition:all 0.85s ease;
}
.blocFRM:hover .avaFRM img {
filter:grayscale(0); -webkit-filter:grayscale(0);
}
/* DERNIER MESSAGE FORUM */
.lmsgFRM {
margin-bottom:5px;
width:140px; height:65px; padding:20px 5px 0; border-radius:10px;
text-align:center; font-size:10px;
background:#f26d7d; color:white; /* MODIFIABLE */
}
/* POLICE PSEUDONYME DERNIER POSTEUR FORUM */
.lmsgFRM a.gensmall {
font-family:Dancing Script; font-size:16px; /* MODIFIABLE */
}
/* ICÔNES FORUM */
.imgFRM{
width:150px; height:25px; border-radius:10px;
}
/* NOMBRE SUJETS & MESSAGES FORUM */
.nbFRM div{
position:absolute; z-index:2; margin-top:-25px;
width:150px; height:15px; padding:5px 0; border-radius:10px;
font-size:10px; letter-spacing:-1px; text-align:center;
background:#f7a5ae; color:black; /* MODIFIABLE */
opacity:0; transition:all 0.85s ease; -webkit-transition:all 0.85s ease;
}
.blocFRM:hover .nbFRM div{
opacity:1;
}

Ces éléments en particulier vous intéresseront :

Haut de catégorie :

Code:
/* BLOC TITRE CATEGORIE */
.tleCAT{
margin:10px auto 0; border-radius:15px 15px 0 0;
width:800px; height:143px; text-align:center;
background:url(http://img11.hostingpics.net/pics/319843Sanstitre2.png); /* MODIFIABLE */
}

Bas de catégorie :
Code:
/* BAS CATEGORIE */
.btmCAT {
margin:auto; width:800px; height:80px;
background:url(http://img15.hostingpics.net/pics/797553bascat.png); /* MODIFIABLE */
}

Police du pseudonyme du dernier posteur :
Code:
/* POLICE PSEUDONYME DERNIER POSTEUR FORUM */
.lmsgFRM a.gensmall {
font-family:Dancing Script; font-size:16px; /* MODIFIABLE */
}
Revenir en haut Aller en bas
petit problème avec un code Empty Lun 2 Jan - 0:21
bonjour I love you
merci beaucoup de ton aide I love you
Revenir en haut Aller en bas
petit problème avec un code Empty Lun 2 Jan - 0:29
rebonsoir What a Face
du coup autre question, si je voulais changer aussi l'écriture du lien (dans le screen TMZ), saurais tu me dires comment je dois faire s'il te plaît ? I love you
Revenir en haut Aller en bas
petit problème avec un code Empty Lun 2 Jan - 4:15
Remplacez :
Code:
/* POLICE PSEUDONYME DERNIER POSTEUR FORUM */
.lmsgFRM a.gensmall {
font-family:Dancing Script; font-size:16px; /* MODIFIABLE */
}

Par :
Code:
/* TITRE DERNIER MESSAGE FORUM */
.lmsgFRM a {
font-family:Dancing Script; font-size:16px; color:black; /* MODIFIABLE */
}
/* POLICE PSEUDONYME DERNIER POSTEUR FORUM */
.lmsgFRM a.gensmall {
font-family:Dancing Script; font-size:16px; /* MODIFIABLE */
}
Revenir en haut Aller en bas
petit problème avec un code Empty Lun 2 Jan - 16:38
ca marche, merci beaucoup de ton aide I love you
Revenir en haut Aller en bas
Revenir en haut Aller en bas
Vous ne pouvez pas répondre aux sujets dans ce forum