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

 
-28%
Le deal à ne pas rater :
Précommande : Smartphone Google Pixel 8a 5G Double Sim 128Go ...
389 € 539 €
Voir le deal

Partagez
 

 codes

Aller en bas 
Leslie Harper
AdminLeslie Harper

PROFILMessages : 18
Date d'inscription : 17/02/2018
RPG

codes Empty
Message () Sujet: codes   codes EmptyMer 5 Jan - 9:15

CSS
Code:

/*HR*/
hr {
BORDER-BOTTOM: #f7f2e7 1px double;}
/* JUSTIFICATION */
.postbody {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-align:justify;
    font-size: 11px;}


/*ESPACE ENTRE HEADER ET BARRE DE NAVIGATION*/

.maintitle{
margin-top: -50px;
 }

/*PLUS DE FAQ ET CALENDRIER*/
    a.mainmenu[href="/calendar"] {display: none !important;}
    a.mainmenu[href="/faq"] {display: none !important;}

    .bodylinewidth {
    width: 800px;
    }



/*SOULIGNEMENT*/
a {text-decoration: none !important;}
a:hover {text-decoration: none !important;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}




cate {
font-family: 'Lato', sans-serif;
font-size : 8px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
background-color: #f1dedb !important;

}

th {
background-image: url(https://i.servimg.com/u/f33/12/86/07/90/sans_t12.png);
margin:0; font-size:11px; text-transform:uppercase; font-family: courier new; font-weight: lighter;
color: #9e8768; /* MODIFIABLE */
}

/* BLOC TITRE CATEGORIE */
.tleCAT {
margin:5px auto 0; width:800px; padding:1px 0; text-align:center;
background-image: url(https://zupimages.net/up/22/01/c7ob.png); /* MODIFIABLE */
}
/* TITRE CATEGORIE */
.tleCAT h2 {
margin:0; font-size:13px; text-transform:uppercase; font-family: courier new; font-weight: lighter;
color: #9e8768; /* MODIFIABLE */
}
/* CONTENU CATEGORIE */
.mdlCAT {
margin:auto;
width:800px; padding:25px 0 10px;
background: #ffffff; /* MODIFIABLE */
}
/* BAS CATEGORIE */
.btmCAT {
margin:auto; margin-bottom:10px; width:800px;
height:3px; background: #f1dedb; /* MODIFIABLE */
}
/* BLOC FORUM */
.FRM {
margin:auto; margin-bottom:15px;
width:750px; text-align:center; font-family:Arial;
}
/* BLOC TITRE FORUM */
.tleFRM {
margin:auto; margin-bottom:10px;
width:750px; padding:5px 0;
text-align:left; font-size:12px; text-transform:uppercase; letter-spacing:3px;
background: #ffffff; /* MODIFIABLE */
}
/* TITRE FORUM */
.tleFRM a {
padding-left:7px;
color: #a8d2ba !important;
font-family: 'Lato', sans-serif;
font-weight: bold;
background-image: url(https://jenna-coleman.com/wp/wp-content/themes/Jenna_Version6/images/sbtitle.png);
background-repeat: repeat-x;
background-position: center bottom;
padding-bottom: 20px;/* MODIFIABLE */
}
/* DESCRIPTION FORUM */
#descFRM {
display:inline-block; vertical-align:top;
width:400px; height:100px; overflow:hidden;
background: #FFFBF7; color: #8C6A58; /* MODIFIABLE */
}
.descFRM {
position:relative;
width:400px; height:100px; overflow:hidden;
}
.descFRM div {
width:390px; height:90px; padding:5px; overflow-y:auto;
font-size:11px; text-align:justify; line-height:15.5px;
}
/* IMAGE DESCRIPTIVE FORUM */
#descFRM img {
position:absolute; z-index:5; margin-top:-5px; margin-left:-5px;
width:400px; height:100px;
transition:all .65s linear; -webkit-transition:all .65s linear;
}
#descFRM:hover img {
transform:translateX(-400px); -webkit-transform:translateX(-400px);
}
/* BLOC AVATAR DERNIER POSTEUR FORUM */
.avaFRM {
display:inline-block; vertical-align:top; margin:0 10px;
width:50px; height:90px; border:5px solid;
border-image: url(https://i.pinimg.com/564x/6b/0a/95/6b0a956a0dc637c6ece3a9969cadbc81.jpg) 42 round stretch; background: #FFFBF7;
-webkit-filter: brightness(95%) contrast(1.0) grayscale(55%); /* MODIFIABLE */
}
.avaFRM div {
width:50px; height:90px; overflow:hidden;
}
.avaFRM div img {
width:60px;
}
/* BLOC SOUS-FORUMS */
.sfFRM {
display:inline-block; vertical-align:top; margin-right:10px;
width:100px; height:90px; padding:5px; overflow:hidden;
color:rgba(0,0,0,0); line-height:0;
background: #FFFBF7;  /* MODIFIABLE */
}
.sfFRM:hover {
overflow-y:auto;
}
/* LIENS SOUS-FORUMS */
.sfFRM a {
display:block; margin-bottom:5px; padding:3px 0;
text-transform:uppercase; line-height:12px;
font-family: courier new; font-weight: lighter;
background-image: url(https://i.servimg.com/u/f33/12/86/07/90/sans_t12.png);
color: #9e8768 !important; /* MODIFIABLE */
}
/* BLOC ICÔNES / DERNIER MESSAGE FORUM / NOMBRE SUJETS & MESSAGES FORUM */
.boxFRM {
display:inline-block; vertical-align:top;
width:150px;
}
/* BLOC ICÔNES FORUM / DERNIER MESSAGE FORUM */
.lmsgFRM {
margin-bottom:5px;
width:150px; height:75px;
}
/* ICÔNES FORUM */
.imgFRM {
width:150px; height:75px;
}
/* DERNIER MESSAGE FORUM */
.lmsgFRM div {
position:absolute; margin-top:-75px;
width:140px; height:75px; padding:0 5px;
text-align:center; font-size:10px;
background: #FFFBF7; color: #8C6A58; /* MODIFIABLE */
}
.FRM:hover .lmsgFRM div {
opacity:1;
}
/* COULEUR TITRE SUJET DERNIER MESSAGE FORUM */
.lmsgFRM a {
text-transform:uppercase; color:#8C6A58; /* MODIFIABLE */
}
/* NOMBRE SUJETS & MESSAGES FORUM */
.nbFRM {
width:150px; height:17px; padding-top:3px; overflow:hidden;
text-transform:uppercase; font-size:10px; line-height:15px;
font-family: 'Lato', sans-serif;
font-size : 8px;
font-weight: bold;
letter-spacing: 1px;
background:#f1dedb; color:#8C6A58; /* MODIFIABLE */
}

/* les onglet */
.systab .tab {
  padding: 2px 10px;
  margin-right: 5px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
}
/* les onglets survolés */
.systab .tab:hover {
  background: #b8efa1;
  color: #487f31;
  border-color: #487f31;
}
/* les onglets sélectionnés */
.systab .tab.selected{
  color: #ccc;
  background: #333;
}
/* contenus associés aux onglets  */
.systab .contents {
  margin-top: 1px;
  margin-bottom: 1px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  padding: 10px;
}
/* style des onglets */
.systab.s_float .tab,.systab.s_float .tab {
  display: block;
  margin: 5px;
}
/* flottement des conteneurs  */
.systab.s_float .tabs,.systab.s_float .contents {
  float: left;
}

/***************************************************** QUI EST EN LIGNE *****************************************************/
.fond_qeel {
    background-color: #fff;
    box-sizing: border-box;
    font-size: 12px;
    margin: 0 auto 2% auto;
    padding: 2%;
    width: 800px;
    font-family: Arial;
    color: #745881;
}

/* BLOCS GAUCHE ET DROIT */
.boite_qeel {
    background: #FCF5F8;
    border: 1px solid #FEECF3;
    padding: 1%;
    float: left;
    width: 30%;
    height: 150px;
    overflow: auto;
}

/* BLOC MILIEU */
.qeel_groupes {
    float: left;
    width: 33%;
    margin: 0 1%;
    text-align: center;
}

/* Mise en forme generale des liens */
.qeel_groupes a {
    display: inline-block;
    width: width: 105px;
    margin: 0 2% 2% 0;
      text-transform: uppercase;
    padding: 1% 0;
    color: #FCF5F8 !important;
}

/* Mise en forme de chaque groupe */
.qeel_g1 {background: #8C6599 !important; width: 105px;}
.qeel_g2 {background: #DC4C6A !important; width: 105px;}
.qeel_g3 {background: #52AFB0 !important; width: 105px;}
.qeel_g4 {background: #375386 !important; width: 105px;}
.qeel_g5 {}
.qeel_g6 {}


 
/* Texte bienvenu */
.qeel_bienvenu {
    width: 60%;
    float: left;
    text-align: center;
    padding: 18% 0 0;
}

/* Avatar dernier inscrit */
.qeel_avatar img {
    border: 1px solid #626667;
      object-fit: cover;
    height: 98px;
    width: 100x;
    margin: 7% 0 0;
}

/* TRANSPARENCE DU BLOC 24H */
#kaboum .row1 {
    background-color: transparent;
}

#kaboum .row1 .gensmall {
    font-size: 12px;
    color: #626667;
    font-family: Arial;
}

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

<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
    <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
        <tr>
            <td width="50%" valign="top" align="{switch_user_login_form_header.V_ALIGN}" class="row1">

                <table>
                    <tr>
                        <td><span class="genmed">{L_USERNAME}:</span> </td>
                        <td><input class="post" type="text" size="10" name="username"/> </td>
                        <td>
                            <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                            <span class="gensmall">{L_AUTO_LOGIN}</span> 
                        </td>
                    </tr>

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

            <!-- BEGIN switch_social_login -->
            <td width="10%" align="center" valign="middle" class="row1">
                <span class="genmed fb_or">{switch_user_login_form_header.switch_social_login.L_OR}</span>
            </td>
            <td width="40%" class="align_gauche row1">
                <div class="social_btn">
                    <!-- BEGIN fb_connect -->
                    <div class="fb-login-button"></div>
                    <!-- END fb_connect -->
                    <!-- BEGIN topicit_connect -->
                    <div class="ti-connect"></div>
                    <!-- END topicit_connect -->
                </div>
            </td>
            <!-- END switch_social_login -->

        </tr>
    </table>
</form>
<!-- END switch_user_login_form_header -->

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

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
    <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
        <tr>
            <td width="50%" valign="top" align="right" class="row1">

                <table>
                    <tr>
                        <td><span class="genmed">{L_USERNAME}:</span> </td>
                        <td><input class="post" type="text" size="10" name="username"/> </td>
                        <td>
                            <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                            <span class="gensmall">{L_AUTO_LOGIN}</span> 
                        </td>
                    </tr>

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

            <!-- BEGIN switch_social_login -->
            <td width="10%" align="center" valign="middle" class="row1">
                <span class="genmed fb_or">{switch_user_login_form_footer.switch_social_login.L_OR}</span>
            </td>
            <td width="40%" class="align_gauche row1">
                <div class="social_btn">
                    <!-- BEGIN fb_connect -->
                    <div class="fb-login-button"></div>
                    <!-- END fb_connect -->
                    <!-- BEGIN topicit_connect -->
                    <div class="ti-connect"></div>
                    <!-- END topicit_connect -->
                </div>
            </td>
            <!-- END switch_social_login -->

        </tr>
    </table>
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->
<div class="fond_qeel">
     <div class="boite_qeel">
             <span id="matt">
                     {TOTAL_USERS}
                </span>
                 <span id="bert">
                     {TOTAL_POSTS}
                </span>
             <br />
                <span id="celine">
                     {TOTAL_USERS_ONLINE}
             </span>
             <br />
             
             <br /><br />
             <span id="alpha">
                     {LOGGED_IN_USER_LIST}
                </span>
   </div>
 
     <div class="qeel_groupes">
             <a href="#" class="qeel_g1">
                  waipuna
             </a>
             <a href="#" class="qeel_g2">
                     ke kau
             </a>
             <br />
             <a href="#" class="qeel_g3">
                     haule
             </a>
             <a href="#" class="qeel_g4">
                     ka hooilo
             </a>
           
             <div class="qeel_bienvenu">
                     <span style="font-size: 14px; font-family: 'Montserrat';">
                             BIENVENUE A HONOLULU
                     </span>
                     
                     <span id="yosh">
                            <span id="dernier_membre">
                                    {NEWEST_USER}
                        </span>
                     </span>
               </div>
         
             <div class="qeel_avatar">
              <span id="avatar_dernier_membre"></span>
        </div>
 
   </div>
        
     <div class="boite_qeel">
             <table id="kaboum">
                     {L_CONNECTED_MEMBERS}
             </table>
     </div>
 
     <div class="clear">
     </div>
         
</div>

<script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/Nous avons/,"La ville compte").replace(/membre(s?) enregistré(s?)/,"citoyen$1 ");</script>
<script type="text/javascript">document.getElementById('bert').innerHTML=document.getElementById('bert').innerHTML.replace(/Nos membres ont posté un total de/,"qui ont posté un total de").replace(/message(s?)/,"message$1.");</script>
<script type="text/javascript">document.getElementById('celine').innerHTML=document.getElementById('celine').innerHTML.replace(/Il y a en tout/,"Actuellement on retrouve dans la rue").replace(/utilisateur(s?) en ligne/,"âme$1").replace(/::/,"dont").replace(/Enregistré(s?)/,"citoyen$1").replace(/Invisible(s?) et/,"fantôme$1 et").replace(/Invité(s?)/,"indécis.");</script>
<script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"  ");</script>
<script type="text/javascript">document.getElementById('alpha').innerHTML=document.getElementById('alpha').innerHTML.replace(/Utilisateurs enregistrés :/,"Ils sont là pour le moment :<br/>- ");</script>
<script type="text/javascript">jQuery('#kaboum span.gensmall').html(jQuery('#kaboum span.gensmall').html().replace('Membres connectés au cours des 24 dernières heures : ','Ils étaient parmis nous ces dernières 24h :<br />'));</script>
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <!-- BEGIN switch_chatbox_activate -->
   <tr>
      <td class="row1">
         <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}<br />
            <!-- BEGIN switch_chatbox_popup -->
            <div id="chatbox_popup"></div>
            <script type="text/javascript">
            //<![CDATA[
            insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
            //]]>
            </script>
            <!-- END switch_chatbox_popup -->
         </span>
      </td>
   </tr>
   <!-- END switch_chatbox_activate -->
</table>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
{AUTO_DST}
Revenir en haut Aller en bas
https://pacificpalisades.kanak.fr
 
codes
Revenir en haut 
Page 1 sur 1
 Sujets similaires
-
» codes
» idées codes

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
 :: Playing for keeps :: Decisions, Decisions-
Sauter vers: