Sangs Mêles Originels
Bienvenue sur Vampire's Kindgom.

Nous vous invitons à lire le contexte et vous informons de la répartition des personnages sur le forum :

Vampires : 24
Esclaves : 21
Résidents : 2
Affranchis : 5
Dévots : 10


Vous avez les cartes en main pour faire le personnage de votre choix.

A bientôt.

Rejoignez le forum, c’est rapide et facile

Sangs Mêles Originels
Bienvenue sur Vampire's Kindgom.

Nous vous invitons à lire le contexte et vous informons de la répartition des personnages sur le forum :

Vampires : 24
Esclaves : 21
Résidents : 2
Affranchis : 5
Dévots : 10


Vous avez les cartes en main pour faire le personnage de votre choix.

A bientôt.
Sangs Mêles Originels
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Le deal à ne pas rater :
Réassort du coffret Pokémon 151 Électhor-ex : où l’acheter ?
Voir le deal

Selene Craft
https://sangsmelesoriginels.forumactif.com
Date d'inscription : 15/03/2017
Messages : 71

Feuille de personnage
En Quelques Mots: niÂge du personnage: Nationalité:
Selene Craft - Admin
Sam 22 Juil 2017 - 1:35
Code:
<meta charset="UTF-8" />  <title>Pa-Lisou</title>  <style>
  /* ajustements personnels */

      /* stylisation paragraphe contexte + choses à savoir : */
      #pa {
        font-family: "Lucida Handwriting", cursive;
        font-size: 12px;
        position: relative;
      }

      /* stylisation titres */
      #pa h2 {
        font-family: sans-serif;
        font-size: 14px;

        text-transform: uppercase;
        text-align: center;
        font-style: italic;

        margin-bottom: 10px !important; /* = espace sous les titres */
      }

      /* stylisation liens de toute la PA */

      #pa a{
        text-decoration: none;
        color: gray;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
      }

      #pa a:hover{
        text-decoration: none;
        color: black;
      }

      /* stylisation format date des news */

      .date {
        font-weight: bold;
        color: gray;
        font-size: 11px;
        text-transform: uppercase;
      }

      /* stylisation liens menu */
      ul#menu a {
        text-decoration: none;
        color: #000;
        letter-spacing: 0px;
        font-size: 16px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
      }

      ul#menu a:hover {
        letter-spacing: 2px;
        font-weight: bold;
      }

      /* stylisation pseudo "staff" */

      .pseudo {
        margin: 5px 0px;
        font-weight: bold;
        font-size: 110%;
      }

  /* normalize */
  #pa h1,#pa h2,#pa h3,#pa h4,#pa h5,#pa h6, ul, p { margin: 0; padding: 0; font-weight: normal;}

  /* GÉNÉRAL */

  #pa {
      width: 920px;
      margin: 0 auto;
      border: 5px solid black;
  }

  #pa-1 h1 {
      width: 100%;
      height: 130px; line-height: 100px;
      text-align: center;
  }

  #container {
      width: 780px; margin: 20px auto 10px;
      overflow: hidden;
  }

  .left {
      width: 620px;
      float: left; margin-right: 10px;
      min-height: 150px;
  }

  .right {
      width: 126px; height: 421px;
      border: 2px solid #000;
      float: left;
      padding: 10px;
  }

  /* MENU */

  ul#menu {
      width: 100%;
      padding: 5px 0px;
      border-top: 1px solid black;
      border-bottom: 1px solid black;
      list-style-type: none;
      text-align: center;
      text-transform: uppercase;
  }

  ul#menu li{
      display: inline-block;
      margin: 0;
      padding: 0 !important;
  }

  ul#menu li:after {
      content: "—";
      padding: 0 15px;
  }

  ul#menu li:last-child:after {
      content: "";
      padding: 0px;
  }

  /* contexte */
  #contexte {
      width: 596px; max-width: 596px;
      height: 136px; max-height:136px;
      padding: 10px; margin-bottom: 10px;
      border: 2px solid black;
  }

  img.contexteimg {
      width: 160px; height: 140px;
      margin: 0 10px 0 0;
      float: left;
  }

  .texte-contexte {
      width: 410px; height: 140px;
      padding-right: 15px; /* espace pour scrollbar */
      float: left; text-align: justify;
      overflow-y: auto; /* scrolling */
  }

  .texte-contexte p{  margin-bottom: 20px;}
  .texte-contexte p:last-child{  margin-bottom: 0px;}

  /* NEWS & CHOSES SE PASSANT */
  .twocols {
      float: left;
      width: 281px; height: 81px;
      border: 2px solid #000;
      margin-right: 10px;
      padding: 10px;
      position: relative;
      overflow: hidden;
  }

  .twocols:nth-child(even) {
      margin-right: 0px;
  }

  .news img { width: 100%; height: auto;}

  .choses img {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 105px;
      -webkit-transition: all 1s linear;
      -moz-transition: all 1s linear;
      -ms-transition: all 1s linear;
      -o-transition: all 1s linear;
      transition: all 1s linear;
      z-index: 1;
  }

  .choses:hover img {
      /* Pour faire disparaitre l'image au survol */
      position: absolute;
      width: 100%; height: 0px;
      top: 52.5px; left: 0;
  }

  .choses p {
      /* Positionnement du texte sous l'image + scroll */
      position: absolute; top: 0; left: 0;
      padding: 10px;
      width: 285px; height: 85px;
      overflow-y: auto;
      z-index: 0;
  }

  /* MEMBRES + NEWS + RECHERCHES */
  .threecols {
      float: left;
      width: 156px; height: 136px;
      border: 2px solid #000;
      margin-right: 10px;
      padding: 10px;
      position: relative;
  }

  .threecols:nth-child(2) {
      width: 216px;
  }

  .threecols:last-child {
      margin-right: 0px;
  }

  .memberofthemonth {
      width: 156px; height: 115px;
  }
 
  .mom {
      float: left;
      width: 75px;
      margin-right: 6px;
      text-align: center;
  }

  .mom .pseudo { font-weight: bold;}

  .mom:nth-child(2), .research a:nth-child(odd) {
      margin-right: 0px;
  }

  .mom img {
      width: 100%; height: auto;
  }

  .newscontent {
      height: 110px;
      overflow-y: auto;
  }

  .nouvelle {
      margin: 5px 0px;
      border-bottom: 1px dotted #000;
      padding-bottom: 5px;
  }
  .research {text-align: center;}

  .research a {
      display: inline-block;
      width: 50px;
      height: 50px;
      background: orange;
      margin-right: 5px;
      margin-bottom: 10px;
      text-align: center;
  }

  .research a img{
      width: 50px; height: 50px;
  }

  /* STAFFS */

  .contentstaff {
      width: 75%;
      text-align: center;
      margin-bottom: 10px;
  }

  .contentstaff img {
      width: 100%; height: auto;
  }

  /* PARTENAIRES */

  #footer1 {
      clear: both;
      width: 100%;
      padding-top: 10px !important;
  }

  #footer1 img {
      width: 88px; height: 31px;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
  }

  #footer1 img:hover {
      -webkit-animation-origin: center center;
      -moz-animation-origin: center center;
      -ms-animation-origin: center center;
      -o-animation-origin: center center;
      animation-origin: center center;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
  }

  #credits {
      position: absolute;
      bottom: -20px; right: 0;
  }
Selene Craft
https://sangsmelesoriginels.forumactif.com
Date d'inscription : 15/03/2017
Messages : 71

Feuille de personnage
En Quelques Mots: niÂge du personnage: Nationalité:
Selene Craft - Admin
Sam 22 Juil 2017 - 1:35
suite

Code:
</style>   
<div id="pa">
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
   <div id="pa-1">
                                                                                                                                                                             
      <div class="connected">
                                                                                                                                                                                                                                                                                                      
         <h1>
                                                                                                                                                  Bienvenue <span class="user-name">{USERNAME}</span>                                                                                                                                     
         </h1>
                                                                                                                                                                          
         <p>
                                                                                                                                                                            <span style="font-size: 30px; font-family: nuncio;"><strong>Forum ouvert depuis le 8  août 2007 ! Interdit aux moins  de 18 ans </strong></span>                                                                             
         </p><br />                                                                                                                                                                                                                                                                           
      </div>
                                                                                                                                                                                                                                                                                               
      <div class="not-connected" style="display: none;">
                                                                                                                                                                                                                                                                                                    
         <h1>
                                                                                                                                                  Si tu venais t'inscrire ?                                                                                                                                     
         </h1>
                                                                                                                                                                                                                                                                                                  
      </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
      <ul id="menu">
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
         <li>
                                                                                                                                                                                                                                                                                                  <a href="http://vampires-kingdom.forumactif.com/f5-

reglement">Règlement</a>                                                                                                                                                                                                                                                                                     
         </li>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
         <li>
                                                                                                                                                                                                                                                                                                  <a href="http://vampires-kingdom.forumactif.com/t10-le-

contexte">Contexte</a>                                                                                                                                                                                                                                                                                       
         </li>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
         <li>
                                                                                                                                                                                                                                                                                                  <a href="http://vampires-kingdom.forumactif.com/f1-les-

scenarios-pv-et-predefinis">Prédéfinis</a>                                                                                                                                                                                                                                                                                     
         </li>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
         <li>
                                                                                                                                                                                                                                                                                                  <a href="http://vampires-kingdom.forumactif.com/f8-la-

faq">FAQ</a>                                                                                                                                                                                                                                                                                     
         </li>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
         <li>
                                                                                                                                                                                                                                                                                                  <a href="http://vampires-kingdom.forumactif.com/t1374-le-parrainage">Parrainage</a>                                                                                                                                                                                                                                                                                     
         </li>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
         <li>
                                                                                                                                                                                                                                                                                                  <a href="http://vampires-kingdom.forumactif.com/f69-les-pubs-et-les-partenaires">Partenariat</a>                                                                                                                                                                                                                                                                                     
         </li>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
      </ul>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
      <div id="container">
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
         <div class="left">
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
            <!--                                                                                                                                                                                                                     

                                                                  ESPACE CONTEXTE                                         

                                                                                                                                                                                                                                            -->                                                                                                                                                                                                                                                                                                   
            <div id="contexte">
                                                                                                                                                                                                                                                                                                                     <img src="http://i68.servimg.com/u/f68/18/89/02/60/image_10.png" alt="" class="contexteimg" />                                                                                                                                                                                                                                                                                                     
               <div class="texte-contexte">
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
                  <p>
                                                                                                                                                                                                                                                                                                           Nous sommes en 2027. Dans l'ombre, les vampires exercent leur pouvoir en ce monde, qu'ils ont découpé en trois grandes puissances, divisées sur le sort des humains. Beaucoup les considèrent comme un réservoir inépuisable d'esclaves, des jouets dont l'unique raison d'être est de répondre à tous leurs caprices. D'autres choisissent de tourner le dos à cette pratique ancestrale, de vivre en paix, et de se lier à l'espèce humaine en échange de leur délicieux sang.  Les intrigues politiques se jouent entre les puissances vampiriques et pendant ce temps, les humains se font enlever et réduire en esclavage, tandis que d'autres tentent d'échapper à ce sort épouvantable en se mettant sous la protection de vampires qui refusent ce genre de pratique. Une partie de la population connait leur existence, les affranchis.                                                                                                                                                                                                                                                                                       
                  </p>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
                  <p>
                                                                                                                                                                                                                                                                                                           Quel rôle jouerez vous dans Vampire's Kingdom ?                                                                                                                                                                                                                                                                                     
                  </p>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
               </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
            </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
            <!--                                                                                                                                                                                                                     

                                                                  ESPACE NEWS ET CHOSES SE PASSANT                         

                                                                                                                           

                                                                                                                                  -->                                                                                                                                                                                                                                                                                                   
            <div style="overflow: hidden; margin-bottom: 10px;">
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
               <div class="twocols news">
                                                                                                                                                                                                                                                                                                                          INFOS        <br />                                                                                                                                                                               
                  <p>
                                                                                                                                                                                           Nous demandons <strong>20  lignes (ou 350 mots)</strong>                                                                                                                                                                     
                  </p>
                                                                                                                                                                                                                                                                                                                                                 
                  <p>
                                                                                                                                                                                      
                  </p>
                                                                                                  <br />                                                                               
                  <p>
                                                                                                           Nous comptons : <strong>28  vampires - 12 dévots -</strong>                                                                                     
                  </p>
                                                                                                                                                                                         
                  <p>
                                                                                                           <strong>22 esclaves - 8 affranchis - 3 résidents</strong>                                                                                                                                                                   
                  </p>
                                                                                                                                                                                         
               </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
               <div class="twocols choses">
                                                                                                                                                                                                         
                  <p>
                                                                                                                                                                                                        
                  </p>
                                                                                                                                                                                                   
                  <p>
                                                                                                                                                                                   <strong><span style="font-size: 16px;">Les Top-Sites pour voter :</span></strong><br /><a href="http://www.root-top.com/topsite/serpentgy/in.php?ID=10529" class="postlink" target="_blank"><span style="font-size: 40px;">♣</span></a> <a target="_blank" class="postlink" href="http://www.root-top.com/topsite/virtu4lgames/in.php?ID=5181"><span style="font-size: 40px;">♣</span></a> <a target="_blank" class="postlink" href="http://www.root-top.com/topsite/lilie/in.php?ID=424"><span style="font-size: 40px;">♣</span></a> <a target="_blank" class="postlink" href="http://www.root-top.com/topsite/velusia/in.php?ID=531"><span style="font-size: 40px;">♣</span></a> <a target="_blank" class="postlink" href="http://www.root-top.com/topsite/korben/in.php?ID=14016"><span style="font-size: 40px;">♣</span></a> <a target="_blank" class="postlink" href="http://www.root-top.com/topsite/virtu4lhunt3r/in.php?ID=2646"><span style="font-size: 40px;">♣</span></a><br />                                                                                                                                                             
                  </p>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
               </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
            </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
            <!--                                                                                                                                                                                                                     

                                                                  ESPACE MEMBRES + NEWS + RECHERCHONS                     

                                                                                                                           

                                                                                                                                    -->                                                                                                                                                                                                                                                                                                   
            <div style="overflow: hidden;">
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
               <div class="threecols">
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
                  <h2>
                                                                                                                                                                                                                                                                                                           Nouveaux Membres                                                             
                  </h2>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
                  <div class="memberofthemonth">
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                     <p class="mom">
                                                                                                                                                                                                                                                                                                                                      <img alt="" src="http://img11.hostingpics.net/pics/279960Clairepetite.jpg" />                        <span class="pseudo">Claire Darrow</span><br />                                                                                                                                                                                                                                                                                                                                                                   
                     </p>
                                                                                                                                              
                     <p class="mom">
                                                                                    <img alt="" src="http://img15.hostingpics.net/pics/261757kayascodelarioprofile.jpg" />                        <span class="pseudo">Dylan Woolridge</span><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
                     </p>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                  </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
               </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
               <div class="threecols">
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
                  <h2>
                                                                                                                                                                                                                                                                                                           Nouveautés                                                                                                                                                                                                                                                                                     
                  </h2>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
                  <div class="newscontent">
                                                          
                     <div class="nouvelle">
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
                        <div class="date">
                                                                                                                                                                                                                                                                                                                 20-01-2017 :                                                                                                                                                                                                                                                                                     
                        </div>
                                                                                                                                                                                                                                                                                                                                      Nouvel administrateur : Liu Kuan Ti                                                                                                                                                                                                                                                                                                           
                     </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
                  </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
               </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
               <div class="threecols research">
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
                  <h2>
                                                                                                                                                                                                                                                                                                           Les prédéfinis                                                                                                                                                                                                                                                                                       
                  </h2>
                                                                                                                                                                                                                                                                                                                          <a href="http://vampires-kingdom.forumactif.com/t6453-les-residents#401985">                    <img src="http://i86.servimg.com/u/f86/18/89/02/60/januar10.png" alt="Coleen" /></a>                  <a href="http://vampires-

kingdom.forumactif.com/t6640-les-affranchis-3-3">                    <img src="http://i68.servimg.com/u/f68/18/89/02/60/alex_p10.png" alt="Douglas" /></a>                  <a href="http://vampires-kingdom.forumactif.com/t6640-les-affranchis-3-4#410992">                    <img src="http://i84.servimg.com/u/f84/18/89/02/60/idris_11.png" alt="Iqbal" /></a>                  <a href="http://vampires-kingdom.forumactif.com/t6454-les-vampires#405160">                    <img src="http://i86.servimg.com/u/f86/18/89/02/60/alex_o10.png" alt="Ian" /></a>                                                                                                                                                                                                                                                                                                     
               </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
            </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
         </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
         <!--                                                                                                                                                                                                                             

                                                          END COLONNE "LEFT"                                               

                                                                                                                                                                                                                                        -->                                                                                                                                                                                                                                                                                               
         <div class="right">
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
            <h2>
                                                                                                                                                                                                                                                                                                     Staff                                                                                                                                                                                                                                                                                     
            </h2>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
            <div class="contentstaff">
                                                                                                                                                                                                                                                                                                                     <img src="http://i68.servimg.com/u/f68/18/89/02/60/image_12.png" alt="" />                                                                                                                                                                                                                                                                                                     
               <div class="pseudo">
                                                                                                                                                                                                                                                                                                        L'ANGE NOIR                                                                                                                                                                                                                                                                                     
               </div>
                                                                                                                                                                                                                                                                                                                     <a href="http://vampires-

kingdom.forumactif.com/privmsg?mode=post&u=1277">MP</a> -                <a href="http://vampires-

kingdom.forumactif.com/u1277">PROFIL</a>                                                                                                                                                                                                                                                                                                 
            </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
            <div class="contentstaff">
                                                                                                                                                                                                                                                                                                                     <img src="http://i86.servimg.com/u/f86/11/43/81/11/vignet12.jpg" alt="" />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
               <div class="pseudo">
                                                                                                                                                                                                                                                                                                        SELENE CRAFT                                                                                                                                                                                                                                                                                     
               </div>
                                                                                                                                                                                                                                                                                                                                                 <a href="http://vampires-kingdom.forumactif.com/privmsg?mode=post&u=1">MP</a> -                <a href="http://vampires-kingdom.forumactif.com/u1">PROFIL</a>                                                                                                                                                                                                                                                                                               
            </div>
                                                                                                                                                                                                                                                       
         </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
         <!--                                                                                                                                                                                                                             

                                                          END COLONNE "RIGHT"                                             

                                                                                                                                                                                                                                        -->             
         <div id="footer1" style="text-align: center;">
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
            <!--                                                                                                                                                                                                                     

                                                                  <marquee behavior="" direction="right"

onmouseover="this.stop();" onmouseout="this.start();" scrollamount="1">                                                   

                                                                                                                                                                                                                                  -->              <a href="http://asaria-evolution.forumactif.org"><img src="http://img4.hostingpics.net/pics/663170368006asatest.gif" /></a>  <a href="http://atlantisinsurrection.forumactif.fr"><img src="http://image.noelshack.com/fichiers/2014/32/1407326857-

bouton8831pegase.png" /></a>  <a href="http://black-out.forumactif.org"><img src="http://img4.hostingpics.net/pics/364734boutonBOlight100x35.gif" /></a><a href="http://clan-kravt.fr/index.php"><img src="http://www.pixenli.com/images/1437/1437740289001813800.png" /></a> <a href="http://divinetemptation.forumactif.org/" target="_blank"><img src="http://img4.hostingpics.net/pics/537513DivineTemptation3.jpg" /></a> <a href="http://haremofcorruption.various-forum.com"><img src="http://i.imgur.com/Vj6YDVd.png" /></a><a href="http://laserenissime.forumactif.org/"><img src="http://zupimages.net/up/17/14/tcxq.gif" /></a> <a href="http://marbrume.forumrpg.org"><img src="http://i21.servimg.com/u/f21/12/99/58/89/bouton11.jpg" /></a> <a href="http://darkdawnsymphony.forumgratuit.org"></a>  <a href="http://thedepraveddominance.forumdiet.net"><img src="http://i.imgur.com/rcYsLLm.png" /></a>    <a href="http://weirdtales.forumactif.org"><img src="http://i68.servimg.com/u/f68/19/30/69/14/part310.png" /></a>                                                                                                                                                                       
         </div>
                                                                                                                                                                                
      </div>
                                                                                                                                                                             
   </div>
</div>
avatar
Date d'inscription : 19/09/2019
Messages : 5
Célébrité : Aucunes
La Dévotion -
Mer 16 Oct 2019 - 19:27
Code:
 <style>
/* ajustements personnels */

/* stylisation paragraphe contexte + choses à savoir : */
#pa {
font-family: "Lucida Handwriting", cursive;
font-size: 12px;
position: relative;
}

/* stylisation titres */
#pa h2 {
font-family: sans-serif;
font-size: 14px;
color: #BD882D;
text-align: center;
font-style: italic;
margin-bottom: 5px !important; /* = espace sous les titres */
}

/* stylisation liens de toute la PA */

#pa a{
text-decoration: none;
color: #BD882D;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

#pa a:hover{
text-decoration: none;
color: black;
}

/* normalize */
#pa h1,#pa h2,#pa h3,#pa h4,#pa h5,#pa h6, ul, p { margin: 0; padding: 0; font-weight: normal;}

/* GÉNÉRAL */

#pa {
width: 920px;
margin: 0 auto;
border: 5px solid black;
}

/*nom du connecté*/
#pa-1 h1 {
width: 100%;
height: 100px; line-height: 100px;
text-align: center;
color: #BD882D;
}

#container {
width: 850px; margin: 20px auto 10px;
overflow: hidden;
}

.left {
width: 620px;
float: left;
min-height: 145px;
}

/*ESPACE NEWS*/
.right {
width: 196px; height: 185px;
border: 2px solid #000;
float: right;
padding: 10px;
background-image:url(https://i.servimg.com/u/f58/19/65/31/91/textur12.jpg);
background-size: cover;
font-family: sans-serif;
}

.staffs {
font-family: arial, "Lucida Handwriting", cursive;
font-size: 12px;
width: 196px; height: 86px;
border: 2px solid #000;
padding: 10px;
padding-top: 10px;
margin-top: 10px;
float: right;
background-image:url(https://i.servimg.com/u/f58/19/65/31/91/textur12.jpg);
background-size: cover;
}

/* CADRE LIENS */
#cadreliens{
width: 150px; max-width: 150px;
height: 120px; max-height:120px;
padding: 10px;
border: 2px solid black;
float:left;
background-image:url(https://i.servimg.com/u/f58/19/65/31/91/textur12.jpg);
background-size: cover;
}

.texteliens
{
font-family: sans-serif;
font-size: 13px;
color: #BD882D;
font-style: italic;
text-align: left;
letter-spacing: 1px;
margin-left: 5px;
margin-bottom: 5px !important; /* = espace sous les titres */
}

/* ESPACE CONTEXTE */
#contexte{
width: 410px; height: 120px;
border: 2px solid #000;
margin-right: 10px;
margin-left: 10px;
padding: 10px;
position: relative;
overflow: hidden;
background-image:url(https://i.servimg.com/u/f58/19/65/31/91/textur12.jpg);
background-size: cover;
}
.texte-contexte {
width: 410px; height: 140px;
padding-right: 15px; /* espace pour scrollbar */
float: left; text-align: justify;
overflow-y: auto; /* scrolling */
}

.texte-contexte p{ margin-bottom: 20px;}
.texte-contexte p:last-child{ margin-bottom: 0px;}

/*sujets récents*/
.twocols2 {
width: 320px; height: 152px;
border: 2px solid #000;
position: relative
margin-right: 8px;
margin-left: 50px;
padding: 10px;
overflow: hidden;
color:#BD882D;
background-image:url(https://i.servimg.com/u/f58/19/65/31/91/textur12.jpg);
background-size: cover;
}
/*Widget Sujets récents*/
#recent_topics {
color: black;
font-size: 14px;
height: 400px;
width: 305px;
overflow-y:hidden;
overflow-x:auto;
}
/* ESPACE VOTE */
.twocols1 {
float: left;
width: 240px; height: 152px;
border: 2px solid #000;
margin-right: 10px;
padding: 10px;
overflow: hidden;
color:#BD882D;
background-image:url(https://i.servimg.com/u/f58/19/65/31/91/textur12.jpg);
background-size: cover;
}
#votes{
clear: both;
width: 100%;
}

#votes img {
width: 55px; height: 60px;
margin-top:3px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}

#votes img:hover {
-webkit-animation-origin: center center;
-moz-animation-origin: center center;
-ms-animation-origin: center center;
-o-animation-origin: center center;
animation-origin: center center;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}

/*PREDEFINIS*/
#predefinis{
float: left;
width: 310px; height: 75px;
border: 2px solid #000;
padding: 10px 0px 15px 0px;
margin-right: 10px;
overflow: hidden;
color:#BD882D;
background-image:url(https://i.servimg.com/u/f58/19/65/31/91/textur12.jpg);
background-size: cover;
}

#predefinis img {
padding: 10px;
width: 52px; height: 52px;
border-radius: 100px;
-moz-border-radius: 100px;
  -wekbit-border-radius: 100px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}

img.space {
margin: 20px;
}

/* PARTENAIRES */

#blocpartenaire{
width: 500px; height: 80px;
border: 2px solid #000;
padding: 10px;
overflow: hidden;
float:right;
color:#BD882D;
background-image:url(https://i.servimg.com/u/f58/19/65/31/91/textur12.jpg);
background-size: cover;
}

#footer1 {
clear: both;
width: 100%;
padding-top: 10px !important;
}

#footer1 img {
width: 70px; height: 30px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}

#footer1 img:hover {
-webkit-animation-origin: center center;
-moz-animation-origin: center center;
-ms-animation-origin: center center;
-o-animation-origin: center center;
animation-origin: center center;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}

#credits {
position: absolute;
bottom: -20px; right: 0;
}

</style>
<div id="pa">
                                                                                          
   <div id="pa-1">
                                                                                                   
      <div class="connected">
                                                                                                            
         <h1>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Bienvenue <span class="user-name">{USERNAME}</span>                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
         </h1>
                                                                                                            
         <p>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <span style="font-size: 24px; font-family: Nuncio;"><strong>Forum ouvert depuis le 8 août 2007 ! Interdit aux moins de 18 ans </strong></span>                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
         </p><br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
      </div>
                                                                                                   
      <div id="container">
                                                                                                            
         <div class="left">
                                                                                                                                                                         
            <!--                                                                                                                                                                                                                                                                                                                                                                                                                                                ESPACE CADRE LIENS                                                                                                                                                                                                                                                                                                                                                                                                                                                -->                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
            <div id="cadreliens">
                                                                                                                              
               <div class="texteliens">
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          <a href="http://vampires-kingdom.forumactif.com/t2-le-reglement">Règlement</a><br /><a href="http://vampires-kingdom.forumactif.com/f7-le-contexte-et-ses-annexes">Contexte et annexes</a><br /><a href="http://vampires-kingdom.forumactif.com/t7586-guide-de-demarrage"><strong><span style="color: #BF500F;">Le guide</span></strong></a><br /><a href="http://vampires-kingdom.forumactif.com/f1-les-scenarii">Prédéfinis</a><br /><a href="http://vampires-kingdom.forumactif.com/t8452-vos-marraines-pour-vous-servir">Parrainage</a><br /><a href="http://vampires-kingdom.forumactif.com/f104-les-listings-du-forum">Les bottins du forum</a><br />                                     
               </div>
                                                                                            
            </div>
                                                                                 
            <!--                                                            ESPACE CONTEXTE                                                            -->                                                                                                                                                                                                                                     
            <div style="overflow: hidden; margin-bottom: 10px; margin-left:10px;">
                                                                                                                                                                                                                                
               <div id="contexte">
                                                                                                                                                                                                                                     
                  <h2>
                                                                                                                                                                                                   LE CONTEXTE                                                                                                                                                                                                               
                  </h2>
                                                                                                                                                                                                                                     
                  <p style="text-align: left; margin-top: 10px; color:black;">
                                                                                                                                                                                                   2028. Le monde est sous la domination des vampires, protégés par des dévots (mi vampires-mi hommes). Une crise économique, et des combats sanglants pour se partager la terre, ont laissé les peuples en proie au chaos. Les plus chanceux ont trouvé refuge dans le Protectorat tandis que d'autres tentent d'échapper à l'esclavage imposé par le Roi et L'Empereur....                                                                                                                                                                                                               
                  </p>
                                                                                                                                                                                                                                   
                  <p style="font-size: 15px; text-align: left;">
                                                                                                                                                                                                   <a href="http://vampires-kingdom.forumactif.com/t7539-le-contexte#420743" class="postlink" target="_blank" rel="nofollow">Lire la suite...</a>                                                                                                                                                                                                                                                 
                  </p>
                                                                                                                                                                                                                                   
               </div>
                                                                                                                                                                                                                                
            </div>
                                                                   
            <!--                                        ESPACE VOTES ET RP                                        -->                                                                                                                                                                                                                                                     
            <div style="overflow: hidden; margin-bottom: 10px;">
                                                                                                                                                                                                                  
               <div class="twocols1">
                                                                                                                                                                                                                       
                  <div id="votes" style="text-align: center;">
                                                                                                                                                                                                                        
                     <h2>
                                                                                                                                                                                                VOTONS POUR VK                                                                                                                                                                                                                                       
                     </h2>
                                                                                                                                                                                             <a rel="nofollow" target="_blank" class="postlink" href="http://www.root-top.com/topsite/vampie/in.php?ID=1"><img src="https://2img.net/r/hpimg4/pics/959209Chauve.png" /></a> <a href="http://www.root-top.com/topsite/serpentgy/in.php?ID=10529" class="postlink" target="_blank" rel="nofollow"><img src="https://2img.net/r/hpimg4/pics/959209Chauve.png" /></a> <a rel="nofollow" target="_blank" class="postlink" href="http://www.root-top.com/topsite/virtu4lgames/in.php?ID=5181"><img src="https://2img.net/r/hpimg4/pics/959209Chauve.png" /></a> <a rel="nofollow" target="_blank" class="postlink" href="http://www.root-top.com/topsite/lilie/in.php?ID=424"><img src="https://2img.net/r/hpimg4/pics/959209Chauve.png" /></a> <a href="http://www.root-top.com/topsite/velusia/in.php?ID=531" class="postlink" target="_blank"><img src="https://2img.net/r/hpimg4/pics/959209Chauve.png" /></a> <a rel="nofollow" target="_blank" class="postlink" href="http://www.root-top.com/topsite/korben/in.php?ID=14016"><img src="https://2img.net/r/hpimg4/pics/959209Chauve.png" /></a> <a rel="nofollow" target="_blank" class="postlink" href="http://www.root-top.com/topsite/virtu4lhunt3r/in.php?ID=2646"><img src="https://2img.net/r/hpimg4/pics/959209Chauve.png" /></a> <a rel="nofollow" target="_blank" class="postlink" href="http://www.root-top.com/topsite/cherry23/in.php?ID=494"><img src="https://2img.net/r/hpimg4/pics/959209Chauve.png" /></a>                                                                                                                                                               
                  </div>
                                                                                                                                                 
               </div>
                                                                    
               <div class="twocols2 RP">
                                                                                                                                                                                                                   
                  <h2>
                                                                                                                                                                                           DERNIERS MESSAGES                                                                                                                                                                                                                                                                                     
                  </h2>
                                                                                                                                                                                                                   
                  <table>
                                             <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody>
                     <tr style="">
                                                                                                                                                                                                                         
                        <td align="center">
                                                                                                                                                                                                                            
                           <marquee behavior="none" direction="up" scrollamount="3" onmouseout="this.start();" onmouseover="this.stop();" scrollamountstyle="height: 270px;">
                                                                                             
                              <div id="recent_topics">
                                                                                                
                              </div>
                                                                                                                                                                                                    <script type="text/javascript"> jQuery.get('/portal',function(data){
              jQuery('#recent_topics').html(jQuery(data).find('.forumline td.row1').html());
              });
              </script>                                                                                                                                                                                                                                                                                       
                           </marquee>
                                                                                                                                                                                                                                                                                                                                                        
                        </td>
                                                                                                                                                                                                                         
                     </tr><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody>       
                  </table>
                                                                                                                                                                                                                   
               </div>
                                                                                                                                                                                                                
            </div>
                                                                                                                                                                                                               
         </div>
                                                                                                                                                                                                            
         <!--                            END COLONNE "LEFT                            -->                     
         <!--                        ESPACE NEWS                        -->                                                                                                                                                                                                                                         
         <div class="right">
                                                                                                                                                                                                       
            <h2>
                                                                                                                                                                                   LES NEWS                                                                                                                                                             
            </h2>
                                                                                                                                                                                                       
            <table>
                                                                                                                                                                                   <tbody>                                                                                                                                            </tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody>
               <tr style="">
                                                                                                                                                                                                             
                  <td colspan="2">
                                                                                                                                                                                         <iframe frameborder="0" name="news" src=" http://vampires-kingdom.forumactif.com/h4-news scrolling=" no"="" style="width: 195px; height: 290px;"> </iframe>                                                                                                                                                                                                                                                                                                                                                       
                  </td>
                                                                                                                                                                                                             
               </tr><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody>                                                                                                                                                                 
            </table>
                                                                                                                                                                                                       
         </div>
                                                      
         <div class="staffs">
                                                                                                                                                                                               
            <h2>
                                                                                                                                                                                   LE STAFF                                                                                                                                                     
            </h2>
                                                                                                                                                                                 
            <ul style="text-align: center; color:black; list-style-type: none; letter-spacing: 2px; ">
                                                                                                                                                                                                  
               <li>
                                        Sélène Craft                                                                                           
               </li>
                                                                                                                                                                                                
               <li>
                                        L'Ange Noir                                                                                           
               </li>
                                                                                                        
               <li>
                                        L'Oracle                                             
               </li>
                                        
               <li>
                                        La Dévotion                                             
               </li>
                                            
               <li>
                                        Le Démon               
               </li>
                                                                                                                                                                                  
            </ul>
                                                                                                                                                                                                                                                                                           
         </div>
                                                                                                                                                                                                  
         <!--                        END COLONNE "RIGHT"                        -->                     
         <div id="predefinis">
                                                                                                                                                                                                   
            <h2>
                                                                                                                                                                         LES PREDEFINIS                                                                                                                                                                                                                                                                                         
            </h2><a href="http://vampires-kingdom.forumactif.com/t7584-scenarii-au-rajastan">                    <img src="https://i.servimg.com/u/f11/19/12/72/43/ikuta_10.jpg" alt="Kohei" /></a> <a href="http://vampires-kingdom.forumactif.com/t7604-scenarii-dans-le-protectorat">                    <img src="https://i.servimg.com/u/f11/19/12/72/43/sans_t10.jpg" alt="Esther" /></a> <a href="http://vampires-kingdom.forumactif.com/t7605-scenarii-en-empire"> <img src="https://i.servimg.com/u/f84/18/89/02/60/idris_11.png" alt="Iqbal" /></a><a href="http://vampires-kingdom.forumactif.com/t7602-scenarii-au-royaume">                    <img src="https://i.servimg.com/u/f11/19/12/72/43/aishwa10.jpg" alt="Varsha" /></a>                                                                                                                                                                                                                                 
         </div>
                                                                                                                                                                                                
         <div id="blocpartenaire">
                                                                                                                                                                                                     
            <div id="footer1" style="text-align: center;">
                                                                                                                                                                                                                                                             <a target="_blank" href="http://20serneuerung.forumactif.com/"><img src="https://i.imgur.com/d8ngmIU.jpg" /></a> <a href="http://asaria-evolution.forumactif.org"><img src="https://2img.net/r/hpimg4/pics/663170368006asatest.gif" /></a>  <a href="http://atlantisinsurrection.forumactif.fr"><img src="http://image.noelshack.com/fichiers/2014/32/1407326857-
bouton8831pegase.png" /></a>  <a href="http://clan-kravt.fr/index.php" target="CLAN-KRAVT"><img src="http://www.pixenli.com/images/1437/1437740289001813800.png" /></a> <a href="http://divinetemptation.forumactif.org/" target="_blank"><img src="https://2img.net/r/hpimg4/pics/537513DivineTemptation3.jpg" /></a> <a href="http://laserenissime.forumactif.org/"><img src="https://www.zupimages.net/up/17/14/tcxq.gif" /></a>                                                                                                                                                   
            </div>
                                                                                                                                                                                                                             
         </div>
                                                                                                                                                    
      </div>
                                                                                 
   </div>
                                                        
</div>
Contenu sponsorisé -
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum