AccueilDernières imagesRechercherS'enregistrerConnexion

Forum de graphisme, codage et game design proposant des tutoriels, astuces, libres services et commandes dans les domaines de l'infographie amateur, de l'intégration web (HTML et CSS essentiellement) ainsi que dans la conception de RPG sur forum.

-39%
Le deal à ne pas rater :
Ordinateur portable ASUS Chromebook Vibe CX34 Flip
399 € 649 €
Voir le deal

    (SELENE) Catégories pour The New guild RPG

    Isalia
    Isalia
    FémininAge : 24Messages : 125

    Ven 25 Oct 2013 - 21:45

    Rappel du premier message :

    Bonjour/Bonsoir ! :3

    Commande
    Elément à coder : Catégories
    Adresse du forum : http://the-new-guild-rpg.ogameunivers.com/
    Description du résultat voulu :
    Spoiler:
    Si possible un cadre de 2px autour de l'image, s'il vous plait.
    Est ce que ce serait possible que le titre passe en italique au passage de la souris ? :3
    Pour la police, c'est Cambria.
    Couleurs ou tons : couleurs personnalisable après si ça ne colle pas avec mon forum (:
    Images : Aucun motif de fond...Une image quelconque de 100*200 pour l'image des catégories et mes images de nouveau message/pas de nouveau message/verrouillé font 70*137px
    Autres précisions : Si vous voulez d'autres précisions dites le moi, merci d'avance en tout cas, c'est super sympa à celui qui voudra m'aider *-*


    Dernière édition par Isalia le Sam 26 Oct 2013 - 13:17, édité 1 fois
    Sélène
    Sélène
    FémininAge : 25Messages : 321

    Dim 24 Nov 2013 - 16:14

    Hello,

    Alors on va tester ça : retire les couleurs de fond de tes catégories dans Couleurs. Ca va déjà éliminer le fond tout moche et les cadres en plus.

    Ensuite tu vas dans Affichage -> Page d'accueil -> Structure & hiéarchie et tu sélectionnes Séparer les catégories sur l'index -> Moyen. Puis tu désactives le lien vers le niveau inférieur vu que tu dois les ajouter toi même dans la description.

    Remplacer mon css précédent par celui-ci :
    Code:
    /*Catégorie */

    .imgnews{
      border-top:1px solid black;
      border-bottom:1px solid black;
     border-left:1px solid black;
     
     
    }

    .bloc{
      background-color:#FAEFD0;
      width:590px;
      height:137px;
    margin-left:-6px;
      margin-top:1px;
      border:1px solid black;
     
     
    }

    .lastpost{
     margin-left:-85px;
    height:137px;
     width:70px;
     border:1px solid black;
     background-color:#FAEFD0;
    float:right;

     
    }

    .forumname{
    width:250px;
     font-family:Cambria;
      font-size:16px;
      text-shadow:4px 2px 2px #ddccb5;
      letter-spacing:2px;
      color:#94695F;
      border-bottom:1px solid gold;
     
     
    }

    .forumname:hover{
    width:250px;
     font-family:Cambria;
      font-size:16px;
      text-shadow:4px 2px 2px #ddccb5;
      letter-spacing:2px;
      font-style:italic;
      color:#94695F;
      border-bottom:1px dotted gold;
     
    }
    a:link
    {
     text-decoration:none!important;
    }
     

    .cateimg{
     opacity:0.3;
     
      width:200px;
      height:100px;
      border:2px solid #EBE0C3;
    }

    .cateimg:hover{
     opacity:1;
      -webkit-transition: opacity 0.5s ease-in-out;/*chrome*/
    -moz-transition: opacity 0.5s ease-in-out;/*mozilla*/
      transition: opacity 0.5s ease-in-out;/*autre navigateur*/
      width:200px;
      height:100px;
      border:2px solid #EBE0C3;
    }

    .descri{
     width:250px;
      height:auto;
      font-size:12px;
      margin-top:-88px;
      margin-left:250px;
      text-indent:2px;

    }



    .sousforum{
     background-color:#EBE0C3;
      width:50px;
      margin-top:auto;
      margin-left:250px;
      border-radius:10px 30px 10px 30px;
      border-left:1px solid black;
      border-top:1px solid black;
      border-right:1px solid black;
      height:10px;
      font-size:10px;
    position:relative;
      float:left;
     
    }
    Et remplacez l'index-box par celui-ci :
    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 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%">
     
    </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="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
     <div class="imgnews"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}"/>
                      </div></td>
     <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
     <div class="bloc">
     <span class="genmed"><h{catrow.forumrow.LEVEL} class="hierarchy">
     <span class="forumlink">
                                      <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"><div class="forumname">{catrow.forumrow.FORUM_NAME}</div></a><br />
     </span>  <span class="gensmall"><div style="background-color:#EBE0C3;border-radius:5px 5px 5px 5px;width:75px;margin-top:-35px;border-bottom:1px solid black;border-left:1px solid black;border-right:1px solid black;margin-left:300px;position:relative;text-align:center;font-size:10px;">Il y a {catrow.forumrow.TOPICS} sujets</div></span>
     

                            <span class="gensmall"><div style="background-color:#EBE0C3;border-radius:5px 5px 5px 5px;width:75px;margin-top:-30px;border-bottom:1px solid black;border-left:1px solid black;border-right:1px solid black;margin-left:390px;position:relative;text-align:center;font-size:10px;">Il y a {catrow.forumrow.POSTS} messages </div></span>
                              </h{catrow.forumrow.LEVEL}>{catrow.forumrow.FORUM_DESC}</span>
                         
                              <span class="gensmall">
                              <!-- BEGIN switch_moderators_links -->
     {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
     <!-- END switch_moderators_links -->
                                {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                              </span>
                   
     
             
                              <td class="row3 over" align="center" valign="middle" height="50">
                                <span class="gensmall"><div class="lastpost">{catrow.forumrow.LAST_POST}</div></span>
     </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 -->
    Cela devrait fonctionner à présent Wink



    (SELENE) Catégories pour The New guild RPG - Page 2 469642signselene

    Thanks père nono ou mère nono anonyme
    Isalia
    Isalia
    FémininAge : 24Messages : 125

    Mar 26 Nov 2013 - 18:56

    Ça me donne ça

    http://fairytailrpg-test.discutforum.com/

    Sinon on peut essayer de simplifier... Par exemple rétablir l'espace entre les tables ._.
    Est ce que tu pourras mettre les "Sujet" "Message" sur la même ligne ?
    Sélène
    Sélène
    FémininAge : 25Messages : 321

    Mar 26 Nov 2013 - 22:10

    Hello,

    Essayez en rajoutant l'image qui va avec, parce que sinon oui il risque d'avoir des petites marges de différence comme là Wink



    (SELENE) Catégories pour The New guild RPG - Page 2 469642signselene

    Thanks père nono ou mère nono anonyme
    Isalia
    Isalia
    FémininAge : 24Messages : 125

    Mer 27 Nov 2013 - 19:10

    Ça se superpose silent 
    http://fairytailrpg-test.discutforum.com/


    Dernière édition par Isalia le Lun 2 Déc 2013 - 18:35, édité 1 fois
    Isalia
    Isalia
    FémininAge : 24Messages : 125

    Lun 2 Déc 2013 - 18:34

    Up :3
    Sélène
    Sélène
    FémininAge : 25Messages : 321

    Mar 3 Déc 2013 - 17:50

    Coucou,

    J'avoue que personnellement je ne vois pas où cela se superpose Wink même s'il reste quelques écarts avec les margins. Serait-il possible d'avoir accès à votre forum test pour pouvoir définir correctement en une fois les margins ? Merci.



    (SELENE) Catégories pour The New guild RPG - Page 2 469642signselene

    Thanks père nono ou mère nono anonyme
    Neva
    Neva
    FémininAge : 32Messages : 18565

    Lun 16 Déc 2013 - 15:36

    Isalia, tu es toujours là ? tu peux passer le lien à Sélène ?



     
    Neva
    Neva
    FémininAge : 32Messages : 18565

    Ven 27 Déc 2013 - 19:05

    MP de relance envoyé



     
    Klash
    Klash
    MasculinAge : 43Messages : 20653

    Mar 14 Jan 2014 - 8:37

    Pas de réponse Archives.



    (SELENE) Catégories pour The New guild RPG - Page 2 376864signichigo
    Contenu sponsorisé


      La date/heure actuelle est Sam 11 Mai 2024 - 12:15