Le Deal du moment :
Réassort du coffret Pokémon 151 ...
Voir le deal

 

 PA (etjerallongeletitreparcequ'ilfautmin10cara)

Aller en bas 
AuteurMessage
Ren Eunji

Ren Eunji


Messages : 6
Date d'inscription : 28/10/2016

PA (etjerallongeletitreparcequ'ilfautmin10cara) Empty
MessageSujet: PA (etjerallongeletitreparcequ'ilfautmin10cara)   PA (etjerallongeletitreparcequ'ilfautmin10cara) EmptyLun 29 Jan - 18:58

message sur la page d'accueil (affichage, page d'accueil, généralités) :

Code:
<iframe style="width:800px; height: 650px;" scrolling="no" frameborder="0" src=" http://m-somenoise.forumactif.org/h1-pa"></iframe>

(modules, html & javascript, gestion des pages html) :

Code:
<style>/******************************************************
CSS de @linus pour Epicode : http://epicode.bbactif.com
Téléchargé le 03/12/2017
En cas de pépin contactez-moi par MP sur Epicode!
******************************************************/

/*** import google fonts ***/
@import 'http://fonts.googleapis.com/css?family=Galada';

/*reset des styles par défault du navigateur*/
.template-linus-14 ul{ list-style:none; }
.template-linus-14 ul, .template-linus-14 h5, .template-linus-14 h4, .template-linus-14 h3, .template-linus-14 h2, .template-linus-14 h1, .template-linus-14 p, .template-linus-14 figure{margin:0;padding:0;font-weight:normal;}
.template-linus-14 a, .template-linus-14 a:hover{text-decoration:none;text-decoration:none!important;}
.template-linus-14 a img{border:none;}

/*style général*/
.template-linus-14{
 text-align:left;
 max-width:760px;
 min-width:650px;
 margin:0 auto;
 font-family:arial;
 font-size:11px;
 line-height:13px;
 color:#AC9064;
}

body.tli-iframe{
 margin:0;padding:0;
}

.template-linus-14 b{
 text-shadow: -1px 1px 0px #808080;
}

.template-linus-14 .tli-rad{
 border-radius:5px;
}

.template-linus-14 .tli-shadow .tli-strong{
 text-shadow: -1px 1px 0px #bd96ad;
 background: #AC9064;
 color: #FCFAE1;
 padding:0px 2px;
 text-transform:lowercase;
}

/*lien lire la suite*/
.template-linus-14 .tli-shadow .tli-readmore{
 position:absolute;
 bottom:0;
 right:0;
 padding:1px 4px;
 opacity:0.8;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.template-linus-14 .tli-shadow .tli-readmore:hover{
 opacity:1;
}

.template-linus-14 h2,
.template-linus-14 .tli-meas .tli-shadow h3{
 font-family:"Galada";
 font-family:"Galada" !important;
}

/*titres*/
.template-linus-14 h2{
 font-weight:normal;
 font-size:1.8em;
 margin-bottom:10px;
 text-shadow: -1px 1px 0px #60626d;
 color:#FCFAE1;
 text-align:center;
 padding:6px 4px 2px 4px;
 background: #AC9064;
 border-left:5px solid #EDD5BB;
 border-right:5px solid #EDD5BB;
}

.template-linus-14 .tli-line:first-child{
 font-style:italic;
}


.template-linus-14 .tli-meas{
 display:flex;
 justify-content:space-between;
}

.template-linus-14 .tli-meas .tli-shadow span{
 display:block;
 font-size:0.90em;
 line-height:1.2em;
 letter-spacing: -0.8px;
}

/*fix letter spacing*/
@-moz-document url-prefix() {
 .template-linus-14 .tli-meas .tli-shadow span{
 letter-spacing: -0.55px;
 }
}

/*ombrages*/
.template-linus-14 .tli-meas .tli-shadow{
 position:relative;
 color:#AC9064;
 text-align:center;
 padding:10px;
 min-width:20%;
 max-width:33.3333%;
 margin-left:4%;
 margin-right:4%;
 margin-top:-30px;
}

.template-linus-14 .tli-meas .tli-shadow:nth-last-child(4),
.template-linus-14 .tli-meas .tli-shadow:nth-last-child(5),
.template-linus-14 .tli-meas .tli-shadow:nth-last-child(6),
.template-linus-14 .tli-meas .tli-shadow:nth-last-child(7),
.template-linus-14 .tli-meas .tli-shadow:nth-last-child(8){
 display:none;
}

.template-linus-14 .tli-meas .tli-shadow:nth-last-child(3),
.template-linus-14 .tli-meas .tli-shadow:nth-last-child(3) ~ .tli-shadow{
 margin-top:0;
 margin:0 8% 0 0%
}

/*style supplémentaire sous titres*/
.template-linus-14 .tli-meas .tli-shadow h3:before{
 left:0px;
 border-left:4px solid transparent;
 border-right:3px solid #AC9064;
}

.template-linus-14 .tli-meas .tli-shadow h3:after{
 right:0px;
 border-right:4px solid transparent;
 border-left:3px solid #AC9064;
}

.template-linus-14 .tli-meas .tli-shadow h3:before,
.template-linus-14 .tli-meas .tli-shadow h3:after{
 content:' ';
 display:block;
 height:0;
 width:0;
 position:absolute;
 bottom:-14px;
 border-top:7px solid #AC9064;
 border-bottom:7px solid transparent;
}

.template-linus-14 .tli-meas .tli-shadow:hover{
 overflow:hidden;
}

.template-linus-14 .tli-meas .tli-shadow:hover h3:after,
.template-linus-14 .tli-meas .tli-shadow:hover h3:before{
 display:none;
}

.template-linus-14 .tli-meas .tli-shadow:hover h3{
 left:-120%;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
}

.template-linus-14 .tli-meas .tli-shadow h3{
 font-weight:normal;
 font-size:1.3em;
 font-size:1.3em !important;
 position:absolute;
 background:#AC9064;
 background:#AC9064 !important;
 text-shadow: -1px 1px 0px #765e6c;
 color:#FCFAE1;
 color:#FCFAE1 !important;
 padding:5px 7px 3px 7px;
 bottom:50%;
 width:100%;
 margin-left:-7px;
 left:0;
 z-index:2;
 opacity:1;
}

.template-linus-14 .tli-meas .tli-shadow img{
 display:block;
 width:100%;
 top:0;
 left:0;
 position:absolute;
}

.template-linus-14 .tli-meas .tli-shadow span:before{
 content:' ';
 display:block;
 width:80%;
 height:0;
 padding-top:100%;
 margin:0 auto 15px auto;
}

.template-linus-14 .tli-line{
 border-bottom:1px solid #AC9064;
 text-transform:uppercase;
 font-size:0.8em;
        font-weight:bold;
}

.template-linus-14 .tli-links{
 padding:10px;
 margin-bottom:5px;
}

/*liens*/
.template-linus-14 .tli-links select{
 width:100%;
        background: #FCFAE1 !important;
 border:none;
 font-size:0.9em;
 height:20px;
 font-family:arial;
 line-height:20px;
 outline:none;
 text-transform:uppercase;
}

.template-linus-14.lighter .tli-links,
.template-linus-14.lighter .tli-vignettes{
 
}

.template-linus-14.darker .tli-links,
.template-linus-14.darker .tli-vignettes{
 background:#EDD5BB;
}

/*vignettes*/
.template-linus-14 .tli-vignettes{
 padding:10px 10px 10px 10px;
}

.template-linus-14 .tli-vignettes a{
 display:block;
 width:calc(86%/3);
 position:relative;
 float:left;
 margin-right:7%;
 margin-top:7%;
}

.template-linus-14 .tli-vignettes.tli-vignettes-big a{
 width:calc(93%/2);
}

.template-linus-14 .tli-vignettes.tli-vignettes a:nth-child(1),
.template-linus-14 .tli-vignettes.tli-vignettes a:nth-child(2),
.template-linus-14 .tli-vignettes.tli-vignettes.tli-vignettes-small a:nth-child(3){
 margin-top:0;
}

.template-linus-14 .tli-vignettes.tli-vignettes-small a:nth-child(3n){
 margin-right:0;
}

.template-linus-14 .tli-vignettes.tli-vignettes-big a:nth-child(2n){
 margin-right:0;
}

.template-linus-14 .tli-vignettes a:before{
 content:attr(data-pseudo);
 background:#EDD5BB;
 display:block;
 position:absolute;
 top:70%;
 left:20%;
 z-index:4;
 opacity:0;
 height:0;
 width:0;
 overflow:hidden;
    -webkit-transition: opacity 1s; /* Safari */
    transition: opacity 1s;
    font-size:0.9em;
    line-height:10px;
    color:#AC9064;
}

.template-linus-14 .tli-vignettes a:hover:before{
 opacity:1;
    padding:5px;
 height:auto;
 width:auto;
}

.template-linus-14 .tli-vignettes.tli-vignettes-small a:after{
 content:' ';
 display:block;
 padding-top:100%;
}

.template-linus-14 .tli-vignettes.tli-vignettes-big a:after{
 content:' ';
 display:block;
 padding-top:50%;
}

.template-linus-14 .tli-vignettes a img{
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
}

.template-linus-14 .tli-row{
 margin-left:-2%;
 margin-right:-2%;
 margin-bottom:15px;
}

/*copyright*/
.template-linus-14.lighter .tli-copyright{
 font-size:0.9em;
 color:#AC9064;
 text-align:center;
}

.template-linus-14.lighter .tli-copyright a{
 color:#AC9064;
 border-bottom:1px dotted #AC9064;
}

.template-linus-14.darker .tli-copyright{
 font-size:0.9em;
 color:#AC9064;
}

.template-linus-14.darker .tli-copyright a{
 color:#AC9064;
 border-bottom:1px dotted #AC9064;
}

.template-linus-14 .tli-vignettes:after,
.template-linus-14 .tli-row:after{
 content:' ';
 clear:both;
 display:block;
}

/*colonnes*/
.template-linus-14 .tli-col-1,
.template-linus-14 .tli-col-2,
.template-linus-14 .tli-col-3,
.template-linus-14 .tli-col-x{
 margin:0 0 0 2%;
}

.template-linus-14 .tli-col-1:last-child,
.template-linus-14 .tli-col-2:last-child,
.template-linus-14 .tli-col-3:last-child,
.template-linus-14 .tli-col-x:last-child{
 margin-right:2%;
}

.template-linus-14 .tli-col-1{
 width:40%;
 float:left;
}

.template-linus-14 .tli-col-2{
 width:19%;
 float:left;
}

.template-linus-14 .tli-col-3{
 width:33%;
 float:left;
}

.template-linus-14 .tli-col-x{
 width:96%;
 float:left;
}

/*contexte*/
.template-linus-14 .tli-contexte{
 max-height:100px;
 overflow-x:hidden;
 overflow-y:auto;
 padding:0 10px;
}

.template-linus-14 .tli-readmore ~ .tli-contexte{
 margin-bottom:5px;
}

.template-linus-14 .tli-annonces{
 max-height:150px;
 overflow-x:hidden;
 overflow-y:auto;
 padding:0 10px;
}

body.tli-iframe,
.template-linus-14 .tli-body{
 background:#F8F0C6;
}

.template-linus-14 .tli-body{
 padding:15px;
}

/* Staff */
.staffBOG {
display:inline-block; vertical-align:top;
width:140px; height:70px; overflow:hidden;
}
.staffBOG img {
position:absolute; z-index:3;
width:140px; height:60px;
transition:all 0.55s linear; -webkit-transition:all 0.55s linear;
}
.staffBOG:hover img{
transform:translateY(100px); -webkit-transform:translateY(100px);
}
.staffBOG div {
position:relative; width:140px; height:60px; overflow:hidden;
}
.staffBOG div div {
width:130px; height:70px; padding:10px 5px 0; overflow:hidden;
text-align:center; background:#FCFAE1; color:#AC9064;
}
.staffBOG div div b{
margin-bottom:2px; text-transform:uppercase;
}
.staffBOG a{
text-transform:uppercase; font-size:10px; color:#EDD5BB !important;
}
  
  /*Prédéfini*/
  
 /* BLOC STAFF */
.staffSHAM{
display:inline-block; vertical-align:top;
width:300px; height:150px; text-align:center;
background:#FCFAE1; /* MODIFIABLE */
}
/* BLOC CONTENU STAFF */
.staffSHAM ul {
position:relative; margin:0 auto;
width:300px; height:180px; padding:7px 5px 0; overflow:hidden;
font-size:0; line-height:0; white-space: nowrap;
}
/* CONTENU STAFF */
.staffSHAM ul li {
position:relative; display:inline-block; vertical-align:top;
width:100%;  height:100%; overflow:hidden;
line-height:normal; white-space:normal; font-size:10px; text-transform:uppercase;
color:#AC9064; /* MODIFIABLE */
transition: all 0.35s linear; -webkit-transition: all 0.35s linear;
}
/* IMAGE STAFF */
.staffSHAM ul li img{
float:left; margin:5px; width:110px; height:110px; border-radius:140px;
}
/* NOM PRENOM(S) STAFF */
.staffSHAM ul li span{
display:block; margin:10px auto; text-align:center; font-size:14px; font-weight: bold;
}
/* NAVIGATION SLIDE */
.staffSHAM .bullSHAM {
margin-top:-50px; width:345px; text-align:center;  
font-size:0; line-height:0; text-align:center;
}
/* BULLE STAFF */
.staffSHAM .bullSHAM label {
position:relative; display:inline-block; margin:0 2px;
padding:3px; border-radius:50%;
background:#AC9064; /* MODIFIABLE */
}
/* SURVOL BULLE STAFF */
.staffSHAM .bullSHAM label:hover {
cursor: pointer;
background:#EDD5BB; /* MODIFIABLE */
}
.staffSHAM .bullSHAM label:hover:after {
opacity: 1;
}
.staffSHAM > input:nth-of-type(1):checked ~ .bullSHAM label:nth-of-type(1):after,
.staffSHAM > input:nth-of-type(2):checked ~ .bullSHAM label:nth-of-type(2):after,
.staffSHAM > input:nth-of-type(3):checked ~ .bullSHAM label:nth-of-type(3):after,
.staffSHAM > input:nth-of-type(4):checked ~ .bullSHAM label:nth-of-type(4):after,
.staffSHAM > input:nth-of-type(5):checked ~ .bullSHAM label:nth-of-type(5):after,
.staffSHAM > input:nth-of-type(6):checked ~ .bullSHAM label:nth-of-type(6):after,
.staffSHAM > input:nth-of-type(7):checked ~ .bullSHAM label:nth-of-type(7):after,
.staffSHAM > input:nth-of-type(8):checked ~ .bullSHAM label:nth-of-type(8):after,
.staffSHAM > input:nth-of-type(9):checked ~ .bullSHAM label:nth-of-type(9):after,
.staffSHAM > input:nth-of-type(10):checked ~ .bullSHAM label:nth-of-type(10):after,
.staffSHAM > input:nth-of-type(11):checked ~ .bullSHAM label:nth-of-type(11):after {
opacity: 1;
}
.staffSHAM > input {
display:none;
}
.staffSHAM > input:nth-of-type(10):checked ~ ul li:first-of-type {
margin-left:-900%;
}
.staffSHAM > input:nth-of-type(9):checked ~ ul li:first-of-type {
margin-left:-800%;
}
.staffSHAM > input:nth-of-type(8):checked ~ ul li:first-of-type {
margin-left:-700%;
}
.staffSHAM > input:nth-of-type(7):checked ~ ul li:first-of-type {
margin-left:-600%;
}
.staffSHAM > input:nth-of-type(6):checked ~ ul li:first-of-type {
margin-left:-500%;
}
.staffSHAM > input:nth-of-type(5):checked ~ ul li:first-of-type {
margin-left:-400%;
}
.staffSHAM > input:nth-of-type(4):checked ~ ul li:first-of-type {
margin-left:-300%;
}
.staffSHAM > input:nth-of-type(3):checked ~ ul li:first-of-type {
margin-left:-200%;
}
.staffSHAM > input:nth-of-type(2):checked ~ ul li:first-of-type {
margin-left:-100%;
}
.staffSHAM > input:nth-of-type(1):checked ~ ul li:first-of-type {
margin-left:0%;
}


  
  
/*ombrages*/
.template-linus-14 .tli-col-1 .tli-shadow{
  padding:18px;
  text-align:justify;
}

.template-linus-14 .tli-shadow{
  position:relative;      
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  background:#FCFAE1;
}

.template-linus-14 .tli-shadow:before, .template-linus-14 .tli-shadow:after{
  content:"";
  position:absolute;
  z-index:-1;
  -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
  -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
  box-shadow:0 0 20px rgba(0,0,0,0.8);
  top:10px;
  bottom:10px;
  left:0;
  right:0;
  -moz-border-radius:100px / 10px;
  border-radius:100px / 10px;
}

.template-linus-14 .tli-shadow:after{
  right:10px;
  left:auto;
  -webkit-transform:skew(8deg) rotate(3deg);
  -moz-transform:skew(8deg) rotate(3deg);    
  -ms-transform:skew(8deg) rotate(3deg);    
  -o-transform:skew(8deg) rotate(3deg);
  transform:skew(8deg) rotate(3deg);
}

/*scrollbar*/
.template-linus-14 .tli-body ::-webkit-scrollbar {
    width: 6px;
}
.template-linus-14 .tli-body ::-webkit-scrollbar-button {
    width: 6px;
    height: 4px;
}
.template-linus-14 .tli-body ::-webkit-scrollbar-track {
    background:#EDD5BB;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius:10px;
}
.template-linus-14 .tli-body ::-webkit-scrollbar-thumb {
    background:#AC9064;
    border: thin solid gray;
    border-radius:10px;
}
.template-linus-14 .tli-body ::-webkit-scrollbar-thumb:hover {
    background:#AC9064;
}
</style>
<div class="template-linus-14 lighter"><!-- remplacer lighter par darker pour changer le contraste
 --><div class="tli-body"><!--
 --><div class="tli-row"><!--
 --><div class="tli-col-1"><!--
*** DEBUT CONTEXTE ***
 --><h2>Contexte</h2><!--
 --><div class="tli-shadow"><!--
 à modifier : lien lire la suite contexte
 --><a target="_blank" href="http://m-somenoise.forumactif.org/t205-contexte" class="tli-readmore tli-strong" title="Lire la suite">Lire la suite</a><!--
 --><div class="tli-contexte"><!--
 --> Mai 2017. Les nouveaux classements universitaires viennent d’être publiés. Cette année encore, l’International Arts and Sports University of Korea (IUK) et l’International Arts and Sports Institute of Korea (IIK) arrivent en tête. Se partageant jalousement la première place, les deux écoles coréennes entretiennent une rivalité acerbe qui divise Séoul. En effet, les deux instituts cherchent à se démarquer aux yeux du plus important label asiatique : L’Asian Entertainment, dans le but de s’approprier un contrat exclusif. Le groupe AE a en effet garanti qu’elle organiserait des auditions privées aux membres de l’établissement qui finirait par se démarquer. Un véritable « pass VIP » pour ces élèves qui rêvent de faire la une des grands magazines ! De quoi raviver l’esprit de compétitivité du plus pacifiste de nos graines de talents nationales.

Musiciens, chanteurs, acteurs, sportifs de haut niveau, tous se dépassent jour après jour dans le seul but d’arracher la première place à l’école adverse et centrer sur eux seuls tous les projecteurs. Dans l’espoir de faire briller leur université, les étudiants s’affrontent durant des compétitions prenant la forme de show télévisés, de festivals, ou d’évènements inter-établissements. Cependant, cette division s’étend même jusqu’au monde tant convoités des idoles. En effet, les personnalités préférées des coréens n’hésitent pas à soutenir l’université de leur choix, en faisant des apparitions aux évènements organisés, ou encore, en plaidant leur cause lors de talk-show animés. Les festivals jouissent alors d’un prestige national, et sont suivis par toute la population coréenne.

Mais Séoul acquiert également une certaine notoriété à l’égard du monde asiatique, puisqu’elle voit naître en son sein la course au label. De nouvelles maisons se créent, dans l’espoir de concurrencer l’Asian Entertainment, et d’être à l’origine de la nouvelle star en vogue.

Entre passions, rivalités, amitiés, alliances, amours et rêve de gloire, quel sera ton destin ?
<!--
 --></div><!--
 --></div><!--
 *** FIN CONTEXTE ***
 --></div><!--
 --><div class="tli-col-2"><!--
 --><h2>Staff</h2><!--
 ** DEBUT STAFF ***
  --><!-- 4 STAFF --><div id="staffBOG"><!-- I --><div class="staffBOG" style="margin-right:10px;"><div><!-- IMAGE I 140*60 --><img src="https://image.noelshack.com/fichiers/2018/03/4/1516270656-pa-suga.png" /><!-- CONTENU I --><div><b>Mokona</b><br/>Fonda / <font color= limegreen>Disponible</font><br/><a href="http://m-somenoise.forumactif.org/privmsg?mode=post&u=1" target="_blank">Contacter</a></div></div></div><!-- II --><div class="staffBOG" style="margin-right:10px;"><div><!-- IMAGE II 140*60 --><img src="https://image.noelshack.com/fichiers/2018/03/4/1516269903-pa-v.png" /><!-- CONTENU II --><div><b>Muse</b><br/>Admin / <font color= limegreen>Disponible</font><br/><a href="http://m-somenoise.forumactif.org/u44" target="_blank">Contacter</a></div></div></div></div></div><!--
***FIN STAFF***
 --><div class="tli-col-3"><!--
 *** DEBUT LIENS UTILES ***
 --><h2>Partenaires</h2><!--
 --><div class="tli-links"><!--
 --><form method="get" target="_parent" action=""><select onchange="var v=this.options[this.selectedIndex].value;this.parentNode.action=v;this.parentNode.submit();"><!--
 --><option value="">Parcourez les Partenaires</option><!--

 --><option value="http://tottori.forumactif.com/">Tottori no Hoshi</option><!--
 --><option value="http://seoul95.forumactif.com/">Remember me for centuries</option><!--
 
  <!--
  --></select></form><div style="float:right;"><a href="http://m-somenoise.forumactif.org/t273-devenir-partenaires">Devenir copains ?</a></div></div><!--
 *** FIN LIENS UTILES ***
 -->
<h2>Top-Sites</h2>

  <center><a href="http://www.root-top.com/topsite/letsplay/in.php?ID=325" target="_blank">●</a>  <a href="http://www.root-top.com/topsite/asiancafe/in.php?ID=24" target="_blank">●</a>  <a href="http://www.root-top.com/topsite/sukhee/in.php?ID=366" target="_blank">●</a>  <a href="http://www.root-top.com/topsite/miinachan05/in.php?ID=308" target="_blank">●</a> <br><div style="float:right;"><a href="http://m-somenoise.forumactif.org/t366-top-sites">Signale ton vote !</a></div></div><!--
 --></div><!--
 --><div class="tli-row"><!--
 --><div class="tli-col-1"><!--
--><h2>Prédéfinis</h2>
  <!-- Prédéfinis --><div class="staffSHAM"><input type="radio" name="navSTAFF" id="navSTAFF_1" checked /><input type="radio" name="navSTAFF" id="navSTAFF_2" /><input type="radio" name="navSTAFF" id="navSTAFF_3" /><input type="radio" name="navSTAFF" id="navSTAFF_4" /><input type="radio" name="navSTAFF" id="navSTAFF_5" /><input type="radio" name="navSTAFF" id="navSTAFF_6" /><input type="radio" name="navSTAFF" id="navSTAFF_7" /><input type="radio" name="navSTAFF" id="navSTAFF_8" /><input type="radio" name="navSTAFF" id="navSTAFF_9" /><input type="radio" name="navSTAFF" id="navSTAFF_10" /><!-- CONTENUS STAFF --><ul><!-- I --><li><!-- IMAGE 140*140 --><img src="https://media.giphy.com/media/G6wXHNgkULgbe/giphy.gif" /><!-- CONTENU --><span>Im<br/>Min Oh</span>ft G. Dragon. <a href="http://m-somenoise.forumactif.org/t226-idole-im-min-oh-kwon-ji-yong-g-dragon-bigbang" target="_blank">Sa fiche.</a><br/>Groupe : Idole.</li><!-- II --><li><!-- IMAGE 140*140 --><img src="https://pm1.narvii.com/6404/2a99bb8ca7a94a3de78f0e06e207850b928e3f14_hq.jpg" /><!-- CONTENU --><span>Kwon<br/>Min Suk</span>Ft Park Jimin <a href="http://m-somenoise.forumactif.org/t328-idole-kwon-min-suk-ft-park-jim-in" target="_blank">Sa fiche.</a><br/>Groupe : Idole.</li><!-- III --><li><!-- IMAGE 140*140 --><img src="http://www.aht.li/2919715/140140.png" /><!-- CONTENU --><span>NOM<br/>Prénom(s)</span>Pseudonyme * <font style="color:forestgreen">Disponibilité</font><br/>Fonction : <a href="" target="_blank">MP</a>/<a href="" target="_blank">Profil</a><br/>Autres comptes</li><!-- IV --><li><!-- IMAGE 140*140 --><img src="http://www.aht.li/2919715/140140.png" /><!-- CONTENU --><span>NOM<br/>Prénom(s)</span>Pseudonyme * <font style="color:forestgreen">Disponibilité</font><br/>Fonction : <a href="" target="_blank">MP</a>/<a href="" target="_blank">Profil</a><br/>Autres comptes</li><!-- V --><li><!-- IMAGE 140*140 --><img src="http://www.aht.li/2919715/140140.png" /><!-- CONTENU --><span>NOM<br/>Prénom(s)</span>Pseudonyme * <font style="color:forestgreen">Disponibilité</font><br/>Fonction : <a href="" target="_blank">MP</a>/<a href="" target="_blank">Profil</a><br/>Autres comptes</li><!-- VI --><li><!-- IMAGE 140*140 --><img src="http://www.aht.li/2919715/140140.png" /><!-- CONTENU --><span>NOM<br/>Prénom(s)</span>Pseudonyme * <font style="color:forestgreen">Disponibilité</font><br/>Fonction : <a href="" target="_blank">MP</a>/<a href="" target="_blank">Profil</a><br/>Autres comptes</li><!-- VII --><li><!-- IMAGE 140*140 --><img src="http://www.aht.li/2919715/140140.png" /><!-- CONTENU --><span>NOM<br/>Prénom(s)</span>Pseudonyme * <font style="color:forestgreen">Disponibilité</font><br/>Fonction : <a href="" target="_blank">MP</a>/<a href="" target="_blank">Profil</a><br/>Autres comptes</li><!-- VIII --><li><!-- IMAGE 140*140 --><img src="http://www.aht.li/2919715/140140.png" /><!-- CONTENU --><span>NOM<br/>Prénom(s)</span>Pseudonyme * <font style="color:forestgreen">Disponibilité</font><br/>Fonction : <a href="" target="_blank">MP</a>/<a href="" target="_blank">Profil</a><br/>Autres comptes</li><!-- IX --><li><!-- IMAGE 140*140 --><img src="http://www.aht.li/2919715/140140.png" /><!-- CONTENU --><span>NOM<br/>Prénom(s)</span>Pseudonyme * <font style="color:forestgreen">Disponibilité</font><br/>Fonction : <a href="" target="_blank">MP</a>/<a href="" target="_blank">Profil</a><br/>Autres comptes</li><!-- X --><li><!-- IMAGE 140*140 --><img src="http://www.aht.li/2919715/140140.png" /><!-- CONTENU --><span>NOM<br/>Prénom(s)</span>Pseudonyme * <font style="color:forestgreen">Disponibilité</font><br/>Fonction : <a href="" target="_blank">MP</a>/<a href="" target="_blank">Profil</a><br/>Autres comptes</li></ul><!-- NAVIGATION SLIDE --><div class="bullSHAM"><div><label for="navSTAFF_1"></label><label for="navSTAFF_2"></label><label for="navSTAFF_3"></label><label for="navSTAFF_4"></label><label for="navSTAFF_5"></label><label for="navSTAFF_6"></label><label for="navSTAFF_7"></label><label for="navSTAFF_8"></label><label for="navSTAFF_9"></label><label for="navSTAFF_10"></label></div></div></div></div><!--
 --><div class="tli-col-2"><!--
 *** DEBUT ANNONCES ***
--> <h2>News</h2>
<div class="tli-shadow"><!--
 --><div class="tli-annonces"><!--
  --><div class="tli-line"><b class="tli-strong tli-rad">20/11/2017</b> Pré-ouverture du forum !</div><!--
 --><div class="tli-line"><b class="tli-strong tli-rad">25/06/2016</b> trois nouveaux prédéfinis sont en cours de création, à venir bientôt!</div><!--
 --><div class="tli-line"><b class="tli-strong tli-rad">24/06/2016</b> lorem ipsum dolor sit amet</div><!--
 --><div class="tli-line"><b class="tli-strong tli-rad">00/06/2016</b> lorem ipsum dolor sit amet</div><!--
 --><div class="tli-line"><b class="tli-strong tli-rad">00/06/2016</b> lorem ipsum dolor sit amet</div><!--
 --><div class="tli-line"><b class="tli-strong tli-rad">00/06/2016</b> lorem ipsum dolor sit amet</div><!--
 --><div class="tli-line"><b class="tli-strong tli-rad">00/06/2016</b> lorem ipsum dolor sit amet</div><!--
 --></div><!--
 --></div></div><!--
 *** FIN ANNONCES ***<!--
 --><div class="tli-col-3">
  <h2>En vedette.</h2><!--
--> <td><iframe style="width: 240px; height: 160px; margin-top: -8px;" scrolling="no" src=" http://test-moko.forumactif.org/h7-deuxieme-slideshow-pa" frameborder="0"> </iframe></td></tr></table> </slideshowpa></td></tr></div><!--
<!--
 *** FIN PARTENAIRES ***
 *** DEBUT COPYRIGHT ***
 --><div class="tli-row"><!--
 --><div class="tli-col-x tli-copyright"><!--
 -->FORUM est un forum rpg créé par MOKONA — Contexte écrit par MOKONA — Thème créé par MOKONA — P.A. proposé par linus pour <a target="_blank" href="http://epicode.bbactif.com/">Epicode</a>.<!--
 --></div><!--
 --></div><!--
 *** FIN COPYRIGHT ***
--></div><!--
--></div>
Revenir en haut Aller en bas
 
PA (etjerallongeletitreparcequ'ilfautmin10cara)
Revenir en haut 
Page 1 sur 1

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
hello world :: un titre cool ici ✨ :: rules how become a cool kid you always wanted to be :: try try-
Sauter vers: