-50%
Le deal à ne pas rater :
-50% Baskets Nike Air Huarache
64.99 € 129.99 €
Voir le deal

Partagez

Catégories Version 1

Voir le sujet précédent Voir le sujet suivant Aller en bas
AuteurMessage
Admin
est tout bien bronzé !
Admin
Admin
Fiche RPG
Patate crue
Ta citation préférée: Keep calm and Gangnam Style
Infos de baseMessages : 110
Points : 225
Date d'inscription : 26/11/2014

MessageSujet: Catégories Version 1 Catégories Version 1 EmptyJeu 26 Fév - 20:07

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_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 width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
                  <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
</tr></table><div style="margin-top: -10px;"></div><table class="banane" 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">&nbsp;</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%" 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><div class="sous">
            <span id="subforums" class="linkcatégorie">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span><script type="text/javascript">
jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,' ∞ ')).removeAttr('id');
</script>
                                  </div>
         </h{catrow.forumrow.LEVEL}>
         <div class="description">{catrow.forumrow.FORUM_DESC}</div>
      </td>
          <td><div class="stats"><div class="stats_1"><div style="padding: 5px;"></div><center>{catrow.forumrow.TOPICS} <br /><span style="font-size: 11px;">sujets</span></center></div></div></td>
                  <td><div class="stats"><div class="stats_1"><div style="padding: 5px;"></div><center>{catrow.forumrow.POSTS}<br /><span style="font-size: 11px;">messages</span></center></div></div>
      </td>
      <td class="row3 over" align="center" valign="middle" height="50">
                  <div class="lastmess">         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /><br />
                    <span class="gensmall">{catrow.forumrow.LAST_POST}</span></div>
      </td><div style="padding: 5px;"></div>
</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 -->
Revenir en haut Aller en bas
https://testons-albl.forum-canada.com
Admin
est tout bien bronzé !
Admin
Admin
Fiche RPG
Patate crue
Ta citation préférée: Keep calm and Gangnam Style
Infos de baseMessages : 110
Points : 225
Date d'inscription : 26/11/2014

MessageSujet: Re: Catégories Version 1 Catégories Version 1 EmptyJeu 26 Fév - 20:08

Code:


.description {
  font-size: 11px;
  text-align: justify;
  color: #bd715e;
  position: relative;
  height: 70px;
  overflow: auto;
  line-height: normal;
  margin: 5px;
  padding: 5px;
  margin-right: 10px;
  margin-top: -5px;
}

.stats {
  background-color: #DBA18B;
  color: #FFF3EB;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  position: relative;
  font-family: Georgia;
  font-style: italic;
}

.stats_1 {
  position: relative;
  margin-top: 5px;
}

.forumlink {
  color: #CE7C67 !important;
  font-family: Dancing Script;
  font-size: 25px !important;
  font-weight: none !important;
  position: relative;
  text-shadow:1px 1px 2px white;
  text-align: center;
  margin-left: 20px;
}

.forumlink:hover {
  color: #DBA18B !important;
  text-decoration: none !important;
  transition:0.5s;
}

.forumlink a {
  font-size: 22px;
}

div.sous {
  font-size: 12px !important;
  text-transform: uppercase;
  font-family: Dosis;
  text-shadow: 0px 0px 2px #ffffff;
  font-weight: none !important;
  color: #AA6C4B !important;
  margin-left: 10px;
}

div.sous:hover {
  transition: 0.5s;
  color: #CE7C67;
  margin-left: 20px;
}

a.span.sous {
  font-weight: none !important;
}

.lastmess {
  width: 170px;
}

.lastmess a {
  color: #CE7C67 !important;
  text-decoration: none !important;
  font-family: Georgia;
  font-size: 10px;
  text-transform: uppercase;
}

.lastmess a:hover {
  color: #DBA18B !important;
  text-decoration : none !important;
  transition: 0.8s;
}
Revenir en haut Aller en bas
https://testons-albl.forum-canada.com
Admin
est tout bien bronzé !
Admin
Admin
Fiche RPG
Patate crue
Ta citation préférée: Keep calm and Gangnam Style
Infos de baseMessages : 110
Points : 225
Date d'inscription : 26/11/2014

MessageSujet: Re: Catégories Version 1 Catégories Version 1 EmptySam 10 Oct - 15:51

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_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 width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
                  <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
</tr></table><div style="margin-top: -10px;"></div><table class="banane" 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">&nbsp;</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 valign="top">            <!-- BEGIN avatar -->
            <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
    <!-- END avatar --></td> <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="80%" 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><div class="sous">
            <span id="subforums" class="linkcatégorie" style="font-size: 12px;">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span><script type="text/javascript">
jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,' ∞ ')).removeAttr('id');
</script>
                                  </div>
        </h{catrow.forumrow.LEVEL}>
        <div class="description">{catrow.forumrow.FORUM_DESC}</div><br />
      </td><td valign="top">            <!-- BEGIN avatar -->
            <span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
    <!-- END avatar --></td>
      <td class="row3 over" align="center" valign="top" height="50">
        <div class="lastmess"><div class="mini" style="text-align: center; margin-top: 10px; font-size: 12px;">{catrow.forumrow.POSTS} messages ∞ {catrow.forumrow.TOPICS} sujets</div><br />
          <span class="gensmall">{catrow.forumrow.LAST_POST}</span></div>
      </td><div style="padding: 5px;"></div>
</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 -->
Revenir en haut Aller en bas
https://testons-albl.forum-canada.com
Contenu sponsorisé
est tout bien bronzé !
Fiche RPG
Infos de base

MessageSujet: Re: Catégories Version 1 Catégories Version 1 Empty

Revenir en haut Aller en bas

Catégories Version 1

Voir le sujet précédent Voir le sujet suivant Revenir en haut
Page 1 sur 1

Sujets similaires

-
» Catégories version 2
» Catégories - Liens à placer
» Catégories - Codes à poster
» PA Version 1
» PA Version 2

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
Testons A Little Bit Longer :: Votre 1ère catégorie :: Codages-