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 :
Google Pixel 7 5G – Smartphone 6,3″ OLED ...
Voir le deal
316 €

categorie sombre

 :: 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 sombre




Mar 26 Avr - 22:54
http://www.aht.li/2873869/TCAT37.png

template
Code:
    <table width="800px" 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="tleCAT">{catrow.tablehead.L_FORUM}</div>
        <div class="mdlCAT"><!-- END tablehead -->

        <!-- BEGIN cathead -->
        <!-- END cathead -->
     
        <!-- BEGIN forumrow -->
        <div class="tleFRM"><a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div><div class="FRM"><div id="descFRM"><div class="descFRM">{catrow.forumrow.FORUM_DESC}</div><div class="nbFRM">{catrow.forumrow.TOPICS} sujets  & {catrow.forumrow.POSTS} messages</div></div><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" class="imgFRM" /><div class="boxFRM"><div class="lmsgFRM"><div id="avaFRM"><!-- BEGIN avatar --><div class="avaFRM">{catrow.forumrow.avatar.LAST_POST_AVATAR}</div><!-- END avatar --></div>{catrow.forumrow.LAST_POST}</div><div class="sfFRM">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></div></div>
        <!-- END forumrow -->
     
        <!-- BEGIN catfoot -->
        <!-- END catfoot -->
        <!-- BEGIN tablefoot -->
    </div>
    <div class="btmCAT"></div>
        <!-- END tablefoot --><!-- END catrow -->

css
Code:
    /* TITRE CATEGORIE */
    .tleCAT{
    margin:5px auto 0;
    width:800px; padding:10px 0; border-radius:100px 100px 0 0; text-align:center;
    background:#151315; /* MODIFIABLE */
    }
    .tleCAT h2{
    margin:0;
    font-size:42px; text-transform:uppercase;
    font-family:Arial; color:white; /* MODIFIABLE */
    }
    /* CONTENU CATEGORIE */
    .mdlCAT {
    margin:auto; width:800px; padding:10px 0 20px;
    background:#ccc; /* MODIFIABLE */
    }
    /* BAS CATEGORIE */
    .btmCAT {
    margin:auto; margin-bottom:10px;
    width:800px; height:20px; border-radius:0 0 100px 100px;
    background:#151315; /* MODIFIABLE */
    }
    /* TITRE FORUM */
    .tleFRM {
    margin:10px 0 5px; width:750px;
    text-align:right; font-size:22px; text-transform:uppercase;
    }
    .tleFRM a{
    letter-spacing:1px;
    font-family:Arial; color:#594c4d !important; /* MODIFIABLE */
    transition:all 0.35s linear; -webkit-transition:all 0.35s linear;
    }
    /* SURVOL TITRE FORUM */
    .tleFRM:hover a{
    letter-spacing:5px; color:rgba(0,0,0,0.5) !important; /* MODIFIABLE */
    }
    /* BLOC FORUM */
    .FRM {
    margin:auto; margin-bottom:5px; width:750px; text-align:center;
    }
    /* BLOC DESCRIPTION + NOMBRE SUJETS & MESSAGES FORUM */
    #descFRM {
    display:inline-block;
    width:365px; height:140px; overflow:hidden; border-radius:5px;
    background:#434242; /* MODIFIABLE */
    }
    /* DESCRIPTION FORUM */
    .descFRM {
    margin:auto; margin-top:10px;
    width:330px; height:90px; padding:5px; overflow:auto; border-radius:5px 5px 0 0;
    font-size:10px; text-align:justify;
    background:#7c7c7c; color:black; /* MODIFIABLE */
    }
    /* NOMBRE SUJETS & MESSAGES FORUM */
    .nbFRM {
    margin:auto; margin-top:10px;
    width:300px; padding-top:1px; border-top:2px solid;
    text-transform:uppercase; font-size:10px; letter-spacing:2px;
    color:white; border-top-color:#ccc; /* MODIFIABLE */
    }
    /* ICÔNES FORUM */
    .imgFRM {
    display:inline-block; margin:0 10px;
    width:120px; height:140px; border-radius:5px;
    }
    /* BLOC POSITIONNEMENT */
    .boxFRM {
    display:inline-block;
    }
    /* DERNIER MESSAGE FORUM */
    .lmsgFRM {
    display:inline-block; vertical-align:top;
    width:210px; height:50px; padding:10px 5px; overflow:hidden; border-radius:5px;
    text-align:left; font-size:12px;
    background:#7d7d7d; color:black; /* MODIFIABLE */
    }
    /* BLOC AVATAR DERNIER POSTEUR */
    #avaFRM {
    float:right; margin-top:-5px;
    width:50px; height:60px; overflow:hidden; border-radius:5px;
    background:black; /* MODIFIABLE */
    }
    /* AVATAR DERNIER POSTEUR */
    #avaFRM img{
    width:50px;
    filter:grayscale(1); -webkit-filter:grayscale(1);
    transition:all 0.35s linear; -webkit-transition:all 0.35s linear;
    }
    /* SURVOL AVATAR DERNIER POSTEUR */
    .lmsgFRM:hover #avaFRM img{
    filter:grayscale(0); -webkit-filter:grayscale(0);
    }
    /* SOUS-FORUMS */
    .sfFRM {
    margin-top:10px;
    width:210px; height:50px; padding:5px; overflow:auto; border-radius:5px;
    text-align:right; font-size:12px;
    background:rgba(0,0,0,0.5); color:black; /* MODIFIABLE */
    }
    /* LIEN SOUS-FORUM */
    .sfFRM a{
    text-transform:uppercase; color:black !important; /* MODIFIABLE */
    }

taille 800px
http://www.aht.li/2654344/LASTAV.png

Revenir en haut Aller en bas
categorie sombre
Voir le sujet précédent Voir le sujet suivant Revenir en haut
Page 1 sur 1
Sujets similaires
-
» categorie moderne
» 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: