AccueilAccueil  Dernières imagesDernières images  RechercherRechercher  S'enregistrerS'enregistrer  ConnexionConnexion  


Partagez
 

 Code catégories

Voir le sujet précédent Voir le sujet suivant Aller en bas 
AuteurMessage
Staff LW

Staff LW

Microcosme Staffien de LW ▲ KINGS OF WORLD
Microcosme Staffien de LW ▲ KINGS OF WORLD

Messages : 43
Date d'inscription : 27/06/2015
Age : 17

Code catégories Empty
MessageSujet: Code catégories   Code catégories EmptyMer 2 Sep - 23:05

Aperçu:

• Modifier les couleurs
• Les images
• La police des sous-forums › Arial
• Ajouter le copyright dans les crédits

À PLACER DANS LES DESCRIPTIONS DES FORUMS

Code:
   <div class="image">
         <img src="http://image.noelshack.com/fichiers/2015/20/1431820182-icon.png" />
    </div>
    <div class= text">
        Inter has ruinarum varietates a Nisibi quam tuebatur accitus Vrsicinus, cui nos obsecuturos iunxerat imperiale praeceptum, dispicere litis exitialis certamina cogebatur abnuens et reclamans, adulatorum oblatrantibus.
    </div>

À PLACER DANS LE CSS
Code:
   /*---CATEGORIES PAR ASHLING---*/
    .forum { /*FOND DES FORUMS*/
      widht:750px;
      background:#fff;
    }

    .titreforum { /*TITRE DU FORUM*/
      height:25px;
      width:465px;
      font-size:22px;
      text-transform: uppercase; /*texte en majuscules*/
      background:#de0b42; /*fond rose/fushia*/
      letter-spacing:2px;
      font-family:vani; /*police*/
      padding-left:20px;
      letter-spacing:-2px;
      transition: all 0.4s ease-in-out;
    }

    .titreforum a {
      color:#efefef; /*couleur du titre*/
      transition: all 0.4s ease-in-out;
    }

    .titreforum a:hover { /*couleur du titre au survol de la souris*/
      color:#f7eeb3;
    }

    .titreforum:hover {
      letter-spacing:3px;
    }
      
    .message { /*BLOC X SUJETS ••• X MESSAGES*/
      height:20px;
      width:280px;
      background:#f4f4f4; /*couleur de fond (grise)*/
      padding-top:5px;
      color:#de0b42; /*couleur de la police*/
      font-size:13px;
      text-transform: uppercase; /*texte en majuscules*/
      text-align: center; /*texte centré*/
      letter-spacing:2px;
      font-family:vani; /*police*/
    }

    .image { /*IMAGE DE DESCRIPTION EN 100 x 90 PIXELS*/
      height:90px; /*hauteur*/
      width:100px; /*largeur*/
    }

    .description{ /*DESCRIPTION TEXTUELLE DU FORUM*/
      height:74px;
      width:366px;
      border: 5px double #e4e4e4; /*brodure -> taille, style, couleur*/
      overflow: auto;
      font-size:12px;
      padding:3px;
      margin-left:-386px;
    }

    .statut { /*IMAGES NEW/OLD/LOCK EN 100 x 90 PIXELS*/
      height:90px; /*hauteur*/
      width:100px; /*largeur*/
      margin-left:-284px;
    }

    .statut img { /*REDIMENSIONNEMENT DIRECT DES IMAGES NEW/OLD/LOCK*/
      height:90px;
      width:100px;
    }

    .stats { /*BLOC DU DERNIER MESSAGE*/
      height:75px;
      width:170px;
      background:#e9e9e9; /*couleur de fond*/
      color:#b0b0b0; /*couleur du texte*/
       text-transform: uppercase; /*texte en majuscules*/
      font-family:vani; /*police*/
      font-size:13px;
       line-height: 13px;
      padding-top:15px;
      padding-left:5px;
      margin-left:-183px;
    }

    .stats a {
      color:#949494; /*couleur du lien du dernier message*/
    }

    .sousforums { /*SOUS-FORUMS*/
      height:20px;
      width:765px;
      background:#f4f4f4; /*couleur de fond*/
      padding-top:5px;
      padding-left:5px;
      font-size:12px;
      text-transform: uppercase; /*texte en majuscules*/
      font-family:vani; /*police*/
      margin-bottom:6px;
      margin-left:2px;
    }

    .sousforums a {
      color:#afafaf; /*couleur lien sous-forum*/
      transition: all 0.4s ease-in-out;
    }

    .sousforums a:hover {
      color:#de0b42; /*couleur du lien au survol de la souris*/
    }
      
    .description .image { display: none; } /*EXCLUSION DE L'IMAGE DANS LA DESCRIPTION TEXTUELLE*/
    .image .text { display: none; } /*EXCLUSION DU TEXTE DANS LE BLOC DE L'IMAGE DE DESCRIPTION*/
    /*FIN CATEGORIES*/

À PLACER DANS 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}<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 -->
    <div class="categorie">
        {catrow.tablehead.L_FORUM}
            <!-- END tablehead -->
            <!-- BEGIN cathead -->
            <p>Si ce message apparait, merci d'aller dans PA > Affichage > Page d'accueil > Structure et hiérarchie et choisir "Séparer les catégories sur l'index" !</p>
            <!-- END cathead -->
            <!-- BEGIN forumrow -->
          <div class="forum">
            <table>
              <tbody>
                <tr>
                  <td>
                    <div class="titreforum"><a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div>
                  </td>
                  <td>
                    <div class="message">{catrow.forumrow.TOPICS} Sujets ••• {catrow.forumrow.POSTS} Messages</div>
                  </td>
                </tr>
                <tr>
                  <td>
                    <div class="image">{catrow.forumrow.FORUM_DESC}</div>
                  </td>
                  <td>
                    <div class="description">{catrow.forumrow.FORUM_DESC}</div>
                  </td>
                  <td>
                    <div class="statut"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></div>
                  </td>
                  <td>
                    <div class="stats">{catrow.forumrow.LAST_POST}</div>
                  </td>
                </tr>
              </tbody>
            </table>
            <div class="sousforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
          </div>
            <!-- END forumrow -->
            <!-- BEGIN catfoot --><!-- END catfoot -->
            <!-- BEGIN tablefoot -->
        <!-- fermeture /.forums-container -->
    </div>
    <!-- fermeture /.categorie -->
    <!-- END tablefoot -->
    <!-- END catrow -->
Revenir en haut Aller en bas
https://lgdc-warriorsdesing.kanak.fr
 

Code catégories

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

 Sujets similaires

-
» Titres des catégories
» code bann css
» Code QEEL
» Pour pas perdre un code
» Code template qeel

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
 :: LWland-