EwieTest
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
-39%
Le deal à ne pas rater :
Pack Home Cinéma Magnat Monitor : Ampli DENON AVR-X2800H, Enceinte ...
1190 € 1950 €
Voir le deal

Aller en bas
Admin
Admin
Admin suprême
Admin suprême
Féminin Age : 32
Messages : 63
Date d'inscription : 19/03/2014

Personnage
Sexe et âge: Jeune femme dans la fleur de l'âge
Aptitudes : Approche que je te zigouille !
https://ewietest.forumactif.org

QEEL New Empty QEEL New

18/12/2015, 17:03
Sauvegardes codes. Ici bloc bonus.

INDEX_BODY :
Code:
      <div class="bloc_bonus"><span class="h_bonus">Liens Utiles</span><br />
        <a href="http://ewilan.forumactif.fr/t1430-reglement-du-forum">Règlement</a><br />
        <a href="http://ewilan.forumactif.fr/t2014-contexte-du-forum">Contexte</a><br />
        <a href="http://ewilan.forumactif.fr/f71-personnages-a-incarner">Prédéfinis</a><br />
        <a href="http://ewilan.forumactif.fr/chatbox/index.forum">ChatBox</a><br />
        <a href="http://ewilan.forumactif.fr/f88-place-publique">Invités</a><br />
      </div>

CSS :
Code:
.bloc_bonus {
  position: absolute;
  width: 260px;
  height: 345px;
  text-align: center;
  font-size : 12px;
  font_family: 'Comic Sans MS', cursive;
  color: #6E402D;
  border-radius: 100px;
  top: 20px;
  left: 0px;
 background-image: url(http://img15.hostingpics.net/pics/899185fondblocess.png);
  padding: 5px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}

.bloc_bonus:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}

.bloc_bonus a {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size : 12px;
  font_family: 'Comic Sans MS', cursive;
  color: #6E402D;
    opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
    transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}

.bloc_bonus a:hover {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 0 #FEFFEE;
    transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}


QEEL "entier" sur legraphcmal.
Admin
Admin
Admin suprême
Admin suprême
Féminin Age : 32
Messages : 63
Date d'inscription : 19/03/2014

Personnage
Sexe et âge: Jeune femme dans la fleur de l'âge
Aptitudes : Approche que je te zigouille !
https://ewietest.forumactif.org

QEEL New Empty Re: QEEL New

24/12/2015, 14:20
QEEL OK

CSS :
Code:
/*QUI EST EN LIGNE*/

    /* CODES POUR LE QEEL */

    #qeel h2, #qeel h3, #qeel h4, #qeel h5, #qeel h6, #qeel p {
            margin: 0; padding: 0; font-weight: normal;
          }

          #qeel {
            width: 1100px;
            height: 450px;
  background-image: url("http://img15.hostingpics.net/pics/898086sousstatssesstransp.png"), url("http://img15.hostingpics.net/pics/580045souspartenairesesstransp.png");
    background-color: transparent, transparent;
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
              border-radius: 5px;
            margin: auto;
            position: relative;
            padding-top: 50px;
            font-family: Verdana;
            font-size: 12px;
            letter-spacing: 1px;
            color: gray;
          }

          .bloc_membres a {
  font-family: 'Comic Sans MS', cursive;
  font-size: 11px;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -ms-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
          }

          .bloc_membres a:hover {
  font-family: 'Comic Sans MS', cursive;
  font-size: 11px;
            color: #D6B56F;
          }

       
       
          #qeel h1 {
  position: relative;
            width: 1100px;
            height: 143px;
            background: url("http://img11.hostingpics.net/pics/736504noel2015new2.png") transparent top center no-repeat;
  top: -150px;
}

.total_bloc_stats {
  position: absolute;
  border-radius: 100px;
  top: 20px;
  left: 0px;
  width: 280px;
  height: 345px;
  background: url(http://img15.hostingpics.net/pics/899185fondblocess.png) #ECDFB6;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}

.total_bloc_stats:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}

.bloc_stats {
  z-index: 1;
    display: block;
  text-align: justify;
  width: 260px;
  height: 255px;
  margin: auto;
  padding: 20px 5px 5px 5px;
  border-radius: 80px;
  background: none;
    }

.stats_esp_titre {
  z-index: 3;
  text-align: center;
  position: top center;
  display: block;
  width: 280p;
  height: 50px;
  margin: auto;
  background: none;
    }

.stats_bonus {
  font-family: 'Comic Sans MS', cursive;
  font-size: 14px;
  color:#6E402D !important;
}

.stats_join {
font-family: Tangerine;
  font-size: 35px;
  color: #ECE8C1 !important;
  text-shadow: 0 0 1px black;
}

.stats_join_a {
  font-family: Tangerine;
  font-size: 35px;
  color: #ECE8C1 !important;
  text-shadow: 0 0 1px black;
}

.stats_join_a:hover {
  color: #6E402D !important;
  text-shadow: 0 0 1px #ECE8C1;
}
 


.total_bloc_membres {
  position: absolute;
  z-index:2;
  top: 20px;
  left: 300px;
  width: 510px;
  height: 345px;
  padding: 0px;
  border-radius: 100px;
  background: #d1c2ba; /*#ECDFB6*/
  overflow: hidden;
}

.bloc_membres {
  position: realtive;
  z-index: 1;
  display: block;
  width: 480px;
  height: 130px;
  margin: auto;
  padding: 15px 35px 5px 15px;
  text-align: justify;
  border-radius: 20px 20px 0 0;
  background: none !important;
  overflow: auto;
    }

.membres_esp_titre {
  position: absolute;
  top: 20px;
  left: 300px;
  z-index: 3;
  text-align: center;
  width: 510px;
  height: 50px;
  background: none !important;
  }
 

.bloc_membres .row1 {
  background-image: none !important;
}

.espace_interbloc_top {
  position: relative;
  width:510px;
  height: 55px;
 background: none !important;
}

.espace_interbloc {
  position: relative;
  width: 510px;
  height: 30px;
 background: none !important;
}


.bloc_anniv {
  position: relative;
  z-index: 1;
  display: block;
  width: 498px;
  height: 60px;
  text-align: justify;
margin: auto;
  padding: 5px 17px 15px 17px;
 background: none !important;
 overflow: auto;
}

    .bloc_anniv .row1 {
    background-image: none;
    }

.anniv_esp_titre {
  position: absolute;
  text-align: center;
    top: 230px;
  left: 300px;
  z-index: 3;
  width: 510px;
  height: 20px;
margin: auto;
 background: none !important;
    }



.total_bloc_amis {
  position: absolute;
  top: 20px;
  left: 820px;
  width: 280px;
  height: 345px;
  border-radius: 100px;
  background: url(http://img15.hostingpics.net/pics/899185fondblocess.png)#ECDFB6;
    opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}

.total_bloc_amis:hover {
    opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}

.bloc_amis {
  z-index: 1;
    display: block;
  text-align: justify;
  width: 260px;
  height: 275px;
  margin: auto;
  padding: 20px 5px 5px 5px;
  border-radius: 80px;
  background : none !important;
  overflow: auto;
}

.margin_amis {
  margin: 3px;
}

.amis_esp_titre {
  z-index: 3;
  text-align: center;
  display: block;
  position: top center;
  width: 280px;
  height: 30px;
  margin: auto;
  background: none !important;
  }


.bloc_groups {
  position: absolute;
  z-index: 1;
  display: block;
  top: 380px;
  left: 0px;
  width: 1080px;
  height: 80px;
  padding-top: 30px !important;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 100px;
 background: url(http://img15.hostingpics.net/pics/899185fondblocess.png) #ECDFB6;
    }

.sep_guildes {
  color: #6E405C;
  font-size: 14px;
}

a.guildes_qeel_alaviriens {
  display: inline-block;
  font-size: 18px;
  font-family: Fredericka the Great;
  color: #A0BD63;
  margin: 5px;
}

.guildes_qeel_alaviriens:hover {
  font-size: 30px;
  font-family: Tangerine;
  color: #A0BD63;
  margin: auto;
}

a.guildes_qeel_chevaliers {
  display: inline-block;
  font-size: 18px;
  font-family: Fredericka the Great;
  color: #06697A;
  margin: 5px;
}

.guildes_qeel_chevaliers:hover {
  font-size: 30px;
  font-family: Tangerine;
  color: #06697A;
  margin: auto;
}

a.guildes_qeel_dessinateurs {
  display: inline-block;
  font-size: 18px;
  font-family: Fredericka the Great;
  color: #EB7CD5;
  margin: 5px;
}
 
.guildes_qeel_dessinateurs:hover {
    font-size: 30px;
    font-family: Tangerine;
    color: #EB7CD5;
    margin: auto;
  }

a.guildes_qeel_errants {
  display: inline-block;
  font-size: 18px;
  font-family: Fredericka the Great;
  color: #999590;
  margin: 5px;
}

.guildes_qeel_errants:hover {
  font-size: 30px;
  font-family: Tangerine;
  color: #999590;
  margin: auto;
}


a.guildes_qeel_faels {
  display: inline-block;
  font-size: 18px;
  font-family: Fredericka the Great;
  color: #00B884;
  margin: 5px;
}

.guildes_qeel_faels:hover {
  font-size: 30px;
  font-family: Tangerine;
  color: #00B884;
  margin: auto;
}

a.guildes_qeel_frontaliers {
  display: inline-block;
  font-size: 18px;
  font-family: Fredericka the Great;
  color: #AD0C67;
  margin: 5px;
}

.guildes_qeel_frontaliers:hover {
  font-size: 30px;
  font-family: Tangerine;
  color: #AD0C67;
  margin: auto;
}

a.guildes_qeel_legionnoire {
  display: inline-block;
  font-size: 18px;
  font-family: Fredericka the Great;
  color: #3C3C4D;
  margin: 5px;
}

.guildes_qeel_legionnoire:hover {
  font-size: 30px;
  font-family: Tangerine;
  color: #3C3C4D;
  margin: auto;
}

a.guildes_qeel_marchombres {
  display: inline-block;
  font-size: 18px;
  font-family: Fredericka the Great;
  color: #000000;
  margin: 5px;
}

.guildes_qeel_marchombres:hover {
  font-size: 30px;
  font-family: Tangerine;
  color: #000000;
  margin: auto;
}

a.guildes_qeel_mdc {
  display: inline-block;
  font-size: 18px;
  font-family: Fredericka the Great;
  color: #C80606;
  margin: 5px;
}

.guildes_qeel_mdc:hover {
  font-size: 30px;
  font-family: Tangerine;
  color: #C80606;
  margin: auto;
}

a.guildes_qeel_petits {
  display: inline-block;
  font-size: 18px;
  font-family: Fredericka the Great;
  color: #006600;
  margin: 5px;
}

.guildes_qeel_petits:hover {
  font-size: 30px;
  font-family: Tangerine;
  color: #006600;
  margin: auto;
}

a.guildes_qeel_peuplesest {
  display: inline-block;
  font-size: 18px;
  font-family: Fredericka the Great;
  color: #C4B02D;
  margin: 5px;
}

.guildes_qeel_peuplesest:hover {
  font-size: 30px;
  font-family: Tangerine;
  color: #C4B02D;
  margin: auto;
}

a.guildes_qeel_pirates {
  display: inline-block;
  font-size: 18px;
  font-family: Fredericka the Great;
  color: #5D02B8;
  margin: 5px;
}

.guildes_qeel_pirates:hover {
  font-size: 30px;
  font-family: Tangerine;
  color: #5D02B8;
  margin: auto;
}

a.guildes_qeel_reveurs {
  display: inline-block;
  font-size: 18px;
  font-family: Fredericka the Great;
  color: #0994F0;
  margin: 5px;
}

.guildes_qeel_reveurs:hover {
  font-size: 30px;
  font-family: Tangerine;
  color: #0994F0;
  margin: auto;
}

a.guildes_qeel_terriens {
  display: inline-block;
  font-size: 18px;
  font-family: Fredericka the Great;
  color: #090663;
  margin: 5px;
}

.guildes_qeel_terriens:hover {
  font-size: 30px;
  font-family: Tangerine;
  color: #090663;
  margin: auto;
}

a.guildes_qeel_thuls {
  display: inline-block;
  font-size: 18px;
  font-family: Fredericka the Great;
  color: #783E00;
  margin: 5px;
}

.guildes_qeel_thuls:hover {
  font-size: 30px;
  font-family: Tangerine;
  color: #783E00;
  margin: auto;
}

 
     
        #qeel .gensmall {
            font-family: Verdana;
            color: #817B53;
            font-size: 10px;
          }

     
          #qeel .h2 {
            z-index: 3;
            font-size: 50px;
            font-family: Tangerine;
            color: #6E402D;
  text-shadow: 1px 1px 0 #F2E18F;
      opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
          }

          #qeel .h2:hover {
            color: #F2E18F;
    text-shadow: 1px 1px 0 #6E402D;
          }

#qeel .h3 {
        display: block;
  margin: auto;
            z-index: 3;
            font-size: 50px;
            font-family: Tangerine;
            color: #6E402D;
            text-shadow: 1px 1px 0 #F2E18F;
            opacity: 1;
            -moz-opacity: 1;
            -khtml-opacity: 1;
            filter: alpha(opacity=100);
          }

          #qeel .h3:hover {
            color: #F2E18F;
    text-shadow: 1px 1px 0 #6E402D;
          }

#qeel .h4 {
  position: relative;
display: block;
    width: 510px;
  height: 20px;
  margin: auto;
  top: -7px;
    z-index: 3;
            font-size: 35px;
            font-family: Tangerine;
            color: #6E402D;
  text-shadow: 1px 1px 0 #F2E18F;
        opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
          }

          #qeel .h4:hover {
            color: #F2E18F;
    text-shadow: 1px 1px 0 #6E402D;
          }

#qeel h5 {
            position: absolute;
            left: 500px;
            top: 365px;
            z-index: 3;
            font-size: 50px;
            font-family: Tangerine;
            color: #6E402D;
  text-shadow: 1px 1px 0 #F2E18F;
        opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
          }

          #qeel h5:hover {
            color: #F2E18F;
    text-shadow: 1px 1px 0 #6E402D;
          }

#qeel .h6 {
    z-index: 3;
      font-size: 50px;
            font-family: Tangerine;
            color: #6E402D;
  text-shadow: 1px 1px 0 #F2E18F;
        opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
          }

          #qeel .h6:hover {
            color: #F2E18F;
    text-shadow: 1px 1px 0 #6E402D;
          }

.bloc_bonus .h_bonus {
 margin: auto;
  font-size: 40px;
  font-family: Tangerine;
  color: #6E402D;
  text-shadow: 1px 1px 0 #F2E18F;
}
       
          #qeel table.annifs {
            margin-top: -30px !important;
          }

          table.annifs tbody tr:nth-child(2) td {
            padding-top: 0px !important;
          }

         
    /* CREDITS */

          #credits {
            position: absolute;
            padding: 0px 10px;
            bottom: -20px;
            right: 0px;
            height: 20px;
            line-height: 20px;
            font-size: 8px;
            color: gray;
            text-transform: uppercase;
            text-shadow: 1px 1px 0px #ffffff;
          }

TEMPLATES (INDEX_BODY) :
Code:
<!-- BEGIN disable_viewonline -->
    <div id="qeel">
      <h1></h1>         
      <div class="total_bloc_stats"><div class="stats_esp_titre"><span class="h2">Statistiques</span></div>
          <div class="bloc_stats">
        <p><span class="gensmall" id="totalpost">{TOTAL_POSTS}</span><br /><br />
                          <script type="text/javascript">

            document.getElementById('totalpost').innerHTML=document.getElementById('totalpost').innerHTML.replace(/Nos membres ont posté un total de/,"Nous comptons un total de");
 
              document.getElementById('totalpost').innerHTML=document.getElementById('totalpost').innerHTML.replace(/messages/,"aventures narrées.");
            </script>
                          <span class="gensmall" id="totalusers">{TOTAL_USERS}</span><br />
                          <script type="text/javascript">
              document.getElementById('totalusers').innerHTML=document.getElementById('totalusers').innerHTML.replace(/Nous avons/,"Nous recensons");
             
              document.getElementById('totalusers').innerHTML=document.getElementById('totalusers').innerHTML.replace(/membres enregistrés/,"valeureux héros");
                        </script>
                          <span class="gensmall" id="newest">{NEWEST_USER}</span>
                          <script type="text/javascript">
             
              document.getElementById('newest').innerHTML=document.getElementById('newest').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Nouvel arrivant :");
            </script><br /><br />
                          <span class="gensmall" id="recordusers">{RECORD_USERS}/</span></p>
        <script style="text/javascript">             
              document.getElementById('recordusers').innerHTML=document.getElementById('recordusers').innerHTML.replace(/Le record du nombre d'utilisateurs en ligne est de/,"Le plus grand rassemblement a vu");
              document.getElementById('recordusers').innerHTML=document.getElementById('recordusers').innerHTML.replace(/ le /," participants le ");
              document.getElementById('recordusers').innerHTML=document.getElementById('recordusers').innerHTML.replace(/-/,"à");
            </script><br />
            <center><span class="stats_bonus"><span class="stats_join">E</span>nvie de devenir une Légende<span class="stats_join"> ?</span><br />
              <a href="http://ewilan.forumactif.fr/register" class="stats_join_a">Rejoins-Nous !</a></span></center>
        </div>
            </div>
   
    <div class="membres_esp_titre"><span class="h3">Les membres en ligne</span></div>
          <div class="anniv_esp_titre"><span class="h4">Anniversaires</span></div>
      <div class="total_bloc_membres"><div class="espace_interbloc_top"></div>
        <div class="bloc_membres">
                                  <p><span class="gensmall" id="totalonline">{TOTAL_USERS_ONLINE}</span></p>
                                    <script type="text/javascript">             
              document.getElementById('totalonline').innerHTML=document.getElementById('totalonline').innerHTML.replace(/utilisateur en ligne ::/,"voyageur en quête d'aventures, dont");
              document.getElementById('totalonline').innerHTML=document.getElementById('totalonline').innerHTML.replace(/utilisateurs en lignes ::/,"voyageurs en quête d'aventures, dont");
              document.getElementById('totalonline').innerHTML=document.getElementById('totalonline').innerHTML.replace(/Enregistré/,"héros identifié");
              document.getElementById('totalonline').innerHTML=document.getElementById('totalonline').innerHTML.replace(/Enregistrés/,"héros identifiés");
              document.getElementById('totalonline').innerHTML=document.getElementById('totalonline').innerHTML.replace(/Invisible/,"discret observateur");
              document.getElementById('totalonline').innerHTML=document.getElementById('totalonline').innerHTML.replace(/Invisibles/,"discrets observateurs");
              document.getElementById('totalonline').innerHTML=document.getElementById('totalonline').innerHTML.replace(/Invité/,"noble invité");
              document.getElementById('totalonline').innerHTML=document.getElementById('totalonline').innerHTML.replace(/Invités/,"nobles invités");
            </script><br />
                            <span class="gensmall" id="loggeduser">{LOGGED_IN_USER_LIST}</span>
                                  <script syle="text/javascript">             
              document.getElementById('loggeduser').innerHTML=document.getElementById('loggeduser').innerHTML.replace(/Utilisateur enregistré/,"Héros en mission");
              document.getElementById('loggeduser').innerHTML=document.getElementById('loggeduser').innerHTML.replace(/Utilisateurs enregistrés/,"Héros en mission");
                                  </script><br />
                                  <table>{L_CONNECTED_MEMBERS}</table></div>
        <div class="espace_interbloc"></div>
                        <div class="bloc_anniv">             
                  <table>{L_WHOSBIRTHDAY_TODAY}
                    {L_WHOSBIRTHDAY_WEEK}</table></div>
      </div> 
 
        <div class="total_bloc_amis"> <div class="amis_esp_titre"><span class="h6">Partenaires</span></div>
      <div class="bloc_amis">
                    <center>     
      <a href="http://www.terramysticarpg.com" target="_blank"><img src="http://i18.servimg.com/u/f18/16/08/46/70/logo_p11.png" class="margin_amis" alt="Terra Mystica" /></a>
      <a href="http://univers-batman-rpg.forumactif.org/" target="_blank"><img src="http://img15.hostingpics.net/pics/536395batman.png" class="margin_amis" alt="Univers Batman" /></a>
        <a href="http://tara-duncan.actifforum.com/" target="_blank"><img src="http://i58.servimg.com/u/f58/13/22/29/39/bouton10.png" class="margin_amis" alt="tara Duncan" /></a>
        <a href="http://marchombres.forumactif.fr/" target="_blank"><img src="http://img15.hostingpics.net/pics/601938Lavoiedesmarchombres.gif" class="margin_amis" alt="La Voie des Marchombres" /></a>
        <a href="http://ddstv.fr/" target="_blank"><img src="http://i56.servimg.com/u/f56/09/00/09/93/100_3510.jpg" class="margin_amis" alt="Univers Batman" /></a>
        <a href="http://theisland.forumakers.com/" target="_blank"><img src="http://image.noelshack.com/fichiers/2015/37/1442097149-bouton2.gif" class="margin_amis" alt="The Island" /></a>
        <a href="http://themortalinstrument.forumactif.org/" target="_blank"><img src="http://i19.servimg.com/u/f19/18/32/71/98/mortal12.png" class="margin_amis" alt="The mortal instrument" /></a>
        <a href="http://jurassicparkuniverse.forumactif.fr" target="_blank"><img src="http://img15.hostingpics.net/pics/492549logopartenariat.jpg" class="margin_amis" alt="Jurassic Park World Universe" /></a>
        <a href="http://www.ouat-storybrooke-rpg.com" target="blank"><img src="http://img15.hostingpics.net/pics/626715lol2.gif" class="margin_amis" alt="OUAT" /></a>
        </center></div>
              </div>
                                           
      <h5>Guildes</h5>
            <div class="bloc_groups"><center>
                          <p><a class="guildes_qeel_alaviriens" href="http://legraphcmal.forumactif.org/g3-alaviriens">Alaviriens</a><span class="sep_guildes">-</span>
                                <a class="guildes_qeel_chevaliers" href="http://legraphcmal.forumactif.org/g4-chevaliers">Chevaliers</a><span class="sep_guildes">-</span>
                                <a class="guildes_qeel_dessinateurs" href="http://legraphcmal.forumactif.org/g5-dessinateurs">Dessinateurs</a><span class="sep_guildes">-</span>
                                <a class="guildes_qeel_errants" href="http://legraphcmal.forumactif.org/g7-errants">Esprits Errants</a><span class="sep_guildes">-</span>
                                <a class="guildes_qeel_faels" href="http://legraphcmal.forumactif.org/g8-faels">Faëls</a><span class="sep_guildes">-</span>
                                <a class="guildes_qeel_frontaliers" href="http://legraphcmal.forumactif.org/g9-frontaliers">Frontaliers</a><span class="sep_guildes">-</span>
                                <a class="guildes_qeel_legionnoire" href="http://legraphcmal.forumactif.org/g10-legion-noire">Légion Noire</a><span class="sep_guildes">-</span>
                                <a class="guildes_qeel_marchombres" href="http://legraphcmal.forumactif.org/g11-marchombres">Marchombres</a></p>
                                <p><span class="sep_guildes">-</span><a class="guildes_qeel_mdc" href="http://legraphcmal.forumactif.org/g12-mercenaires-du-chaos">Mercenaires du Chaos</a><span class="sep_guildes">-</span>
                                <a class="guildes_qeel_petits" href="http://legraphcmal.forumactif.org/g13-petits">Petits</a><span class="sep_guildes">-</span>
                                <a class="guildes_qeel_peuplesest" href="http://legraphcmal.forumactif.org/g14-peuples-de-l-est">Peuples de l'Est</a><span class="sep_guildes">-</span>
                                <a class="guildes_qeel_pirates" href="http://legraphcmal.forumactif.org/g15-pirates-alines">Pirates alines</a><span class="sep_guildes">-</span>
                                <a class="guildes_qeel_reveurs" href="http://legraphcmal.forumactif.org/g16-reveurs">Rêveurs</a><span class="sep_guildes">-</span>
                                <a class="guildes_qeel_terriens" href="http://legraphcmal.forumactif.org/g17-terriens">Terriens</a><span class="sep_guildes">-</span>
                                  <a class="guildes_qeel_thuls" href="http://legraphcmal.forumactif.org/g18-thuls">Thüls</a></p></center>
                                </div>
     

           
              <div id="credits">QEEL by <a href="http://www.never-utopia.com">Never-Utopia</a></div>
      </div>
<!-- END disable_viewonline -->
Revenir en haut
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum