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



 
Le deal à ne pas rater :
Jeux, jouets et Lego : le deuxième à -50% (large sélection)
Voir le deal
Le deal à ne pas rater :
Cartes Pokémon 151 : où trouver le coffret Collection Alakazam-ex ?
Voir le deal

 :: Random fact de Dracuficient :: Random fact de Dracuficient :: Codages Voir le sujet précédent Voir le sujet suivant Aller en bas
CSS / TEMPLATES V7
King Maleficent
Messages : 92
Date d'inscription : 03/12/2021
Age : 38
Admin
King Maleficent
Code:
/*************************FICHES DE LISTING*************************/
.gator{
  width:186px;
  height:200px;
  object-fit: cover;
  border:5px solid #1c1228;
  opacity:0.9;
}

.vaticana{
  background-color:#1c1228;
  width:300px;
  padding:5px;
  font-size:25px;
  font-family: 'Road Rage', cursive;
  text-align:center;
  margin:5px;
}

.vatican{
  background-color:#1c1228;
  width:300px;
  padding:5px;
  font-size:12px;
  text-align:center;
  margin:5px;
}

.vaticano{
  background-color:#1c1228;
  width:300px;
  padding:5px;
  font-size:12px;
  text-align:center;
  margin:5px;
  font-weight:bold;
}

.shaw{
  background-color:#1c1228;
  width:186px;
  padding:5px;
  font-size:9px;
  text-align:center;
  margin-top:4px;
  text-transform:uppercase;
  letter-spacing:2px;
}

.dragen{
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px 0 #3d1a48;
  box-shadow: 0 0 3px 0 #3d1a48;
  background-image:url(https://images2.imgbox.com/af/0d/h8FwWTpt_o.png);
  background-position:center center;
  border-bottom:10px solid #3d1a48;
  width:520px;
  padding:10px;
}

/**********LES COULEURS DE CLANS**********/
.hounds{color:#720026;}
.ally{color:#b0c4b1;}
.triades{color:#00a896;}
.order{color:#bb3e03;}
.maschere{color:#ee9b00;}
.thesc{color:#6a4c93;}
.cartel{color:#62b6cb;}
.turc{color:#008000;}
.entourage{color:#ddc9b4;}

/*********************LISTE DES MEMBRES**********************/
/* BLOC ENTÊTE - RECHERCHER UN UTILISATEUR OU MODIFIER ORDRE AFFICHAGE */
.tleLMBER {
margin:0 auto 10px; width:800px;
background:#1a1a1a; /* MODIFIABLE */
}
/* TITRE ENTÊTE */
.tleLMBER th {
margin-bottom:5px; padding:5px 0;
text-transform:uppercase; font-family:Arial; font-size:16px;
background:#1a1a1a; color:#9a9896; /* MODIFIABLE */
}
/* BLOC MEMBRE */
.LMBER {
margin:0 auto 10px; width:800px; height:124px; overflow:hidden; font-family:Arial;
}
/* BLOC AVATAR & NOMBRE MESSAGES */
.imgLMBER{
display:inline-block; vertical-align:top; margin-top:-38px;
width:200px; height:125px;
}
/* AVATAR */
.imgLMBER img{
width:125px; height:200px;
transform:rotate(90deg); -webkit-transform:rotate(90deg);
    filter: grayscale(0.8);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
/* NOMBRE DE MESSAGES */
.imgLMBER div{
position:absolute; margin-top:-150px; margin-left:12px;
width:175px; height:60px; padding-top:40px; font-size:11px;
background:rgba(255,255,255,0.7); color:black; /* MODIFIABLE */
opacity:0; transition:opacity 0.45s ease; -webkit-transition:opacity 0.45s ease;
}
.imgLMBER:hover div{
opacity:1;
}

.imgLMBER img:hover{
  filter: grayscale(0.2);
}
/* BLOC PSEUDONYME / INSCRIPTION / DERNIERE VISITE / INFORMATION / BANDE GROUPE */
.boxLMBER {
display:inline-block; vertical-align:top; width:600px;
}
/* IMAGES MP * WWW */
.btnLMBER {
float:left;
}
.btnLMBER img{
max-height:15px;
}
/* PSEUDONYME */
.nameLMBER{
margin-left:10px; width:570px; height:15px; padding:10px;
text-align:right; text-transform:uppercase; letter-spacing:2px;
background:#9a9896; /* MODIFIABLE */
}
/* DATE INSCRIPTION */
.joinLMBER{
display:inline-block; margin:7px 5px; margin-left:10px;
width:255px; height:15px; padding:5px;
font-size:11px; text-align:center;
background:#1a1a1a; color:#9a9896; /* MODIFIABLE */
}
/* DERNIERE VISITE */
.lstvLMBER {
display:inline-block; margin:7px 0;
width:310px; height:15px; padding:5px;
background:#1a1a1a; color:#9a9896; /* MODIFIABLE */
font-size:11px; text-align:center;
}
/* INFORMATION : HUMEUR, FT. */
.infoLMBER {
margin-left:10px; width:580px; height:22px; padding:7px 5px 0; overflow:hidden;
text-align:center; font-size:12px;
background:#1a1a1a; color:#9a9896; /* MODIFIABLE */
}
/* BANDE COULEUR GROUPE */
.grpLMBER {
margin-top:7px; margin-left:10px;
width:590px; height:15px;
}

/*******************TEST**********************/
.personnages a{
  font-family: 'Road Rage',cursive;
    font-size: 20px;
  line-height: 35px;
    background-color: #6e2559;
    color: #e0d9c4;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    padding: 5px;
}

#emptyonglet{
  height:200px;
}

.towntitle{
  background-color:#000000;
}

.poulpe2{-webkit-border-radius: 3px;
  border-radius: 3px; padding: 3px;
  background-color:#1c1228;
  text-align:justify;
line-height:12px; font-size:12px;
  width:182px;
  height:130px;
  overflow:auto;
  padding:10px;
  opacity:0.95;}

.poulpe3{-webkit-border-radius: 3px;
  border-radius: 3px; padding: 3px;
  background-color:#1c1228;
  text-align:justify;
line-height:12px; font-size:12px;
  width:182px;
  height:105px;
  overflow:auto;
  padding:10px;
  opacity:0.95;}

/*BASES*/
a:link {text-decoration: none !important;}
a:visited {text-decoration: none !important;}
a:hover {text-decoration: none !important;}
a:active {text-decoration: none !important;}
a {text-decoration:none !important;}
.mainmenu img {display: none;}
tr.post span.gensmall { display: none; }
b{color:#4d5b4d;}
i{color:#303d2f;}
.selectCode{font-weight:lighter;float:right;text-transform:uppercase}
.selectCode { float:right; text-transform: uppercase; cursor:pointer; }
.postbody{padding-top:20px; padding-bottom:20px; text-align:justify;}
.postbody strong{color:#4d5b4d;}
body {margin-top:0px;  padding-top:0px; margin: 0 auto; }

.bodyline {
  padding: 0;
  border: none !important;
}
.bodyline{border-top: none !important;border-bottom: none !important;}
.mainmenu {text-transform: uppercase;font-family: times;font-size: 13px;}
body {margin: 0 auto;}
.maintitle{margin-top:-40px;}
cd{color:#e0d9c4;
font-family: 'Road Rage', cursive;
  font-size:18px;line-height:9px;
  text-transform:uppercase;
}
ky{color:#a42552;
  font-family: 'Road Rage', cursive;
  font-size:18px;
  text-transform:uppercase;
  font-weight:bold;}
hf{color:#62a0e2;
font-family: 'Spectral SC', serif;
font-size:10px; line-height:9px;
text-transform:uppercase;
text-shadow:0px 0px 2px #e1fed1;
}
rus{color:#;
font-family: 'Spectral SC', serif;
font-size:10px; line-height:9px;
text-transform:uppercase;
text-shadow:0px 0px 2px #e1fed1;
font-weight:bold;}
rr{font-size:14px;
  font-family: 'Scetral SC', serif;
  text-transform:uppercase;
  text-shadow:0px 0px 2px #e1fde1;
  font-weight: bold;
  text-decoration: overline;
color:#7176a0;
margin-left:25px;}
al{letter-spacing:-2px; font-size:16px;}
hr{border:1px solid #4e2626;}

/*************************************CODE DE FEULLE QUESTION**************************/
.bigpaper{
  width:500px;
  -webkit-box-shadow: 2px 2px 3px 0px #000000;
  box-shadow: 2px 2px 3px 0px #000000;
  -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}

.bigpaper:hover{
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

lenom{
  font-family: 'Caveat', cursive;
  font-size:35px;
}

qw{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:14px;
  font-weight:bold;
}

aws{
  font-family: 'Caveat', cursive;
  font-size:17px;
}

.letitredefeuille{
  width:415px;
  height:40px;
  padding-top:30px;
  padding-left:85px;
  background-image:url('https://images2.imgbox.com/de/4b/wuJWKvmI_o.png');
  background-position:center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}

.zonequestion{
  width:415px;
  min-height:565px;
  padding-left:85px;
  background-image:url('https://images2.imgbox.com/da/77/ofAo5D0n_o.png');
  background-position:center top;
  background-repeat: repeat;
  background-size: cover;
  -webkit-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
  text-align:left;
}

/**********************************SIGNATURE********************************/
wd{background-color:#2f3b33;
font-family: 'Road Rage', cursive;
  text-transform :uppercase;
  letter-spacing:2px;
font-size:18px;
  color:#636568;
}

.pickup{
  width:250px;
  text-align:justify;
  font-size;12px;
  line-height:12px;
  text-transform:lowercase;
  font-family: 'Playfair Display', serif;
}

/*******************************************RÉPONSE RAPIDE****************************************************/
form#quick_reply .sceditor-container
{
width: 600px;
max-width: 600px;
  min-height:208px;
}
.panneau_avatar {
    margin-left:10px;
  margin-top:-52px;
  border-radius:5px;
  border:solid 5px #192518;
}

.panneau_avatar img {
    width:200px;
  height:200px;
  object-fit: cover;
}

div.sceditor-toolbar, form#quick_reply .sceditor-container {
  border:2px solid #0b0c0b !important;
}

.sceditor-container iframe, .sceditor-container textarea {
  color:#72775F !important;
}

div.sceditor-group {
  background-color:#0b0c0b !important;
  border: none !important;
}

/**********************************************************QUOTE & CODE*******************************************************/

.codebox{
  background-image: url(https://images2.imgbox.com/41/62/U7D7ek2L_o.png);
background-position: center center;
    border-bottom: 10px solid #192518;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 #192518;
    padding: 20px;
    width: 410px;
}

.quote, .code {
  background-color:#0b0c0b !important;
  padding:10px !important;
  border:none !important;
  color:#a79e8d !important;
  max-width:500px !important;
}

dt .genmed {
  color:#72775F !important;
  font-size:15px !important;
  text-transform:uppercase;
}

.spoiler dt {
  background-color:#0b0c0b !important;
  color:#72775F !important;
  font-size:15px !important;
  text-transform:uppercase;
}

.selectCode {
  float:right;
  text-transform: uppercase;
  cursor:pointer;
  font-family: 'Road Rage', cursive;
  font-size:30px !important;
}
div.cont_code { clear: right; }

.spoiler_closed {
  border:none !important;
}

.spoiler_content {
  border:none !important;
}

.selectCode {
  color:#72775F !important;
  font-size:15px !important;
  text-transform:uppercase;
}

/*****************************SWITCHEROO***************************************/
:root {
  --color-text: rgba(255, 255, 255, 0.87);
  --color-bg: #17141b;
  --color-delete: #e74c3c;
  --color-tooltip: #010203;
  --color-squircle: #201f2e;
  --color-accent: #b14255;
  --color-button: #aaa2f2;
  --color-pill: #ffffff;
  --gap-size: 16px;
  --ease: cubic-bezier(0.4, 0.0, 0.2, 1);
  --ease-bounce: cubic-bezier(0.43, 0.09, 0.38, 2.56);
}

.switcheroo {
  color: var(--color-text);
  background-color: #020202 !important;
  font-size: 16px;
}
.switcheroo[position="static"] {
  position: relative;
}
.switcheroo[position="top"] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.switcheroo[position="bottom"] {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.switcheroo[direction="horizontal"] {
  width: 100%;
}
.switcheroo[direction="vertical"] {
  height: 100%;
    width:120px !important;
}

.switcheroo__squircles {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: var(--gap-size);
  gap: var(--gap-size);
}
.switcheroo[direction="horizontal"] .switcheroo__squircles {
  flex-direction: row;
}
.switcheroo[direction="vertical"] .switcheroo__squircles {
  flex-direction: column;
}

/* squircle */
.switcheroo[theme="discord"] .switcheroo__squircle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-squircle);
}
.switcheroo[theme="discord"] .switcheroo__squircle {
  width: 90px;
  height: 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: border-radius 128ms var(--ease);
  filter: grayscale(100%);
}
.switcheroo[theme="discord"] .switcheroo__squircle:hover {
  border-radius: 7px;
  height:35px;
  filter: grayscale(50%);
}
.switcheroo[theme="discord"][direction="vertical"] .switcheroo__squircle:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--color-pill);
  position: absolute;
  border-radius: 4px;
  top: 50%;
  transform: translate(-100%, -50%) scale(0);
  transition: transform 128ms, opacity 64ms;
  pointer-events: none;
  opacity: 0;
}
.switcheroo[theme="discord"][direction="horizontal"] .switcheroo__squircle:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--color-pill);
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translate(-50%, -100%) scale(0);
  transition: transform 128ms, opacity 64ms;
  pointer-events: none;
  opacity: 0;
}
.switcheroo[theme="discord"] .switcheroo__squircle.active {
  border-radius: 7px;
  height:35px;
  width:110px;
  cursor: default;
  filter: grayscale(0%);
}
.switcheroo[theme="discord"][direction="vertical"] .switcheroo__squircle:hover:before {
  opacity: 1;
  transform: translate(-100%, -50%) scale(0.5);
}
.switcheroo[theme="discord"][direction="horizontal"] .switcheroo__squircle:hover:before {
  opacity: 1;
  transform: translate(-50%, -100%) scale(0.5);
}

.switcheroo[theme="discord"][direction="vertical"] .switcheroo__squircle.active:before {
  opacity: 1;
  transform: translate(-85%, -50%) scale(0.2);
  border-radius: 50%;
}
.switcheroo[theme="discord"][direction="horizontal"] .switcheroo__squircle.active:before {
  opacity: 1;
  transform: translate(-50%, -85%) scale(0.2);
  border-radius: 50%;
}


/* tooltip */
.switcheroo__popper {
  background-color: var(--color-tooltip);
  padding: 0.68rem 1rem;
  position: absolute;
  width: -webkit-max-content;
  width: max-content;
  border-radius: 4px;
  z-index: 0;
  opacity: 0;
  transition: opacity 64ms var(--ease), transform 128ms var(--ease-bounce);
  pointer-events: none;
  color: #fff;
}
.switcheroo[direction="vertical"] .switcheroo__popper {
  left: 155%;
  top: 50%;
  transform-origin: left;
  transform: translateY(-50%) scale(0.98);
  background-color:#383c2b !important;
}
.switcheroo[direction="horizontal"] .switcheroo__popper {
  top: 155%;
  left: 50%;
  transform-origin: top;
  transform: translateX(-50%) scale(0.98);
}
.switcheroo__popper:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #383c2b !important;
  z-index: -1;
}
.switcheroo[direction="vertical"] .switcheroo__popper:before {
  left: -2px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.switcheroo[direction="horizontal"] .switcheroo__popper:before {
  left: 50%;
  top: -2px;
  transform: translateX(-50%) rotate(-45deg);
}

.switcheroo[direction="vertical"] .switcheroo__squircle:hover .switcheroo__popper {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.switcheroo[direction="horizontal"] .switcheroo__squircle:hover .switcheroo__popper {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.switcheroo__squircle:hover:before {
  opacity: 1;
  transform: translate(-100%, -50%) scale(0.5);
}

/* avatar */
.switcheroo[theme="discord"] .switcheroo__avatar {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  background-color: #383c2b !important;
}
.switcheroo[theme="discord"] .switcheroo__avatar img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* divider */
.switcheroo[theme="discord"][direction="vertical"] .switcheroo__divider {
  width: 100%;
  height: 2px;
  background-color: #383c2b !important;
  border-radius: 1px;
  opacity: 0.06;
  transform: scale(0.8);
}
.switcheroo[theme="discord"][direction="horizontal"] .switcheroo__divider {
  width: 2px;
  background-color: #383c2b !important;
  border-radius: 1px;
  opacity: 0.06;
  transform: scale(0.8);
}
/* delete button */
.switcheroo[theme="discord"] .switcheroo__delete {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 16px;
  line-height: 14px;
  height: 16px;
  top: -2px;
  right: -2px;
  border-radius: 50%;
  background-color: var(--color-delete);
  transform: scale(0);
  opacity: 1;
  transition: transform 128ms var(--ease), opacity 64ms var(--ease);
  cursor: pointer;
  font-size: 13px;
}
.switcheroo[theme="discord"] .switcheroo__squircle:hover .switcheroo__delete {
  opacity: 1;
  transform: scale(1);
}
/* logo */
.switcheroo[theme="discord"] .switcheroo__logo {
}
.switcheroo[theme="discord"] .switcheroo__logo img {
  width: 32px;
}
.switcheroo[theme="discord"] .switcheroo__logo:hover {
  background-color: var(--color-accent);
}
/* buttons */
.switcheroo[theme="discord"] .switcheroo__squircle--button {
  transition: border-radius 128ms var(--ease);
  background-color:#383c2b !important;
  color: #ffffff;
}
.switcheroo[theme="discord"] .switcheroo__squircle--button:hover {
  color: #fff;
  background-color: var(--color-button);
}
/* modal */
.switcheroo__form {
  padding: 48px;
}
.switcheroo__form-row {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 16px;
}
.switcheroo__form-label {
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-text) !important;
}
.switcheroo__form-input {
  padding: 6px !important;
  font-size: 16px !important;
  border-radius: 4px !important;
  width: 100% !important;
  border-bottom: 2px solid var(--color-accent) !important;
  background-color: var(--color-bg) !important;
  color: var(--color-text) !important;
  cursor: text !important;
}
.switcheroo__form-button {
  border-radius: 8px;
  padding: 8px;
  border: none;
  outline: none;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 14px;
  align-self: flex-end;
  color: #fff;
  background-color: var(--color-accent);
}

.monomer-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s opacity ease;
  background: rgba(0, 0, 0, 0.6);
}

.monomer-modal {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 94%;
  padding: 24px 20px;
  transition: 0.2s opacity ease;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  background: var(--color-squircle);
  color: var(--color-text);
}

.monomer-modal.monomer-open.monomer-anchored {
  top: 20px;
  transform: translate(-50%, 0);
}

.monomer-modal.monomer-open {
  opacity: 1;
}

.monomer-overlay.monomer-open {
  opacity: 1;
}

.monomer-close {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 5px;
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: none;
  background: var(--color-delete);
  border-radius: 50%;
  padding: 0;
}
.monomer-close:hover {
  opacity: 0.8;
}

/*************MESSENGER CHANGER LES CRISS DE COULEURS******************/
#FAM-load-older {
  display:block !important;
}

#FAM {
  width:350px !important;
  border: 1px #567866 solid !important;
}
.fam-tab{
  background-color:#313a37 !important;
  border: 1px #191918 solid !important;
}

#FAM-content, #FAM-tab-container, .FAM-tab, #FAM-msg-container, #FAM-emoji, #FAM-actions, #FAM-attachment, #FAM-send {
  background-color:#17141b !important;
  border: 1px #191918 solid !important;
}

#FAM-msg {
  color:#fff !important;
}

.FAM-codebox, .FAM-spoiler {
    background-color: rgba(179, 179, 179, 0.00) !important;
  color:#b2b2b2 !important;
  border: none !important;
    border-radius: 4px;
    padding: 0;
    margin: 12px 0;
    overflow: hidden;
}

.FAM-msg-avatar{
  /*background-color:#52889a;*/
  border:none !important;
  padding:none !important;
  border-radius: 5px !important;
}

.FAM-msg-avatar img{
  border-radius: 5px !important;
  object-fit: cover;
}

.FAM-name-mention{
  font-family: 'Road Rage', cursive;
  font-size:24px !important;
  font-weight:bold;
}

#FAM-button{
  width: 100px !important;
  /*height: 8px !important;
  padding:10px;
  padding-left:10px !important;*/
  border-radius:10px;
  background-color:#222826 !important;
}

#FAM-button, .FAM-maintitle {
    text-align: center;
    font-size: 14px !important;
  margin-top:-10px !important;
  font-family: 'Poppins', sans-serif !important;
}

#FAM-toolbar {
  background-color:#567866 !important;
  height:50px !important;
  border-bottom: 1px solid #313a37 !important;
  font-family: 'Poppins', sans-serif !important;
}

.FAM-tab.FAM-tab-active:after {
      background: #222826 !important;
}

.FAM-chat-icon.FAM-new-post .fa-circle {
    color: #222826 !important;
}

.FAM-msg .FAM-msg-content{
  color: #a7887d;
    background: #313a37 !important;
}

.FAM-msg .FAM-msg-content:before {
      border-left: none;
    border-right: 10px solid #313a37 !important;
}

.FAM-my-msg .FAM-msg-content {
    /*color: #383c2b;*/
    background: #AEBCBF !important;
}
.FAM-my-msg .FAM-msg-content:before {
      border-right: none !important;
    border-left: 10px solid #AEBCBF !important;
    top: 12px !important;
    left: auto !important;
    right: -10px !important;
}

.FAM-chat-avatar{
  width:60px !important;
  height:60px !important;
  border-radius:5px;
  margin-left:20px !important;
  margin-top:-30px !important;
}

.FAM-chat-avatar img{
  object-fit: cover;
}

.fa-comment:before {
  font-family: 'Poppins', sans-serif !important;
    content: "let's talk" !important;
}

#FAM, #FAM .FAM-inputbox, #FAM-msg {
    font-family: 'Poppins', sans-serif !important;
}

.FAM-chat-title{
  text-align:center !important;
  font-size:16px !important;
  margin-top:5px !important;
}

#FAM-new-topic .fa-circle {
    color: #222826 !important;
}

.FAM-msg-text{
  font-size:13px !important;
  color: #686868 !important;
}


/***********************************************toolbar***********************************/
#fa_toolbar {
  width:500px;
  margin-left:650px;
  background-color: transparent !important;  /* Rend transparent le fond principal */
  padding-bottom: -30px;
  margin-right:15px !important;
  margin-top:15px;
  font-family: Roboto, sans-serif;
}
span#fa_share {display:none!important;}
div#fa_search {display:none!important;}
/*#fa_welcome {display:none!important;}*/
#fa_right {
  /*width:150px;*/
  background-color: #1B1C19;
  border-radius:5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  text-align:center;
  height: 30px;
  left: 0;
  z-index: 999;
}

.fa_avatar img {
  width: 85px;
  height: 85px;
  position: relative;
  top: -3px;
  margin-right: 5px;
  border:5px solid #23080b;
  border-radius: 50px;
  margin-top:5px;
  /*margin-bottom: -10px;*/
  float:left;
  object-fit: cover !important;
}

#fa_left {left: -700px;  /* Décale la toolbar de la gauche */display:none!important;}
#fa_search {left: -700px;  /* Décale la toolbar de la gauche */display:none!important;}
#fa_share {left: -700px;  /* Décale la toolbar de la gauche */display:none!important;}
#fa_fix {position: fixed!important;right: 0;top: 0;}
.bodylinewidth{margin-top:-30px;}

/*******************************************************SCROLLBAR**********************************************************/

::-webkit-scrollbar { /*taille dans les messages ou fiches */
  height: 2px;
  width: 5px;
  background-color: transparent !important; /* couleur de fond */
}
html > ::-webkit-scrollbar {
  width: 7px; /* largeur de la barre du forum */
}
::-webkit-scrollbar-thumb {
  background: #492323; /* couleur de la barre qui se déplace */
}
::-webkit-scrollbar-track-piece {
  background-color: transparent !important; /* couleur de fond */
}

/* --- BORDURES DU FORUM COLLÉES AU HEADER & BACKGROUND --- */

body {
    margin: 0;
}
body {
    overflow-x: hidden;
}

.bodyline {
  padding: 0;
  border-left: 10px solid #76141a;
  border-right: 10px solid #76141a;
}

/***************************NAVIGATION************************************/
.navi{width:275px; margin-top:-175px; margin-left:450px;
font-family: 'Road Rage', cursive; background-color: #050505;
 opacity:0.8; padding:10px;
text-transform:uppercase; font-size:12px; line-height:12px; letter-spacing:1px;}
.navi a{font-family: 'Road Rage', cursive !important; font-size:25px !important; line-height:20px;}
.navi img{display:none;}

/*********************************************CATEGORIES********************************************/
.muchu{font-family: 'Road Rage', cursive;}
.muchu > .forumlink{font-size:34px;margin-left:20px;}
.klink{width:95px; height:33px;
  background-color:#192518;
font-size:10px;
  padding-top:7px;
  text-align:center;
font-family: 'Road Rage', cursive;
color:#fdfefb;
  text-transform: uppercase;
  letter-spacing:3px;}
.klink > .gensmall{color:#fdfefb;}
.yoan img{width:200px;
height:58px;
margin-bottom:5px;}
.guy{width:200px; height:65px;
  padding:5px; overflow:auto;
  margin-left:-2px;
  background-color:#0b0c0b;
  text-align: justify;}
.descrip{text-align:justify;}
.renard{width:430px; height:20px;
  padding-top:6px; margin-top:4px;
  background-color:#0b0c0b;
  font-size:20px; text-align:center;
  font-family: 'Road Rage', cursive;
text-transform:uppercase;}
.renard > .gensmall br{display:none;}
.renard > .gensmall,
.renard a.gensmall{font-size:20px !important;}

.viktor{width:200px; height:65px;
  padding:5px;
margin-left:4px;
  background-color:#0b0c0b;
  font-size:10px; text-align:center;
  font-family: 'Road Rage', cursive;
text-transform:uppercase;
overflow-x: hidden;
overflow-y: auto;}
.viktor a {background: #492323;
    box-sizing: border-box;
  font-family: 'Road Rage', cursive;
    color: #949493;
    display: block;
    font-size: 20px;
    margin: 3% 0;
    padding: 1%;
}
.lastpost-avatar img{width:250px; height:105px;
object-fit: cover;
opacity:0.5;
/*filter: grayscale(1);*/}
/*.tetefond{ height:30px; margin-bottom:10px;}*/
.tetefond h2{font-family: 'Road Rage', cursive;
font-size:40px; color:#9a9896;
text-shadow:1px 1px 0px #67646d;}

/***********************************LISTES DE SUJETS****************************************/
.titremoica {
  width:300px;
  height:95px;
  text-align:center;
  vertical-align: baseline;
  font-family: 'Road Rage', cursive;
  color:#67646d;
  background-color: #0b0c0b;
  margin-left:5px;
    padding: 5px;
}
.titremoica a{
  font-size:25px !important;
  font-weight:normal !important;
}

.name {font-size:20px;}

.decritou {display:none !important;}

.lefact {
  width:200px;
  height:65px;
  text-align:center;
  vertical-align: baseline;
  font-family: 'Road Rage', cursive;
  color:#67646d;
  background-color: #0b0c0b;
  margin-left:5px;
    padding: 5px;
}

.lefact a{font-size:30px;}

.postdetails{font-size:20px;
font-family: 'Road Rage', cursive;
color:#67646d !important;
}

.lesinfos {
  width:93px;
  text-align:center;
  vertical-align: baseline;
  font-family: 'Road Rage', cursive;
  color:#fdfefb !important;
  background-color: #192518;
  margin-top:2px;
    padding: 5px;
}

/*AFFICHAGES DES SUJETS*/
/*AVATARS RÉPONSE RAPIDE*/
#av_quickreply img {
    margin-left: 30px;
  margin-top:3px;
    position: relative;
  width:175px;
  height:275px;
}
 
#av_quickreply {
    float:left;
    position : absolute;
  width:175px;
  height:275px;
}

/**************************FICHES**************************/
.fondfiche{-webkit-border-radius: 3px;
border-radius: 3px;
  -webkit-box-shadow: 0 0 3px 0 #192518;
box-shadow: 0 0 3px 0 #3d1a48;
  background-image:url(https://images2.imgbox.com/00/92/SmC2IBCW_o.png);
  background-position:center center;
  border-bottom:10px solid #192518; width:410px; padding:20px;
}

.etete{
  width:400px;
  text-align:center;
}

.centrefiche{ -webkit-border-radius: 3px;
  border-radius: 3px; padding: 3px;
  background-color:#0b0c0b;
  text-align:justify;
line-height:11px; font-size:11px;
  height:220px;  width:270px;
  /*height:24px;*/ overflow:auto;
  opacity:0.95;
}
.ennteta{height:200px;
  opacity:0.95;
-webkit-border-radius: 3px;
border-radius: 3px;
  -webkit-box-shadow: 0 0 3px 0 #f0f0f0;
box-shadow: 0 0 3px 0 #f0f0f0;
}
.boudatete{widht:115px; height:17px;
  padding:2px; margin-top:2px;
font-size: 8px;
  text-align:center;
letter-spacing:2px;
text-transform:uppercase;
background-color:#492323;
-webkit-border-radius: 3px;
border-radius: 3px; padding: 3px;
}
.pseudofiche{font-family: 'Road Rage', cursive; font-size:36px;
  color:#e0d9c4; font-weight: bold; text-transform:uppercase;
  text-align:center; letter-spacing:3px; margin-top:5px; margin-bottom:5px;
}

.pseudofiche2{
  font-family: 'Road Rage',cursive;
    font-size: 28px;
    color: #e0d9c4;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.wild{
  width:410px;
  height:200px;
  object-fit: cover !important;
  border-radius: 3px;
filter: grayscale(0.8);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;}

.wild2{
  width:200px;
  height:150px;
  object-fit: cover !important;
  border-radius: 3px;
filter: grayscale(0.8);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;}

.wild3{
  width:300px;
  height:150px;
  object-fit: cover !important;
  border-radius: 3px;
filter: grayscale(0.8);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;}
 
.wild4{
  width:160px;
  height:150px;
  object-fit: cover !important;
  border-radius: 6px;
filter: grayscale(0.8);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;}

.wild5{
  width:160px;
  height:160px;
  object-fit: cover !important;
  border-radius: 3px;
filter: grayscale(0.8);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;}

.wild:hover, .wild2:hover, .wild3:hover, .wild4:hover{filter: grayscale(0.2);}

.west{
  width:200px;
  height:200px;
  object-fit: cover !important;
  border-radius: 3px;
}

.crazyman{-webkit-border-radius: 3px;
  border-radius: 3px; padding: 3px;
  background-color:#f9fefb;
  text-align:justify;
line-height:11px; font-size:11px;
  height:150px;  width:400px;
  overflow:auto;
  opacity:0.95;
}
.poulpe{-webkit-border-radius: 3px;
  border-radius: 3px; padding: 3px;
  background-color:#1c1228;
  text-align:justify;
line-height:12px; font-size:12px;
  width:390px;
  height:180px;
  overflow:auto;
  padding:10px;
  opacity:0.95;}
.groueta{font-family: 'Road Rage', cursive; font-size:20px;
  background-color:#492323;
  color:#908d88; text-transform:uppercase;
  text-align:center; letter-spacing:3px;
  padding-top:5px;
  padding-bottom:5px;
  margin-top:5px; margin-bottom:5px;}

.groueta2{
  width:330px;
  font-family: 'Road Rage', cursive; font-size:20px;
  background-color:#492323;
  color:#908d88; text-transform:uppercase;
  text-align:center; letter-spacing:3px;
  padding-top:5px;
  padding-bottom:5px;
  margin-top:5px; margin-bottom:5px;
}


.june{ background-color:#374937;
  font-family: 'Road Rage', cursive;font-size:12px;
  color:#e0d9c4; text-transform:lowercase;
  text-align:center; letter-spacing:3px;
  padding-top:5px;
  padding-bottom:5px;
  margin-top:5px; margin-bottom:5px;
}

.june a{ color:#e0d9c4; }
.glou{-webkit-border-radius: 3px;
  border-radius: 3px; padding: 3px;
  background-color:#f9fefb;
  text-align:justify;
line-height:11px; font-size:11px;
  height:100px;  width:287px;
  overflow:auto;
  opacity:0.95;
}
.cacher{width:100px; height:100px;
border: #f9fefb solid 4px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow:hidden;}
.sous{
  margin-left:-30px;
  height:100px;
}
.bringit{-webkit-border-radius: 3px;
  border-radius: 3px;
width:400px;}

/*****************************PROFIL******************************/
.fondprofil{/*background-color:#1a1a1a;*/ width:200px; padding:10px;
  -webkit-box-shadow: 0 0 1px 0 #474747; box-shadow: 0 0 1px 0 #474747;
font-size:11px; line-height:11px;text-align:center;
/*text-transform:uppercase;*/
background-image:url('https://images2.imgbox.com/50/3c/G7aB4yGU_o.png');
background-size:auto 700px;}
.fondprofil img{/*filter: grayscale(0.8);*/
  opacity:0.6;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;}
.fondprofil img:hover{/*filter: grayscale(0.2);*/
opacity:0.9;}
.profilpseudo{font-size:24px; font-family: 'Road Rage', cursive;
  margin-top:5px;
text-transform:uppercase;
background-color:#192518;
padding:8px;}
.rangprofil{font-family: 'Spectral SC', serif; margin-top:5px;
text-transform:uppercase; letter-spacing:2px; font-size:8px;
text-shadow: 1px 1px 0px #e7e7e7;}
.centreprofil{background-color:#0b0c0b;
  font-family:arial !important;
  font-size:11px !important;
  line-height:11px; overflow:auto; margin-top:-10px;
  text-align:justify; padding:5px; width:190px; height:320px;
  -webkit-box-shadow: 0 0 1px 0 #2e3225; box-shadow: 0 0 1px 0 #2e3225;}
.centreprofil img{width:190px;}
.profilentete{color: #af1f1f;
    font-size: 12px;
font-family: 'Road Rage', cursive;
    text-shadow: 1px 0 0 #2e3225;
    text-transform: uppercase;}
Sam 3 Fév - 19:47
https://rh-test-shits.forumactif.com
Revenir en haut Aller en bas
King Maleficent
Messages : 92
Date d'inscription : 03/12/2021
Age : 38
Admin
King Maleficent
INDEX-BODY

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">
         <div class="ready"><!-- 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 --></div>
      </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 -->
<center><div style="background-image:url(https://images2.imgbox.com/dd/25/fZMRwdGg_o.png); width:800px; height:484px; padding-top:20px; color:#656b6f; text-shadow: 0 0 2px #322f30;">
  <table>
    <tr>
      <td valign="top">
        <div style="background-color:rgba(15,15,15,0.5); -webkit-border-radius: 5px; border-radius: 5px; width:200px; height:180px; padding:5px; margin-left:33px; text-align:justify; font-size:11px; line-height:11px; overflow:auto;">
          <span id="bert">
            {TOTAL_POSTS}
          </span>
       <script type="text/javascript">
        document.getElementById('bert').innerHTML=document.getElementById('bert').innerHTML.replace(/Nos membres ont posté un total de/,"les archives de Lone tree comptent ").replace(/messages/," pages de secrets et de drames répertoriés ");
          </script>
          <span id="matt">
            {TOTAL_USERS}
          </span>
         <script type="text/javascript">
          document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/Nous avons/,"notre enfer compte ").replace(/membre enregistré/,"victimes des malheurs de Lone Tree.");
          </script>
         
          <span id="TotalUsersOnline">
            {TOTAL_USERS_ONLINE}
          </span>
          <script type="text/javascript">
document.getElementById('TotalUsersOnline').innerHTML=document.getElementById('TotalUsersOnline').innerHTML.replace(/Il y a en tout/,"actuellement");
document.getElementById('TotalUsersOnline').innerHTML=document.getElementById('TotalUsersOnline').innerHTML.replace(/utilisateur en ligne/,"habitant courageux");
document.getElementById('TotalUsersOnline').innerHTML=document.getElementById('TotalUsersOnline').innerHTML.replace(/utilisateurs en ligne/,"habitants courageux");
document.getElementById('TotalUsersOnline').innerHTML=document.getElementById('TotalUsersOnline').innerHTML.replace(/Enregistré/,"habitant torturé");
document.getElementById('TotalUsersOnline').innerHTML=document.getElementById('TotalUsersOnline').innerHTML.replace(/Enregistrés/,"habitants torturés");
document.getElementById('TotalUsersOnline').innerHTML=document.getElementById('TotalUsersOnline').innerHTML.replace(/Invisible et/,"jouant au tueur discret,");
document.getElementById('TotalUsersOnline').innerHTML=document.getElementById('TotalUsersOnline').innerHTML.replace(/Invisibles et /,"jouant aux tueurs discrets,");
document.getElementById('TotalUsersOnline').innerHTML=document.getElementById('TotalUsersOnline').innerHTML.replace(/Visiteurs/,"visiteur faisant le tour de la ville");
document.getElementById('TotalUsersOnline').innerHTML=document.getElementById('TotalUsersOnline').innerHTML.replace(/Visiteurs/,"visiteur faisant le tour de la ville");
</script> --
  <span id="alpha">
    {LOGGED_IN_USER_LIST}
  </span>
       <script type="text/javascript">
        document.getElementById('alpha').innerHTML=document.getElementById('alpha').innerHTML.replace(/Utilisateurs enregistrés/,"ils sont présentement dans la ville");
  </script>
  </div>
  </td>
  <td valign="center">
    <div style="background-color:#0b0c0b; padding:10px; width:230px; margin-top:-35px; text-align:center;">
          <span id="ella" style="font-size:26px; font-family: 'Road Rage', cursive; text-transform:uppercase;">
            {NEWEST_USER}
          </span>
          <script type="text/javascript">
            document.getElementById('ella').innerHTML=document.getElementById ('ella').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"last personality <br />");
  </script></div>
  </td>
  <td valign="top">
    <div id="stanley" style="background-color:rgba(15,15,15,0.5); -webkit-border-radius: 5px; border-radius: 5px; width:200px; height:120px; padding:5px; margin-left:10px; text-align:justify;">
      <span class="gensmall">
        <table id="kaboum">
          {L_CONNECTED_MEMBERS}
        </table>
            <script type="text/javascript">
              jQuery('#kaboum span.gensmall').html(jQuery('#kaboum span.gensmall').html().replace(/Membres connectés au cours des 48 dernières heures :/,"Ils ont cru que leur vie ne serait qu'une page parmi tant d'autre, ils ont donnés signe de vie, mais qui sait s'ils reviendront vraiment, s'ils seront les prochains touchés. Deux jours avant de disparaître de la liste. "));
  </script>
  </span>
    </div>
  </td></tr></table>
<div style="width:250px; margin-left:-500px; margin-top:60px; font-weight:normal; text-align:center; font-size:34px; font-family: 'Road Rage', cursive; text-transform:uppercase; color:#1b1127;">
      <div style="background-color:#743f3f; width:250px; padding-top:22px; padding-bottom:20px;">get drunk on whisky</div>
          <div style="background-color:#606a60; width:250px; margin-top:4px; padding-top:22px; padding-bottom:20px;">just be maleficent</div>
    </div>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />

{AUTO_DST}
Sam 3 Fév - 19:48
https://rh-test-shits.forumactif.com
Revenir en haut Aller en bas
King Maleficent
Messages : 92
Date d'inscription : 03/12/2021
Age : 38
Admin
King Maleficent
INDEX_BOX

Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
   <tr>
      <td valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall">{LAST_VISIT_DATE}<br />
         {CURRENT_TIME}<br />
         </span>
         <!-- END switch_user_logged_in -->
         <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
         <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
         <!-- END switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
   </tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
          <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"><div class="tetefond"> {catrow.tablehead.L_FORUM} </div></th>
   </tr>
   <!-- END tablehead -->
   <!-- BEGIN cathead -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
         <h{catrow.cathead.LEVEL} class="hierarchy">
            <div class="enetecat"><span class="cattitle">
                                  <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span></div>
         </h{catrow.cathead.LEVEL}>
      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
   </tr>
   <!-- END cathead -->
   <!-- BEGIN forumrow -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
         <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink muchu">
               <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
            </span>
         </h{catrow.forumrow.LEVEL}>
                  <table><tr><td><div class="yoan"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></div>
                  <table><tr><td><div class="klink" style="float:left;"><span class="gensmall">{catrow.forumrow.TOPICS}<br />sujets</span></div></td><td><div class="klink""><span class="gensmall">{catrow.forumrow.POSTS}<br />&nbsp;messages</span></div></td></tr></table>
                    </td><td><table><tr><td><div class="guy"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></div></td><td><div class="viktor"><span id="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>
              <script type="text/javascript">
              jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,' ')).removeAttr('id');
                    </script></div></td></tr></table>
                  <div class="renard"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div>
                          </td><td class="row3 over" align="center" valign="middle" height="50">
            <!-- BEGIN avatar -->
                          <div class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</div>
            <!-- END avatar -->
      </td>
               
                      </tr></table>
      </td>
   </tr>
   <!-- END forumrow -->
   <!-- BEGIN catfoot -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
   </tr>
   <!-- END catfoot -->
   <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Sam 3 Fév - 19:49
https://rh-test-shits.forumactif.com
Revenir en haut Aller en bas
King Maleficent
Messages : 92
Date d'inscription : 03/12/2021
Age : 38
Admin
King Maleficent
OVERALL_FOOTER_END
Code:
<!-- BEGIN html_validation -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<table>
   <tr>
      <td>
         <div>
            <div>
               <div>
<!-- END html_validation -->
               </div>
            </div>
            <!-- BEGIN switch_footer_links -->
            <div align="center">
               <div class="gen">
                  <!-- BEGIN footer_link -->
                     <!-- BEGIN switch_separator --> |&nbsp;<!-- END switch_separator -->
                     <a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
                  <!-- END footer_link -->
               </div>
            </div>
            <!-- END switch_footer_links -->
         </div>
         {PROTECT_FOOTER}
      </td>
   </tr>
</table>

<!-- BEGIN switch_facebook_login -->
<div id="fb-root"></div>
<script type="text/javascript">
    $(document).ready( function() {
        $('div.fb-login-button, span.fb-login-button').attr({
            "data-scope": "{switch_facebook_login.FB_SCOPE}",
            "data-max-rows": "{switch_facebook_login.FB_MAX_ROWS}",
            "data-size": "{switch_facebook_login.FB_BUTTON_SIZE}",
            "data-show-faces": "{switch_facebook_login.FB_SHOW_FACES}",
            "data-auto-logout-link": "{switch_facebook_login.FB_AUTO_LOGOUT}"
        });
        $('div.fb-login-button, span.fb-login-button').each(function() {
            if(typeof $(this).attr('onlogin') == typeof undefined || $(this).attr('onlogin') === false) {
                $(this).attr('onlogin', '{switch_facebook_login.FB_ONLOGIN}');
            }
            if($(this).html() == '') {
                $(this).html('{switch_facebook_login.FB_LABEL}');
            }
        });

        FB.init({
            appId  : "{switch_facebook_login.FB_APP_ID}",
            cookie  : {switch_facebook_login.FB_COOKIE},
            xfbml  : {switch_facebook_login.FB_XFBML},
            oauth  : {switch_facebook_login.FB_OAUTH},
            version : '{switch_facebook_login.FB_VERSION}'
        });

        (function(d, s, id){
            var js, fjs = d.getElementsByTagName(s)[0];
            if (d.getElementById(id)) {return;}
                js = d.createElement(s); js.id = id;
            js.src = "//connect.facebook.net/{switch_facebook_login.FB_LOCAL}/sdk.js";
            fjs.parentNode.insertBefore(js, fjs);
        }(document, 'script', 'facebook-jssdk'));
    });
    function onLoginFB() {
        window.location.replace('{switch_facebook_login.FB_ONLOGIN_URL}')
    }
</script>
<!-- END switch_facebook_login -->
<!-- BEGIN switch_topicit_connect -->
<script type="text/javascript">
    $(document).ready( function() {
        $('div.ti-connect').attr({
            'data-loc' : '{switch_topicit_connect.TOPICIT_URL}',
            'data-login' : '{switch_topicit_connect.BOARD_LOGIN}',
            'data-version' : '{switch_topicit_connect.TOPICIT_VERSION}',
            'data-lang' : '{switch_topicit_connect.BOARD_LANG}'
        });

        (function(d, s, id) {
            var js, fjs = d.getElementsByTagName(s)[0];
            if (d.getElementById(id)) return;
            js = d.createElement(s); js.id = id;
            js.src = "{switch_topicit_connect.TOPICIT_ENDPOINT}";
            fjs.parentNode.insertBefore(js, fjs);
        }(document, 'script', 'topicit-connect'));
    });
</script>
<!-- END switch_topicit_connect -->
<script type="text/javascript">
//<![CDATA[
   fa_endpage();
//]]>
</script>
 
  <nav id="switcheroo" class="switcheroo" theme="discord" direction="vertical" position="top"></nav>

<script src="https://cdn.jsdelivr.net/gh/caezd/switcheroo@master/monomer.js"></script>
<script src="https://cdn.jsdelivr.net/gh/caezd/switcheroo@master/switcheroo.js"></script>

<script>
(function() {
      new Switcheroo('#switcheroo');
})();
</script>
 
</body>
</html>
Sam 3 Fév - 19:50
https://rh-test-shits.forumactif.com
Revenir en haut Aller en bas
King Maleficent
Messages : 92
Date d'inscription : 03/12/2021
Age : 38
Admin
King Maleficent
OVERALL_HEADER
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<head>
   <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
   <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
   <meta http-equiv="content-script-type" content="text/javascript" />
   <meta http-equiv="content-style-type" content="text/css" />
   <!-- BEGIN switch_compat_meta -->
   <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
   <!-- END switch_compat_meta -->
   <!-- BEGIN switch_canonical_url -->
   <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
   <!-- END switch_canonical_url -->
   {META_FAVICO}
   {META}
   {META_FB_LIKE}
   <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
   {T_HEAD_STYLESHEET}
   {CSS}
   <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
   <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
   <script src="{JQUERY_PATH}" type="text/javascript"></script>
   <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>

   <!-- BEGIN switch_fb_login -->
   <script src="https://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
   <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
   <!-- END switch_fb_login -->

   <!-- BEGIN switch_ticker -->
   <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
   <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
   <!-- END switch_ticker -->

   <!-- BEGIN switch_ticker_new -->
   <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
   <script type="text/javascript">//<![CDATA[
      /* Definir le sens de direction en fonction du panneau admin */
      var tickerDirParam = "{switch_ticker.DIRECTION}";
      var slid_vert = false;
      var auto_dir = 'next';
      var h_perso = parseInt({switch_ticker.HEIGHT});

      switch( tickerDirParam )
      {
         case 'top' :
            slid_vert = true;
            break;

         case 'left':
            break;

         case 'bottom':
            slid_vert = true;
            auto_dir = 'prev';
            break;

         case 'right':
            auto_dir = 'prev';
            break;

         default:
            slid_vert = true;
      }

      $(document).ready(function() {
         var w_cont = $('#fa_ticker_container').width();

         if (w_cont > 0)
         {
            $('#fa_ticker_container').width(w_cont);

            /* Affichage de la liste */
            $('#fa_ticker_content').css('display','block');

            /* Calcul des dimensions du conteneur et des elements */
            var width_max = $('ul#fa_ticker_content').width();
            var width_item = Math.floor(width_max / {switch_ticker.SIZE});
            var height_max = h_perso;

            /* Calcul de la hauteur maximale du conteneur en fonction des elements et de la hauteur personnalisee dans l'admin */
            $('ul#fa_ticker_content li').each( function () {
               if ($(this).height() > height_max)
               {
                  height_max = $(this).height();
               }
            } );

            /* Redimensionnement des elements et des images trop larges */
            $('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () {
               if ($(this).width() > width_item)
               {
               var ratio      = $(this).width() / width_item;
               var new_height = Math.round($(this).height() / ratio);
               $(this).height(new_height).width(width_item);
               }
            });

            /* Redimensionnement et centrage du conteneur en mode vertical */
            if (slid_vert)
            {
               $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
            }

            /* Initialisation du caroussel */
            $('#fa_ticker_content').jcarousel({
                  vertical: slid_vert,
               wrap: 'circular',
               auto: {switch_ticker.STOP_TIME},
               auto_direction: auto_dir,
            scroll: 1,
            size: {switch_ticker.SIZE},
            height_max: height_max,
            animation: {switch_ticker.SPEED}
            });
         }
         else
         {
            $('ul#fa_ticker_content li:not(:first)').css('display','none');
            $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
         }
      });
   //]]>
   </script>
   <!-- END switch_ticker_new -->

   <script type="text/javascript">//<![CDATA[
   $(document).ready(function(){
      <!-- BEGIN switch_enable_pm_popup -->
         pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
         if(pm != null) { pm.focus(); }
      <!-- END switch_enable_pm_popup -->
      <!-- BEGIN switch_report_popup -->
         report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
         if(report != null) { report.focus(); }
      <!-- END switch_report_popup -->
      <!-- BEGIN switch_ticker -->
         $(document).ready(function() {            
            Ticker.start({
               height : {switch_ticker.HEIGHT},
               spacing : {switch_ticker.SPACING},
               speed : {switch_ticker.SPEED},
               direction : '{switch_ticker.DIRECTION}',
               pause : {switch_ticker.STOP_TIME}
            });
         });
      <!-- END switch_ticker -->
   });

   <!-- BEGIN switch_login_popup -->
      var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;
   <!-- END switch_login_popup -->

   <!-- BEGIN switch_login_popup -->
   $(document).ready( function() {
      $(window).resize(function() {
         var windowWidth = document.documentElement.clientWidth;
         var popupWidth = $("#login_popup").width();
         var mypopup = $("#login_popup");

         $("#login_popup").css({
         "left": windowWidth/2 - popupWidth/2
            });
      });
   });
   <!-- END switch_login_popup -->
   //]]>
   </script>
   {GREETING_POPUP}
   <!-- BEGIN switch_ticker_new -->
   <style>
   .jcarousel-skin-tango .jcarousel-item {
      text-align:center;
      width: 10px;
   }

   .jcarousel-skin-tango .jcarousel-item-horizontal {
      margin-right: {switch_ticker.SPACING}px;
   }

   .jcarousel-skin-tango .jcarousel-item-vertical {
      margin-bottom: {switch_ticker.SPACING}px;
   }
   </style>
   <!-- END switch_ticker_new -->
   {HOSTING_JS}
   <!-- BEGIN google_analytics_code -->
   <script type="text/javascript">
   //<![CDATA[
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
    _gaq.push(['_trackPageview']);
   _gaq.push(['_trackPageLoadTime']);

   <!-- BEGIN google_analytics_code_bis -->
   _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
   _gaq.push(['b._trackPageview']);
   <!-- END google_analytics_code_bis -->

    (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
   //]]>
   </script>
   <!-- END google_analytics_code -->
  <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
   <!-- BEGIN hitskin_preview -->
   <div id="hitskin_preview" style="display: block;">
      <h1><img src="https://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.com</h1>
      <div class="content">
         <p>
            {hitskin_preview.L_THEME_SITE_PREVIEW}
            <br />
            <span>{hitskin_preview.U_INSTALL_THEME}<a href="https://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
         </p>
      </div>
   </div>
   <!-- END hitskin_preview -->

   <!-- BEGIN switch_login_popup -->
   <div id="login_popup" style="z-index: 10000 !important;">
      <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
         <tr height="25">
            <td class="catLeft">
               <span class="genmed module-title">{SITENAME}</span>
            </td>
         </tr>
         <tr height="{LOGIN_POPUP_MSG_HEIGHT}">
            <td class="row1" align="left" valign="top">
               <div id="login_popup_buttons">
                  <form action="{S_LOGIN_ACTION}" method="get">
                     <input type="submit" class="mainoption" value="{L_LOGIN}" />
                     <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
                     <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
                  </form>
               </div>
               <span class="genmed">{LOGIN_POPUP_MSG}</span>
            </td>
         </tr>
      </table>
   </div>
   <!-- END switch_login_popup -->

   <a name="top"></a>
   {JAVASCRIPT}

   <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
      <tr>
         <td class="bodyline">
            <table width="100%" cellspacing="0" cellpadding="0" border="0">
               <tr>
                  <!-- BEGIN switch_logo_left -->
                  <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                  <!-- END switch_logo_left -->
                  <td align="center" width="100%" valign="middle">
                     <!-- BEGIN switch_logo_center -->
                     <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
                     <br />
                     <!-- END switch_logo_center -->
                     <div class="maintitle">{MAIN_SITENAME}</div>
                     <br />
                     <span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span>
                  </td>
                  <!-- BEGIN switch_logo_right -->
                  <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                  <!-- END switch_logo_right -->
               </tr>
            </table>

            <table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
               <tr>
                                          <td align="{MENU_POSITION}"{MENU_NOWRAP}><center><div class="navi">{GENERATED_NAV_BAR}<br /></div></center></td>
               </tr>
            </table>

            <div style="clear: both;"></div>

            <!-- BEGIN switch_ticker_new -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
               <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                  <tr>
                     <td align="left" class="row1">
                        <div id="fa_ticker_container">
                           <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;">
                              <!-- BEGIN ticker_row -->
                              <li>{switch_ticker.ticker_row.ELEMENT}</li>
                              <!-- END ticker_row -->
                           </ul>
                        </div>
                     </td>
                  </tr>
               </table>
            </div>
            <!-- END switch_ticker_new -->

            <!-- BEGIN switch_ticker -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
               <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                  <tr>
                     <td align="left" class="row1">
                        <div id="fa_ticker_container">
                           <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
                              <div class="fa_ticker_content">
                                 <!-- BEGIN ticker_row -->
                                 <div>{switch_ticker.ticker_row.ELEMENT}</div>
                                 <!-- END ticker_row -->
                              </div>
                           </div>
                        </div>
                     </td>
                  </tr>
               </table>
            </div>
            <!-- END switch_ticker -->

            <div id="page-body">
               <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                  <table cellpadding="0" cellspacing="0" width="100%" class="three-col">
                     <tbody>
                        <tr>
                           <td valign="top" width="{C1SIZE}">
                              <div id="{ID_LEFT}">
                                 <!-- BEGIN giefmod_index1 -->
                                 {giefmod_index1.MODVAR}
                                    <!-- BEGIN saut -->
                                    <div style="height:{SPACE_ROW}px"></div>
                                    <!-- END saut -->
                                 <!-- END giefmod_index1 -->
                              </div>
                           </td>
                           <td valign="top" width="100%">
<!-- BEGIN html_validation -->
                           </td>
                        </tr>
                     </tbody>
                  </table>
               </div>
            </div>
         </td>
      </tr>
   </table>
</body>
</html>
<!-- END html_validation -->

Sam 3 Fév - 19:51
https://rh-test-shits.forumactif.com
Revenir en haut Aller en bas
King Maleficent
Messages : 92
Date d'inscription : 03/12/2021
Age : 38
Admin
King Maleficent
TOPICS_LIST_BOX
Code:
<!-- BEGIN topics_list_box --><!-- BEGIN row --><!-- BEGIN header_table --><!-- BEGIN multi_selection -->
<script type="text/javascript">
function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() {
   var all_checked = true;
   for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) {
      if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
         all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
      }
   }
   document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
}
function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() {
   for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) {
      if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
         document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
      }
   }
}
</script>
<!-- END multi_selection -->

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <!-- BEGIN multi_selection -->
      <th align="center" nowrap="nowrap" width="20"><input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /></th>
   <!-- END multi_selection -->
   </tr>
   <!-- BEGIN pagination -->
   <tr>
      <td class="row1" colspan="7" align="right"><span class="gensmall">{PAGINATION}</span></td>
   </tr>
   <!-- END pagination -->
   <!-- END header_table --><!-- BEGIN header_row -->
   <tr>
      <td class="row3" colspan="{topics_list_box.row.COLSPAN}"><span class="gensmall"> <b>{topics_list_box.row.L_TITLE}</b></span></td>
   </tr>
<!-- END header_row -->

<!-- BEGIN topic -->
{topics_list_box.row.END_TABLE_STICKY}
   <tr>
          <td>
            <div class="titremoica">
              {topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}{topics_list_box.row.TOPIC_TYPE}
              <h2 class="topic-title">
                <a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">
                  {topics_list_box.row.TOPIC_TITLE}
                </a>
              </h2><div class="decritou">
  <!-- BEGIN switch_description -->
  <span class="genmed">
    {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
  </span>
  <!-- END switch_description --><br />
              </div>
              <div class="thenama">
                <span class="name">
                  <strong>
                    posté par . {topics_list_box.row.TOPIC_AUTHOR}
                  </strong>
                </span>
              </div>
        <div class="decritou"> <span class="gensmall">
    {topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES}
  </span> 
  <span class="gensmall">
    {topics_list_box.row.GOTO_PAGE}
    <!-- BEGIN nav_tree -->
    {topics_list_box.row.TOPIC_NAV_TREE}
    <!-- END nav_tree -->
          </span></div> </div>
              </td>
   <td>
          <div class="lportrait">
            <img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" />
          </div>
              </td>
              <td><div class="taface"> <!-- BEGIN avatar -->
            <div style="width: 200px;"></div>
            <span class="lastpost-avatar">{topics_list_box.row.topic.avatar.LAST_POST_AVATAR}</span>
            <!-- END avatar --></div>
              </td>
              <td>
                <div class="lefact">
                  <span class="postdetails">{topics_list_box.row.LAST_POST_TIME}<br />{topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}</span>
                </div>
                <table><tr><td><div class="lesinfos" style="margin-left:2px;">
                  <span class="postdetails">{topics_list_box.row.REPLIES} réponses.</span>
                  </div></td>
                <td><div class="lesinfos"><span class="postdetails">{topics_list_box.row.VIEWS} vues.</span>
                  </div></td></tr></table>
              </td>
<!-- BEGIN multi_selection -->
      <td class="row2" align="center" valign="middle"><span class="postdetails"><input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></span></td>
   <!-- END multi_selection -->
   </tr>
   <!-- END topic --><!-- BEGIN no_topics -->
   <tr>
      <td class="row1" colspan="{topics_list_box.row.COLSPAN}" align="center" valign="middle" height="30"><span class="gen">{topics_list_box.row.L_NO_TOPICS}</span></td>
   </tr>
   <!-- END no_topics --><!-- BEGIN bottom -->
   <tr>
      <td class="catBottom" colspan="{topics_list_box.row.COLSPAN}" valign="middle">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td> <span class="gensmall">{PAGINATION}</span></td>
               <td align="right"><a href="#top">{L_BACK_TO_TOP}</a>&nbsp;</td>
            </tr>
         </table>
      </td>
   </tr>
<!-- END bottom --><!-- BEGIN footer_table -->
</table><!-- END footer_table --><!-- BEGIN spacer --><br class="gensmall" /><!-- END spacer --><!-- END row --><!-- END topics_list_box -->
Sam 3 Fév - 19:51
https://rh-test-shits.forumactif.com
Revenir en haut Aller en bas
King Maleficent
Messages : 92
Date d'inscription : 03/12/2021
Age : 38
Admin
King Maleficent
VIEWTOPIC_BODY
Code:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){

    if(typeof(_atc) == "undefined") {
        _atc = { };
    }
   
    _atc.cwait = 0;
    $('.addthis_button').mouseup(function(){
        if ($('#at15s').css('display') == 'block') {
            addthis_close();
        }
    });
});

var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
    try
    {
        var regId = parseInt(id, 10);
        if( isNaN(regId) ) { regId = 0; }
       
        if( regId > 0)
        {
            $('.post--' + id).toggle(0, function()
         {
            if( $(this).is(":visible") )
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
            }
            else
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
            }
         });
        }
    }
    catch(e) { }
   
   return false;
};

//]]>
</script>

<table width="100%" border="0" cellspacing="2" cellpadding="0">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap">
         <span class="nav">
         <!-- BEGIN switch_user_authpost -->
         <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>   
         <!-- END switch_user_authpost -->
         <!-- BEGIN switch_user_authreply -->
         <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
         <!-- END switch_user_authreply -->
         </span>
      </td>      
      <td class="nav" valign="middle" width="100%">
         <span class="nav">
                <a class="nav" href="{U_INDEX}"><span>{L_INDEX}</span></a>
                <!--{NAV_SEP}<a class="nav" href="{U_ALBUM}"><span>{L_ALBUM}</span></a>-->
                {NAV_CAT_DESC_SECOND}
            </span>
      </td>      
      <td align="right" valign="bottom" nowrap="nowrap" width="100%">
         <!-- BEGIN switch_twitter_btn -->
         <span id="twitter_btn" style="margin-left: 6px; ">
                <a href="https://twitter.com/share" class="twitter-share-button" data-via="{TWITTER}">Tweet</a>
                <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
         </span>
         <!-- END switch_twitter_btn -->
         
         <!-- BEGIN switch_fb_likebtn -->         
         <script>(function(d, s, id) {
           var js, fjs = d.getElementsByTagName(s)[0];
           if (d.getElementById(id)) return;
           js = d.createElement(s); js.id = id;
           js.src = "https://connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
           fjs.parentNode.insertBefore(js, fjs);
         }(document, 'script', 'facebook-jssdk'));</script>   
         <div class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
         <!-- END switch_fb_likebtn -->
         
         <span class="gensmall bold">
            <a class="addthis_button" href="https://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a>
            <!-- BEGIN switch_plus_menu -->
             | 
            <script type="text/javascript">//<![CDATA[
               var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
               var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
               var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
               var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
               var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
               
               insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
            <!-- END switch_plus_menu -->
         </span>
      </td>
   </tr>
</table>

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" >
   <tr align="right">
      <td class="catHead" colspan="3" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint"> </td>
               <td align="center" class="t-title">
                  <h1 class="cattitle"> {TOPIC_TITLE}</h1>
               </td>
               <td align="right" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a> </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN topicpagination -->
   <tr>
      <td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
   </tr>
   <!-- END topicpagination -->
   {POLL_DISPLAY}
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
   </tr>
   <!-- BEGIN postrow -->
   <!-- BEGIN hidden -->
   <tr>
      <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="3" align="center">{postrow.hidden.MESSAGE}</td>
   </tr>
   <!-- END hidden -->
   <!-- BEGIN displayed -->
   <tr class="post post--{postrow.displayed.U_POST_ID}" id="p{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
         <div class="fondprofil"><span class="postdetails poster-profile">
                          {postrow.displayed.POSTER_AVATAR}<br /><div class="profilpseudo"><a name="{postrow.displayed.U_POST_ID}" style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></a>{postrow.displayed.POSTER_NAME}</div><div class="rangprofil">{postrow.displayed.POSTER_RANK}</div><br />
            <div class="centreprofil"><!-- BEGIN profile_field -->
                                  <span class="profilentete">{postrow.displayed.profile_field.LABEL}</span> {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
            <!-- END profile_field -->
                                  {postrow.displayed.POSTER_RPG}</div>
                          </span>{postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}</div><br />
         <img src="https://2img.net/i/fa/empty.gif" alt="" style="width:150px;height:1px" />
      </td>
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28" colspan="2">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}   <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
               <td valign="top" nowrap="nowrap" class="post-options">
                  {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
               </td>
            </tr>
            <tr>
               <td colspan="2" class="hr">
                  <hr />
               </td>
            </tr>
            <tr>
               <td colspan="2">
                  <!-- BEGIN switch_vote_active -->
                  <div class="vote gensmall">
                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                     <!-- END switch_vote -->

                     <!-- BEGIN switch_bar -->
                     <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                        <!-- BEGIN switch_vote_plus -->
                        <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                        <!-- END switch_vote_plus -->

                        <!-- BEGIN switch_vote_minus -->
                        <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                        <!-- END switch_vote_minus -->
                     </div>
                     <!-- END switch_bar -->

                     <!-- BEGIN switch_no_bar -->
                     <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                     <!-- END switch_no_bar -->

                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                     <!-- END switch_vote -->
                  </div>
                  <!-- END switch_vote_active -->

                  <div class="postbody">

                     <div>{postrow.displayed.MESSAGE}</div>

                     <!-- BEGIN switch_attachments -->
                     <dl class="attachbox">
                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                        <dd>
                           <!-- BEGIN switch_post_attachments -->
                           <dl class="file">
                              <dt>
                                 <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt="" />

                                 <!-- BEGIN switch_dl_att -->
                                 <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_dl_att -->

                                 <!-- BEGIN switch_no_dl_att -->
                                 {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_no_dl_att -->
                              </dt>

                              <!-- BEGIN switch_no_comment -->
                              <dd>
                                 <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                              </dd>
                              <!-- END switch_no_comment -->

                              <!-- BEGIN switch_no_dl_att -->
                              <dd>
                                 <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                              </dd>
                              <!-- END switch_no_dl_att -->

                              <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                           </dl>
                           <!-- END switch_post_attachments -->
                        </dd>
                     </dl>
                     <!-- END switch_attachments -->

                     <div class="clear"></div>
                     <!-- BEGIN switch_signature -->
                     <div class="signature_div">
                        {postrow.displayed.SIGNATURE}
                     </div>
                     <!-- END switch_signature -->

                  </div>
                  <span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
               </td>
            </tr>
         </table>
      </td>
   </tr>
   <tr class="post--{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
      <td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
         <a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
      </td>
   </tr>
   <!-- BEGIN first_post_br -->
</table>
<hr />
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
   </tr>
   <!-- END first_post_br -->
   <!-- END displayed -->
   <!-- END postrow -->
   <!-- BEGIN no_post -->
   <tr align="center">
      <td class="row1" colspan="3" height="28">
         <span class="genmed">{no_post.L_NO_POST}</span>
      </td>
   </tr>
   <!-- END no_post -->
   <tr align="right">
      <td class="catBottom" colspan="3" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint"> </td>
               <td align="center" class="t-title"><a name="bottomtitle"></a><div class="cattitle">{TOPIC_TITLE}</div></td>
               <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> </td>
            </tr>
         </table>
      </td>
   </tr>
</table>
<table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 0 0 1px 0; border-top: 0px;">
   <tr>
      <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
      <!-- BEGIN topicpagination -->
      <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
      <!-- END topicpagination -->
   </tr>
   <!-- BEGIN switch_user_logged_in -->
   <!-- BEGIN watchtopic -->
   <tr>
      <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
   </tr>
   <!-- END watchtopic -->
   <!-- END switch_user_logged_in -->
</table>

<!-- BEGIN promot_trafic -->
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:none;margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><div class="cattitle"> {PROMOT_TRAFIC_TITLE}</div></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
</table>

<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:'';margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><div class="cattitle"> {PROMOT_TRAFIC_TITLE}</div></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
   <tr>
      <td class="row2 postbody" valign="top">
         <!-- BEGIN link -->
         » <a style="text-decoration:none" href="{promot_trafic.link.U_HREF}" title="{promot_trafic.link.TITLE}" rel="nofollow">{promot_trafic.link.TITLE}</a><br />
         <!-- END link -->
      </td>
   </tr>
</table>
<!-- END promot_trafic -->

<!-- BEGIN switch_forum_rules -->
<table id="forum_rules" class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 1px 0px 1px 0px">
   <tbody>
      <tr>
         <td class="catBottom">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tbody>
                  <tr>
                     <td valign="top">
                        <div class="cattitle"> {L_FORUM_RULES}</div>
                     </td>
                  </tr>
               </tbody>
            </table>
         </td>
      </tr>
      <tr>
         <td class="row1 clearfix">
            <table>
               <tr>
                  <!-- BEGIN switch_forum_rule_image -->
                  <td class="logo">
                     <img src="{RULE_IMG_URL}" alt="" />
                  </td>
                  <!-- END switch_forum_rule_image -->
                  <td class="rules postbody">
                     {RULE_MSG}
                  </td>
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
</table>
<!-- END switch_forum_rules -->

<table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td class="row2" colspan="2" align="center" style="padding:0px">
         <table><tr><td valign=center><div class="js-useravatar panneau_avatar"></div></td><td valign=center><div class="rapansw"><!-- BEGIN switch_user_logged_in -->
                  <a name="quickreply"></a>
                    {QUICK_REPLY_FORM}<br />
                          <!-- END switch_user_logged_in --></div></td></tr></table>
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
            <tbody>
      <!-- BEGIN show_permissions -->
      <tr>
         <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
         <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
      </tr>
      <!-- END show_permissions -->
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <!-- BEGIN show_permissions -->
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                  <!-- END show_permissions -->
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
            <tbody>
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
</table>

<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
         <span class="nav">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>   
            <!-- END switch_user_authpost -->
            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
            <!-- END switch_user_authreply -->
         </span>
      </td>

      <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>

      <!-- BEGIN moderation_panel -->
      <td align="center">
         <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
      </td>
      <td align="center" width="250">
         <span class="gensmall"> </span>
      </td>
      <!-- END moderation_panel -->
   </tr>
</table>
</form>

<!-- BEGIN viewtopic_bottom -->
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
         <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
            <input type="hidden" name="t" value="{TOPIC_ID}" />

            <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
            <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

            <span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span>
         </form>
      </td>
   </tr>
</table>
<!-- END viewtopic_bottom -->

<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
Sam 3 Fév - 19:52
https://rh-test-shits.forumactif.com
Revenir en haut Aller en bas
Contenu sponsorisé
Revenir en haut Aller en bas
Sauter vers: