Nos partenaires et nous-mêmes utilisons différentes technologies, telles que les cookies, pour personnaliser les contenus et les publicités, proposer des fonctionnalités sur les réseaux sociaux et analyser le trafic. Merci de cliquer sur le bouton ci-dessous pour donner votre accord. Vous pouvez changer d’avis et modifier vos choix à tout moment. Informations RGPD
<center><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <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> <style type="text/css"> /* FICHE DE PRESENTATION */ /* FOND BLOC PHYSIQUE & CARACTERE */ .phyzCIT { background:#b0b0b0 !important; } /* BLOC PHYSIQUE */ .phyzCIT div{ background:rgba(250,250,250,0.7) !important; color:black !important; } /* BLOC CARACTERE */ .phyzCIT span{ background:rgba(250,250,250,0.7) !important; color:black !important; } /* FOND BLOC NOM PRENOM & INFORMATIONS */ .npCIT { background:#b0b0b0 !important; } /* NOM PRENOM(S) */ .npCIT div{ color:white !important; } /* PETITE CITATION */ .npCIT div span{ border-color:white !important; color:white !important; } /* BLOC INFORMATIONS */ .npCIT p{ background:rgba(250,250,250,0.7) !important; color:black !important; } /* BLOC HISTOIRE */ .storyCIT { background:grey !important; } /* CONTENU HISTOIRE */ .storyCIT p{ background:#ccc !important; color:black !important; } /* BLOC A VOTRE PROPOS */ .abtUCIT { background:#b0b0b0 !important; } /* TITRE A VOTRE PROPOS */ .abtUCIT div{ color:white !important; } /* CONTENU A VOTRE PROPOS */ .abtUCIT p{ background:rgba(250,250,250,0.7) !important; color:black !important; } #CIT { width:545px; margin:auto; line-height:16px; box-shadow:0 0 3px rgba(0,0,0,0.1); } #phyzCIT { display:inline-block; vertical-align:top; width:200px; height:450px; } .phyzCIT { position:relative; width:200px; height:450px; overflow:hidden; background:#b0b0b0; } .phyzCIT img{ width:200px; height:450px; transition:transform ease-in-out 0.65s; -webkit-transition:transform ease-in-out 0.65s; } #phyzCIT:hover .phyzCIT img{ transform:translateX(-200px); -webkit-transform:translateX(-200px); } .phyzCIT div{ position:absolute; z-index:3; margin-top:-435px; margin-left:13px; width:165px; height:195px; padding:5px; overflow:auto; background:rgba(250,250,250,0.7); font-size:11px; color:black; text-align: left; transform:translateX(200px); -webkit-transform:translateX(200px); transition:transform ease-in-out 0.65s; -webkit-transition:transform ease-in-out 0.65s; } #phyzCIT:hover .phyzCIT div{ transform:translateX(0px); -webkit-transform:translateX(0px); transition:transform ease-in-out 0.65s; -webkit-transition:transform ease-in-out 0.65s; } .phyzCIT span{ position:absolute; z-index:3; margin-top:232px; margin-left:-187px; width:165px; height:195px; padding:5px; overflow:hidden; background:rgba(250,250,250,0.7); font-size:11px; color:black; transform:translateX(200px); -webkit-transform:translateX(200px); transition:transform ease-in-out 0.65s; -webkit-transition:transform ease-in-out 0.65s; } #phyzCIT:hover .phyzCIT span{ transform:translateX(0px); -webkit-transform:translateX(0px); transition:transform ease-in-out 0.65s; -webkit-transition:transform ease-in-out 0.65s; } .phyzCIT span:hover{ overflow:auto; } .blocCIT { display:inline-block; } .npCIT { width:345px; height:105px; background:#b0b0b0; } .npCIT div{ position:absolute; width:345px; height:85px; padding-top:25px; text-align:center; font-size:32px; color:white; transition:transform ease-in-out 0.45s; -webkit-transition:transform ease-in-out 0.45s; } .npCIT div span{ display:block; margin:15px auto 0 auto; width:285px; padding-top:3px; border-top:1px solid white; font-style:italic; letter-spacing:1px; font-size:10px; } .npCIT:hover div{ transform:scale(0); -webkit-transform:scale(0); } .npCIT p{ position:absolute; margin-top:7px; margin-left:10px; width:315px; height:80px; padding:5px; overflow:auto; background:rgba(250,250,250,0.7); color:black; font-size:10px; text-align:justify; opacity:0; transition:opacity ease-in-out 0.45s; -webkit-transition:opacity ease-in-out 0.45s; } .npCIT:hover p{ opacity:1; transition:opacity ease-in-out 1.35s; -webkit-transition:opacity ease-in-out 1.35s; } .storyCIT { width:345px; height:245px; background:white; } .storyCIT p{ position:absolute; margin-top:9px; margin-left:12px; width:310px; height:217px; padding:5px; overflow:hidden; background:#ccc; color:black; text-align:justify; font-size:11px; } .storyCIT p:hover { overflow:auto; } .abtUCIT { width:345px; height:100px; background:#b0b0b0; } .abtUCIT div{ position:absolute; width:345px; height:65px; padding-top:35px; text-align:center; text-transform:uppercase; font-size:32px; color:white; transition:transform ease-in-out 0.45s; -webkit-transition:transform ease-in-out 0.45s; } .abtUCIT:hover div{ transform:scale(0); -webkit-transform:scale(0); } .abtUCIT img{ position:absolute; margin-left:-35px; margin-top:5px; width:100px; height:100px; border:2px solid rgba(250,250,250,0.3); opacity:0; transform:scale(0) rotate(15deg); -webkit-transform:scale(0) rotate(15deg); transition:all ease-in-out 0.45s; -webkit-transition:all ease-in-out 0.45s; } .abtUCIT:hover img{ opacity:1; transform:scale(1) rotate(-45deg); -webkit-transform:scale(1) rotate(-45deg); } .abtUCIT p{ position:absolute; margin-left:55px; width:265px; height:65px; padding:5px; overflow:hidden; background:rgba(250,250,250,0.7); color:black; font-size:11px; opacity:0; transition:opacity ease-in-out 0.45s; -webkit-transition:opacity ease-in-out 0.45s; } .abtUCIT:hover p{ opacity:1; transition:opacity ease-in-out 1.15s; -webkit-transition:opacity ease-in-out 1.15s; } .abtUCIT p:hover { overflow:auto; } .cdtCIT { position:absolute; z-index:5; margin-left:530px; margin-top:25px; opacity:0; transition:opacity ease-in-out 0.45s; -webkit-transition:opacity ease-in-out 0.45s; } #CIT:hover .cdtCIT { opacity:1; } </style> </head> <body> <!-- BLOC PHYSIQUE & CARACTERE --><div id="phyzCIT"><div class="phyzCIT"><!-- IMAGE 200*450 --><img src="http://www.zupimages.net/up/17/18/i5y8.png" /><!-- PHYSIQUE --><div>▬ <b>Carnation</b> : pâle<br/>▬ <b>Taille</b> : 1m56 / 5.1<br/>▬ <b>Poids</b> : 45kg / 100lbs <br/>▬ <b>Cheveux</b> : <i>Mi-long Bleu/Mauve</i><br/>▬ <b>Yeux</b> : <i>Azur</i><br/>▬ <b>Signe(s) distinctif(s)</b> : <i>Elle a toujours quelque chose dans la bouche.</i><br/><br/><center> ▬ Joyeuse - Gourmande ▬ <br/> ▬ Renfermée - Passive ▬ </center> <br/> ▬ <b> Chronologie rapide</b> <br/> An 1 ▬ Rejoint Suna et y obtient un grade Genin </div><!-- CARACTERE --><span>▬ <b> Rp Terminé</b> ▬ <br/><br/> ▬ <b> Rp en cours</b> ▬ <br/><br/> ▬ <b> Rp abandonné ou retardataire</b> ▬ <br/><br/> </span></div></div><!-- BLOC NOM RENOM & INFORMATIONS --><div class="blocCIT"><!-- NOM PRENOM --><div class="npCIT"><div>NANARE Onitsuke<!-- PETITE PHRASE --><span>Alias Oni', Gloutonie pour les intimes :x</span></div><!-- INFORMATIONS --><p>▬ <b>Âge</b> : 17 ans (été -16) ▬ <b>Métier annexe</b> : Créatrice d'oeuvre en cristal ▬ <b>Nationalité/origines</b> : <i>A grandi dans le désert de Kaze no kuni, où les nomades l'on découverte et receuillie </i>▬ <b>Situation conjugale</b> : <i>Célibataire</i> ▬ <b>Situation familiale</b> : <i>Sa famille adoptive compte douze enfants, leur mère est décédée et elle a perdu contact avec eux actuellement</i> ▬ <b>Situation financière</b> : <i>Modeste</i></p></div><!-- HISTOIRE --><div class="storyCIT"><p>De A à Z<table><tr><td>▬ <a href="http://shinobi-origin.forumactif.org/u18">Chinoike Katsuko</a> <br/> <FONT size="1px">La Vampirette est une kunoichi de suna rencontre lors d'un concert... E.C<br/> _________________________________</font> </td><td><img src="https://a.wattpad.com/useravatar/Otaku-sana.128.164406.jpg" /> </td></tr> <tr><td> ▬ <a href="http://shinobi-origin.forumactif.org/u76">Kaguya Hayate</a><br/> <FONT size="1px">Un jeune érrant rencontre au milieu des dunes de Suna... E.C<br/> _________________________________</font> </td><td><img src="http://pm1.narvii.com/5760/3ae9c44840f950fcce9cd7647f610897c4bc948a_128.jpg" /> </td></tr> </tr> <tr><td>▬ <a href="http://shinobi-origin.forumactif.org/u126">Saigetsu Kago</a><br/> <FONT size="1px">Genin de Suna avec qui Oni' a partagé une première mission à s'arracher les cheveux... E.C<br/> _________________________________ </font> </td><td><img src="http://www.zupimages.net/up/17/18/jino.png" /> </td></tr> <tr><td>▬ <a href="http://shinobi-origin.forumactif.org/u64">Seika C. Natsuki</a><br/> <FONT size="1px">Le Prince a subtilement été attiré vers le stand de la Nanare lors d'une fête... E.C<br/> _________________________________ </font> </td><td><img src="http://www.zupimages.net/up/17/18/xlpp.png" /> </td></tr> </table> </p></div><!-- A VOTRE PROPOS --><div class="abtUCIT"><div>A son propos</div><!-- IMAGE 65*65 --><img src="http://s1.narvii.com/image/5l3gn7ovxbwi7grqi6wm4rjg35iezilf_128.jpg" /><!-- CONTENU --><p><b>Localisation actuelle :</b> Suna<br/><br/><b>Genin de Suna </b> <br/><br/><b>Equipe</b> ///</p></div></div></div> </script> </body> </html>