AccueilAccueil  RechercherRechercher  Dernières imagesDernières images  S'enregistrerS'enregistrer  ConnexionConnexion  
-39%
Le deal à ne pas rater :
Ordinateur portable ASUS Chromebook Vibe CX34 Flip
399 € 649 €
Voir le deal

Partagez
 

 Crush

Voir le sujet précédent Voir le sujet suivant Aller en bas 
Fanny Kiarie
Fanny Kiarie
▲ Nombre de messages : 3123
▲ Age : 34
▲ Originaire de : New York
▲ A NY Depuis : Août 2001
▲ Emploi/Etudes : Etudiant en Informatique
▲ Theme Musical : It Was Always You
▲ Avatar : Wojtek Czerski
Crush Tumblr_o34dalP5In1um9f0oo1_400


affinités
affinité:
http://blackeden.fr
MessageSujet: Crush   Crush Mini-horlogeDim 28 Fév - 19:12

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="topCAT"><div class="tleCAT">{catrow.tablehead.L_FORUM}</div></div>
    <div class="mdlCAT"><!-- END tablehead -->

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

css
Code:
/****************************************** CATEGORIES ******************************************/
.topCAT {
margin: auto; width:800px; height:100px; padding:1px 0;
background:#D7E6E2; /* MODIFIABLE */
background-image: url("http://kiarie.free.fr/liny/v7/fondcategorie.png");
background-position: center;
background-repeat: no-repeat;
border-top: 5px solid #853239;
}
/* TITRE CATEGORIES */
.tleCAT{
text-align:center;
}
.tleCAT h2{
font-size:60px; text-transform:uppercase; letter-spacing:1px;
font-family:'Amatic SC', cursive; color:#853239; /* MODIFIABLE */
}
/* MILIEU CATEGORIES */
.mdlCAT {
margin:auto; width:800px; padding:0px 0 5px;
background:#D7E6E2 /* MODIFIABLE */
}
/* BAS CATEGORIES */
.btmCAT {
margin:auto; margin-bottom:10px; width:800px; height:30px;
background:#D7E6E2; /* MODIFIABLE */
border-bottom: 2px solid #853239;
}
/* BLOC FORUM */
.blocFRM{
width:800px; margin:auto; text-align:center;
}
/* TITRE FORUM */
.tleFRM {
margin:auto;
width:725px; padding:5px 0 5px 25px;
font-family:'Amatic SC', cursive; color:white; /* MODIFIABLE */
font-size:30px; text-transform:uppercase; text-align:left;
background:#853239; /* MODIFIABLE */
transition:all 0.45s linear; -webkit-transition:all 0.45s linear;
}
.tleFRM a{
color:white !important; /* MODIFIABLE */
}
/* SURVOLEMENT TITRE FORUM */
.tleFRM:hover {
padding-left:65px; width:685px; font-weight:bold;
}
/* BLOC DERNIER MESSAGE / AVATAR DERNIER POSTEUR / DESCRIPTION / SOUS-FORUMS */
.FRM {
margin:auto; margin-bottom:15px;
width:730px; height:100px; padding:10px 10px 15px;
background:#E9F2EA; /* MODIFIABLE */
}
/* DERNIER MESSAGE FORUM */
.lmsgFRM {
display:inline-block; vertical-align:top;
width:155px; height:93px; padding:7px 5px 0;
text-align:center; font-size:10px; border:2px solid;
background-color:#E9F2EA; border-color:#853239; /* MODIFIABLE */
}
/* ICÔNES FORUM */
.imgFRM{
margin-top:8px;
width:150px; height:35px;
}
/* NOMBRE SUJETS ET MESSAGES FORUM */
.nbFRM {
position:absolute; margin-top:-35px; margin-left:2px;
width:150px; height:25px; padding-top:10px; font-size:9px;
background:#D7E6E2; color:853239; /* MODIFIABLE */
opacity:0; transition:opacity 0.45s ease; -webkit-transition:opacity 0.45s ease;
}
.nbFRM:hover {
opacity:0.9;
}
/* BLOC AVATAR DERNIER POSTEUR */
#avaFRM {
display:inline-block; vertical-align:top; margin:0 10px;
width:62px; height:100px; border:2px solid;
background:#E9F2EA; border-color:#853239; /* MODIFIABLE */
}
/* AVATAR DERNIER POSTEUR */
.avaFRM {
width:62px; height:100px; overflow:hidden;
}
.avaFRM img {
width:62px; height:100px;
}
/* DESCRIPTION FORUM */
.descFRM {
display:inline-block;
width:283px; height:90px; padding:5px; overflow:auto;
font-size:10px; text-align:justify; border:2px solid;
background:#E9F2EA; border-color:#853239; color:853239; /* MODIFIABLE */
}
/* IMAGE DESCRIPTIVE FORUM */
.descFRM img {
position:absolute; margin-left:302px; margin-top:-5px;
width:160px; height:100px;
}
/* BLOC IMAGE DESCRIPTIVE & SOUS-FORUMS */
.sfFRM {
display:inline-block; margin-left:10px;
width:160px; height:100px; overflow:hidden; border:2px solid;
background:#E9F2EA; border-color:#853239; /* MODIFIABLE */
}
.sfFRM div {
position:relative;
width:160px; height:100px; overflow:hidden;
}
/* CONTENU SOUS-FORUMS */
.sfFRM div div{
width:150px; height:90px; padding:5px; overflow:auto;
text-align:left; font-size:11px;
background:#D7E6E2; /* MODIFIABLE */
transform:translateX(160px); -webkit-transform:translateX(160px);
transition:all .65s linear; -webkit-transition:all .65s linear;
  opacity:0.9;
}
/* LIEN SOUS-FORUMS */
.sfFRM a{
color:853239 !important; /* MODIFIABLE */
}
.sfFRM:hover div div{
transform:translateX(0px); -webkit-transform:translateX(0px);
}
/****************************************** FIN CATEGORIES ******************************************/
Revenir en haut Aller en bas
 
Crush
Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 1

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
NYC Private College :: HORS JEU :: PRÉSENTATIONS :: Version Liny-
Sauter vers:  
Ne ratez plus aucun deal !
Abonnez-vous pour recevoir par notification une sélection des meilleurs deals chaque jour.
IgnorerAutoriser