CSSActif, le forum, n'est plus maintenu. Il est néanmoins disponible pour consultation. Pour des outils pratiques, rendez-vous sur: Découvrez CSSActif, une collection d'outils et de tutoriels interactifs pour les développeurs Web — HTML, CSS, JavaScript et bien plus! |
| Problème avec contour du forum récurant | |
| Aaron Leandre
{ Membre }
Messages : 83
| Salut tous le monde je reviens encore parce que même en créant des post's ba je n'ai pas de réponses et je me débrouille comme je peux ! x'D mais bon je sais bien que tout le monde à des trucs à faire et c'est normal enfin bref en espérant que quelqu'un pourra m'aider parce que se problème est vraiment très très récurant pour la mise en place du futur design Donc pour vous montrer le problème je vais vous montrer trois images. Lien vers Le forum Forum en vue d'ensemble à l'extérieur A l'intérieur d'une catégorie Dans un post Pour faire simple je vais expliquer les problèmes sur chaque image. Forum en vue d'ensemble: Ici pas trop de problème à part un problème, le nombre de posts ne fonctionne pas :/ Je ne sais pas du tout pourquoi pourtant il n'y a rien d'anormal dans les templates ! j'aimerais que le nom de la catégories soit centré comme le forum et si possible que la barre grise en dessous prennent toute la longueur du forum ^^ A l'intérieur d'une catégories:La les problèmes sont entourés en rouge x'D sur la droite les contours sortent carrément du cadre >.> et il y a les images blanche qui gênent pour le contour ^^' donc j'aimerais savoir comment rétrécir le contour dans cette partie sans toucher la partie forum en vue d'ensemble et supprimer les deux barres blanches. Et j'aimerais mettre des séparations entre post vus, derniers messages etc..(comme au début) sans que les contours reviennent sur le forum entièrement. EDIT: J'ai aussi un problème, il y a des contour blanc juste à l'intèrieur du cadre et c'est vraiment bizarre je ne trouve pas d'où sa pourrait venir ?! :/J'ai aussi un problèmes mes cotés sont droit et j'aimerais les arrondir comme le cadre Dans un postLa les mêmes problèmes qu'avant et j'aimerais savoir comment mettre un contour au profil :/ ? Template Index Box: - Code:
-
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center"> <tr> <td valign="bottom"> <!-- BEGIN switch_user_logged_in --> <span class="gensmall">{LAST_VISIT_DATE}
{CURRENT_TIME}
</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>
<a class="gensmall" href="{U_SEARClH_SELF}">{L_SEARCH_SELF}</a>
<!-- END switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> </td> </tr> </table>
<!-- DEBUT MODIF ONGLETS -->
<script type="text/javascript"> <!--
var i = 0;
document.write('<div align="left"> <ul class="onglet">
<span class="texteonglet"> <li onClick="change_cat(0);" class="onglet_actif" id="cat_0"><br/>ZONE HRP</li></span> <span class="texteonglet2"> <li onClick="change_cat(1);" class="onglet_nactif" id="cat_1"><br/>ZONE RP</li></span>
</ul> </div> ');
var compteur_cat = 0;
var anc_cat = 0;
var nom_cat = new Array('0','1');
function change_cat(numero) { document.getElementById(nom_cat[anc_cat]).style.display = 'none'; document.getElementById(nom_cat[numero]).style.display = 'block'; document.getElementById('cat_'+nom_cat[anc_cat]).className = 'onglet_nactif'; document.getElementById('cat_'+nom_cat[numero]).className ='onglet_actif'; anc_cat = numero; }
function capture_cat() { if(nom_cat[compteur_cat] == nom_cat[0]) {document.write('<table class="forumline" id="' + nom_cat[compteur_cat] + '" >'); } else{ document.write('<table class="forumline" id="' + nom_cat[compteur_cat] + '" style="display:none;">'); } compteur_cat++; }
//--> </script> <!-- BEGIN catrow --><!-- BEGIN tablehead -->
<script type="text/javascript"> <!-- capture_cat(); //--> </script>
<!-- FIN MODIF ONGLETS -->
<tr> <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th> </tr> <!-- END tablehead --> <!-- BEGIN cathead --> <tr> <!-- BEGIN inc --> <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%"> <h{catrow.cathead.LEVEL} class="hierarchy"> <span class="cattitle"> <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a> </span> </h{catrow.cathead.LEVEL}> </td> <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td> </tr> <!-- END cathead --> <!-- BEGIN forumrow --> <tr> <!-- BEGIN inc --> <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td> <!-- END inc --> <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle"> <span class="imageforum"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></span> </td> <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
</span> </h{catrow.forumrow.LEVEL}> <span class="genmed">{catrow.forumrow.FORUM_DESC}</span> <span class="gensmall"> <!-- BEGIN switch_moderators_links --> {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS} <!-- END switch_moderators_links --> {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} </span> </td> <!-- BEGIN forum_link_no --> <td class="row3 over" align="center" valign="middle" height="50"> <span class="gensmall"> <div class="sujets_messages"> <span class="post">Posts: {catrow.forumrow.POSTS}</span> <br/> <span class="topics">Topics: {forumrow.TOPICS}</span></div> <div class="derniers_sujets">{catrow.forumrow.LAST_POST}</div></span> </td> <!-- END forum_link_no --> <!-- BEGIN forum_link --> <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td> <!-- END forum_link --> </tr> <!-- END forumrow --> <!-- BEGIN catfoot --> <tr> <!-- BEGIN inc --> <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td> </tr> <!-- END catfoot --> <!-- BEGIN tablefoot --> <img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
CSS: - Code:
-
.forumline{ margin-left: 9px; margin-right: 9px; border-left: 4px #99A1A6 solid; border-right: 4px #99A1A6 solid; border-top: 2px #99A1A6 solid; border-bottom: 2px #99A1A6 solid; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; z-index: 999; }
/*Image forum*/
.imageforum { margin-left: 40px; }
/*Derniers Message, sujet message*/
.sujets_messages { width:135px; height:40px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; margin-right: 40px; margin-top: 3px; /* pour faire un léger espace entre le bord et la ligne des "messages & sujets"; on évite de retirer */ padding: 3px; /* pour ne pas que le texte se colle aux bords du cadre; on évite de retirer */
/* après on peut rajouter ce qu'on veut : une bordure, une image de fond ... */ border: none; background-color: #707070; }
.derniers_sujets { width:140px; height:70px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; margin-right: 40px; margin-top: 3px; /* pour faire un léger espace entre la ligne des "messages & sujets" et "dernier message posté", sinon ça se colle et c'est laid xD; on évite de retirer */*/ padding: 3px; /* pour ne pas que le texte se colle aux bords du cadre; on évite de retirer */*/
/* après on peut rajouter ce qu'on veut : une bordure, une image de fond, un arrondi juste sur deux côtés ... */ border: 1px solid #000000; background-color: #707070; }
/*texte justifié*/
.postbody { padding-left: 30px; padding-right: 30px; text-align:justify; }
/*forum*/
.bann { filter:alpha(opacity=50); -moz-opacity:0.5;opacity: 0.5; }
.bann:hover { filter:alpha(opacity=100); -moz-opacity:1;opacity: 1; }
a:hover { text-decoration: none !important; }
.accueil { background-color:#c8caff; /*FOND*/ border:1px groove #000000; font-size:11px; font-weight: bold; padding: 3px; /*ESPACER DES BORDS*/ -moz-border-radius: 0px; /*ARRONDIR LES COINS*/ }
.accueil:hover { background-color:#ffffff; /*FOND*/ border:1px groove #000000; font-size:11px; font-weight: bold; padding: 3px; /*ESPACER DES BORDS*/ -moz-border-radius: 0px; /*ARRONDIR LES COINS*/ }
.groupe { background-color:#c8caff; /*FOND*/ border:1px groove #000000; font-size:11px; font-weight: bold; padding: 3px; /*ESPACER DES BORDS*/ -moz-border-radius: 0px; /*ARRONDIR LES COINS*/ }
.groupe:hover { background-color:#ffffff; /*FOND*/ border:1px groove #000000; font-size:11px; font-weight: bold; padding: 3px; /*ESPACER DES BORDS*/ -moz-border-radius: 0px; /*ARRONDIR LES COINS*/ }
.membre { background-color:#c8caff; /*FOND*/ border:1px groove #000000; font-size:11px; font-weight: bold; padding: 3px; /*ESPACER DES BORDS*/ -moz-border-radius: 0px; /*ARRONDIR LES COINS*/ }
.membre:hover { background-color:#ffffff; /*FOND*/ border:1px groove #000000; font-size:11px; font-weight: bold; padding: 3px; /*ESPACER DES BORDS*/ -moz-border-radius: 0px; /*ARRONDIR LES COINS*/ }
.profil { background-color: #c8caff; /*FOND*/ border:1px groove #000000; font-size:11px; font-weight: bold; padding: 3px; /*ESPACER DES BORDS*/ -moz-border-radius: 0px; /*ARRONDIR LES COINS*/ }
.profil:hover { background-color:#ffffff; /*FOND*/ border:1px groove #000000; font-size:11px; font-weight: bold; padding: 3px; /*ESPACER DES BORDS*/ -moz-border-radius: 0px; /*ARRONDIR LES COINS*/ }
.inscription { background-color:#c8caff; /*FOND*/ color: blue; border:1px groove #000000; font-size:11px; font-weight: bold; padding: 3px; /*ESPACER DES BORDS*/ -moz-border-radius: 0px; /*ARRONDIR LES COINS*/ }
.inscription:hover { background-color:#ffffff; /*FOND*/ border:1px groove #000000; font-size:11px; font-weight: bold; padding: 3px; /*ESPACER DES BORDS*/ -moz-border-radius: 0px; /*ARRONDIR LES COINS*/ }
.on { background-color:#c8caff; /*FOND*/ border:1px groove #000000; font-size:11px; font-weight: bold; padding: 3px; /*ESPACER DES BORDS*/ -moz-border-radius: 0px; /*ARRONDIR LES COINS*/ }
.on:hover { background-color:#ffffff; /*FOND*/ border:1px groove #000000; font-size:11px; font-weight: bold; padding: 3px; /*ESPACER DES BORDS*/ -moz-border-radius: 0px; /*ARRONDIR LES COINS*/ }
.off { background-color:#c8caff; /*FOND*/ border:1px groove #000000; font-size:11px; font-weight: bold; padding: 3px; /*ESPACER DES BORDS*/ -moz-border-radius: 0px; /*ARRONDIR LES COINS*/ }
.off:hover { background-color:#ffffff; /*FOND*/ border:1px groove #000000; font-size:11px; font-weight: bold; padding: 3px; /*ESPACER DES BORDS*/ -moz-border-radius: 0px; /*ARRONDIR LES COINS*/ }
.mp { background-color:#c8caff; /*FOND*/ border:1px groove #000000; font-size:11px; font-weight: bold; padding: 3px; /*ESPACER DES BORDS*/ -moz-border-radius: 0px; /*ARRONDIR LES COINS*/ }
.mp:hover { background-color:#ffffff; /*FOND*/ border:1px groove #000000; font-size:11px; font-weight: bold; padding: 3px; /*ESPACER DES BORDS*/ -moz-border-radius: 0px; /*ARRONDIR LES COINS*/ }
/*QUEEL*/
a { text-decoration: none; } .statistiques{ border:0px; background-image: url("http://i62.servimg.com/u/f62/11/12/90/71/qui_es20.png"); background-repeat: no-repeat; background-position: left; height:300px;}
.groupes{ background-color: #none;border: 1px #D0D0D0 dotted; -moz-border-radius : 5px 5px 5px 5px; height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px; font-size:15px;font-weight: bold; text-align:center; text-decoration: none !important;}
.postdetails.poster-profile a img { -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; border: 5px solid #454545; }
.bordure {border: 4px solid #454545;} /*couleur et taille de la bordure sur les icons & avatar */
.contenu {border: 4px solid #454545; /*couleur et taille de la bordure */ padding: 5px; /*marge pour ne pas que le texte colle au cadre */ -moz-border-radius:10px; /* arrondi de la bordure */ margin: 3px;}
.defilement {overflow: auto; height: 200px;} /*taille de la case; si le texte est plus grand, une barre de défilement apparaitra */
#titre {color: #454545; font-family: georgia; font-size: 16px; /*taille du titre "nom et prénom" */ text-transform: uppercase; /*pour les majuscules*/ font-weight: normal; letter-spacing: -1px; padding-left: 10px;}
/*ONGLET CAT2GORIES*/
.texteonglet { text-shadow: black 1px 1px 2px; font-weight: bold; text-align: center; color: #FFFFFF; /*Couleur du texte de vos onglets*/ cursor:pointer; }
.texteonglet:hover { text-shadow: black 1px 1px 2px; font-weight: bold; text-align: center; color: #D97904; /*Couleur du texte de vos onglets*/ cursor:pointer; }
.texteonglet2 { text-shadow: black 1px 1px 2px; font-weight: bold; text-align: center; color: #FFFFFF; /*Couleur du texte de vos onglets*/ cursor:pointer; }
.texteonglet2:hover { text-shadow: black 1px 1px 2px; font-weight: bold; text-align: center; color: #D97904; /*Couleur du texte de vos onglets*/ cursor:pointer; }
#cat_ZONE HRP,#cat_ZONE RP{ padding-top:4px; }
.spoiler_content { display: block; } .hidden .spoiler_content { display: none; }
.cat_forum { background-color: #e8f9fe; margin: auto; margin-bottom:30px; width:900px; -moz-border-radius:15px ; border: 2px #e8f9fe solid; }
.onglet { display:inline-block; margin-top:30px; text-decoration:none; !important cursor:pointer; }
.onglet li { margin-left: 9px; margin-right: 9px; float:left; list-style-type:none; margin-bottom:-23px; text-decoration:none; !important cursor:pointer; }
.onglet li:hover { margin-right: 9px; margin-left: 9px; text-decoration:none; !important cursor:pointer; }
.onglet li a { display:block; text-decoration:none; !important list-style-type: none; cursor:pointer; }
.onglet li a: hover { text-decoration:none; list-style-type:none; cursor:pointer; }
.onglet_actif { font-size: 12px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; background: url('http://i62.servimg.com/u/f62/11/12/90/71/zone_r16.png') no-repeat; /*URL de l'onglet étant actif*/ width:180px; /*Largeur de l'onglet étant actif*/ height:35px; /*Hauteur de l'onglet étant actif*/ cursor:pointer; }
.onglet_nactif { font-size: 12px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; background: url('http://i62.servimg.com/u/f62/11/12/90/71/zone_r16.png') no-repeat; /*URL de l'onglet étant actif*/ width:180px; /*Largeur de l'onglet étant actif*/ height:35px; /*Hauteur de l'onglet étant actif*/ cursor:pointer; }
.post { text-align: left; text-shadow: black 1px 1px 2px; font-size: 12px; }
.topics { text-align: left; text-shadow: black 1px 1px 2px; font-size: 12px; } Voila je pense que c'est bon pour le moment au pire je reviendrais x'D Merci d'avance pour votre aide Cordialement Aaron |
Dernière édition par Aaron Leandre le Sam 18 Déc 2010, 03:47, édité 5 fois | |
| | | Radimir
{ Membre actif }
Messages : 459
| Bonsoir , Eh bien ça progresse , tu vas finir par réussir à copier le forum en question... Sinon pour répondre à tes questions , voici les solutions : Premier Problème [Réglage du template ^^] - Code:
-
<table width="100%" 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_SEARClH_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>
<!-- DEBUT MODIF ONGLETS -->
<script type="text/javascript"> <!--
var i = 0;
document.write('<div align="left"> <ul class="onglet">
<span class="texteonglet"> <li onClick="change_cat(0);" class="onglet_actif" id="cat_0"><br/>ZONE HRP</li></span> <span class="texteonglet2"> <li onClick="change_cat(1);" class="onglet_nactif" id="cat_1"><br/>ZONE RP</li></span>
</ul> </div> ');
var compteur_cat = 0;
var anc_cat = 0;
var nom_cat = new Array('0','1');
function change_cat(numero) { document.getElementById(nom_cat[anc_cat]).style.display = 'none'; document.getElementById(nom_cat[numero]).style.display = 'block'; document.getElementById('cat_'+nom_cat[anc_cat]).className = 'onglet_nactif'; document.getElementById('cat_'+nom_cat[numero]).className ='onglet_actif'; anc_cat = numero; }
function capture_cat() { if(nom_cat[compteur_cat] == nom_cat[0]) {document.write('<table class="forumline" id="' + nom_cat[compteur_cat] + '" >'); } else{ document.write('<table class="forumline" id="' + nom_cat[compteur_cat] + '" style="display:none;">'); } compteur_cat++; }
//--> </script> <!-- BEGIN catrow --><!-- BEGIN tablehead -->
<script type="text/javascript"> <!-- capture_cat(); //--> </script>
<!-- FIN MODIF ONGLETS -->
<tr> <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th> </tr> <!-- END tablehead --> <!-- BEGIN cathead --> <tr> <!-- BEGIN inc --> <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%"> <h{catrow.cathead.LEVEL} class="hierarchy"> <span class="cattitle"> <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a> </span> </h{catrow.cathead.LEVEL}> </td> <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td> </tr> <!-- END cathead --> <!-- BEGIN forumrow --> <tr> <!-- BEGIN inc --> <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td> <!-- END inc --> <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle"> <span class="imageforum"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></span> </td> <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br /> </span> </h{catrow.forumrow.LEVEL}> <span class="genmed">{catrow.forumrow.FORUM_DESC}</span> <span class="gensmall"> <!-- BEGIN switch_moderators_links --> {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS} <!-- END switch_moderators_links --> {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} </span> </td> <!-- BEGIN forum_link_no --> <td class="row3 over" align="center" valign="middle" height="50"> <span class="gensmall"> <div class="sujets_messages"> <span class="post">Posts: {catrow.forumrow.POSTS}</span> <br/> <span class="topics">Topics: {catrow.forumrow.POSTS}</span></div> <div class="derniers_sujets">{catrow.forumrow.LAST_POST}</div></span> </td> <!-- END forum_link_no --> <!-- BEGIN forum_link --> <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td> <!-- END forum_link --> </tr> <!-- END forumrow --> <!-- BEGIN catfoot --> <tr> <!-- BEGIN inc --> <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td> </tr> <!-- END catfoot --> <!-- BEGIN tablefoot --> <img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --> Concernant l'encadrement de profil , il y a pas de tuto en parlant , il suffit de chercher celui qui te correspond ou spécifier un peu plus ta demande , petit exemple dans ce lien là http://www.css-actif.com/effets-de-profil-f29/mettre-un-contour-au-profil-et-ou-a-l-avatar-t3447.htm?highlight=contour+profil Pour la barre blanche tu te connectes sur ton panneau d'administration puis Affichage=>Gestion des images=> Mode Avancé Tu supprimes l'images se trouvant dans Image du fond des titres ou Image du fond des catégorie [Voir les deux ] | | |
| | | Aaron Leandre
{ Membre }
Messages : 83
| Super merci sa fonctionne comme il faut ^^. Il manque encore quelques problèmes super soulant comme les contours qui sortent du cadre Oo". Et pour les contours de l'avatar j'ai essayé mais sa fonctionne pas x'D mais je vais persister Merci encore de m'avoir aider =D maintenant faut trouver les solutions aux autres problèmes | | |
| | | Radimir
{ Membre actif }
Messages : 459
| Il reste les contours qui dépassent seulement non ? là je n'ai pas le même soucis que toi , je n'ai rien qui dépasse à vrai dire ><. Donc je te conseille de jouer avec les valeurs de padding-left and right en valeur négative et les margins pour caler tout ça [Dans le forumline bien sur]
Pour le profil si tu n'y arrive toujours pas [Chose assez bizarre vu que les tuto sont clairs xD ] passe moi ton template viewtopic_body et on essayera de régler ton soucis ensemble. | | |
| | | Aaron Leandre
{ Membre }
Messages : 83
| Merci sa fonctionne comme il faut *_* et désolé pour les contours de l'avatar j'avais juste fait une petite erreur dans les templates voila pourquoi sa ne fonctionnait pas x'D sinon j'ai de nouvelle petite question en espérant que tu pourras y répondre - J'aimerais savoir comment enlever le nom du sujet dans un topic comme ce CSS actif, sur les post on ne voit sue l'heure du message et nom le nom de chaque post =D (Si besoin je peux faire une image pour expliquer ) - Je cherche mais je ne trouve pas comment mettre des contours droits (comme au début) mais que pour l'intérieur des forums et des posts à l'extérieur ?? :/ - Et mettre des contours à l'intérieur des forums et post sans les remettre sur tous le forum *_* Voila pour le moment c'est tout ^^, si tu as besoin de templates ou quoi que se soit d'autres dit le moi =D. Merci déjà de m'avoir aidé Cordialement Aaron | | |
| | | Contenu sponsorisé
| | | | | Problème avec contour du forum récurant | |
|
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|
|