Sweet Dreamin'
 
FORUM EN RECONSTRUCTION
Le Deal du moment :
Funko POP! Jumbo One Piece Kaido Dragon Form : ...
Voir le deal

 

 Caté phanta modifié by me

Voir le sujet précédent Voir le sujet suivant Aller en bas 
MessageSujet: Caté phanta modifié by me    Caté phanta modifié by me EmptyDim 18 Sep - 16:16
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_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>


        <!-- **** Début des modifications effectuées par
                ****** Phantasmagoria*** -->

<!-- BEGIN catrow -->
  <!-- BEGIN tablehead -->

  <table class="modifcat" width="100%" border="0" cellspacing="0" cellpadding="0">
<div style="background-image : url(http://img15.hostingpics.net/pics/152569hautdecat.png) ; background-repeat : no-repeat ; width : 820px ; height : 80px"><div class="catégoz">{catrow.tablehead.L_FORUM}</div></div>
  <!-- END tablehead -->
  <!-- BEGIN cathead -->
  <tr>
          <!-- END cathead -->
      <!-- BEGIN forumrow -->
      <!-- BEGIN inc -->
            <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
            <!-- END inc -->

            <td align="left" valign="middle">
<div class="fondglobal02">
              <table width="100%" cellpadding="5" cellspacing="0">

<tr>

                    <td valign="top" align="left">
        <div class="forumtitre">
                 
                          <a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div>
          <div class="statdescrip">

                                    <div class="descrip_bloc"><span class="genmed"> {catrow.forumrow.FORUM_DESC}</span>
                                   
                              </div>
                          </div>
                        </div>


</td>
               
                  <td align="center" valign="middle">
                 
           
            <td align="center" valign="top">
                                  <div style="margin-top: 8px;"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></div>
                                    <span class="genmed"><div  class="forumdesc1">
                              {catrow.forumrow.LAST_POST} <br>    <span class="genmed">
Sujets {catrow.forumrow.TOPICS} | Messages {catrow.forumrow.POSTS}</span>
                       
                        </div></span>

                     
                    </td>
  <td align="center" valign="middle">
    <div class="sousfofo">
                                      <span class="sousforum" id="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></span></div>
        <script type="text/javascript">
        jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,'<br />')).removeAttr('id');
        </script>  </td>
 
        </tr>
</table>
</td></tr>
     

        <!-- *******Fin des modifications par Phantasmagoria ******
                    ********* Toute reproduction complète
                    ******* ou partielle est prohibée ****** -->
   
      <!-- 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" /><img src="http://img15.hostingpics.net/pics/412894basdecat.png" style="margin-top: -7px; width: 820px;"/>
  <!-- END tablefoot -->
<!-- END catrow -->

CSS

Code:
/****************** CATEGORIE ***************************/

    /* Apparence de la description des catégories */
.modifcat{
  background-color: #fff; width: 820px;}

.catégoz {
text-align : center ; position : relative ; top : 20px ; letter-spacing : 2px ; margin-left: -50px; }

.statdescrip {

  font-size: 10px;
background-color: #AFBFD6;width: 450px; height: 110px;
text-align: justify; font-size: 10px; padding: 10px; margin-left: 15px;}

.forumdesc1 { width: 160px; height: 80px; background-color: #AFBFD6;
}

.sousfofo {
    margin-top: 10px;
    padding-left: 0;
    vertical-align: middle;
    width: 135px;
  text-align: center;
  height: 134px;
  background-color:#AFBFD6;
}
 
  .sousfofo a {
  -webkit-transition: all 1s ease; /* pour navigateur webkit */
-moz-transition: all 1s ease; /* pour navigateur mozilla */
-o-transition: all 1s ease; /* pour navigateur opera */
transition: all 1s ease; /* pour les navigateurs récents */
    display: block;
    font-family: Arial,'Petit Formal Script',Helvetica,sans-serif;
    font-size: 8px;
    font-style: normal;
    letter-spacing: 1px;
    margin: 1px;
    opacity: 1;
    overflow: hidden;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
    width: 115px;
  margin-top: -24px;
  color:#344e57;
}

.sousfofo a:hover {
 -webkit-transition: all 1s ease; /* pour navigateur webkit */
-moz-transition: all 1s ease; /* pour navigateur mozilla */
-o-transition: all 1s ease; /* pour navigateur opera */
transition: all 1s ease; /* pour les navigateurs récents */
color: #ff9029;
}

.forumtitre a {
      display:inline-block;
  margin:auto;
  padding:2px 5px;
  font-family: 'unica one', cursive;
  text-transform:uppercase;
  font-size: 22px;
        text-align: left;
line-height: 5px;
margin-bottom: -1px;
  margin-left: 10px;
    text-align: left;
  -webkit-transition: all 1s ease; /* pour navigateur webkit */
-moz-transition: all 1s ease; /* pour navigateur mozilla */
-o-transition: all 1s ease; /* pour navigateur opera */
transition: all 1s ease; /* pour les navigateurs récents */
}


/* Personnalisation titre - lien normal */
.forumtitre  a:link, .forumtitre  a:visited {

  text-decoration: none;
  color:#344e57;
  font-family: 'unica one', cursive;
  text-transform:uppercase;
}

/* Personnalisation titre - lien survolé */
.forumtitre  a:hover, .forumtitre  a:active {
  color:#344e57;
  font-size: 25px;
  font-family: 'unica one', cursive;
  text-transform:uppercase;
  text-decoration: none;
  margin-left: 50px; letter-spacing: 4px;
}
/************** Fin du code *************/


/******************** FIN DE CATEGORIE ***********************/
Madnessa
the boss
Madnessa
the boss
https://sweet-dreamin.forumactif.org
Messages : 96
$ : 168
Date d'inscription : 29/06/2016
Revenir en haut Aller en bas
MessageSujet: Re: Caté phanta modifié by me    Caté phanta modifié by me EmptyDim 18 Sep - 16:17
code titre en image

Code:
<img src="http://img15.hostingpics.net/pics/9490183112.png">
Madnessa
the boss
Madnessa
the boss
https://sweet-dreamin.forumactif.org
Messages : 96
$ : 168
Date d'inscription : 29/06/2016
Revenir en haut Aller en bas
MessageSujet: Re: Caté phanta modifié by me    Caté phanta modifié by me EmptyDim 18 Sep - 16:18
code description

Code:
<span style="font-weight:bolder;text-transform:uppercase;">Règlement, contexte et compagnie • </span> Il était une fois... C'est ainsi que toutes les histoires commencent. La notre commence par la lecture de cette partie qui est la plus importante du forum. C'est ici que vous trouverez le règlement, le contexte mais également les groupes sans oublier la présentation du  staff.
Madnessa
the boss
Madnessa
the boss
https://sweet-dreamin.forumactif.org
Messages : 96
$ : 168
Date d'inscription : 29/06/2016
Revenir en haut Aller en bas
MessageSujet: Re: Caté phanta modifié by me    Caté phanta modifié by me EmptyDim 18 Sep - 16:19
codage redimensionnement des gifs

Code:
.postdetails.poster-profile img {
      width:200px;
      display:block;
    }
Madnessa
the boss
Madnessa
the boss
https://sweet-dreamin.forumactif.org
Messages : 96
$ : 168
Date d'inscription : 29/06/2016
Revenir en haut Aller en bas
MessageSujet: Re: Caté phanta modifié by me    Caté phanta modifié by me EmptyDim 18 Sep - 16:33
Caté phanta modifié by me 299561new
Caté phanta modifié by me 13618812no
Caté phanta modifié by me 939000xxx
Madnessa
the boss
Madnessa
the boss
https://sweet-dreamin.forumactif.org
Messages : 96
$ : 168
Date d'inscription : 29/06/2016
Revenir en haut Aller en bas
MessageSujet: Re: Caté phanta modifié by me    Caté phanta modifié by me Empty
Contenu sponsorisé
Revenir en haut Aller en bas
Caté phanta modifié by me
Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 1

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
Sweet Dreamin' :: 
The beginning of everything

le début de tout
 :: Codages :: Sous forum 2
-
Sauter vers: