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.

Le Deal du moment : -38%
Ecran PC gaming 23,8″ – ACER KG241Y P3bip ...
Voir le deal
99.99 €

    Catégories Pink & Gray

    A-Lice
    A-Lice
    FémininAge : 30Messages : 4939

    Sam 19 Juil 2014 - 3:47

    Rappel du premier message :



    Catégories Pink & Gray


    Suite à une demande de Javarakita voici des catégories Pink & Gray.

    Je précise que l'arrière plan beige correspond à mon forum.

    HTML & CSS ~ Voici donc un aperçu : www ~ Version : PhpBB2


    Précision : La taille des images news/no news/lock doit faire 150px par 50px.

    Et le code :
    HTML :
    Code:
    <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
      <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="0" cellpadding="0">
    <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>   
    <th nowrap="nowrap" width="150"><div style="width:150px;"> </div></th><!-- 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%">
                <span class="cattitle">
                   <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
                </span>
          </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="{catrow.forumrow.INC_CLASS}" align="center"><br/>
                <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" style="margin-top:7px;" />
                      <div class="cat_gauche"><span class="gensmall">{catrow.forumrow.TOPICS} sujets | {catrow.forumrow.POSTS} messages</span><br/>
             <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
                      </div></td>
          <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
                      <span class="nom_cat">
                   <a class="nom_cat" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
                </span>
                      <span class="cat_desc">{catrow.forumrow.FORUM_DESC}</span>
          </td>
          <td class="row3" align="center" valign="middle" height="50">
                      <span class="cat_droite_conteneur"><div class="cat_droite_contenu" id="sousForums"><span class="gensmall2">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span></div></span>
                        <script type="text/javascript">
      <!--
                          jQuery('#sousForums').html(jQuery('#sousForums').html().replace(/, /g,'<br />')).removeAttr('id');
      jQuery(document).ready(function(){
        jQuery('a.gensmall').each(function (){
        var texte = jQuery(this).attr('title') ;
        if(texte){
        texte = texte.replace(/\<\/a\>/gi, '').replace(/\<br \/\>/gi, '').replace(/\<br >/gi, '');
        jQuery(this).attr('title', texte);
        }
        });
      });
      //-->
      </script>
          </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 -->


    CSS :
    Code:
    .secondarytitle {
      text-align:left !important;
      font-family: 'Playball', cursive;
    }
    .cat_gauche {
    font-size:12px;
    background-color:WhiteSmoke;
    padding:5px;
    margin-top:9px;
    width:140px;
    }

    .nom_cat {
    font-size:20px;
    font-weight:bold;
    font-family: 'Playball', cursive;
    transition:1s;
    transition-delay: -0.1s;
    }

    .nom_cat:hover {
    font-size:20px;
    font-weight:bold;
    font-family: 'Playball', cursive;
    letter-spacing:5px;
    transition:1s;
    }

    .cat_desc {
    height:105px;
    overflow:auto;
    display:block;
    text-align:justify;
    font-size:12px;
    background-color:WhiteSmoke;
    padding:10px;
    }

    .cat_droite_conteneur {
    margin-top:25px;
    height:105px;
    overflow:auto;
    display:block;
    text-align:justify;
    background-color:WhiteSmoke;
    padding:10px;
    }

    .cat_droite_contenu {
    background-color:pink;
    padding:3px;
    width:124px;
    margin:auto; 
    font-family: 'Playball', cursive;
    font-size:18px;
    }

    .gensmall2 a {
      font-size:18px !important;
    }

    La suite de l'ensemble se trouve ici :


    PA Pink & Gray
    Catégories
    Qeel

    Un petit merci ou commentaire est toujours le bienvenu ^^
    - Mettre/laisser un crédit vers Never-Utopia est obligatoire.
    - Si vous avez des problèmes avec ce LS ou des questions, venez poster ici.


    Dernière édition par A-Lice le Lun 16 Fév 2015 - 21:13, édité 1 fois

    Choucroute Mozzarella
    Choucroute Mozzarella
    FémininAge : 28Messages : 43

    Ven 4 Sep 2015 - 0:12

    C'est super beau !
    Zizouille
    Zizouille
    FémininAge : 33Messages : 9

    Sam 5 Sep 2015 - 22:47

    Merci :)
    MEGALAXY
    MEGALAXY
    MasculinAge : 35Messages : 20

    Lun 7 Sep 2015 - 18:04

    merci
    BlueBerry ♪
    BlueBerry ♪
    FémininAge : 27Messages : 138

    Mar 8 Sep 2015 - 18:27

    Très joli !



    Catégories Pink & Gray - Page 8 7310
    Araki
    Araki
    MasculinAge : 34Messages : 141

    Dim 20 Sep 2015 - 23:19

    Merci!
    Moro-PM
    Moro-PM
    FémininAge : 22Messages : 149

    Mar 29 Sep 2015 - 20:24

    Merci !
    bird.
    bird.
    FémininAge : 33Messages : 14

    Jeu 1 Oct 2015 - 19:23

    Merci, c'est joli :heart:
    neochrome_ltd
    neochrome_ltd
    MasculinAge : 42Messages : 63

    Ven 9 Oct 2015 - 16:07

    merci
    Givrali
    Givrali
    FémininAge : 20Messages : 23

    Ven 9 Oct 2015 - 18:06

    Merci.
    rosebleudu10
    rosebleudu10
    FémininAge : 34Messages : 189

    Sam 10 Oct 2015 - 13:18

    merci
    Kobye
    Kobye
    FémininAge : 28Messages : 38

    Jeu 15 Oct 2015 - 13:35

    merci ♥
    Rhoswen Fay
    Rhoswen Fay
    FémininAge : 37Messages : 66

    Sam 17 Oct 2015 - 17:53

    Joli !
    Ah-l3x
    Ah-l3x
    MasculinAge : 28Messages : 437

    Lun 26 Oct 2015 - 11:57

    Merci.




    Catégories Pink & Gray - Page 8 568633BANN
    BLUNA
    BLUNA
    FémininAge : 29Messages : 9

    Mer 28 Oct 2015 - 15:23

    Oh comme c'est joli ! Merci de nous mettre ces catégories en libre service ! ♥ ♥ ♥
    Wanda Maximoff
    Wanda Maximoff
    FémininAge : 30Messages : 80

    Jeu 29 Oct 2015 - 17:07

    Merci ! ♥
    Kamesora
    Kamesora
    FémininAge : 32Messages : 93

    Dim 1 Nov 2015 - 18:30

    merci beaucoup
    meolyne
    meolyne
    FémininAge : 40Messages : 74

    Mar 3 Nov 2015 - 23:16

    Merci a toi
    Luunalight
    Luunalight
    FémininAge : 34Messages : 98

    Mer 18 Nov 2015 - 16:09

    Merci !
    Elelia
    Elelia
    FémininAge : 29Messages : 45

    Ven 20 Nov 2015 - 21:21

    Ca change comme catégories je trouve, j'aime beaucoup ! Merciii ♥
    Zoé
    Zoé
    FémininAge : 25Messages : 189

    Ven 18 Déc 2015 - 16:13

    mciii



    Catégories Pink & Gray - Page 8 274643signaaaa
    Pastiche
    Pastiche
    FémininAge : 30Messages : 78

    Sam 19 Déc 2015 - 15:09

    Merci énormément de partager ton travail :love:
    Madness of Wonderland
    Madness of Wonderland
    FémininAge : 24Messages : 60

    Dim 20 Déc 2015 - 1:04

    merci
    Pucky
    Pucky
    FémininAge : 27Messages : 44

    Sam 26 Déc 2015 - 18:35

    Cest carément pratique et joli. Le genre que je rechercherais bien pour mon fofo depuis un moment sans jamais trouver.
    Pucky
    Pucky
    FémininAge : 27Messages : 44

    Sam 26 Déc 2015 - 18:37

    C'est carrément pratique et joli. Le genre que je rechercherais bien pour mon fofo depuis un moment sans jamais trouver.
    Anonymous
    Invité

    Ven 8 Jan 2016 - 21:02

    Sympa ! :)
    Contenu sponsorisé


      La date/heure actuelle est Jeu 21 Nov 2024 - 20:06