AccueilAccueil  Dernières imagesDernières images  RechercherRechercher  S'enregistrerS'enregistrer  Connexion  
-50%
Le deal à ne pas rater :
-50% Baskets Nike Dunk Low
64.99 € 129.99 €
Voir le deal

 

 catégories 2

Aller en bas 
AuteurMessage
Clara
Admin
Clara



hdgdfgdfg
Messages : 1111
Date d'inscription : 24/01/2009

Feuille de personnage
Relations:
nn:

catégories 2 Empty
MessageSujet: catégories 2   catégories 2 EmptyMer 11 Juil - 18:15

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_SEARCH_SELF}">{L_SEARCH_SELF}</a>

        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM}&nbsp;</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">
            <center><span class="cattitle">
              <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span></center>
        </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="100%" height="50">
        <h{catrow.forumrow.LEVEL} class="hierarchy">
          <center><span class="forumlink">
              <div style="margin-top: 30px;"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div></span></center>
        </h{catrow.forumrow.LEVEL}>
        <table><tr><td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle" width="200">
          <div class="dernierpost"><br><div style="font-size:10px; text-align: center; border-radius: 10px; margin-top: -10px;">{catrow.forumrow.TOPICS} SUJETS ▬ {catrow.forumrow.POSTS} MESSAGES</div></div>
          <div class="derniermessage"><br> <div style="font-size: 10px;"> {catrow.forumrow.LAST_POST}<br>
        </div></div>
            </td><td><img class="imagecat" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
            <td> <div class ="sousforums"><span class="gensmall">
            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
            </span></div>
         
           
            <div class ="descri"><span class="genmed"><div style="font-color: #BFD9DF;"><br>{catrow.forumrow.FORUM_DESC}</div></span><br>
          </td></tr></table>



</div>
   

 
      <!-- BEGIN forum_link -->
      <td class="row3" colspan="3" align="left" 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 -->
          </table><img src="IMG"/><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->



Code:

.imagecat:hover {
-moz-transform: rotate(2deg);
-webkit-transform: rotate(2deg);
transform: rotate(2deg); }



.sousforums {
  border-left: #000000 solid 1px;
    border-right: #000000 solid 1px;
    border-top: #000000 solid 1px;
  text-align: center;
  padding-left: 5px;
font-family: 'Handlee', cursive;
  background-color: #F0F1D0;
  width: 500px;
  height: 30px;
  border-radius: 20px;
  text-transform: uppercase;
  }
  .derniermessage {
 
  border-left: #000000 solid 1px;
    border-right: #000000 solid 1px;
    border-bottom: #000000 solid 1px;
 
    background-color: #F0F1D0;
  height: 80px;
  width: 170px;
  border-radius: 0px 0px 30px 30px;
margin-top: -2px;
}
.dernierpost {
    border-left: #000000 solid 1px;
    border-right: #000000 solid 1px;
    border-top: #000000 solid 1px;
 -webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in; -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
font-family: 'Handlee', cursive;
      background-color: #F0F1D0;
  height: 30px;
  width: 190px;
  border-radius: 20px; }

.dernierpost:hover {  letter-spacing: 4px;  }

  .descri  {
margin-top: -2px;
  margin-left: 10px;
    background-color: #F0F1D0;
  height: 80px;
text-align:justify;
width: 482px;
border-radius: 0px 0px 30px 30px;}
Revenir en haut Aller en bas
https://haughton.forumactif.com
 
catégories 2
Revenir en haut 
Page 1 sur 1
 Sujets similaires
-
» catégories

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
Haughton  :: jjjj :: catégories-
Sauter vers: