Bienvenue sur le forum Walk of Fame.
WOF a été créer il y a quelques années et le staff a toujours essayer de le tenir debout. L'équipe et ses membres en font un forum de bonne ambiance et toujours la main sur le coeur. Mais a part ça... quesce que c'est que WOF? WOF est un forum RPG(role play game) où vous incarnez la célébrité qui vous plait et de lui faire faire tout ce que bon vous semble en essayant de respecter un minimum sa vie.

Vous trouverez diverses informations sur son contenu tout au long du forum et a la moindre occasion, a la moindre questions n'hésitez jamais a demander a un membre du staff qui aura grand plaisir a vous répondre.

Venez nous rejoindre Wink
Bienvenue sur le forum Walk of Fame.
WOF a été créer il y a quelques années et le staff a toujours essayer de le tenir debout. L'équipe et ses membres en font un forum de bonne ambiance et toujours la main sur le coeur. Mais a part ça... quesce que c'est que WOF? WOF est un forum RPG(role play game) où vous incarnez la célébrité qui vous plait et de lui faire faire tout ce que bon vous semble en essayant de respecter un minimum sa vie.

Vous trouverez diverses informations sur son contenu tout au long du forum et a la moindre occasion, a la moindre questions n'hésitez jamais a demander a un membre du staff qui aura grand plaisir a vous répondre.

Venez nous rejoindre Wink



 
AccueilAccueil  Dernières imagesDernières images  RechercherRechercher  S'enregistrerS'enregistrer  ConnexionConnexion  
Le Deal du moment : -20%
-20% sur le Lot de 2 écrans PC GIGABYTE ...
Voir le deal
429 €

categorie moderne

 :: Seconde categorie :: forum 2 Voir le sujet précédent Voir le sujet suivant Aller en bas
Paul T. Wesley

Vie privé, vie publique
Notebook:
Paul T. Wesley
★ DEVENU POPULAIRE LE : 06/04/2011
★ OSCARS : 31
lol
lol
categorie moderne




Mar 26 Avr - 22:52
http://www.aht.li/2807456/TCAT23.png

template
Code:
    <link href="https://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet" type="text/css">
      <table width="100%" border="0" cellspacing="0" 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="tleCAT">{catrow.tablehead.L_FORUM}</div>
            <!-- END tablehead -->

            <!-- BEGIN cathead -->
            <!-- END cathead -->
           
            <!-- BEGIN forumrow -->
            <div class="blocFRM"><div class="boxFRM"><div id="tldFRM"><div class="tleFRM"><a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div><div class="descFRM">{catrow.forumrow.FORUM_DESC}</div></div><div class="lmsgFRM"><div class="nbFRM">{catrow.forumrow.TOPICS} sujets & {catrow.forumrow.POSTS} messages</div>{catrow.forumrow.LAST_POST}</div></div><div class="boxDESC"></div><div class="boxFRM"><div class="sfFRM">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div><script type="text/javascript">$('.sfFRM').each(function(){$(this).html($(this).html().replace(/>, /g,"><br /> "));});</script><img class="imgFRM" src="{catrow.forumrow.FORUM_FOLDER_IMG}" /></div></div>
            <!-- END forumrow -->
            <!-- BEGIN catfoot -->

            <!-- BEGIN inc -->
            <!-- END inc -->
       
            <!-- END catfoot -->
            <!-- BEGIN tablefoot -->
            <!-- END tablefoot --><!-- END catrow -->

css
Code:
    /* BLOC TITRE CATEGORIES */
    .tleCAT{
    margin:0 auto -15px;
    width:900px; text-align:center;
    background:white; /* MODIFIABLE */
    }
    /* TITRE CATEGORIES */
    .tleCAT h2{
    font-size:42px; text-transform:uppercase; font-family:Fjalla One;
    padding:10px 0; color:back;  /* MODIFIABLE */
    }
    /* BLOC FORUM */
    .blocFRM{
    margin:15px auto;
    width:900px;
    }
    /* BLOCS POSITIONNEMENT */
    .boxFRM {
    display:inline-block; vertical-align:top;
    }
    /* BLOC TITRE & DESCRIPTION FORUM */
    #tldFRM {
    height:100px; width:405px; padding:10px; overflow:hidden;
    background:#449165; /* MODIFIABLE */
    }
    /* TITRE FORUM */
    .tleFRM {
    width:395px; height:30px; overflow:hidden;
    text-align:left;
    border-bottom:5px solid white; /* MODIFIABLE */
    }
    .tleFRM a{
    text-transform:uppercase; font-style:italic; font-size:24px; font-family:Fjalla One;
    color:white !important; /* MODIFIABLE */
    }
    /* DESCRIPTION FORUM */
    .descFRM {
    margin-top:10px;
    width:390px; height:55px; padding:0 5px; overflow:auto;
    color:black; /* MODIFIABLE */
    font-size:9px; text-align:justify;
    }
    /* DERNIER MESSAGE */
    .lmsgFRM {
    margin-top:15px;
    width:405px; height:55px; padding:5px 10px;
    text-transform:uppercase; font-style:italic; text-align:center; font-size:14px; font-family:Fjalla One;
    background:#1E1E1E; color:white; /* MODIFIABLE */
    }
    /* TAILLE PSEUDONYME DERNIER POSTEUR */
    .lmsgFRM .gensmall {
    font-size:14px; /* MODIFIABLE */
    }
    .lmsgFRM br {
    display:none;
    }
    .lmsgFRM a {
    margin:0 5px;
    }
    .lmsgFRM .sprite-icon_topic_latest {
    margin-left:-10px;
    }
    /* NOMBRE SUJETS & MESSAGES FORUM */
    .nbFRM {
    margin-bottom:5px; padding-bottom:2px; font-size:18px;
    border-bottom:5px solid #449165; /* MODIFIABLE */
    }
    .lmsgFRM a{
    color:white !important; /* MODIFIABLE */
    }
    /* BLOC IMAGE DESCRIPTIVE */
    .boxDESC{
    display:inline-block; margin:0 15px;
    width:250px; height:200px;
    background:#978a76; /* MODIFIABLE */
    }
    /* IMAGE DESCRIPTIVE FORUM */
    .descFRM img {
    position:absolute; margin-left:425px; margin-top:-55px;
    width:250px; height:200px;
    }
    /* BLOC SOUS-FORUMS */
    .sfFRM {
    padding:5px 5px 0; height:105px; width:185px; overflow:auto;
    background:#a80200; color:rgba(250,250,250,0); /* MODIFIABLE */
    text-align:left;
    }
    /* SOUS-FORUMS */
    .sfFRM a{
    text-transform:uppercase; font-family:Fjalla One; font-size:16px;
    color:white !important; /* MODIFIABLE */
    }
    /* ICÔNES FORUMS */
    .imgFRM {
    margin-top:15px;
    width:195px; height:75px;
    }

taille 900px
http://www.aht.li/2654345/IMGDESC.png

Revenir en haut Aller en bas
categorie moderne
Voir le sujet précédent Voir le sujet suivant Revenir en haut
Page 1 sur 1
Sujets similaires
-
» categorie sombre
» categorie bleue
» categorie grise
» categorie rose

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
 :: Seconde categorie :: forum 2-
Sauter vers: