KnackyTime's Test
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.

KnackyTime's Test

Forum test de thème + codage
 
AccueilAccueil  Dernières imagesDernières images  RechercherRechercher  S'enregistrerS'enregistrer  ConnexionConnexion  
Le deal à ne pas rater :
Aliexpress : codes promo valables sur tout le site
Voir le deal

 

 Page d'accueil & QEEL

Aller en bas 
AuteurMessage
Admin
Admin



Messages : 21
Date d'inscription : 26/07/2014

Page d'accueil & QEEL Empty
MessageSujet: Page d'accueil & QEEL   Page d'accueil & QEEL I_icon_minitimeDim 27 Juil - 21:42

Revenir en haut Aller en bas
https://knackytime-test.kanak.fr
Admin
Admin



Messages : 21
Date d'inscription : 26/07/2014

Page d'accueil & QEEL Empty
MessageSujet: Re: Page d'accueil & QEEL   Page d'accueil & QEEL I_icon_minitimeLun 28 Juil - 12:53

http://epicode.bbactif.com/t882-page-d-accueil-coloree-coins-tres-arrondis

CSS :
Code:
    /* ***************** CSS DE LA PAGE D'ACCUEIL ********************
                      by mimizZ | www.graph-forum.com
      Droit à la modification des couleurs et du fond uniquement
    ****************************************************************** */

    #EnTete {
      position:relative;
      /* largeur et hauteur de l'image */
      width:800px;
      height:500px;
    }

    #EnTete #Bande {
      position:absolute;
      /* positionnement de la bande par rapport à la page d'accueil */
    left:119px;
      top:100px;
      /* largeur et hauteur de la bande */
      width:531px;
      height:72px;
      background-image: url('http://img15.hostingpics.net/pics/776869Bandeau.png'); 
    }

    .titre2 { /* TITRE "PRÉSENTATION */
      position:absolute;
      /* positionnement de la banche par rapport à l'image */
      left:175px;
      top:16px;
      font-family:Helvetica Neue;
      text-transform:uppercase;
      color:#535353;
      font-weight:bold;
      font-size:24px;
      letter-spacing:-1px;
      text-shadow:1px 1px 1px #fff;
      }

    .titre2:hover {color:#00abea;}

    a:link{ cursor:  pointer;}
    a, a:hover {text-decoration:none;}


    .titre { /* TITRE " BIENVENUE SUR LE FORUM " */
      font-family:Helvetica Neue;
      text-transform:uppercase;
      letter-spacing:-1px;
      font-weight:bold;
      font-size:38px;
      color:#eeeeee;
      text-shadow: 1px 2px 1px #c3c3c3;
      text-align:center;
      -webkit-border-radius: 10px;
      -webkit-border-bottom-right-radius: 40px;
      -webkit-border-bottom-left-radius: 40px;
      -moz-border-radius: 10px;
      -moz-border-radius-bottomright: 40px;
      -moz-border-radius-bottomleft: 40px;
      border-radius: 10px;
      border-bottom-right-radius: 40px;
      border-bottom-left-radius: 40px;
      background-color:#909090;
      border-bottom: 3px solid #cccccc;
      padding:5px;
      }

    .titre:hover {letter-spacing:0px;}

    .presentation { /* CADRE TURQUOISE " PRÉSENTATION " */
      margin-right:-4px;
        margin-left:-10px;
      background-color:#00b9e9;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      box-shadow: 0px 0px 5px #000;
      width:430px;
      height:auto;
      padding-bottom:8px;
      padding-left:16px;
      padding-right:16px;
      padding-top:50px;
      }

    .presentation p { /* ZONE DE TEXTE PRÉSENTATION */
      background-color:#FFF;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      border-bottom: 3px solid #84d0f0;
      border-left: 3px solid #84d0f0;
      border-right: 3px solid #84d0f0;
      color:#666;
      font-family:calibri;
      font-size:13px;
      text-align:justify;
      padding:20px;
      }

    .navigation { /* LIENS */
      font-family:"Courier New", Courier, monospace;
      text-transform:uppercase;
      -webkit-border-top-left-radius: 30px;
      -webkit-border-bottom-left-radius: 30px;
      -moz-border-radius-topleft: 30px;
      -moz-border-radius-bottomleft: 30px;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      width:125px;
      background-color:#a6d013; 
      font-size:12px;
      text-align:center;
      text-shadow:0px 0px 3px #666;
      margin-left:15px;
      margin-top:12px;
      padding: 3px;
      border-bottom:2px solid #e9ff9a;
      }

    .navigation:hover {
      background-color:#fff15f;
      text-shadow:0px 0px 3px #fff;
      letter-spacing:1px;
      border-bottom:2px solid #ffd05f;
      }

    .navigation a {color:#FFF} /* COULEUR DES LIENS */
    .navigation a:hover {color:#F60} /* COULEUR DES LIENS AU SURVOL */
     
    .annonces { /* ANNONCES QUI DÉFILENT */
      width:170px;
      max-height:185px;
      -webkit-border-top-right-radius: 30px;
      -webkit-border-bottom-right-radius: 30px;
      -moz-border-radius-topright: 30px;
      -moz-border-radius-bottomright: 30px;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
      background-color:#61569d;
      padding-top:8px;
      padding-bottom:8px;
      padding-right:10px;
      box-shadow: 1px 0px 4px #000;
      border-left:thin solid #000;
      text-align:center;
        }

    .titre3 { /* TITRE " ANNONCE " */
      color:#ab8cbc;
      font-size:19px;
      font-family:helvetica neue;
      text-transform:uppercase;
      letter-spacing:-1px;
      font-weight:bold;
      text-align:center;
      text-shadow: 2px 2px 1px #4a4179;
      }

    .titre3:hover {
      color:#d6c8f5;
      letter-spacing:0px;
      }

    .annonces p { /* ZONE DE TEXTE " ANNONCES */
      color:#666;
      font-family:calibri;
      font-size:13px;
      background-color:#FFF;
      -webkit-border-top-right-radius: 20px;
      -webkit-border-bottom-right-radius: 20px;
      -moz-border-radius-topright: 20px;
      -moz-border-radius-bottomright: 20px;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      text-align:justify;
      padding:8px;
      border-right:3px solid #d6c8f5;
      border-bottom:3px solid #d6c8f5;
      }

    .html-marquee {height:125px;} /* PERMET DE LE DÉFILEMENT DES ANNONCES, NE PAS TOUCHER ! */
    .html-marquee2 {height:31px;} /* PERMET DE LE DÉFILEMENT DES PARTENAIRES, NE PAS TOUCHER ! */


    .partenaires { /* CADRE DES PARTENAIRES + TITRE */
      width:500px;
      background-color:#f39400;
      box-shadow: 0px 0px 5px #000;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      padding-left:250px;
      padding-right:10px;
      padding-top:1px;
      padding-bottom:1px;
      background-image: url('http://img15.hostingpics.net/pics/874614Partenaires.png');
      background-repeat:no-repeat;
      background-position: left center;
      }

    .partenaires p { /* ZONE OÙ LES LOGOS SONT MIS */
      background-color:#FFF;
      height:31px;
      padding:6px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      border-bottom: 3px solid #f3c200;
      border-right: 3px solid #f3c200;
      border-left: 3px solid #f3c200;
      }

    .partenaires img { /* OMBRE PORTÉE SUR LES LOGOS DE PARTENARIAT */
      box-shadow: 0px 0px 4px #999; }
     
    .credits { /* NE PAS ENLEVER ! */
      font-family:calibri;
      font-size:12px;
      color:#b5b5b5;
      padding:10px;
      text-shadow: 0px 0px 4px #000;
      text-align:center; }
    .credits a {color:#e2007a;}
    .credits a:hover {color:#ea69a0;}
     
    /* ********************* FIN DU CODE DE LA PA ********************* */

Code à mettre sur PA :
Code:
<div id="EnTete"><div style="background-image:url('http://img15.hostingpics.net/pics/210661Motif.png');  border: 8px solid #fff ; border-right:5px #fff solid; width: 800px; height: auto; box-shadow: 0px 0px 6px #666; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;"><div class="titre">Bienvenue sur le forum</div><br><br>

<table style="width:780px;"><tr><td style="width:150px;">

<div class="navigation"><a href="http://graph-forum.forumactif.com">Lien 1</a></div>
<div class="navigation"><a href="http://graph-forum.forumactif.com">Lien 2</a></div>
<div class="navigation"><a href="http://graph-forum.forumactif.com">Lien 3</a></div>
<div class="navigation"><a href="http://graph-forum.forumactif.com">Lien 4</a></div>
<div class="navigation"><a href="http://graph-forum.forumactif.com">Lien 5</a></div>
<div class="navigation"><a href="http://graph-forum.forumactif.com">Lien 6</a></div></td>

<div id="Bande"><span class="titre2">Présentation</span></div>

<td style="width:440px;"><div class="presentation"><p>

Quisque a suscipit metus. Curabitur egestas volutpat bibendum. Ut blandit viverra nisi, pretium volutpat neque congue nec. Proin a sapien eget neque pharetra malesuada a eu nibh. Ut posuere, odio nec laoreet scelerisque, odio libero tincidunt elit, a vehicula felis tellus ut ante. Quisque sodales sollicitudin nunc at porta. Integer convallis mollis arcu, id cursus risus venenatis ac. Sed gravida, magna et molestie tempor, ante eros dignissim enim, sit amet volutpat elit nulla sit amet magna.<br /> Fusce varius, tellus eget tincidunt semper, quam magna tincidunt nisl, imperdiet condimentum lectus orci et neque. Nullam et erat quam, ac condimentum magna. Donec lobortis dapibus eros, vitae blandit felis faucibus eu. Nulla ipsum velit, posuere vel malesuada eu, rutrum et odio. Maecenas arcu augue, blandit a porta sit amet, vulputate non purus. Nullam quis elit quis sem blandit varius sit amet vitae lacus. Suspendisse potenti. Suspendisse fringilla lacinia sagittis.

</p></div></td>

<td style="width:190px"><p> </p><div class="annonces"><span class="titre3">Annonces</span><p><marquee class="html-marquee" direction="up" scrollamount="3"  onmouseover=this.stop(); onmouseout=this.start();>

➜ Quisque a suscipit metus. Curabitur egestas volutpat bibendum.</br></br>
➜ Ut blandit viverra nisi, pretium volutpat neque congue nec.</br></br>
➜ Proin a sapien eget neque pharetra malesuada a eu nibh.</br></br>
➜ Ut posuere, odio nec laoreet scelerisque, odio libero tincidunt elit.

</marquee></p></div></td></tr></table><br>

 
<center><div class="partenaires"><p><marquee class="html-marquee2" direction="left" scrollamount="3" onmouseover=this.stop(); onmouseout=this.start();>

<a href="http://graph-forum.forumactif.com" target="_blank"><img src="http://img15.hostingpics.net/pics/8685298831.png"></a>

</marquee></p></div></center>

<div class="credits">Codage by <a href="http://graph-forum.forumactif.com" target="_blank"><b>mimizZ</b></a> | Tout droit réservé</div></div></div><br><br><br><br><br><br>
Revenir en haut Aller en bas
https://knackytime-test.kanak.fr
Admin
Admin



Messages : 21
Date d'inscription : 26/07/2014

Page d'accueil & QEEL Empty
MessageSujet: Re: Page d'accueil & QEEL   Page d'accueil & QEEL I_icon_minitimeLun 28 Juil - 13:01

http://epicode.bbactif.com/t1432-page-daccueil-par-renard

CSS :
Code:
    .titre2 { text-transform: lowercase;
      letter-spacing: -3px;
      font-family: georgia;
      font-style: italic;
      text-align: center;
      font-size: 40px;
      color: #bdbdbd;
    }

    .arthur {
      height: 140px;
      border: 3px solid #c0dede; /* couleur des bords */
   
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        text-align:justify;
      line-height: 12px;
      background-color: #f5f5f5; /* couleur du fond */
    }

Code à mettre sur la PA :
Code:
    <div style="text-align: center;"><br><font style="font-family: georgia; color: #b4c9c9; text-shadow: 0px 0px 2px rgb(250, 241, 205); line-height: 6px;" size="7" ><font color="#BDBDBD">BLONDE REBELLION</font></font><br><div style="text-align: center; font-family: arial;"><font style="text-transform: uppercase; font-size: 8px; letter-spacing: 2px;line-height: 6px;">I'm fine here in my old forgotten world where I can be myself</font><br><br></div>

    <table><tbody><tr><td  width=50%><div class=arthur><br><center>      <div style="width: 320px"><img src="http://i813.photobucket.com/albums/zz53/ranchan1/mz01/86.png" width="83" style="border: 1px solid #BDBDBD;padding:2px;margin-left:3px" align="right"><div align="justify"><font style="line-height:10px;font-size:11px;font-family:arial;">I feel I've come to realize how fast life can be compromised. Step back to see what's going on. I can't believe this happened <img src="http://i813.photobucket.com/albums/zz53/ranchan1/mz01/69.png" width="70" style="border: 1px solid #BDBDBD;padding:2px;margin-right:3px" align="left">to you. It's just a problem that we're faced with, am I not the only one who hates to stand by. Complications ended first in this line, with all these pictures running through my mind. Knowing endless consequences, I feel so useless in this. Part of me, won't agree, Cause I don't know if it's for sure. Suddenly, I don't feel so insecure. </font></div></div></center><br><br>
    </div></td><td  width=50%><div class=arthur><br><TABLE><TR><TD><div align="justify" style="width:220px;"><font style="line-height:10px;font-size:11px;font-family:arial;">Trippin out, spinning around. I'm underground. I fell down. I'm freaking out, where am I now? Upside down and I can't stop it now. Can't stop me now. I'll get by. I'll survive when the world's crashing down. When I fall and hit the ground, I will turn myself around. Don't you try to stop me, I won't cry. I found myself in Wonderland. Get back on my feet, on the ground. Is this real? Is this pretend? I'll take a stand until the end. I'll get by. I'll survive when the world's crashing down. I won't cry. </font></div></TD><TD><img src="http://i992.photobucket.com/albums/af50/babyaly87/tumblr_lvc9t3NSU31r5ni2qo4_250.gif" style="width:110px;margin-left:3px;border:1px solid #BDBDBD;padding:3px;" align="right"></TD></TR></TABLE></div></td></tr></tbody></table>
    <table><tbody>
    <tr> <td width=30% ><div class="arthur"><br><div align="justify"><font style="line-height:9px;font-size:11px;font-family:arial;"><b>THAT I'M TRYING TO LET YOU KNOW</b></font></div>
    <br> <div style="margin:auto;text-align:center;width:100%"><img src="http://i992.photobucket.com/albums/af50/babyaly87/tumblr_lkqdz5d3B81qd41g8o1_500.gif" width="180" style="border: 1px solid #BDBDBD;padding:2px;margin-left:3px"></div></div>
    </td>
    <td width=40%> <div class="arthur"><br><span class=titre2>a sugar glaze</span><br><br><div style="height:100px;overflow:auto;"><strong>beam me up •</strong> There's a whole 'nother conversation going on in a parallel universe. Where nothing breaks and nothing hurts. There's a waltz playing frozen in time, blades of grass on tiny bare feet. I look at you and you're looking at me. Could you beam me up, give me a minute, I don't know what I'd say in it. I'd probably just stare, happy just to be there, holding your face. Beam me up, let me be lighter, I'm tired of being a fighter. I think, a minute's enough, just beam me up. Some black birds soaring in the sky, barely a breath I caught one last sight. Tell me that was you, saying goodbye. There are times I feel the shiver and cold, It only happens when I'm on my own. That's how you tell me, I'm not alone. <table><tr><td align="left"><img src="http://24.media.tumblr.com/tumblr_mbc1co1RR51rd1um0o2_250.gif" width="100px"><div style="margin:auto;text-align:center;width:100%"><span style="font-size: 9px; line-height: normal">© dead skinny fox</span></div></td><td align="left"><div style="margin:auto;text-align:center;width:100%">
    <font face="georgia">« <font color="#BDBDBD">aaron samuels</font> »</font><i>feat. Taylor Lautner</i></div><div align="justify">« Dans mes rêves les plus fous, il me tendrait la main. Me dirait, à genoux, que son cœur m'appartient. »</div></td></tr></table> <strong>pull the curtain •</strong> Paranoia's wearing thin now. Close my eyes, realize, I've become the victimized now. Desensitized now. The one and only day has come, I'll pay for all the bad things I've done. Something's wrong because I find the glamour in the darkside. Cheap regrets, can't forget. Falling victim to the debt still, unpaid in my mind. It's gonna take me, you don't know tragedy. I've been to hell and back, again to tell. Close my eyes and lay me down to sleep. I fear the worst might be the urgence to explode and my time is up so... Why can't I just lie? The living dead awake, the horror show begins so pull the curtains over me. Suffocate the dreams in my mind.<table><tr><td align="left"><img src="http://i992.photobucket.com/albums/af50/babyaly87/117xonc.gif" width="100px"><div style="margin:auto;text-align:center;width:100%"><span style="font-size: 9px; line-height: normal">© dead skinny fox</span></div></td><td align="left"><div style="margin:auto;text-align:center;width:100%">
    <font face="georgia">« <font color="#BDBDBD">deryck bizzy d</font> »</font><i>feat. Deryck Whibley</i></div><div align="justify">I'm just doing whatever the fuck I want. Punk rock is not a crime. We're just something your parents will never understand.</div></td></tr></table> <strong>the wind blows •</strong> I've got to breathe, you can't take that from me cause it's all that you left that's mine. You had to leave and that's all I can see but you told me your love was blind. There are times you're so impossible that I should sign a waiver. And you will find someone worth walking on when you ask me to go. There was a day you threw our love away, then you passed it to someone new. You wanna stay but since you wanna play we can finally say we're through. As I lay in solitude what's a girl supposed to do. I Shake the very thought of you, me together, I remember. Late nights when I stayed up late, all I do is wait and wait. Your never coming home to me, that's the hardest thing to see. I got to breathe, You can't take that from me. We can finally say we're through. You can scream there's just echoes.<table><tr><td align="left"><img src="http://i992.photobucket.com/albums/af50/babyaly87/tumblr_m72l8p7DEE1qgdrff.gif" width="100px"><div style="margin:auto;text-align:center;width:100%"><span style="font-size: 9px; line-height: normal">© blonde rebellion</span></div></td><td align="left"><div style="margin:auto;text-align:center;width:100%">
    <font face="georgia">« <font color="#BDBDBD">tyson ritter</font> »</font><i>feat. the all american rejects</i></div><div align="justify">Moments in which a smile can graze your face because nothing else matters except you and your song. That’s what I live for.</div></td></tr></table></div></div>
    </td><td width=30%> <div class="arthur"><br><div style="margin:auto;text-align:center;width:100%"><font style="line-height:9px;font-size:11px;font-family:arial;"><a href="http://zefron-paradize.forumsactifs.com/" class="postlink" target="_blank" rel="nofollow"><font color="#b4c9c9"><strong>REQUIN; ZEFRON-PARADIZE ♔</strong></font></a></font></div><br><div style="margin:auto;text-align:center;width:100%"><font style="line-height:9px;font-size:11px;font-family:arial;"><a href="http://alexforum.forumactif.org/" class="postlink" target="_blank" rel="nofollow"><font color="#b4c9c9"><strong>♔ RPG; OUR HAPPY ENDINGS</strong></font></a></font></div><br><div style="margin:auto;text-align:center;width:100%"><font style="line-height:9px;font-size:11px;font-family:arial;"><a href="http://www.bazzart.org/" class="postlink" target="_blank" rel="nofollow"><font color="#b4c9c9"><strong>GRAPHISME; LE BAZZART ♔</strong></font></a></font></div><br><div style="margin:auto;text-align:center;width:100%"><font style="line-height:9px;font-size:11px;font-family:arial;"><a href="http://www.deviantart.com/" class="postlink" target="_blank" rel="nofollow"><font color="#b4c9c9"><strong>♔ COMMUNITY; DEVIANTART</strong></font></a></font></div><br><div style="margin:auto;text-align:center;width:100%"><font style="line-height:9px;font-size:11px;font-family:arial;"><a href="https://www.tumblr.com/" class="postlink" target="_blank" rel="nofollow"><font color="#b4c9c9"><strong>GIFHUNT SEARCH; TUMBLR ♔</strong></font></a></font></div><br><div style="margin:auto;text-align:center;width:100%"><font style="line-height:9px;font-size:11px;font-family:arial;"><a href="http://fyavrillavigne.tumblr.com/" class="postlink" target="_blank" rel="nofollow"><font color="#b4c9c9"><strong>♔ FUCK YEAH AVRIL LAVIGNE</strong></font></a></font></div>
    </div></td></tr></tbody></table>

    <table><tbody><tr><td  width=50%><div class=arthur><br><table><tr><div align="justify"></div><td><div style="font-family:georgia;letter-spacing:0px;font-size:11px;text-transform:lowercase;width:225px"><div align="justify"> </div><font style="line-height:10px;font-size:11px;font-family:arial;">Things are looking up, I thought I'd never see the day when you smile at me. We always pull through when we try. I'm always wrong but you're never right. Honestly, can you believe we crossed the world while it's asleep? I'd never trade it in, cuz I've always wanted this. It's not a dream anymore but it’s worth fighting for. Could have given up so easily, I was a few cheap shots away from the end of me. Taken for granted, almost everything that I would have died for just yesterday. Honestly.</font> </div> </div></td><td><img src="http://i.imgur.com/gap4T.png" style="width:100px;margin-left:3px;border:1px solid #BDBDBD;padding:3px;"></td><td><div style="background:#FFD38E;height:100px;width:0px;"></div></td></tr></table><br><br>
    </div></td><td  width=50%><div class=arthur><br><table><tr><div align="justify"></div><td><img src="http://i813.photobucket.com/albums/zz53/ranchan1/mallowz06/stock39.png" style="width:100px;margin-left:3px;border:1px solid #BDBDBD;padding:3px;"></td><td><div style="background:#FFD38E;height:100px;width:0px;"></div></td><td><div style="font-family:georgia;letter-spacing:0px;font-size:11px;text-transform:lowercase;width:225px;"><div align="justify"></div><font style="line-height:10px;font-size:11px;font-family:arial;">I scraped my knees while I was praying and found a demon in my safest haven, seems like it's getting harder to believe in anything than just to get lost in all my selfish thoughts. I wanna know what it'd be like to find perfection in my pride, to see nothing in the light. And the worst part is before it gets any better we're headed for a cliff and in the free fall I will realize I'm better off when I hit the bottom. Bending, we're taking short cuts and false solutions just to come out the hero.</font> </div> </div></td></tr></table></div></div></td></tr></tbody></table><br/>
    <center>(c) dead.skinny.fox pour <a href="http://epicode.bbactif.com">Epicode</a></center>
Revenir en haut Aller en bas
https://knackytime-test.kanak.fr
Admin
Admin



Messages : 21
Date d'inscription : 26/07/2014

Page d'accueil & QEEL Empty
MessageSujet: Re: Page d'accueil & QEEL   Page d'accueil & QEEL I_icon_minitimeLun 28 Juil - 13:15

http://epicode.bbactif.com/t2601-qeel-1-sunhae

CSS :
Code:
    /*QEEL BY SUNHAE*/
    .bloc{
    background-color: #f5dde7;
    width:688px;
    height:auto;
    padding-right:20px;
    padding-bottom:20px;
    padding-left:20px;
    padding-top:15px;}

    .bla {
    font-size:12px;
    font-align: center;
    color: #517494;}

    .onglet{
    display:inline-block;
    margin-left:1px;
    margin-right:0px;
    padding:1px;
    letter-spacing: 6px;
    cursor:pointer;
      font-size: 24px;
    text-align:center;
    margin-left:9px;
    }

    .onglet_0{
    color: #FFFFFF;
    font-family: arial;
    font-size: 24px;
    letter-spacing: 5px;
    text-shadow: 1px 1px 2px #F7D8CE;
    }

    .contenu_onglet{
    background-color: #f5dde7;
    width: 710px;
    height: 90px;
    padding: 10px;
    text-align: justify;
    display: none;
    color: #ff00ff;
    font-size:10px;
    font-family: arial;
    }

    .musique {
    font-size: 24px;
    word-spacing: 3px;
    color: #ff00ff;
    text-shadow: #FCF3F7 1px 1px 0px;
    }

    .groupes {
    font-family: 'Grand Hotel', cursive;
    font-size: 30px;
    color: #ff00ff;
    font-weight: bold;
    text-shadow: #FCF3F7 1px 1px 0px;
    }

    .colonne_123{
      text-align:justify;
      font-family:Trebuchet MS;
      font-size:12px;
      color: #8d3cae;
    }

    .titre_colonne {
    font-family: 'Grand Hotel', cursive;
    font-size: 30px;
    color: #8D3CB3;
    font-weight: bold;
    text-shadow: #FCF3F7 1px 1px 0px;
    }
    /*FIN QEEL*/

Template index_body à remplacer en entier :
Code:
    {JAVASCRIPT}
    <!-- BEGIN message_admin_index -->
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <!-- BEGIN message_admin_titre -->
      <tr>
          <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
      </tr>
      <!-- END message_admin_titre -->
      <!-- BEGIN message_admin_txt -->
      <tr>
          <td class="row1" rowspan="3" align="center" valign="middle">
          <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
          </td>
      </tr>
      <!-- END message_admin_txt -->
    </table>
    <!-- END message_admin_index -->

    <!-- BEGIN switch_user_login_form_header -->
    <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
      <!-- BEGIN switch_fb_connect_no -->
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
          <tr>
            <td class="row1" align="center">
                <table border="0" cellspacing="0" cellpadding="0">
                  <tr>
                      <td><span class="genmed">{L_USERNAME}:</span> </td>
                      <td><input class="post" type="text" size="10" name="username"/> </td>
                      <td>
                        <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                        <span class="gensmall">{L_AUTO_LOGIN}</span>
                      </td>
                  </tr>

                  <tr>
                      <td><span class="genmed">{L_PASSWORD}:</span> </td>
                      <td><input class="post" type="password" size="10" name="password"/> </td>
                      <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                  </tr>
                </table>
            </td>
          </tr>
      </table>
      <!-- END switch_fb_connect_no -->

      <!-- BEGIN switch_fb_connect -->
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
          <tr>
            <td valign="top" width="100%" class="row1" align="center">
                <table width="100%">
                  <tr>
                      <td width="55%" valign="middle" align="right">
                        <table class="right">
                            <tr>
                              <td><span class="genmed">{L_USERNAME}:</span> </td>
                              <td><input class="post" type="text" size="10" name="username"/> </td>
                              <td>
                                  <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                                  <span class="gensmall">{L_AUTO_LOGIN}</span>
                              </td>
                            </tr>

                            <tr>
                              <td><span class="genmed">{L_PASSWORD}:</span> </td>
                              <td><input class="post" type="password" size="10" name="password"/> </td>
                              <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                            </tr>
                        </table>
                      </td>
                      <td width="10%" align="center" valign="middle">
                        <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                      </td>
                      <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
                  </tr>
                </table>
            </td>
          </tr>
      </table>
      <!-- END switch_fb_connect -->
    </form>
    <!-- END switch_user_login_form_header -->

    {CHATBOX_TOP}
    {BOARD_INDEX}
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
          <td width="50%" valign="top">
            <!-- BEGIN switch_user_logged_in -->
            <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
            <!-- END switch_user_logged_in -->
            <!-- BEGIN switch_delete_cookies -->
            <br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
            <!-- END switch_delete_cookies -->
            </span>
          </td>
          <td width="50%" align="right">
            <span class="gensmall">
                <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
                <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
                <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
                <!-- BEGIN switch_on_index -->
                  <!-- BEGIN switch_delete_cookies -->
                  <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
                  <!-- END switch_delete_cookies -->
                <!-- END switch_on_index -->
            </span>
          </td>
      </tr>
    </table>

    <!-- BEGIN switch_user_login_form_footer -->
    <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
      <!-- BEGIN switch_fb_connect_no -->
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
          <tr>
            <td class="row1" align="center">
                <table border="0" cellspacing="0" cellpadding="0">
                  <tr>
                      <td><span class="genmed">{L_USERNAME}:</span> </td>
                      <td><input class="post" type="text" size="10" name="username"/> </td>
                      <td>
                        <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                        <span class="gensmall">{L_AUTO_LOGIN}</span>
                      </td>
                  </tr>

                  <tr>
                      <td><span class="genmed">{L_PASSWORD}:</span> </td>
                      <td><input class="post" type="password" size="10" name="password"/> </td>
                      <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                  </tr>
                </table>
            </td>
          </tr>
      </table>
      <!-- END switch_fb_connect_no -->

      <!-- BEGIN switch_fb_connect -->
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
          <tr>
            <td valign="top" width="100%" class="row1" align="center">
                <table width="100%">
                  <tr>
                      <td width="55%" valign="middle">
                        <table class="right">
                            <tr>
                              <td><span class="genmed">{L_USERNAME}:</span> </td>
                              <td><input class="post" type="text" size="10" name="username"/> </td>
                              <td>
                                  <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                                  <span class="gensmall">{L_AUTO_LOGIN}</span>
                              </td>
                            </tr>

                            <tr>
                              <td><span class="genmed">{L_PASSWORD}:</span> </td>
                              <td><input class="post" type="password" size="10" name="password"/> </td>
                              <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                            </tr>
                        </table>
                      </td>
                      <td width="10%" align="center" valign="middle">
                        <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                      </td>
                      <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
                  </tr>
                </table>
            </td>
          </tr>
      </table>
      <!-- END switch_fb_connect -->
    </form>
    <!-- END switch_user_login_form_footer -->

    <!-- BEGIN disable_viewonline -->
    <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'><div align="center"><img src="http://image.noelshack.com/fichiers/2013/01/1357397885-qeel.png" />
   
      <script type="text/javascript">
        //<!--
                    function change_onglet(name)
                    {
                            document.getElementById('onglet_'+anc_onglet).className = 'onglet_0 onglet';
                            document.getElementById('onglet_'+name).className = 'onglet_1 onglet';
                            document.getElementById('contenu_onglet_'+anc_onglet).style.display = 'none';
                            document.getElementById('contenu_onglet_'+name).style.display = 'block';
                            anc_onglet = name;
                    }
            //-->
    </script><table><tr><center>   
          <span class="onglet_0 onglet" id="onglet_1" onmouseover="javascript:change_onglet('1');"><span class="musique">♪ </span></span>
    <span class="onglet_0 onglet" id="onglet_2" onmouseover="javascript:change_onglet('2');"><span class="musique">♫ </span></span>
                <span class="onglet_0 onglet" id="onglet_3" onmouseover="javascript:change_onglet('3');"><span class="musique">♪ </span></span>
    <span class="onglet_0 onglet" id="onglet_4" onmouseover="javascript:change_onglet('4');"><span class="musique">♫ </span></span>
    <span class="onglet_0 onglet" id="onglet_5" onmouseover="javascript:change_onglet('5');"><span class="musique">♪ </span></span>
    <span class="onglet_0 onglet" id="onglet_6" onmouseover="javascript:change_onglet('6');"><span class="musique">♫ </span></span>
    <span class="onglet_0 onglet" id="onglet_7" onmouseover="javascript:change_onglet('7');"><span class="musique">♪ </span></span>
    <span class="onglet_0 onglet" id="onglet_8" onmouseover="javascript:change_onglet('8');"><span class="musique">♫ </span></span>
        </center></tr>
        <tr><center><div class="contenu_onglets"><div class="contenu_onglets">
                <div class="contenu_onglet" id="contenu_onglet_1">

    <center><a href="LIEN GROUPE"target="blank" /><span class="groupes">Groupe 1</span></a></center>
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
    </div>
    </div>
                <div class="contenu_onglet" id="contenu_onglet_2">


    <center><a href="LIEN GROUPE"target="blank" /><span class="groupes">Groupe 2</span></a></center>
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    </div>
                <div class="contenu_onglet" id="contenu_onglet_3">

    <center><a href="LIEN GROUPE"target="blank" /><span class="groupes">Groupe 3</span></a></center>
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
    </div>
                <div class="contenu_onglet" id="contenu_onglet_4">

    <center><a href="LIEN GROUPE"target="blank" /><span class="groupes">Groupe 4</span></a></center>
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
    </div>
                <div class="contenu_onglet" id="contenu_onglet_5">

    <center><a href="LIEN GROUPE"target="blank" /><span class="groupes">Groupe 5</span></a></center>
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
    </div>
                <div class="contenu_onglet" id="contenu_onglet_6">

    <center><a href="LIEN GROUPE"target="blank" /><span class="groupes">Groupe 6</span></a></center>
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
    </div>
                <div class="contenu_onglet" id="contenu_onglet_7">

    <center><a href="LIEN GROUPE"target="blank" /><span class="groupes">Groupe 7</span></a></center>
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
    </div>
              <div class="contenu_onglet" id="contenu_onglet_8">

    <center><a href="LIEN GROUPE"target="blank" /><span class="groupes">Groupe 8</span></a></center>
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
    </div>

            </div></center>
    </tr></table>
    <script type="text/javascript">
            //<!--
                    var anc_onglet = '1';
                    change_onglet(anc_onglet);
            //-->
            </script>
        <div class="bloc"><table>
        <tr>
        <td><center><div class="titre_colonne">Statistiques</div></center></td><td><center><div class="titre_colonne">Copyright</div></center></td><td><center><div class="titre_colonne">Who is here ?</div></center></td>
     
        </tr><tr><td width="33%"><span class="gensmall"><div class="colonne_123">{TOTAL_POSTS}<br />
          {TOTAL_USERS}<br />
          {NEWEST_USER}</div></span>
        </td>
     
        <td width="33%"><div class="colonne_123" style="margin-left:10px; margin-right:10px;"><br><br>Le forum a ouvert ses portes, le ... <br>Le codage du QEEL à été réalisé par Sunhae de Libre Graph'. <br>Et pour finir, le forum est optimisé pour Mozilla. <br>Nous vous rappelons aussi que NOM DU FORUM est l'entière propriété de son staff et de .... <br>Toute reproduction totale ou partielle est strictement interdite.
          </div></td>
       
          <td width="33%"> <br><span class="gensmall"><div class="colonne_123"> {TOTAL_USERS_ONLINE}
            <br>{RECORD_USERS}
              <br><br><center>{LOGGED_IN_USER_LIST}</center></div></span></td>
        </tr></table>
    </div>
     

    <!-- END disable_viewonline -->
    {CHATBOX_BOTTOM}
    <br clear="all" />
    <!-- BEGIN switch_legend -->
    <table border="0" cellspacing="3" cellpadding="0" align="center">
      <tr>
          <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
          <td><span class="gensmall">{L_NEW_POSTS}</span></td>
          <td></td>
          <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
          <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
          <td> &nbsp;</td>
          <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
          <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
      </tr>
    </table>
    <!-- END switch_legend -->

    {AUTO_DST}

    <!-- BEGIN switch_fb_index_login -->
    <div id="fb-root"></div>
    <script type="text/javascript">
    //<![CDATA[
    FB.init({
      appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
        status: true,
        cookie: true,
        xfbml: true,
      oauth: true
    });
    //]]>
    </script>
    <!-- END switch_fb_index_login -->
Revenir en haut Aller en bas
https://knackytime-test.kanak.fr
Contenu sponsorisé





Page d'accueil & QEEL Empty
MessageSujet: Re: Page d'accueil & QEEL   Page d'accueil & QEEL I_icon_minitime

Revenir en haut Aller en bas
 
Page d'accueil & QEEL
Revenir en haut 
Page 1 sur 1
 Sujets similaires
-
» Mise en page
» Page d'accueil

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
KnackyTime's Test :: Commande :: Himin :: Liste des codages utilisés-
Sauter vers: