Problème d'apparence de l'accueil

2 participants

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

Résolu Problème d'apparence de l'accueil

Message par steph846 Dim 18 Mar 2012 - 13:49

Bonjours Sad

Nouveau test nouveaux problèmes Sad sur mon forum en construction : http://hungergames-rpg.forumgratuit.org/

J'ai tenté de faire pas mal de modification dans le template index_body:
Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <!-- BEGIN message_admin_titre -->
   <tr>
      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
   </tr>
   <!-- END message_admin_titre -->
   <!-- BEGIN message_admin_txt -->
   <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
      </td>
   </tr>
   <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <!-- BEGIN switch_fb_connect_no -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect_no -->

   <!-- BEGIN switch_fb_connect -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td valign="top" width="100%" class="row1" align="center">
            <table width="100%">
               <tr>
                  <td width="55%" valign="middle" align="right">
                     <table class="right">
                        <tr>
                           <td><span class="genmed">{L_USERNAME}:</span> </td>
                           <td><input class="post" type="text" size="10" name="username"/> </td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td width="50%" valign="top">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
         <!-- END switch_user_logged_in -->
         <!-- BEGIN switch_delete_cookies -->
         <br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
         <!-- END switch_delete_cookies -->
         </span>
      </td>
      <td width="50%" align="right">
         <span class="gensmall">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
               <!-- BEGIN switch_delete_cookies -->
               <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
               <!-- END switch_delete_cookies -->
            <!-- END switch_on_index -->
         </span>
      </td>
   </tr>
</table>
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
  <!-- BEGIN switch_fb_connect_no -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                    <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                    <span class="gensmall">{L_AUTO_LOGIN}</span>
                  </td>
              </tr>

              <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect_no -->

  <!-- BEGIN switch_fb_connect -->
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
        <td valign="top" width="100%" class="row1" align="center">
            <table width="100%">
              <tr>
                  <td width="55%" valign="middle">
                    <table class="right">
                        <tr>
                          <td><span class="genmed">{L_USERNAME}:</span> </td>
                          <td><input class="post" type="text" size="10" name="username"/> </td>
                          <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span>
                          </td>
                        </tr>

                        <tr>
                          <td><span class="genmed">{L_PASSWORD}:</span> </td>
                          <td><input class="post" type="password" size="10" name="password"/> </td>
                          <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                    </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                    <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
              </tr>
            </table>
        </td>
      </tr>
  </table>
  <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->




<!-- BEGIN disable_viewonline -->
<table class="fondqeel" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr>
    <td><div style="width: auto"><table><center><td><a class="info" href="http://wildwide.forumgratuit.org/g4-werewolves"><font face="Segoe Print" size="3" color="#855103"><b>Werewolves</b></font></div><span><img src="http://img11.hostingpics.net/pics/167887ND7.gif"><br><justify>blabla 1</justify></span></a>
            </td><td>
      <a class="info" href="http://wildwide.forumgratuit.org/g5-vampires"><font face="Segoe Print" size="3" color="#D41717"></b>Vampires</b></font></div><span><img src="http://img11.hostingpics.net/pics/167887ND7.gif"><br><justify>blabla 1</justify></span></a>
            </td><td>
            <a class="info" href="http://wildwide.forumgratuit.org/g7-witches"><font face="Segoe Print" size="3" color="#287543"><b>Witches</b></font></div><span><img src="http://img11.hostingpics.net/pics/167887ND7.gif"><br><justify>blabla 1</justify></span></a>
            </td><td>
            <a class="info" href="http://wildwide.forumgratuit.org/g8-creatures"><font face="Segoe Print" size="3" color="#E09412"><b>Creatures</b></font></div><span><img src="http://img11.hostingpics.net/pics/167887ND7.gif"><br><justify>blabla 1</justify></span></a>
              </td><td>
            <a class="info" href="http://wildwide.forumgratuit.org/g9-humans"><font face="Segoe Print" size="3" color="#1B86B8"><b>Humans</b></font></div><span><img src="http://img11.hostingpics.net/pics/167887ND7.gif"><br><justify>blabla 1</justify></span></a>
              </td><td>
            <a class="info" href="http://wildwide.forumgratuit.org/g10-hunters"><font face="Segoe Print" size="3" color="#5EC4BF"><b>Hunters</b></font></div><span><img src="http://img11.hostingpics.net/pics/167887ND7.gif"><br><justify>blabla 1</justify></span></a>
              </td><td>
            <a class="info" href="http://wildwide.forumgratuit.org/g12-slaves"><font face="Segoe Print" size="3" color="#E8EB8D"><b>Slaves</b></font></div><span><img src="http://img11.hostingpics.net/pics/167887ND7.gif"><br><justify>blabla 1</justify></span></a>
      </td></center></table><br>
   
     
      <center><table><tr valign="top"><td width="33%"><div align="justify"><span class="gensmall"><span id="user" class="gensmall">{TOTAL_USERS}</span> <script type="text/javascript">document.getElementById('user').innerHTML=document.getElementById('user').innerHTML.replace(/Nous avons/,"Panem accueille actuellement");</script> <script type="text/javascript">document.getElementById('user').innerHTML=document.getElementById('user').innerHTML.replace(/membres enregistrés/,"habitants sur ses terres");</script> <span id="post" class="gensmall">{TOTAL_POSTS}</span> <script type="text/javascript">document.getElementById('post').innerHTML=document.getElementById('post').innerHTML.replace(/Nos membres ont posté un total de/,"Nos citoyens ont partagé ensemble");</script> <script type="text/javascript">document.getElementById('post').innerHTML=document.getElementById('post').innerHTML.replace(/messages/,"moments.");</script> <span id="new" class="gensmall">{NEWEST_USER}</span> <script type="text/javascript">document.getElementById('new').innerHTML=document.getElementById('new').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Le dernier recensé dans nos listes n'est autre que");</script>, nous lui souhaitons la bienvenue et espérons que le sort lui sera favorable.<span id="delf" class="gensmall">{TOTAL_USERS_ONLINE}</span>  <script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Il y a en tout/,"A l'instant");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/utilisateur en ligne/,"personne parcoure Panem");</script> <script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/utilisateurs en ligne/,"personnes parcourent Panem");</script> <script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Enregistré/,"habitué");</script> <script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Enregistrés/,"habitués");</script> <script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Invisible et/,"curieux et");</script> <script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Invisibles et /,"curieux et");</script> <script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Invité/,"étranger");</script> <script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Invités/,"étrangers");</script><br><br><span class="gensmall">{LOGGED_IN_USER_LIST}</span></div></div>
                <br></span></td>
                 
                 
        <td width="33%"  style="border-left:2px dotted #000000"><div align="justify"><font size=2>Ce forum est inspiré, librement interprété et développé sur la saga "Hunger Games" de <i>Suzanne Collins</i>. Les personnages et le fond en lui-même sont donc sous copyright.</font></div><br><iframe width="250" height="157" src="http://www.youtube.com/embed/_nzbu8qAqCY" frameborder="0" allowfullscreen></iframe></td>
                   
                   
<td width="33%" style="border-left:2px dotted #000000">
                <div align="justify"><table id="logged"><span class="gensmall">{L_CONNECTED_MEMBERS}</span>
                  <script type="text/javascript">document.getElementById('logged').innerHTML=document.getElementById('logged').innerHTML.replace(/Membres/,"Habitants de Panem");</script></table></td></tr></table><br>
      </div></td>
  </tr>
     
</table></center>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
  appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
    status: true,
    cookie: true,
    xfbml: true,
  oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->

Le problème c'est qu'à force d'additionner les codes, je crois que j'ai supprimé des informations importantes.

J'avais par exemple supprimé la Page d'accueil, que j'ai pu remettre en place d'une recherche ici, par mes propres moyens, sauf que, ce matin, je me suis rendue compte que j'avais également supprimé le qeel. Et c'est là que ça se corse Sad Je suis incapable de le remettre en place sans déformer tout ce qui avait été modifié avant Sad.

Aussi et pour vous donner une idée.

Voilà ce que ça me donne avec le qeel rajouté dans le template:
Spoiler:

Alors le problème N°1: c'est l'espace entre les catégories du forum et par la même occasion le titre qui apparaît en tout petit alors qu'avant il apparaissait en gros caractère comme pour la barre de navigation si vous voulez :s.

Mais comme j'ai changé les templates index_box et index_body j'ai du faire mille et une bétise Sad.

Si quelqu'un pouvait m'expliquer où sont les erreurs que je puisse non seulement les comprendre mais les modifier. J'apprécierai beaucoup.

Voilà mon template index_box au cas où:
Code:
<table width="100%" border="0" cellspacing="0" 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 -->
 
 
<table style="margin:auto;" class="titretop"><tr><td width="469" height="118" valign="center">{catrow.tablehead.L_FORUM}</td></tr></table>
 
 
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
     
          <!-- 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="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="80%">
        <table><td> <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}></td><td style="padding-right: 20px; text-align: right;" class="gensmall">の {catrow.forumrow.POSTS} messages | {catrow.forumrow.TOPICS} sujets.</td></table>
        <div class="forum-description"><span class="genmed">{catrow.forumrow.FORUM_DESC}<br></span></div>
        <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            <center>{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
              {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</center>
        </span>
      </td>
     
 
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle" width="20%">
        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
        <div class="forum-description">  <span class="gensmall">{catrow.forumrow.LAST_POST}</span></div>
      </td>
  </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 -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

Et mon css:
Code:
/*FOND DE PAGE*/
body {
background : url(http://i.imgur.com/HopCV.jpg) center ;
background-position: center top;
background-repeat: no-repeat;
}

/* QEEL */

.tableauqueel{
background-color:#130e0b
border : solid 1px #5f4637;
-moz-border-radius : 10px;
-webkit-border-radius: 10px;
}

.partiedroite {
font-size : 12px;
text-shadow:1px 1px 1px #000000;
border-left : 1px dotted #5f4637;
padding-left : 10px;
text-align: center;
}

.forum-stats {
      padding: 5px;
background-color: #1f1712;
      color: #000000;
      width:67%;
      border: 2px solid #000000;
      -moz-border-radius: 20px;
      -webkit-border-radius: 12px;
      font-size: 10px;
      text-shadow:1px 1px 1px #000000;
-moz-box-shadow: 1px 2px 3px #5f4637;
}

.groupes{
      padding: 5px;
background-color: #1f1712;
      color: #000000;
      width:47%;
      border: 2px solid #000000;
      -moz-border-radius: 20px;
      -webkit-border-radius: 12px;
      font-size: 10px;
      text-shadow:1px 1px 1px #000000;
-moz-box-shadow: 1px 2px 3px #5f4637; }

--------------------------------------------------------------------------

/*APPARENCE DES LIENS*/

a.forumlink:link, a.forumlink:visited {
font-family:  Georgia;
font-weight: bold;
Font-style: italic;
text-shadow:1px 1px 1px #000000;
text-align: left;
font-size: 21px;
letter-spacing: -2px;
display: block;
margin-left: 30px;
}


span a.forumlink:hover {
text-align: left;
text-shadow:1px 1px 1px #000000;
text-transform : lowercase;
letter-spacing: 1px;
display: block;
text-decoration:none;
font-weight: bold;
}

a.mainmenu{
font-family:  Georgia;
text-transform : lowercase;
font-weight: bold;
letter-spacing:-2px;
text-align: center;
text-decoration:none;
text-shadow:1px 1px 1px #000000;
font-size: 20px;
color:#8E7965;
}

a.mainmenu:hover {
text-decoration:none;
color:#A87556;
text-shadow: none;
border:dashed 0px #e5a462;
text-shadow:1px 1px 1px #000000;
}


a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none !important;}
a.forumlink:hover {text-transform:uppercase;}
a:hover{text-transform:lowercase;}
a { text-decoration: none; }

/* TITRE CAT INDEX*/
.secondarytitle, .secondarytitle h2{
color: #c0aa79;
font-size: 40px;
font-variant: small-caps;
text-align: center;
font-family: Georgia;
Font-style: italic;
text-shadow:1px 1px 3px #000000;
}

.forumline{
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
border-radius: 17px;
border-bottom: 6px #000000 solid;
border-top: 1px #000000 dotted;
border-right: 2px #000000 solid;
border-left: 2px #000000 solid;
text-align: justify;
text-shadow:1px 1px 1px #000000;
background-color: #8E7965;
padding-left: 8px; /*espace entre les bloc et le cadre de l'index*/
padding-right: 8px; /*espace entre les bloc et le cadre de l'index*/
padding-bottom: 12px; /*espace entre les bloc et le cadre de l'index*/
padding-top: 8px;
}

.row3Right{
border: none !important;
}
.thHead{
border: none !important;
}
.thCornerL, .thCornerR, .thTop{
border: none !important;
}
.thLeft, .thRight{
border-left: none !important;
border-right: none !important;
}
.catLeft, .catRight{
border: none! important;
}
.catHead{
border: none !important;
}
.catBottom{
border: none !important;
}

---------------------------------------------------------------------------------------------------------------

/*MESSAGE EDITION*/
body {
          text-align:justify;}
tr.post span.gensmall {
        display: none;
}

/*SOULIGNEMENT LIEN PSEUDO*/
a {
          text-decoration: none;
}

/*PAS DE SOULIGNEMENT DE LIEN*/
a:link {
            text-decoration: none !important;
            text-shadow: #3B2D24 1px 1px 1px;
}
           

a:visited {
            text-decoration: none !important;
            text-shadow: #3B2D24 1px 1px 1px;
}

a:hover {
            text-decoration: none !important;
            text-shadow: #3B2D24 1px 1px 1px;
}

#page-body {
            padding-top: 10px; /* Espace entre la barre et les pubs */
}

#profile-advanced-details {
            padding-top: 20px;
}

/*ESPACE LIENS*/
a:hover{
          letter-spacing : 2px;
}


/*MISE EN PAGE REPONSE*/

div {margin-right: 10px; margin-left: 5px;
}


/*INFOBULLE*/
{
  font-family: Tahoma, Verdana, Arial, serif, Georgia, Courier New;

}
a.info {
  position: relative;
  color: #3B2D24;
  text-decoration: none;

}

a.info span {
    display: none;
font-size: auto;

}
a.info:hover {
  background: none; /* correction d'un bug IE */
  z-index: 999; /* on définit une valeur pour l'ordre d'affichage */

  cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
  display: inline; /* on affiche l'infobulle */
  position: absolute;

  top: auto; /* on positionne notre infobulle */
  left: auto;
  width: auto;
  background: #3B2D24;
  color: #000000;
  padding: 3px;

border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
-htm-border-radius: 20px;
-webkit-border-radius: 20px; 
border: 3px solid #30231A;
}

-------------------------------------------------------------------------------------------------------------

/* FICHE DE PRESENTATION */
.text{ padding: 20px;
background-color: #3B2D24;
border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-htm-border-radius: 50px;
-webkit-border-radius: 50px;
border: 2px solid #30231A; 
text-align: justify;
line-height: 12px;
box-shadow: 2px 2px 7px black; }

.title{ display: block;
width: 95%;
height: 15px;
padding: 5px;
background-color: #3B2D24;
border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
-htm-border-radius: 20px;
-webkit-border-radius: 20px;
border: 2px solid #30231A;
text-align: center;
font-size: 18px;
line-height: 12px;
box-shadow: 2px 2px 7px black;
text-shadow: #3B2D24 1px 1px 1px; }

.title1{ display: block;
width: 95%;
height: auto;
padding: 5px;
background-color: #F0E7C3;
border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
-htm-border-radius: 20px;
-webkit-border-radius: 20px;
border: 2px solid #30231A;
text-align: center;
font-size: 18px;
line-height: 12px;
box-shadow: 2px 2px 7px black;
text-shadow: #3B2D24 1px 1px 1px; }

.checkbox{ border: #000000 double 3px;
padding: 10px;
width: 200px;
background-color: #;
border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
-htm-border-radius: 20px;
-webkit-border-radius: 20px;
border: 2px solid #30231A;
text-align: center;
line-height: 12px;
box-shadow: 2px 2px 7px black;
text-shadow: #3B2D24 1px 1px 1px; }

-------------------------------------------------------------------------------------------------------------------

/*QUOTE CODE SPOILER*/
.quote
{
display: block;
max-width: 500px;
background-color: #3B2D24;
text-shadow: 2px 2px 2px #000000;
border: 3px solid #3B2D24;
padding: 4px;
color: #F7E5B4;
border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-webkit-border-radius: 10px;
-htm-border-radius: 10px;
box-shadow: 2px 2px 2px #000000;
-moz-box-shadow: 2px 2px 2px #000000;
-o-box-shadow: 2px 2px 2px #000000;
-htm-box-shadow: 2px 2px 2px #000000;
-webkit-box-shadow: 2px 2px 2px #000000;
}

.code
{
max-width: 450px;
background-color: #3B2D24;
text-shadow: 2px 2px 2px #000000;
border: 3px solid #3B2D24;
padding: 4px;
color: #F7E5B4;
border-radius: 10px 0px 0px 10px;
box-shadow: 2px 2px 2px #000000;
-moz-box-shadow: 2px 2px 2px #000000;
-o-box-shadow: 2px 2px 2px #000000;
-htm-box-shadow: 2px 2px 2px #000000;
-webkit-box-shadow: 2px 2px 2px #000000;
}

.spoiler_closed
{
display: block;
max-width: 500px;
background-color: #3B2D24;
text-shadow: 2px 2px 2px #000000;
border: 3px solid #3B2D24;
padding: 4px;
color: #F7E5B4;
border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-webkit-border-radius: 10px;
-htm-border-radius: 10px;
box-shadow: 2px 2px 2px #000000;
-moz-box-shadow: 2px 2px 2px #000000;
-o-box-shadow: 2px 2px 2px #000000;
-htm-box-shadow: 2px 2px 2px #000000;
-webkit-box-shadow: 2px 2px 2px #000000;
}
.spoiler_closed.hidden
{
display:none;
}
.spoiler_content
{
display: block;
max-width: 500px;
background-color: #3B2D24;
text-shadow: 2px 2px 2px #000000;
border: 3px solid #3B2D24;
padding: 4px;
color: #F7E5B4;
border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-webkit-border-radius: 10px;
-htm-border-radius: 10px;
box-shadow: 2px 2px 2px #000000;
-moz-box-shadow: 2px 2px 2px #000000;
-o-box-shadow: 2px 2px 2px #000000;
-htm-box-shadow: 2px 2px 2px #000000;
-webkit-box-shadow: 2px 2px 2px #000000;
}
.spoiler_content.hidden
{
display:none;
}

/*TITRE STAFF*/
.titreadminpost{
text-align: center;
font-family: Augusta;
font-weight : bold;
font-size: 36px;
color: #3B2D24;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000000;
text-decoration : inherit;}

/*FICHE & STAFF*/
.basadminpost{width:auto;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
background:-moz-linear-gradient(top,#3B2D24, #F0E7C3);
background:-webkit-linear-gradient(top,#3B2D24, #F0E7C3);
-webkit-border-bottom-left-radius:0px;
-webkit-border-radius-bottom-right:0px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
font-family:Tahoma;}

.basadminpost1{background:-webkit-linear-gradient(top, #F0E7C3, #3B2D24);
text-align:justify;
padding:20px;
font-family:georgia;
width:auto;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
-webkit-border-bottom-left-radius:15px;
-webkit-border-bottom-right-radius:15px;
-webkit-border-top-left-radius:15px;
-webkit-border-top-right-radius:15px;
}

/*FOND DE PAGE SELON RESOLUTION*/
body{
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

/*DEBUT PAGE D'ACCUEIL*/
.titre {
display: block;
width: 95%;
height: 10px;
padding: 5px;
background-color: #3B2D24;
border-right:5px solid #30231A;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft:10px;
  -webkit-border-radius-topright: 10px;
  -webkit-border-radius-bottomleft:10px;
text-align: center;
font-size: 18px;
line-height: 12px;
box-shadow: 2px 2px 7px black;
text-shadow: #000000 1px 1px 0px;}

/*LETTRINE*/
.texte:first-letter {
font-size:300%;float:left
-moz-border-radius: 5px 5px 5px 5px
-webkit-border-radius: 5px 5px 5px 5px
border-radius: 5px 5px 5px 5px
text-shadow: 1px 1px 1px #293745 }

/*CHAMP PROFIL*/
.champprofil {
color: #5F4637;
font-weight:bolder;
font-family:Segoe Print;
}

/*FOOTER*/
#page-footer
{
height: 250px;
background: url(http://nsa21.casimages.com/img/2012/03/16//120316062925275980.png) bottom center no-repeat;
margin-bottom: -40px;
}

#page-footer a
{
font-size: 13px;
}

/*CHATBOX*/
#chatbox_header .cattitle strong { display: none; }
#chatbox_header .cattitle:before {
content: "La Taverne";
Vos Modifications;
 }

/*APPARENCE CATEGORIE*/
.titretop {
  font-weight:bold;
  text-align:center;
  background-image:url(http://img220.imageshack.us/img220/723/catgoriey.png)center;
  background-repeat:no-repeat;
  width:469px;
  height:118px;
  display:block;
  position:relative;
  top:55px;}
 
 
td.row1.over, td.row3.over, .row1, .tableaupa {
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
  }
 
 
.forumdesc {
max-height : 150px;
overflow-y:scroll !important;
overflow-x:hidden !important;
}


/*TITRE FORUMS*/
a.forumlink
{
display: block;
border-left: 5px solid #716d4b;
border-bottom: 1px solid #716d4b;
padding-left: 10px;
margin-left: 10px;
font-size: 24px;
font-family: Segoe Print;
font-weight: bold;
text-shadow: 0px 0px 1px #000000;
transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}

a.forumlink:hover
{
display: block;
border-left: 5px solid #d8ca98;
border-bottom: 1px solid #d8ca98;
font-style: italic;
padding-left: 100px;
transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}

Merci à vous ^^


Dernière édition par steph846 le Lun 26 Mar 2012 - 9:26, édité 2 fois
steph846

steph846
***

Féminin
Messages : 198
Inscrit(e) le : 20/02/2010

http://wildwide.forumgratuit.org
steph846 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'apparence de l'accueil

Message par Invité Dim 18 Mar 2012 - 14:18

Coucou on ne vois n'y ton template n'y ton CSS

Peux-tu éditer ton premier message afin de nous les faire parvenir ?
Anonymous

Invité
Invité


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

Résolu Re: Problème d'apparence de l'accueil

Message par steph846 Dim 18 Mar 2012 - 15:01

Voilà qui est fait ** Merci à vous **
steph846

steph846
***

Féminin
Messages : 198
Inscrit(e) le : 20/02/2010

http://wildwide.forumgratuit.org
steph846 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'apparence de l'accueil

Message par steph846 Mar 20 Mar 2012 - 11:46

Bonjour ^^ Problème toujours d'actualité ^^
steph846

steph846
***

Féminin
Messages : 198
Inscrit(e) le : 20/02/2010

http://wildwide.forumgratuit.org
steph846 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'apparence de l'accueil

Message par Anzu Mar 20 Mar 2012 - 20:03


Bonsoir,

Premièrement, pourriez vous me lister les modifications effectuées par vos soins ?
Le mieux serait de repartir sur une base saine (template par défaut), car vous ne donnez aucune indication concernant les changements.

Cordialement.

Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

https://forum.forumactif.com/
Anzu a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'apparence de l'accueil

Message par steph846 Mar 20 Mar 2012 - 20:15

Bonjour ^^

J'ai testé ce matin la remise par défaut et j'ai réinséré mes codes un à un seulement rien à faire.

Pour la modification du template, j'ai uniquement supprimé une colonne et modifié la hiérarchie de mes colonnes pour donner ce résultat:

Problème d'apparence de l'accueil 0DKQI

Pour être plus explicite, il ne me reste donc plus que deux colonnes. Celle de descriptions des forums. Et celle avec l'image et les statistiques (dernier messages, intitulé du sujet, date...).
J'ai modifier les colonnes pour l'accueil mais également à l'intérieur des forums.

Le problème c'est que j'ai beau remonter le template, je suis incapable de voir où j'ai fais l'erreur qui fait tout foirer Sad. Particulièrement les titres de catégories qui sont tout à coup presque invisible. Et l'espace entre les différentes catégories Sad.

Ce sont les seuls modifications mais visiblement ce sont celles de trop Sad. Pour moi en tout cas :p.

En tout cas merci de votre aide ^^.
steph846

steph846
***

Féminin
Messages : 198
Inscrit(e) le : 20/02/2010

http://wildwide.forumgratuit.org
steph846 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'apparence de l'accueil

Message par steph846 Ven 23 Mar 2012 - 10:20

Bonjour ^^ Problème toujours d'actualité ^^
steph846

steph846
***

Féminin
Messages : 198
Inscrit(e) le : 20/02/2010

http://wildwide.forumgratuit.org
steph846 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'apparence de l'accueil

Message par steph846 Lun 26 Mar 2012 - 9:25

Problème partiellement réglé mais ça me convient pour l'instant ^^

steph846

steph846
***

Féminin
Messages : 198
Inscrit(e) le : 20/02/2010

http://wildwide.forumgratuit.org
steph846 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