Toolbar Disparue

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Toolbar Disparue

Message par Vaughn Mer 27 Juin 2018 - 19:05

Détails techniques


Version du forum : phpBB2
Poste occupé : Administrateur
Navigateur(s) concerné(s) : Mozilla firefox ( je viens d'aller voir sur Chrome et la toolbar s'affiche, semblerait que ce soit juste sous firefox que ça ne marche plus )
Personnes concernées par le problème : Moi et les membres du forum. Je n'ai pas vu le problème ailleurs ( sur d'autres forums, pas pour l'instant ).
Problème apparu depuis : Aujourd'hui
Lien du forum : http://wicked-witches.fr-bb.com/

Description du problème


Hello, j'espère que vous allez bien Very Happy  

Je viens par ici puisque j'ai un petit soucis depuis ce matin : La Toolbar ne s'affiche plus sur mon forum. Pourtant, je n'ai pas touché au codage, ni fait de changements dans le panneau admin. J'ai vérifié justement, si elle est toujours activée ( toolbar ) - ça aurait pu être un bug - mais elle est bien activée. What's happen ?!? J'aurais pu faire sans, mais j'avoue que la toolbar est bien utile. J'aimerais bien savoir ce qui cloche. Mince

Merci à vous de prendre sur votre temps pour étudier mon problème.
Passez une belle journée-soirée I love you
Vaughn

Vaughn
Nouveau membre

Messages : 13
Inscrit(e) le : 09/07/2015

http://goh-glimpse-of-hell.forum-canada.com/
Vaughn a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Toolbar Disparue

Message par Vaughn Ven 29 Juin 2018 - 3:01

Up !

Aucun changement depuis hier. Les membres ne voient pas la toolbar sous firefox, seulement sous les autres navigateurs. Ce problème survient seulement depuis hier, je n'ai eu aucun problème avant avec la toolbar. Je précise à nouveau que je n'ai fait aucun changement dans le codage, ni toucher au panneau admin, que ce soit hier ou quelques jours avant, raison pour laquelle je ne comprend pas pour quelle raison elle n'apparaît plus seulement sur un navigateur et qu'elle apparaît sur d'autres forums que le mien et ce, sous firefox. On dirait bien que c'est seulement le mien qui bugue Laughing Mauvais karma, j'imagine Arrow
Vaughn

Vaughn
Nouveau membre

Messages : 13
Inscrit(e) le : 09/07/2015

http://goh-glimpse-of-hell.forum-canada.com/
Vaughn a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Toolbar Disparue

Message par Vaughn Sam 30 Juin 2018 - 13:16

Up !
Vaughn

Vaughn
Nouveau membre

Messages : 13
Inscrit(e) le : 09/07/2015

http://goh-glimpse-of-hell.forum-canada.com/
Vaughn a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Toolbar Disparue

Message par Invité Dim 1 Juil 2018 - 9:06

Hello Vaughn,

généralement lorsque la toolbar disparait , c'est dû à un script mal interprété .
Le seul que je vois et celui des boutons haut et bas de page.
Code:

$(function(){$("body").append('<div class="boutonhautbas"><a href="#top"><img src="https://www.zupimages.net/up/18/15/w4tf.png" alt="Aller en haut" /></a> <a href="#bottom"><img src="https://www.zupimages.net/up/18/15/3hfw.png" alt="Aller en bas" /></a></div>')});


Remplaces le par:
Code:

$(function(){
$('body').append('<div class="boutonhautbas"><a href="#top"><img src="https://www.zupimages.net/up/18/15/w4tf.png" alt="Aller en haut" /></a> <a href="#bottom"><img src="https://www.zupimages.net/up/18/15/3hfw.png" alt="Aller en bas" /></a></div>');
});


C'est peut être la cause du problème Wink .
a++
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Toolbar Disparue

Message par Vaughn Dim 1 Juil 2018 - 16:05

Hello @"Milouze14" !
Merci à toi d'être passé par ici afin de tenter de m'aider, c'est très apprécié ! Very Happy
Malheureusement, ça ne fonctionne pas, le problème est toujours présent.
Aucune toolbar ne s'affiche sous firefox. Le script pour les boutons, il y est depuis au moins deux mois ( j'ai quand même essayé de le retirer et évidement, j'ai essayé de remplacer le code avec le tien ) et il n'y a pas eu de problème auparavant avec la toolbar, c'est vraiment un problème récent et j'avoue que je ne comprend vraiment pas pour quelle raison que d'un coup, la toolbar disparaît sur mon forum. Je la vois sur d'autres forum, ce qui est encore plus étrange Shocked Je me disais au début que c'était peut-être moi, mon ordinateur, j'en sais rien, mais visiblement je ne suis pas le seul à ne pas la voir sous firefox.

Je pourrais dire que c'est le navigateur qui bug, mais je la vois ailleurs, c'est un vrai mystère reflexion
Vaughn

Vaughn
Nouveau membre

Messages : 13
Inscrit(e) le : 09/07/2015

http://goh-glimpse-of-hell.forum-canada.com/
Vaughn a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Toolbar Disparue

Message par Invité Dim 1 Juil 2018 - 19:14

Re,
non je ne pense pas que cela vienne du navigateur,
peux tu donner le contenu de ta feuille de style s'il te plait Wink .

a++
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Toolbar Disparue

Message par Vaughn Lun 2 Juil 2018 - 0:50

Voici ma feuille CSS ^^

Code:
/* EFFET TRANSITION SUR LIENS */

a {
-moz-transition:color 5s; /* Mozilla Firefox */
-webkit-transition:color 5s; /* Safari et Google Chrome */
-o-transition:color 5s; /* Opera */
 transition:color 5s;
 text-decoration: none;}

a:hover{
text-decoration: none !important;}




/* TOOLBAR */

span#fa_share {display:none!important;}

a#fa_welcome {
font-weight:italic;
font-size:14px;
font-family:overlock sc;}

a#fa_notifications
{
font-weight:normal;
font-size:14px;
font-family:overlock sc;}


ul#fa_menulist
{
background-color:2E2E2E;}

li.see_all{
background-color:2E2E2E;}

li.unread{
background-color:2E2E2E;}

div.fa_notification{
background-color:2E2E2E;}

div#fa_toolbar {
  font-weight:normal;
font-size:14px;
font-family:overlock sc;
box-shadow: 0 0 5px #000000;  /* Affiche une ombre */
margin: auto;  /* Centre la toolbar */}


/* INDEX FLÈCHES HAUT ET BAS */

.boutonhautbas {
    bottom: 40px;
    right: 10px; /* remplacez right par left pour afficher les boutons à gauche */
    position: fixed;
    z-index: 100;}



/* PAGE D'ACCUEIL: FOND */

.fond_pa {
  background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630031207405340.png);
  width:850px;
  height :345px;
  margin-top:0px;
  margin-bottom:20px;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:10px;
  padding-right:10px;
  transform: rotate(0deg);
  background-repeat:repeat !important;
  border-radius:5px 5px 5px 5px;
 border:4px double #;
  box-shadow: 0px 0px 10px 3px #;}


/* PAGE D'ACCEUIL : CODAGE INTÉGRAL */

.FLUII {
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg) !important;/* MODIFIABLE */
}
/* CONTENU STAFF */
.staffIIFLU p{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630044145228113.jpg) !important; color:#909090 !important;  /* MODIFIABLE */
}
/* CONTENU EVENEMENT EN COURS */
.eventFLU p{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630044145228113.jpg) !important; color:#909090 !important;font-family:arapey !important;font-size:15px !important;line-height:100%: !important;
}
/* TITRE EVENEMENT EN COURS */
.eventFLU b{
color:#91432B !important;font-size:17px !important;font-family:metamorphous !important;border-bottom:1px solid #808080 !important;
}
/* LIEN BLOC LIENS */
.lksFLU a{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630044145228113.jpg)!important; color:#bababa !important;font-family:metamorphous !important;
font-size:13px !important;border-radius:10px !important;
}
/* CONTEXTE */
.ctxtIIFLU {
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630044145228113.jpg)!important; color:#808080 !important;font-family:arapey !important;font-size:13px !important;line-height:100% !important;border-radius:10px !important;
}
/* LIEN RESTE DES PREDEFINIS */
.pfFLU span{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630044145228113.jpg)!important;border-radius:10px !important;
}
.pfFLU span a {
color:#335c59 !important;
}
/* NOUVELLES */
.newsFLU{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630044145228113.jpg)!important; color:#808080 !important;border-radius:10px !important;border:1px solid #000000 !important; font-family:arapey !important;font-size:13px !important;line-height:100% !important;
}
/* LIEN TOP-SITE */
.topIIFLU a{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630044145228113.jpg) !important; color:white !important;
}
/* TITRE TOP-SITES */
.topIIFLU span{
background-color:#101010 !important;color:#645669 !important;font-size:13px !important;font-weight:bold !important;font-family:metamorphous !important;border-radius:10px !important;
}





/* QEEL CODAGE */
    
#QEEL {
    margin:auto; width:798px; padding:12px 0;
    font-family:Arial; background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630045505699371.png);box-shadow: 0px 0px 10px 3px #;border-radius:60px; padding-top:70px;padding-bottom:20px;margin-top:5px; /* MODIFIABLE */
    }
    /* QEEL */
    .QEEL {
    margin:auto; width:770px; padding:10px 0; text-align:center;
    border-radius: 10px; /* MODIFIABLE */
    }
    /* BLOC GROUPES QEEL */
    .GQEEL {
    display:inline-block; vertical-align:top; margin-right:10px;
    width:145px; height:284px; overflow:auto;background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg);border-radius:5px;padding-bottom:3px;
    color:rgba(0,0,0,0); text-align:center; text-transform:uppercase;
    }
    /* LIEN GROUPE QEEL */
    .GQEEL a{
    display:block;
  margin-bottom:-5px;
    font-size:12px;font-family:metamorphous; /* MODIFIABLE */
    }
    /* BLOC POSITIONNEMENT */
    .boxQEEL {
    display:inline-block; vertical-align:top;
    }
    /* CADRE MEMBRES CONNECTES */
    .onlineQEEL {
    width:258px; height:185px;
    background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg); border-radius:5px; color:#808080;padding-top:5px; /* MODIFIABLE */
    }
    /* MEMBRES CONNECTES */
    .onlineQEEL div{
    margin:10px auto 0; width:228px; height:153px; padding:5px; overflow:auto;
    font-size:10px; text-align:justify; text-transform:uppercase;font-family:metamorphous;letter-spacing:1px;
    background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg); /* MODIFIABLE */
    }
    /* DERNIER UTILISATEUR ENREGISTRE QEEL */
    .lstQEEL {
    margin-top:12px;
    width:260px; height:65px; padding-top:20px;
     background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg);/* MODIFIABLE */
    text-transform:uppercase; text-align:center;border-radius:5px; font-size:13px;font-family:metamorphous;text-shadow: 0px 0px 5px #000000;
    }
    /* BIENVENUE DERNIER UTILISATEUR ENREGISTRE QEEL */
    .lstQEEL b{
    display:block;
    font-size:17px; color:#808080; /* MODIFIABLE */
    }
    /* CADRE 24H QEEL */
    .dayQEEL {
    display:inline-block; vertical-align:top; margin:0 10px; width:190px; height:282px;
    background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg); border-radius:5px;padding-bottom:5px; /* MODIFIABLE */
    }
    /* 24H QEEL */
    .dayQEEL div{
    margin:10px auto 0; width:175px; height:250px; padding:5px; overflow-y:auto;
    font-size:10px; text-align:justify; text-transform:uppercase;
    background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg); border-radius:5px;font-family:metamorphous; /* MODIFIABLE */
    }
    .dayQEEL .row1 {
    background:none; padding:0 !important;
    }
    .dayQEEL .gensmall {
    font-family:metamorphous; font-size:10px; color:808080; /* MODIFIABLE */
    }
    /* CADRE TOTAL MESSAGES QEEL */
    .tlPQEEL {
    margin-bottom:5px;
    width:113px; height:60px; padding:5px;
    text-align:center; text-transform:uppercase; font-size:13px;
    background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg); border-radius:5px; /* MODIFIABLE */
    }
    /* TOTAL MESSAGES QEEL */
    .tlPQEEL p{
    margin:0; height:48px; padding-top:10px;
    font-family:metamorphous; background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg); color:#808080; /* MODIFIABLE */
    }
    /* CADRE TOTAL MEMBRES QEEL */
    .tlMQEEL {
    width:113px; height:60px; padding:5px;
    text-align:center; text-transform:uppercase; font-size:13px;
    background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg); border-radius:5px; /* MODIFIABLE */
    }
    /* TOTAL MEMBRES QEEL */
    .tlMQEEL p{
    margin:0; height:48px; padding-top:10px;
    font-family:metamorphous; background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg); color:#808080; /* MODIFIABLE */
    }
    /* IMAGES TOP-SITES */
    .voteQEEL {
    margin-top:10px; width:125px;background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg);
    }
    .voteQEEL a {
    display:inline-block; vertical-align:top; width:60px; height:60px;border-radius:5px;
    }
    .voteQEEL a:nth-child(2) {
    margin-left:5px;
    }
    .voteQEEL a:nth-child(3) {
    margin-top:5px;
    }
    .voteQEEL a:nth-child(4) {
    margin-top:5px; margin-left:5px;
    }




/* BACKGROUND DU FORUM */

body{
background-image: url(https://nsa39.casimages.com/img/2018/06/29/180629040438923952.png);
background-position: top center;
background-repeat:no-repeat !important;
background-attachment:fixed !important;}

#page-body{
width:100%;
margin-top:0px;
background-color:#;
padding-top:20px;
padding-bottom: 10px;
margin-bottom: 20px;
border-radius:60px;
box-shadow: 0px 0px 10px 3px #;}



/* PERSONNALISER CHATBOX */
    body.chatbox {
           background-color:#080808;}


/* BLOC ANNONCE ET SON CONTENU */

#fa_ticker_block .row1 {
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630044527480534.png);
background-repeat:repeat !important;
margin-top:-10px;
margin-bottom:0px;
padding-top:10px;
padding-bottom:10px;
border-radius:10%;
border-right:10px solid #;
border-top:2px solid #;
border-bottom:2px solid #;
border-left:10px solid #;
box-shadow: 0px 0px 10px 3px #000000;}


.anncontour{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
border-radius:5px 5px 0px 0px;
border-top:1px solid #737373;
border-left:1px solid #737373;
border-right:1px solid #737373;
width:580px;
padding-top:5px;
border-radius:30px 30px 0px 0px;
margin-left:200px;}

.messann{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
border-bottom:1px solid #737373;
border-left:1px solid #737373;
border-right:1px solid #737373;
font-family:arapey;
line-height:100%;
width:580px;
color:#636363;
padding-top:5px;
padding-bottom:5px;
border-radius:0px 0px 30px 30px;
text-align:center;
margin-left:245px;
margin-top:-25px;}




/* AFFICHAGE LISTE DES MEMBRES */
#LMBER {
margin:auto; width:765px;
}
/* ENTÊTE - RECHERCHER UN UTILISATEUR OU MODIFIER ORDRE AFFICHAGE */
.tleLMBER {
margin:0 auto 5px; width:755px;
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630024806836317.jpg); /* MODIFIABLE */
}
/* TITRE ENTÊTE */
.tleLMBER th {
margin-bottom:5px; padding:5px 0;
font-family:unica one; font-size:16px; color:505050; /* MODIFIABLE */
}
/* BLOC MEMBRE */
.MBER {
float:left; margin:5px;
width:245px; height:125px; overflow:hidden;  
}
/* BLOC NOMBRE MESSAGES / INSCRIPTION / DERNIERE VISITE */
.boxLMBER {
width:225px; height:80px; padding:10px 10px 0;
font-family:Arial; text-align:center; text-transform:uppercase; line-height:14px;
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630024806836317.jpg);box-shadow: 0px 0px 2px 2px #141414; /* MODIFIABLE */
}
/* NOMBRE DE MESSAGES */
.msgLMBER {
width:150px; padding:3px 0;
background:#101010; color:#707070; /* MODIFIABLE */
font-size:10px; text-align:center;
}
/* DATE INSCRIPTION */
.joinLMBER{
margin-top:5px; width:150px; padding:3px 0;
background:#101010; color:#707070; /* MODIFIABLE */
font-size:10px; text-align:center;
}
/* DERNIERE VISITE */
.lstvLMBER {
margin-top:5px; width:150px; padding:3px 0;
background:#101010; color:#707070; /* MODIFIABLE */
font-size:9px; text-align:center;
}
/* AVATAR */
.imgLMBER {
position:absolute; margin-left:160px;
width:65px; height:105px;border:2px solid #505050; overflow:hidden;
}
.imgLMBER img{
width:66px;
filter:grayscale(1); -webkit-filter:grayscale(1);
}
/* BLOC IMAGES MP & WWW */
.btnLMBER {
position:absolute; z-index:3; margin-left:160px;
width:65px; height:75px; padding-top:30px;
background:rgba(0,0,0,0.3); /* MODIFIABLE */
opacity:0; transition:opacity 0.45s linear; -webkit-transition:opacity 0.45s linear;
}
.btnLMBER:hover {
opacity:1;
}
.btnLMBER img{
max-width:55px; filter:grayscale(1); -webkit-filter:grayscale(1);
}
.btnLMBER a {
display:block; margin-bottom:5px;
}
/* TRIANGLE PSEUDONYME */
.triLMBER {
position:absolute; margin-left:10px;
width:0; height:0; border-style:solid; border-width:0 7.5px 13.0px 7.5px; border-color:transparent;
border-bottom-color:#505050; /* MODIFIABLE - COULEUR PAR DEFAUT */
}
/* BLOC PSEUDONYME */
.nameLMBER{
margin-top:10px; width:235px; padding:5px 0 5px 10px;
text-align:left; font-family:unica one; font-size:13px;
background-color:#505050; /* MODIFIABLE - COULEUR PAR DEFAUT */
}
/* PSEUDONYME */
.nameLMBER span strong{
color:#c4c4c4; /* MODIFIABLE */
}







/* TITRE DES CATEGORIES */

.titre666{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
margin-left:0px;
  margin-top:40px;
transform:rotate(0deg);
padding-bottom:5px;
padding-left:0px;
border-radius:70% 70% 5% 5%;
padding-top:10px;
text-align:center;}

span.redtitre{
color:#528177;
letter-spacing:-2px;
text-transform: uppercase;
font-weight:lighter;
font-size:22px;
font-family:metamorphous;
text-shadow: 1px 1px 1px #080808;
 }

span.viotitre{
color:#645669;
letter-spacing:-2px;
text-transform: uppercase;
font-weight:lighter;
font-size:22px;
font-family:metamorphous;
text-shadow: 1px 1px 1px #080808;}





/* TITRE DES SUJETS / CONTIFURATION DU TEXTE DES TITRES GAUCHE ET DROITE */

/* DESCRIPTION */
.list_descrip{
  -moz-border-radius: 10px;
  -webkit-border-radius:10px;
  border-radius:2px
 box-shadow: 0px 0px 2px 2px #141414;
  background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
  padding:7px;
  border : 1px solid #;
}
/* TITRE-LIEN DU TOPIC */
a.topictitle, a.topictitle:link{
  font-size: 12px;
  font-family:metamorphous;
  text-shadow: 2px 2px 0px #;
  text-decoration: none;
  font-weight: lighter;
}
/* TEXTE AVANT PSEUDO */
h2.topic-title .name {
  color: #707070;
  font-size: 9px;
}
/* CELLULE CONTENANT LES DERNIERS SUJETS */
.row2.tfa{
  border-left: 2px dotted #;
  border-right: 1px solid #;
  padding-left: 6px;}

/* DERNIERS SUJETS */
.postdetails.tfa {
  width:380px;
  display:block;
  color: #4a4a4a;
  font: normal 11px Arial;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
  padding: 3px;
  border : 1px solid #;
  box-shadow: 0px 0px 2px 2px #141414;}

/* CHIFFRES DESCRIPTION */
.chiffres{
  color: #707070;
  font-weight: bold;
  text-shadow: 0 1px 0 #000;}




/* Categories réalisées par Cheshire Cat */

.bgforumline{
background-image:url(https://nsa39.casimages.com/img/2018/06/29/180629051319496550.png);
background-repeat:no-repeat;
background-color:#101010;
padding-bottom:30px;
padding-top:50px;
padding-right:20px;
padding-left:20px;
margin-top:40px;
border-radius:80px;}


.cat-nav{
  text-align:center;
  color:#339e31;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:10px;}

/* couleur du texte à l'intérieur de la categ */
.categorie{
  width:790px;
  margin:10px auto;
  color:#8C8C8C;}

.categorie > h2{
  margin:0 20px;
  padding:2px 10px;
  border-bottom:1px solid #;
  font-size:20px;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:normal;
  margin-bottom:-25px;}

.cat-full{
  padding:10px 0;
  margin:7px auto 10px;
  border-radius:5px;
  background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630024806836317.jpg);
  border:1px solid #;}

.inline-cat{
  display:inline-block;
  vertical-align:top;
  margin-left:10px;
  color:#636363;}


.dernier-post{
  background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
  padding-top:10px;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:1px;
  margin-top:-2px;
  width:145px;
  height:80px;
  text-align:center;
  line-height:10px;
  font-size:10px;
  border-radius:5px;
  border:1px solid #;
  color:#737272;}

.cat-stats{
  font-size:9px;
  letter-spacing:1px;
  width:400px;
  margin-bottom:30px;
  margin-top:-40px;}

.ava-dernier{
  width:60px;
  height:87px;
  overflow:hidden;
  margin-left:4px;
  margin-top:-2px;
  border-radius:5px;
  border:2px solid #090909;
  box-shadow:0px 0px 2px 2px #;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  background-image:url(https://zupimages.net/up/18/07/54ji.png);}


.ava-dernier > img{
  width:100%;}

.titre-descr-sous{
  width:420px;
  text-decoration:none;}

.titre-descr-sous > h3{
  margin:0;
  padding:5px 10px;
  font-size:12px;
  font-weight:normal;
  text-transform:uppercase;
  letter-spacing:1px;
  border-bottom:1px solid #;}

.description-cat{
  background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
  text-align:justify;
  height:48px;
  overflow:auto;
  font-size:10px;
  padding:5px;
  margin:5px 0;
  margin-top:-5px;
  margin-left:-7px;
  border-radius:0px 0px 0px 5px
  border:1px solid #;
  color:#737272;}

.sous-forums{
  border:1px solid #;
  border-radius:5px;
  padding-top:5px;
  padding-bottom:5px;
  font-size:0;
  background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
  text-align:center;
  margin-left:-227px;
  margin-top:9px;
  width:723px;}

.sous-forums a{
  font-size:11px;
  text-transform:uppercase;
  font-family:Pathway Gothic One;
  letter-spacing:1px;
  padding-right:8px;}

.new-old-lock{
  margin-top:-1px;
  margin-left:0px;
  border-radius:0px 20px 20px 0px;
   box-shadow:0px 0px 2px 2px #;
  width:70px;
  height:82px;
  border:4px solid #090909;}

.forumtitre{
  background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
  width:397px;
  color:#528177;
  font-family:metamorphous;
font-size: 20px;
letter-spacing:-2px;
  text-transform: lowercase;
  padding-right:15px;
  padding-left:15px;
  padding-bottom:0px;
  padding-top:5px;
  margin-left:-17px;
  margin-top:-6px;
  border-bottom: 1px solid #121212;
  border-radius:5px 0px 0px 0px;}


/*PROFILS*/

.rankfont{
padding-top:5px;
padding-bottom:5px;
font-family:cinzel;
font-size:11px;
font-weight:normal;
text-align:center;
line-height:90%;
border-radius:0px;
border-left:4px solid #;
border-right:4px solid #;
text-shadow: 0px 0px 5px #000000;
box-shadow: 0px 0px 2px 1px #;
color:#c9c9c9;}

.rankposition{
width:220px;
margin-top:-8px;
margin-left:-5px;
margin-bottom:30px;  }

.cadreavatar{
border:2px solid #2E2E2E;
width:200px;
border-radius:2px;
margin-bottom:10px;
margin-top:-15px;}

.tourprofil{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
border-radius:5px;
width:210px;
padding-left:7px;
padding-right:7px;
padding-top:20px;
padding-bottom:25px;
margin-top:27px;
margin-right:5px;
margin-left:-5px;}

.pseudo{
border-radius:0px 0px 0px 0px;
margin-left:-5px;
margin-top:-25px;
margin-bottom:3px;
width:220px;}

.pseudo a:link {
text-align:center;
font-size:17px;
letter-spacing:-2px;
text-shadow: 0px 0px 5px #000000;
font-family:metamorphous;}

.pseudo a:hover {
text-align:center;
margin-right:0px;
font-size:17px;
letter-spacing:-2px;
text-shadow: 0px 0px 5px #000000;
font-family:metamorphous;}

.pseudo a:visited {
text-align:center;
margin-right:0px;
font-size:17px;
letter-spacing:-2px;
text-shadow: 0px 0px 5px #000000;
font-family:metamorphous;}


#profilbg {
border:1px solid #2E2E2E;
width:195px;
margin-left:-1px;
margin-top:-38px;
padding:6px 6px 6px 6px;
font-weight:normal;
font-size: 11px;
font-family:helvetica;
background-color:#101010;
border-radius:2px;
text-align:justify;
line-height:105%;}

#profilbg img {
  width:195px;border-radius:2px;border:4px solid #080808;margin-left:-4px; display:block; }



/* TEXTES DU FOFO EN JUSTIFY */
.postbody { display: block; text-align: justify; }



/* LES SPAN CLASS */

span.darkbrown{
background-color:#2E2E2E;
width:300px;
border-radius:5px;
padding-right:5px;
padding-left:3px;
margin-top:-10px;
color:#b0aa90;
font-size:15px;
font-family:'Unica One', cursive;}

span.red2{
color:#969696;
font-weight:normal;
font-size: 13px;
font-family:gothica;}

span.red{
color:#645669;
font-size:13px;
font-family:helvetica;}

span.green{
color:#528177;
font-size: 15px;
font-family:'Unica One', cursive;}

span.black{
color:#844448;
font-size:13px;
font-family:helvetica;}

span.ann1{
color:#528177;
letter-spacing:-2px;
font-weight:lighter;
font-size:25px;
font-family:metamorphous;
text-shadow: 1px 1px 1px #080808;}

span.ann2{
color:#645669;
letter-spacing:-2px;
font-weight:lighter;
font-size:25px;
font-family:metamorphous;
text-shadow: 1px 1px 1px #080808;}




/* FICHES : RECTANGLES FOND GRIS */

.fondgris{
width:435px;
background-color:#090909;
margin-top:0px;
margin-left:0px;
border-radius:0px;
padding-left:8px;
padding-right:8px;
padding-top:5px;
padding-bottom:5px;
border:1px solid #6e6e6e;}

.fondgris2{
width:481px;
background-color:#090909;
margin-top:0px;
margin-left:0px;
border-radius:0px;
padding-left:8px;
padding-right:8px;
padding-top:5px;
padding-bottom:5px;
border:1px solid #6e6e6e;}




/* FICHE PV */

.fondpv{
background-image:url(https://nsa39.casimages.com/img/2018/07/01/180701043939627926.png);
background-repeat:no-repeat;
background-color:#080808;
width:535px;
border-radius:5px;
margin-top:-16px;
margin-left:30px;
padding-top:30px;}

.prenomnom{
border-radius:0;
font-family:'Unica One', cursive;
color: #645669;
box-shadow:inset 0px 0px 8px 3px #;
font-size:22px;
text-align:center;
font-weight:normal;
margin-top:50px;
margin-bottom:-10px;
text-shadow:2px 2px 2px #000000;
padding-top:10px;
padding-bottom:14px;
border:2px solid #;
filter: alpha(opacity=90);opacity: 0.9;}

.feat{
font-size: 11px;
font-variant: small-caps;
letter-spacing: 0px;
color:#528177;
margin-top:-25px;
margin-bottom:-10px;
border-radius:0px;
text-align:center;
filter: alpha(opacity=90);opacity: 0.9;}

.identification{
width:165px;
height:220px;
background-color:#101010;
margin-top:5px;
margin-left:10px;
border-radius:5px;
box-shadow:0px 0px 5px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
max-height:220px;
overflow-y: auto;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;}

.personnalité{
width:165px;
height:220px;
background-color:#101010;
margin-top:-240px;
margin-left:341px;
border-radius:5px;
box-shadow:0px 0px 5px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
max-height:220px;
overflow-y: auto;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;}

.avis{
width:498px;
height:100px;
background-color:#101010;
margin-top:-30px;
margin-left:10px;
border-radius:5px;
box-shadow:0px 0px 3px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
max-height:100px;
overflow-y: auto;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;}

.storypv{
width:498px;
background-color:#101010;
margin-top:-30px;
margin-left:10px;
border-radius:5px;
box-shadow:0px 0px 3px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;}

.lienspv{
width:498px;
background-color:#101010;
margin-top:-30px;
margin-left:10px;
border-radius:5px;
box-shadow:0px 0px 3px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;
filter: alpha(opacity=80);opacity: 8.7;}

.lienspvbg{
width:405px;
height:65px
background-color:080808;
margin-top:-75px;
margin-left:78px;
border-radius:0px;
padding-left:8px;
padding-right:8px;
padding-top:5px;
padding-bottom:5px;
max-height:65px;
overflow-y:auto;
border:1px solid #1a1a1a;}


.commentaires{
width:498px;
background-color:#101010;
margin-top:-30px;
margin-left:10px;
border-radius:5px;
box-shadow:0px 0px 3px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;
filter: alpha(opacity=80);opacity: 8.7;}



/* FICHE PRÉSENTATION */

.fondprez{
background-image:url(https://nsa39.casimages.com/img/2018/07/01/180701043939627926.png);
background-repeat:no-repeat;
background-color:#080808;
width:535px;
border-radius:5px;
margin-top:-16px;
margin-left:30px;
padding-top:30px;}

.prenomnom2{
border-radius:0;
font-family:'Unica One', cursive;
color: #645669;
font-size:22px;
text-align:center;
font-weight:normal;
margin-top:50px;
margin-bottom:-10px;
text-shadow:2px 2px 2px #000000;
padding-top:10px;
padding-bottom:14px;
border:2px solid #;
filter: alpha(opacity=90);opacity: 0.9;}


.feat2{
font-size: 11px;
font-variant: small-caps;
letter-spacing: 0px;
color:#528177;
margin-top:-25px;
margin-bottom:-10px;
border-radius:0px;
text-align:center;
filter: alpha(opacity=90);opacity: 0.9;}

.identification2{
width:165px;
height:220px;
background-color:#101010;
margin-top:5px;
margin-left:10px;
border-radius:5px;
box-shadow:0px 0px 5px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
max-height:220px;
overflow-y: auto;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;
filter: alpha(opacity=80);opacity: 0.8;}

.personnalité2{
width:165px;
height:220px;
background-color:#101010;
margin-top:-240px;
margin-left:341px;
border-radius:5px;
box-shadow:0px 0px 5px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
max-height:220px;
overflow-y: auto;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;
filter: alpha(opacity=80);opacity: 0.8;}

.avis2{
width:498px;
height:100px;
background-color:#101010;
margin-top:-30px;
margin-left:10px;
border-radius:5px;
box-shadow:0px 0px 3px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
max-height:100px;
overflow-y: auto;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;
filter: alpha(opacity=80);opacity: 8.7;}

.story2{
width:498px;
height:280px;
max-height:280px;
overflow-y: auto;
background-color:101010;
margin-top:-30px;
margin-left:10px;
margin-bottom:-40px;
border-radius:5px;
box-shadow:0px 0px 3px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;
filter: alpha(opacity=80);opacity: 8.7;}

.commentaires2{
width:498px;
background-color:101010;
margin-top:-30px;
margin-left:10px;
border-radius:5px;
box-shadow:0px 0px 3px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-top:10px;
padding-bottom:10px;
padding-left:8px;
padding-right:8px;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;
filter: alpha(opacity=80);opacity: 8.7;}

.commentaires3{
width:498px;
background-color:#101010;
margin-top:-30px;
margin-left:10px;
border-radius:5px;
box-shadow:0px 0px 3px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-top:10px;
padding-bottom:10px;
padding-left:8px;
padding-right:8px;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;
filter: alpha(opacity=80);opacity: 8.7;}



/* FICHES INFORMATIVES */

.ficheinfobg{
background-image:url(https://nsa39.casimages.com/img/2018/07/01/180701035030304058.png);
background-repeat:no-repeat;
background-color:#080808;
width:550px;
border-radius:5px;
margin-top:-15px;
margin-left:30px;
box-shadow:inset 0px 0px 4px 2px #;
padding-top:30px;
padding-right:0px;}

.titredoc{
border-radius:0;
font-family:'Unica One', cursive;
color: #645669;
box-shadow:inset 0px 0px 8px 3px #;
font-size:22px;
text-align:center;
font-weight:normal;
margin-top:40px;
margin-bottom:-10px;
text-shadow:2px 2px 2px #000000;
padding-top:10px;
padding-bottom:14px;
border:2px solid #;
filter: alpha(opacity=90);opacity: 0.9;}

.soustitredoc{
font-size: 11px;
font-variant: small-caps;
letter-spacing: 0px;
color:#528177;
margin-top:-25px;
margin-bottom:-10px;
border-radius:0px;
text-align:center;
filter: alpha(opacity=90);opacity: 0.9;}

.blocinfodoc{
background-color:#101010;
box-shadow: 0px 0px 5px 3px #;
text-align: justify;
border-radius:5px;
width:462px;
margin-top:-35px;
margin-bottom:-5px;
font-size:14px;
color:#7D7979;
font-family:Times New Roman;
border:1px solid #2E2E2E;
padding-left:10px;
padding-right:10px;
padding-top:30px;
padding-bottom:10px;
margin-left:33px;
line-height:100%;}

.blocinfodoc2{
background-color:#101010;
box-shadow: 0px 0px 5px 3px #;
text-align: justify;
border-radius:5px;
width:462px;
margin-top:-30px;
margin-bottom:-15px;
font-size:14px;
color:#7D7979;
font-family:Times New Roman;
border:1px solid #2E2E2E;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
margin-left:33px;
line-height:100%;}

.titredoc2{
padding-top:17px;
padding-bottom:17px;
padding-left:10px;
padding-right:10px;
font-family:'Unica One', cursive;
font-weight:normal;
color: #645669;
font-size:17px;
text-align:justify;
margin-left:30px;
margin-bottom:0px;
text-shadow:2px 2px 2px #000000;
letter-spacing:2px;
border-radius:20px 20px 0px 0px;
border-top:2px solid #;
border-right:2px solid #;
border-left:2px solid #;
margin-bottom:-20px;
box-shadow:inset 0px 0px 8px 5px #;}


/* FICHES INFORMATIVES - blocs overflow */

.blocinfodoc0{
background-color:#101010;
text-align: justify;
border-radius:5px;
width:470px;
height:100px;
overflow:auto;
margin-top:-20px;
margin-bottom:10px;
font-size:14px;
color:#7D7979;
font-family:Times New Roman;
border:1px solid #2E2E2E;
padding-left:10px;
padding-right:10px;
padding-top:30px;
padding-bottom:10px;
margin-left:30px;
line-height:100%;}

.titredoc5{
padding-top:17px;
padding-bottom:17px;
font-family:'Unica One', cursive;
font-weight:normal;
color: #645669;
font-size:17px;
text-align:justify;
margin-left:90px;
margin-bottom:-10px;
  text-shadow:2px 2px 2px #000000;
letter-spacing:2px;
border-radius:20px 20px 0px 0px;
border-top:2px solid #;
border-right:2px solid #;
border-left:2px solid #;
margin-top:-20px;
box-shadow:inset 0px 0px 8px 5px #;}



/* BARRE DE NAVIGATION - CONNEXION EN HAUT */

a.mainmenu {
padding-top:10px;
color:#645669;
font-size:13px;
text-transform:uppercase;
font-family:Pathway Gothic One;
letter-spacing:1px;
margin-bottom:-10px;}        

.menunav{
border-radius:5px;
margin-top:-65px;
margin-bottom:0px;
padding-bottom:10px;
padding-top:10px;
padding-left:2px;
padding-right:2px;}




#i_logo{
height:514px;
margin-top:-15px;}

table{
width:100%;
margin: auto;}


.bodylinewidth{
width:870px;
margin: auto;}
  

.forumline{
max-width:100%;
padding-bottom:20px;
padding-top:30px;
padding-left:5px;
padding-right:5px;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
margin-top:5px;
border-radius:10px 10px 10px 10px;
box-shadow:0px 0px 10px 2px #;
background: url()top center no-repeat #101010;}


/* TITRES SUJETS - PAGES SUJETS */

.topictitlesu{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
padding-top:5px;
padding-bottom:5px;
border-radius:5px;
border:4px double #505050;
color:#707070;
text-shadow: 0px 2px 2px #000000;
box-shadow:0px 0px 10px 3px #;
margin-left:10px;
font-family:metamorphous;
font-size:15px;
font-weight:lighter;
margin-top:-25px;
margin-bottom:-20px;}

.topictitlesu2{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
padding-top:5px;
padding-bottom:5px;
border-radius:5px;
border:4px double #505050;
color:#707070;
text-shadow:0px 2px 2px #000000;
box-shadow:inset 0px 0px 10px 3px #;
margin-left:20px;
font-family:metamorphous;
font-size:15px;
font-weight:lighter;}


/* saisies arrondis */
input,textarea, select {
border-color #505050;
border-radius: 2px 0px 2px 0px;
background-color:#080808;}




/***********************************************APPARENCE NOUVEL EDITEUR*/
        
        
        /*général*/
        .sceditor-container {
            width: 100% !important;  /********************************largeur de l'édieur*/
            text-align: center;
            border: none !important;
        }
        .sceditor-container.ltr.wysiwygMode, .sceditor-container.ltr.sourceMode {
            background-color:#090909;  /****couleur de fond global de l'éditeur*/
        }
        /*fin général*/
        
        
        /*toolbar*/
        div.sceditor-toolbar {
            background-color:#090909;  /************couleur de fond de la toolbar*/
            border: none !important;
        }
        div.sceditor-group {
            background-color:#090909 !important;  /*couleur de fond des groupes de boutons*/
            border: none !important;
        }
        a.sceditor-button {
            background-color:#101010 !important;  /************couleur de fond des boutons*/
            margin: 1px; /*************************espace entre les boutons dans un groupe*/
        }
        a.sceditor-button.hover {
            background-color: #090909 !important;  /***couleur de fond des bouton surlignés*/
        }
        /*fin toolbar*/
        
        /*zone de texte*/
        .sceditor-container iframe, .sceditor-container textarea {
            background-color:#080808;   /****couleur de fond de la zone de texte*/
            border: 1px solid # !important; /*couleur de la bordure de la zone de texte*/
            width: 95% !important; /***************************largeur de la zone de texte*/
            color:#707070 !important;   /*************couleur de la police (en mode source)*/
            font-size: 13px !important;   /***********taille de la police (encmode source)*/
            padding: 5px !important;
        }
        /*fin zone de texte*/
        
        /*encadré de saisie quand on clique sur un bouton*/
        .sceditor-dropdown {
            background-color: #101010 !important;  /**************couleur de fond de l'encadré*/
            color:707070 !important;  /*****************couleur de la police dans l'encadré*/
        }
        .sceditor-dropdown textarea, .sceditor-dropdown input {
            background-color: #090909 !important;  /******couleur de fond des zones de saisie*/
        }
        /*fin encadré de saisie*/
        
        /*smileys*/
             /* limitation de la taille du cadre des smileys */
    .sceditor-emoticons {
    max-width: 350px !important;
    max-height: 250px !important;
    overflow: auto !important;
    text-align: center;
    }
    .sceditor-emoticons  div {
    display: inline!important;
    }
    
    /* taille maximum de 40 pixels */
    img.smiley {
    width: auto !important;
    height : auto !important;
    vertical-align: middle;
    max-width: 40px;
    max-height: 40px;
    }
        .sceditor-dropdown.sceditor-emoticons {
            max-height: 200px;  /********************hauteur max de la fenêtre des smileys*/
            max-width: 300px; /**********************largeur max de le fenêtre des smileys*/
            background-color:#090909;
            border: none !important;
            overflow: auto;
        }

/*---- Encadrement boîte à smilies ----*/
         #sceditor_smilies {
         background-color:#090909;             /* #C0A076 */
         }
        /*fin smileys*/
        
        /*********************************************FIN APPARENCE NOUVEL EDITEUR*/
        


.code {
background-color:#090909;
border-radius:2px;
box-shadow:0px 0px 2px 2px #;
width:440px;
padding-left:10px;
padding-right:10px;
padding-top:20px;
padding-bottom:20px;
border:1px solid #;
margin-bottom:10px;
border:1px solid #;}

.spoiler {
background-color:#090909;
border-radius:2px;
box-shadow: 0px 0px 2px 2px #;
width:440px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
margin-bottom:10px;
border:1px solid #;}

.quote {
background-color:#090909;
border-radius:2px;
box-shadow: 0px 0px 2px 2px #;
width:440px;
padding-left:10px;
padding-right:10px;
padding-top:20px;
padding-bottom:20px;
border:1px solid #;
margin-bottom:10px;}


th.thHead, th.thBottom {
border-width: 0;}

td.cat, td.catBottom, td.catHead, td.catLeft, td.catRight, td.catSides {
border: none;}


.row3Right{
border: none !important;}

.thHead{
border: none !important;}

.thCornerL, .thCornerR, .thTop{
border: none !important;}

.thLeft, .thRight{
border-left: none !important;
border-right: none !important;}

.catLeft, .catRight{
border: none! important;}

.catHead{
border: none !important;}

.catBottom{
border: none !important;}


bodyline > table br{
    display:none;}

-RETRAIT : ce CSS pose de nombreux problèmes - { display: none; }
Vaughn

Vaughn
Nouveau membre

Messages : 13
Inscrit(e) le : 09/07/2015

http://goh-glimpse-of-hell.forum-canada.com/
Vaughn a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Toolbar Disparue

Message par Invité Lun 2 Juil 2018 - 15:45

Hello Vaughn,

il faudrait que tu supprimes tout en bas de ta feuille de style ceci:
Code:
-RETRAIT : ce CSS pose de nombreux problèmes - { display: none; }

Ensuite tu as dû modifier ton template overall_header:
Affichage/Templates/Général/ overall_header

Merci de le donner ici stp Wink .



a++
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Toolbar Disparue

Message par Vaughn Lun 2 Juil 2018 - 16:13

Hello ^^
Dans mon CSS, ce que tu as cité n'est pas écrit. C'est au moment où je l'ai mis en code ici que ça s'est ajouté  What's happen ?!? Ce qui est vraiment écrit en dernière ligne dans mon CSS, c'est ceci :

Code:
-RETRAIT : ce CSS pose de nombreux problèmes - { display: none; }

Mon template overall_header maintenant

Code:
<link href="https://fonts.googleapis.com/css?family=Berkshire+Swash|Spirax" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Pathway+Gothic+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fondamento" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Almendra+SC' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=UnifrakturMaguntia' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Medula+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Trade+Winds' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Marcellus+SC' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Loved+by+the+King' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Elsie' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Dorsa' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Geo' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Overlock+SC' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oranienbaum' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Arapey' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Stint+Ultra+Condensed' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Bungee+Hairline|Caveat|Codystar|Faster+One|IM+Fell+DW+Pica+SC|Kelly+Slab|Montserrat+Subrayada|Sancreek|Special+Elite|Tulpen+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Pinyon+Script" rel="stylesheet">

<!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(450);

 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');
 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}');
 report.focus();
 <!-- END switch_report_popup -->
 <!-- BEGIN switch_ticker -->
 ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {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 -->
</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="" /> Hit<em>skin</em>.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">
 <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>
                         <div class="menunav"><div class="menunav2"><table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
 <tr>
 <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
 </tr>
 </table>

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

 

 

 <div id="page-body"><!-- BEGIN switch_ticker_new -->
 <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
 
 <tr>
 <td {CLASS_TABLE_TYPE} 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="95%" border="0" cellspacing="0" cellpadding="0">
 <tr>
 <td {CLASS_TABLE_TYPE} 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="{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 -->

EDIT - Bon, ça le refait encore xD Je vais retirer la dernière ligne voir ce que ça donne. J'imagine que le code n'est pas bon, ce qui fait que j'arrive pas à l'écrire sans que ça dise ici : RETRAIT : ce CSS pose de nombreux problèmes - { display: none; }
Vaughn

Vaughn
Nouveau membre

Messages : 13
Inscrit(e) le : 09/07/2015

http://goh-glimpse-of-hell.forum-canada.com/
Vaughn a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Toolbar Disparue

Message par Invité Lun 2 Juil 2018 - 17:54

Re,

cette partie doit se trouver entre les balises head
Code:
<link href='http://fonts.googleapis.com/css?family=Trade+Winds' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Marcellus+SC' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Loved+by+the+King' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Elsie' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Dorsa' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Geo' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Overlock+SC' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oranienbaum' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Arapey' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Stint+Ultra+Condensed' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Bungee+Hairline|Caveat|Codystar|Faster+One|IM+Fell+DW+Pica+SC|Kelly+Slab|Montserrat+Subrayada|Sancreek|Special+Elite|Tulpen+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Pinyon+Script" rel="stylesheet">

remplaces tout le contenu de ton template par ceci:

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}" />
    <link href="https://fonts.googleapis.com/css?family=Berkshire+Swash|Spirax" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Pathway+Gothic+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fondamento" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Almendra+SC' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=UnifrakturMaguntia' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Medula+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Trade+Winds' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Marcellus+SC' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Loved+by+the+King' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Elsie' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Dorsa' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Geo' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Overlock+SC' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oranienbaum' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Arapey' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Stint+Ultra+Condensed' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Bungee+Hairline|Caveat|Codystar|Faster+One|IM+Fell+DW+Pica+SC|Kelly+Slab|Montserrat+Subrayada|Sancreek|Special+Elite|Tulpen+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Pinyon+Script" rel="stylesheet">
 <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(450);

 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');
 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}');
 report.focus();
 <!-- END switch_report_popup -->
 <!-- BEGIN switch_ticker -->
 ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {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 -->
</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="" /> Hit<em>skin</em>.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">
 <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>
                        <div class="menunav"><div class="menunav2"><table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
 <tr>
 <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
 </tr>
 </table>

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

 

 

 <div id="page-body"><!-- BEGIN switch_ticker_new -->
 <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
 
 <tr>
 <td {CLASS_TABLE_TYPE} 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="95%" border="0" cellspacing="0" cellpadding="0">
 <tr>
 <td {CLASS_TABLE_TYPE} 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="{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 -->
ce qui fait que j'arrive pas à l'écrire sans que ça dise ici : RETRAIT : ce CSS pose de nombreux problèmes - { display: none; }


Dans ce cas,supprimes tout le contenu de ta feuille de style et remplaces par ceci:
Code:
/* EFFET TRANSITION SUR LIENS */

a {
-moz-transition:color 5s; /* Mozilla Firefox */
-webkit-transition:color 5s; /* Safari et Google Chrome */
-o-transition:color 5s; /* Opera */
 transition:color 5s;
 text-decoration: none;}

a:hover{
text-decoration: none !important;}




/* TOOLBAR */

span#fa_share {display:none!important;}

a#fa_welcome {
font-weight:italic;
font-size:14px;
font-family:overlock sc;}

a#fa_notifications
{
font-weight:normal;
font-size:14px;
font-family:overlock sc;}


ul#fa_menulist
{
background-color:2E2E2E;}

li.see_all{
background-color:2E2E2E;}

li.unread{
background-color:2E2E2E;}

div.fa_notification{
background-color:2E2E2E;}

div#fa_toolbar {
  font-weight:normal;
font-size:14px;
font-family:overlock sc;
box-shadow: 0 0 5px #000000;  /* Affiche une ombre */
margin: auto;  /* Centre la toolbar */}


/* INDEX FLÈCHES HAUT ET BAS */

.boutonhautbas {
    bottom: 40px;
    right: 10px; /* remplacez right par left pour afficher les boutons à gauche */
    position: fixed;
    z-index: 100;}



/* PAGE D'ACCUEIL: FOND */

.fond_pa {
  background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630031207405340.png);
  width:850px;
  height :345px;
  margin-top:0px;
  margin-bottom:20px;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:10px;
  padding-right:10px;
  transform: rotate(0deg);
  background-repeat:repeat !important;
  border-radius:5px 5px 5px 5px;
 border:4px double #;
  box-shadow: 0px 0px 10px 3px #;}


/* PAGE D'ACCEUIL : CODAGE INTÉGRAL */

.FLUII {
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg) !important;/* MODIFIABLE */
}
/* CONTENU STAFF */
.staffIIFLU p{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630044145228113.jpg) !important; color:#909090 !important;  /* MODIFIABLE */
}
/* CONTENU EVENEMENT EN COURS */
.eventFLU p{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630044145228113.jpg) !important; color:#909090 !important;font-family:arapey !important;font-size:15px !important;line-height:100%: !important;
}
/* TITRE EVENEMENT EN COURS */
.eventFLU b{
color:#91432B !important;font-size:17px !important;font-family:metamorphous !important;border-bottom:1px solid #808080 !important;
}
/* LIEN BLOC LIENS */
.lksFLU a{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630044145228113.jpg)!important; color:#bababa !important;font-family:metamorphous !important;
font-size:13px !important;border-radius:10px !important;
}
/* CONTEXTE */
.ctxtIIFLU {
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630044145228113.jpg)!important; color:#808080 !important;font-family:arapey !important;font-size:13px !important;line-height:100% !important;border-radius:10px !important;
}
/* LIEN RESTE DES PREDEFINIS */
.pfFLU span{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630044145228113.jpg)!important;border-radius:10px !important;
}
.pfFLU span a {
color:#335c59 !important;
}
/* NOUVELLES */
.newsFLU{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630044145228113.jpg)!important; color:#808080 !important;border-radius:10px !important;border:1px solid #000000 !important; font-family:arapey !important;font-size:13px !important;line-height:100% !important;
}
/* LIEN TOP-SITE */
.topIIFLU a{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630044145228113.jpg) !important; color:white !important;
}
/* TITRE TOP-SITES */
.topIIFLU span{
background-color:#101010 !important;color:#645669 !important;font-size:13px !important;font-weight:bold !important;font-family:metamorphous !important;border-radius:10px !important;
}





/* QEEL CODAGE */
   
#QEEL {
    margin:auto; width:798px; padding:12px 0;
    font-family:Arial; background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630045505699371.png);box-shadow: 0px 0px 10px 3px #;border-radius:60px; padding-top:70px;padding-bottom:20px;margin-top:5px; /* MODIFIABLE */
    }
    /* QEEL */
    .QEEL {
    margin:auto; width:770px; padding:10px 0; text-align:center;
    border-radius: 10px; /* MODIFIABLE */
    }
    /* BLOC GROUPES QEEL */
    .GQEEL {
    display:inline-block; vertical-align:top; margin-right:10px;
    width:145px; height:284px; overflow:auto;background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg);border-radius:5px;padding-bottom:3px;
    color:rgba(0,0,0,0); text-align:center; text-transform:uppercase;
    }
    /* LIEN GROUPE QEEL */
    .GQEEL a{
    display:block;
  margin-bottom:-5px;
    font-size:12px;font-family:metamorphous; /* MODIFIABLE */
    }
    /* BLOC POSITIONNEMENT */
    .boxQEEL {
    display:inline-block; vertical-align:top;
    }
    /* CADRE MEMBRES CONNECTES */
    .onlineQEEL {
    width:258px; height:185px;
    background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg); border-radius:5px; color:#808080;padding-top:5px; /* MODIFIABLE */
    }
    /* MEMBRES CONNECTES */
    .onlineQEEL div{
    margin:10px auto 0; width:228px; height:153px; padding:5px; overflow:auto;
    font-size:10px; text-align:justify; text-transform:uppercase;font-family:metamorphous;letter-spacing:1px;
    background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg); /* MODIFIABLE */
    }
    /* DERNIER UTILISATEUR ENREGISTRE QEEL */
    .lstQEEL {
    margin-top:12px;
    width:260px; height:65px; padding-top:20px;
    background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg);/* MODIFIABLE */
    text-transform:uppercase; text-align:center;border-radius:5px; font-size:13px;font-family:metamorphous;text-shadow: 0px 0px 5px #000000;
    }
    /* BIENVENUE DERNIER UTILISATEUR ENREGISTRE QEEL */
    .lstQEEL b{
    display:block;
    font-size:17px; color:#808080; /* MODIFIABLE */
    }
    /* CADRE 24H QEEL */
    .dayQEEL {
    display:inline-block; vertical-align:top; margin:0 10px; width:190px; height:282px;
    background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg); border-radius:5px;padding-bottom:5px; /* MODIFIABLE */
    }
    /* 24H QEEL */
    .dayQEEL div{
    margin:10px auto 0; width:175px; height:250px; padding:5px; overflow-y:auto;
    font-size:10px; text-align:justify; text-transform:uppercase;
    background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg); border-radius:5px;font-family:metamorphous; /* MODIFIABLE */
    }
    .dayQEEL .row1 {
    background:none; padding:0 !important;
    }
    .dayQEEL .gensmall {
    font-family:metamorphous; font-size:10px; color:808080; /* MODIFIABLE */
    }
    /* CADRE TOTAL MESSAGES QEEL */
    .tlPQEEL {
    margin-bottom:5px;
    width:113px; height:60px; padding:5px;
    text-align:center; text-transform:uppercase; font-size:13px;
    background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg); border-radius:5px; /* MODIFIABLE */
    }
    /* TOTAL MESSAGES QEEL */
    .tlPQEEL p{
    margin:0; height:48px; padding-top:10px;
    font-family:metamorphous; background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg); color:#808080; /* MODIFIABLE */
    }
    /* CADRE TOTAL MEMBRES QEEL */
    .tlMQEEL {
    width:113px; height:60px; padding:5px;
    text-align:center; text-transform:uppercase; font-size:13px;
    background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg); border-radius:5px; /* MODIFIABLE */
    }
    /* TOTAL MEMBRES QEEL */
    .tlMQEEL p{
    margin:0; height:48px; padding-top:10px;
    font-family:metamorphous; background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg); color:#808080; /* MODIFIABLE */
    }
    /* IMAGES TOP-SITES */
    .voteQEEL {
    margin-top:10px; width:125px;background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630025440531077.jpg);
    }
    .voteQEEL a {
    display:inline-block; vertical-align:top; width:60px; height:60px;border-radius:5px;
    }
    .voteQEEL a:nth-child(2) {
    margin-left:5px;
    }
    .voteQEEL a:nth-child(3) {
    margin-top:5px;
    }
    .voteQEEL a:nth-child(4) {
    margin-top:5px; margin-left:5px;
    }




/* BACKGROUND DU FORUM */

body{
background-image: url(https://nsa39.casimages.com/img/2018/06/29/180629040438923952.png);
background-position: top center;
background-repeat:no-repeat !important;
background-attachment:fixed !important;}

#page-body{
width:100%;
margin-top:0px;
background-color:#;
padding-top:20px;
padding-bottom: 10px;
margin-bottom: 20px;
border-radius:60px;
box-shadow: 0px 0px 10px 3px #;}



/* PERSONNALISER CHATBOX */
    body.chatbox {
          background-color:#080808;}


/* BLOC ANNONCE ET SON CONTENU */

#fa_ticker_block .row1 {
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630044527480534.png);
background-repeat:repeat !important;
margin-top:-10px;
margin-bottom:0px;
padding-top:10px;
padding-bottom:10px;
border-radius:10%;
border-right:10px solid #;
border-top:2px solid #;
border-bottom:2px solid #;
border-left:10px solid #;
box-shadow: 0px 0px 10px 3px #000000;}


.anncontour{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
border-radius:5px 5px 0px 0px;
border-top:1px solid #737373;
border-left:1px solid #737373;
border-right:1px solid #737373;
width:580px;
padding-top:5px;
border-radius:30px 30px 0px 0px;
margin-left:200px;}

.messann{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
border-bottom:1px solid #737373;
border-left:1px solid #737373;
border-right:1px solid #737373;
font-family:arapey;
line-height:100%;
width:580px;
color:#636363;
padding-top:5px;
padding-bottom:5px;
border-radius:0px 0px 30px 30px;
text-align:center;
margin-left:245px;
margin-top:-25px;}




/* AFFICHAGE LISTE DES MEMBRES */
#LMBER {
margin:auto; width:765px;
}
/* ENTÊTE - RECHERCHER UN UTILISATEUR OU MODIFIER ORDRE AFFICHAGE */
.tleLMBER {
margin:0 auto 5px; width:755px;
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630024806836317.jpg); /* MODIFIABLE */
}
/* TITRE ENTÊTE */
.tleLMBER th {
margin-bottom:5px; padding:5px 0;
font-family:unica one; font-size:16px; color:505050; /* MODIFIABLE */
}
/* BLOC MEMBRE */
.MBER {
float:left; margin:5px;
width:245px; height:125px; overflow:hidden; 
}
/* BLOC NOMBRE MESSAGES / INSCRIPTION / DERNIERE VISITE */
.boxLMBER {
width:225px; height:80px; padding:10px 10px 0;
font-family:Arial; text-align:center; text-transform:uppercase; line-height:14px;
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630024806836317.jpg);box-shadow: 0px 0px 2px 2px #141414; /* MODIFIABLE */
}
/* NOMBRE DE MESSAGES */
.msgLMBER {
width:150px; padding:3px 0;
background:#101010; color:#707070; /* MODIFIABLE */
font-size:10px; text-align:center;
}
/* DATE INSCRIPTION */
.joinLMBER{
margin-top:5px; width:150px; padding:3px 0;
background:#101010; color:#707070; /* MODIFIABLE */
font-size:10px; text-align:center;
}
/* DERNIERE VISITE */
.lstvLMBER {
margin-top:5px; width:150px; padding:3px 0;
background:#101010; color:#707070; /* MODIFIABLE */
font-size:9px; text-align:center;
}
/* AVATAR */
.imgLMBER {
position:absolute; margin-left:160px;
width:65px; height:105px;border:2px solid #505050; overflow:hidden;
}
.imgLMBER img{
width:66px;
filter:grayscale(1); -webkit-filter:grayscale(1);
}
/* BLOC IMAGES MP & WWW */
.btnLMBER {
position:absolute; z-index:3; margin-left:160px;
width:65px; height:75px; padding-top:30px;
background:rgba(0,0,0,0.3); /* MODIFIABLE */
opacity:0; transition:opacity 0.45s linear; -webkit-transition:opacity 0.45s linear;
}
.btnLMBER:hover {
opacity:1;
}
.btnLMBER img{
max-width:55px; filter:grayscale(1); -webkit-filter:grayscale(1);
}
.btnLMBER a {
display:block; margin-bottom:5px;
}
/* TRIANGLE PSEUDONYME */
.triLMBER {
position:absolute; margin-left:10px;
width:0; height:0; border-style:solid; border-width:0 7.5px 13.0px 7.5px; border-color:transparent;
border-bottom-color:#505050; /* MODIFIABLE - COULEUR PAR DEFAUT */
}
/* BLOC PSEUDONYME */
.nameLMBER{
margin-top:10px; width:235px; padding:5px 0 5px 10px;
text-align:left; font-family:unica one; font-size:13px;
background-color:#505050; /* MODIFIABLE - COULEUR PAR DEFAUT */
}
/* PSEUDONYME */
.nameLMBER span strong{
color:#c4c4c4; /* MODIFIABLE */
}







/* TITRE DES CATEGORIES */

.titre666{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
margin-left:0px;
  margin-top:40px;
transform:rotate(0deg);
padding-bottom:5px;
padding-left:0px;
border-radius:70% 70% 5% 5%;
padding-top:10px;
text-align:center;}

span.redtitre{
color:#528177;
letter-spacing:-2px;
text-transform: uppercase;
font-weight:lighter;
font-size:22px;
font-family:metamorphous;
text-shadow: 1px 1px 1px #080808;
 }

span.viotitre{
color:#645669;
letter-spacing:-2px;
text-transform: uppercase;
font-weight:lighter;
font-size:22px;
font-family:metamorphous;
text-shadow: 1px 1px 1px #080808;}





/* TITRE DES SUJETS / CONTIFURATION DU TEXTE DES TITRES GAUCHE ET DROITE */

/* DESCRIPTION */
.list_descrip{
  -moz-border-radius: 10px;
  -webkit-border-radius:10px;
  border-radius:2px
 box-shadow: 0px 0px 2px 2px #141414;
  background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
  padding:7px;
  border : 1px solid #;
}
/* TITRE-LIEN DU TOPIC */
a.topictitle, a.topictitle:link{
  font-size: 12px;
  font-family:metamorphous;
  text-shadow: 2px 2px 0px #;
  text-decoration: none;
  font-weight: lighter;
}
/* TEXTE AVANT PSEUDO */
h2.topic-title .name {
  color: #707070;
  font-size: 9px;
}
/* CELLULE CONTENANT LES DERNIERS SUJETS */
.row2.tfa{
  border-left: 2px dotted #;
  border-right: 1px solid #;
  padding-left: 6px;}

/* DERNIERS SUJETS */
.postdetails.tfa {
  width:380px;
  display:block;
  color: #4a4a4a;
  font: normal 11px Arial;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
  padding: 3px;
  border : 1px solid #;
  box-shadow: 0px 0px 2px 2px #141414;}

/* CHIFFRES DESCRIPTION */
.chiffres{
  color: #707070;
  font-weight: bold;
  text-shadow: 0 1px 0 #000;}




/* Categories réalisées par Cheshire Cat */

.bgforumline{
background-image:url(https://nsa39.casimages.com/img/2018/06/29/180629051319496550.png);
background-repeat:no-repeat;
background-color:#101010;
padding-bottom:30px;
padding-top:50px;
padding-right:20px;
padding-left:20px;
margin-top:40px;
border-radius:80px;}


.cat-nav{
  text-align:center;
  color:#339e31;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:10px;}

/* couleur du texte à l'intérieur de la categ */
.categorie{
  width:790px;
  margin:10px auto;
  color:#8C8C8C;}

.categorie > h2{
  margin:0 20px;
  padding:2px 10px;
  border-bottom:1px solid #;
  font-size:20px;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:normal;
  margin-bottom:-25px;}

.cat-full{
  padding:10px 0;
  margin:7px auto 10px;
  border-radius:5px;
  background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630024806836317.jpg);
  border:1px solid #;}

.inline-cat{
  display:inline-block;
  vertical-align:top;
  margin-left:10px;
  color:#636363;}


.dernier-post{
  background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
  padding-top:10px;
  padding-left:2px;
  padding-right:2px;
  padding-bottom:1px;
  margin-top:-2px;
  width:145px;
  height:80px;
  text-align:center;
  line-height:10px;
  font-size:10px;
  border-radius:5px;
  border:1px solid #;
  color:#737272;}

.cat-stats{
  font-size:9px;
  letter-spacing:1px;
  width:400px;
  margin-bottom:30px;
  margin-top:-40px;}

.ava-dernier{
  width:60px;
  height:87px;
  overflow:hidden;
  margin-left:4px;
  margin-top:-2px;
  border-radius:5px;
  border:2px solid #090909;
  box-shadow:0px 0px 2px 2px #;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  background-image:url(https://zupimages.net/up/18/07/54ji.png);}


.ava-dernier > img{
  width:100%;}

.titre-descr-sous{
  width:420px;
  text-decoration:none;}

.titre-descr-sous > h3{
  margin:0;
  padding:5px 10px;
  font-size:12px;
  font-weight:normal;
  text-transform:uppercase;
  letter-spacing:1px;
  border-bottom:1px solid #;}

.description-cat{
  background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
  text-align:justify;
  height:48px;
  overflow:auto;
  font-size:10px;
  padding:5px;
  margin:5px 0;
  margin-top:-5px;
  margin-left:-7px;
  border-radius:0px 0px 0px 5px
  border:1px solid #;
  color:#737272;}

.sous-forums{
  border:1px solid #;
  border-radius:5px;
  padding-top:5px;
  padding-bottom:5px;
  font-size:0;
  background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
  text-align:center;
  margin-left:-227px;
  margin-top:9px;
  width:723px;}

.sous-forums a{
  font-size:11px;
  text-transform:uppercase;
  font-family:Pathway Gothic One;
  letter-spacing:1px;
  padding-right:8px;}

.new-old-lock{
  margin-top:-1px;
  margin-left:0px;
  border-radius:0px 20px 20px 0px;
  box-shadow:0px 0px 2px 2px #;
  width:70px;
  height:82px;
  border:4px solid #090909;}

.forumtitre{
  background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
  width:397px;
  color:#528177;
  font-family:metamorphous;
font-size: 20px;
letter-spacing:-2px;
  text-transform: lowercase;
  padding-right:15px;
  padding-left:15px;
  padding-bottom:0px;
  padding-top:5px;
  margin-left:-17px;
  margin-top:-6px;
  border-bottom: 1px solid #121212;
  border-radius:5px 0px 0px 0px;}


/*PROFILS*/

.rankfont{
padding-top:5px;
padding-bottom:5px;
font-family:cinzel;
font-size:11px;
font-weight:normal;
text-align:center;
line-height:90%;
border-radius:0px;
border-left:4px solid #;
border-right:4px solid #;
text-shadow: 0px 0px 5px #000000;
box-shadow: 0px 0px 2px 1px #;
color:#c9c9c9;}

.rankposition{
width:220px;
margin-top:-8px;
margin-left:-5px;
margin-bottom:30px;  }

.cadreavatar{
border:2px solid #2E2E2E;
width:200px;
border-radius:2px;
margin-bottom:10px;
margin-top:-15px;}

.tourprofil{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
border-radius:5px;
width:210px;
padding-left:7px;
padding-right:7px;
padding-top:20px;
padding-bottom:25px;
margin-top:27px;
margin-right:5px;
margin-left:-5px;}

.pseudo{
border-radius:0px 0px 0px 0px;
margin-left:-5px;
margin-top:-25px;
margin-bottom:3px;
width:220px;}

.pseudo a:link {
text-align:center;
font-size:17px;
letter-spacing:-2px;
text-shadow: 0px 0px 5px #000000;
font-family:metamorphous;}

.pseudo a:hover {
text-align:center;
margin-right:0px;
font-size:17px;
letter-spacing:-2px;
text-shadow: 0px 0px 5px #000000;
font-family:metamorphous;}

.pseudo a:visited {
text-align:center;
margin-right:0px;
font-size:17px;
letter-spacing:-2px;
text-shadow: 0px 0px 5px #000000;
font-family:metamorphous;}


#profilbg {
border:1px solid #2E2E2E;
width:195px;
margin-left:-1px;
margin-top:-38px;
padding:6px 6px 6px 6px;
font-weight:normal;
font-size: 11px;
font-family:helvetica;
background-color:#101010;
border-radius:2px;
text-align:justify;
line-height:105%;}

#profilbg img {
  width:195px;border-radius:2px;border:4px solid #080808;margin-left:-4px; display:block; }



/* TEXTES DU FOFO EN JUSTIFY */
.postbody { display: block; text-align: justify; }



/* LES SPAN CLASS */

span.darkbrown{
background-color:#2E2E2E;
width:300px;
border-radius:5px;
padding-right:5px;
padding-left:3px;
margin-top:-10px;
color:#b0aa90;
font-size:15px;
font-family:'Unica One', cursive;}

span.red2{
color:#969696;
font-weight:normal;
font-size: 13px;
font-family:gothica;}

span.red{
color:#645669;
font-size:13px;
font-family:helvetica;}

span.green{
color:#528177;
font-size: 15px;
font-family:'Unica One', cursive;}

span.black{
color:#844448;
font-size:13px;
font-family:helvetica;}

span.ann1{
color:#528177;
letter-spacing:-2px;
font-weight:lighter;
font-size:25px;
font-family:metamorphous;
text-shadow: 1px 1px 1px #080808;}

span.ann2{
color:#645669;
letter-spacing:-2px;
font-weight:lighter;
font-size:25px;
font-family:metamorphous;
text-shadow: 1px 1px 1px #080808;}




/* FICHES : RECTANGLES FOND GRIS */

.fondgris{
width:435px;
background-color:#090909;
margin-top:0px;
margin-left:0px;
border-radius:0px;
padding-left:8px;
padding-right:8px;
padding-top:5px;
padding-bottom:5px;
border:1px solid #6e6e6e;}

.fondgris2{
width:481px;
background-color:#090909;
margin-top:0px;
margin-left:0px;
border-radius:0px;
padding-left:8px;
padding-right:8px;
padding-top:5px;
padding-bottom:5px;
border:1px solid #6e6e6e;}




/* FICHE PV */

.fondpv{
background-image:url(https://nsa39.casimages.com/img/2018/07/01/180701043939627926.png);
background-repeat:no-repeat;
background-color:#080808;
width:535px;
border-radius:5px;
margin-top:-16px;
margin-left:30px;
padding-top:30px;}

.prenomnom{
border-radius:0;
font-family:'Unica One', cursive;
color: #645669;
box-shadow:inset 0px 0px 8px 3px #;
font-size:22px;
text-align:center;
font-weight:normal;
margin-top:50px;
margin-bottom:-10px;
text-shadow:2px 2px 2px #000000;
padding-top:10px;
padding-bottom:14px;
border:2px solid #;
filter: alpha(opacity=90);opacity: 0.9;}

.feat{
font-size: 11px;
font-variant: small-caps;
letter-spacing: 0px;
color:#528177;
margin-top:-25px;
margin-bottom:-10px;
border-radius:0px;
text-align:center;
filter: alpha(opacity=90);opacity: 0.9;}

.identification{
width:165px;
height:220px;
background-color:#101010;
margin-top:5px;
margin-left:10px;
border-radius:5px;
box-shadow:0px 0px 5px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
max-height:220px;
overflow-y: auto;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;}

.personnalité{
width:165px;
height:220px;
background-color:#101010;
margin-top:-240px;
margin-left:341px;
border-radius:5px;
box-shadow:0px 0px 5px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
max-height:220px;
overflow-y: auto;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;}

.avis{
width:498px;
height:100px;
background-color:#101010;
margin-top:-30px;
margin-left:10px;
border-radius:5px;
box-shadow:0px 0px 3px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
max-height:100px;
overflow-y: auto;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;}

.storypv{
width:498px;
background-color:#101010;
margin-top:-30px;
margin-left:10px;
border-radius:5px;
box-shadow:0px 0px 3px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;}

.lienspv{
width:498px;
background-color:#101010;
margin-top:-30px;
margin-left:10px;
border-radius:5px;
box-shadow:0px 0px 3px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;
filter: alpha(opacity=80);opacity: 8.7;}

.lienspvbg{
width:405px;
height:65px
background-color:080808;
margin-top:-75px;
margin-left:78px;
border-radius:0px;
padding-left:8px;
padding-right:8px;
padding-top:5px;
padding-bottom:5px;
max-height:65px;
overflow-y:auto;
border:1px solid #1a1a1a;}


.commentaires{
width:498px;
background-color:#101010;
margin-top:-30px;
margin-left:10px;
border-radius:5px;
box-shadow:0px 0px 3px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;
filter: alpha(opacity=80);opacity: 8.7;}



/* FICHE PRÉSENTATION */

.fondprez{
background-image:url(https://nsa39.casimages.com/img/2018/07/01/180701043939627926.png);
background-repeat:no-repeat;
background-color:#080808;
width:535px;
border-radius:5px;
margin-top:-16px;
margin-left:30px;
padding-top:30px;}

.prenomnom2{
border-radius:0;
font-family:'Unica One', cursive;
color: #645669;
font-size:22px;
text-align:center;
font-weight:normal;
margin-top:50px;
margin-bottom:-10px;
text-shadow:2px 2px 2px #000000;
padding-top:10px;
padding-bottom:14px;
border:2px solid #;
filter: alpha(opacity=90);opacity: 0.9;}


.feat2{
font-size: 11px;
font-variant: small-caps;
letter-spacing: 0px;
color:#528177;
margin-top:-25px;
margin-bottom:-10px;
border-radius:0px;
text-align:center;
filter: alpha(opacity=90);opacity: 0.9;}

.identification2{
width:165px;
height:220px;
background-color:#101010;
margin-top:5px;
margin-left:10px;
border-radius:5px;
box-shadow:0px 0px 5px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
max-height:220px;
overflow-y: auto;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;
filter: alpha(opacity=80);opacity: 0.8;}

.personnalité2{
width:165px;
height:220px;
background-color:#101010;
margin-top:-240px;
margin-left:341px;
border-radius:5px;
box-shadow:0px 0px 5px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
max-height:220px;
overflow-y: auto;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;
filter: alpha(opacity=80);opacity: 0.8;}

.avis2{
width:498px;
height:100px;
background-color:#101010;
margin-top:-30px;
margin-left:10px;
border-radius:5px;
box-shadow:0px 0px 3px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
max-height:100px;
overflow-y: auto;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;
filter: alpha(opacity=80);opacity: 8.7;}

.story2{
width:498px;
height:280px;
max-height:280px;
overflow-y: auto;
background-color:101010;
margin-top:-30px;
margin-left:10px;
margin-bottom:-40px;
border-radius:5px;
box-shadow:0px 0px 3px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-left:8px;
padding-right:8px;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;
filter: alpha(opacity=80);opacity: 8.7;}

.commentaires2{
width:498px;
background-color:101010;
margin-top:-30px;
margin-left:10px;
border-radius:5px;
box-shadow:0px 0px 3px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-top:10px;
padding-bottom:10px;
padding-left:8px;
padding-right:8px;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;
filter: alpha(opacity=80);opacity: 8.7;}

.commentaires3{
width:498px;
background-color:#101010;
margin-top:-30px;
margin-left:10px;
border-radius:5px;
box-shadow:0px 0px 3px 3px #;
border:1px solid #2E2E2E;
text-align:justify;
padding-top:10px;
padding-bottom:10px;
padding-left:8px;
padding-right:8px;
font-size: 13px;
font-family:gothica;
line-height:100%;
color:#7D7979;
filter: alpha(opacity=80);opacity: 8.7;}



/* FICHES INFORMATIVES */

.ficheinfobg{
background-image:url(https://nsa39.casimages.com/img/2018/07/01/180701035030304058.png);
background-repeat:no-repeat;
background-color:#080808;
width:550px;
border-radius:5px;
margin-top:-15px;
margin-left:30px;
box-shadow:inset 0px 0px 4px 2px #;
padding-top:30px;
padding-right:0px;}

.titredoc{
border-radius:0;
font-family:'Unica One', cursive;
color: #645669;
box-shadow:inset 0px 0px 8px 3px #;
font-size:22px;
text-align:center;
font-weight:normal;
margin-top:40px;
margin-bottom:-10px;
text-shadow:2px 2px 2px #000000;
padding-top:10px;
padding-bottom:14px;
border:2px solid #;
filter: alpha(opacity=90);opacity: 0.9;}

.soustitredoc{
font-size: 11px;
font-variant: small-caps;
letter-spacing: 0px;
color:#528177;
margin-top:-25px;
margin-bottom:-10px;
border-radius:0px;
text-align:center;
filter: alpha(opacity=90);opacity: 0.9;}

.blocinfodoc{
background-color:#101010;
box-shadow: 0px 0px 5px 3px #;
text-align: justify;
border-radius:5px;
width:462px;
margin-top:-35px;
margin-bottom:-5px;
font-size:14px;
color:#7D7979;
font-family:Times New Roman;
border:1px solid #2E2E2E;
padding-left:10px;
padding-right:10px;
padding-top:30px;
padding-bottom:10px;
margin-left:33px;
line-height:100%;}

.blocinfodoc2{
background-color:#101010;
box-shadow: 0px 0px 5px 3px #;
text-align: justify;
border-radius:5px;
width:462px;
margin-top:-30px;
margin-bottom:-15px;
font-size:14px;
color:#7D7979;
font-family:Times New Roman;
border:1px solid #2E2E2E;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
margin-left:33px;
line-height:100%;}

.titredoc2{
padding-top:17px;
padding-bottom:17px;
padding-left:10px;
padding-right:10px;
font-family:'Unica One', cursive;
font-weight:normal;
color: #645669;
font-size:17px;
text-align:justify;
margin-left:30px;
margin-bottom:0px;
text-shadow:2px 2px 2px #000000;
letter-spacing:2px;
border-radius:20px 20px 0px 0px;
border-top:2px solid #;
border-right:2px solid #;
border-left:2px solid #;
margin-bottom:-20px;
box-shadow:inset 0px 0px 8px 5px #;}


/* FICHES INFORMATIVES - blocs overflow */

.blocinfodoc0{
background-color:#101010;
text-align: justify;
border-radius:5px;
width:470px;
height:100px;
overflow:auto;
margin-top:-20px;
margin-bottom:10px;
font-size:14px;
color:#7D7979;
font-family:Times New Roman;
border:1px solid #2E2E2E;
padding-left:10px;
padding-right:10px;
padding-top:30px;
padding-bottom:10px;
margin-left:30px;
line-height:100%;}

.titredoc5{
padding-top:17px;
padding-bottom:17px;
font-family:'Unica One', cursive;
font-weight:normal;
color: #645669;
font-size:17px;
text-align:justify;
margin-left:90px;
margin-bottom:-10px;
  text-shadow:2px 2px 2px #000000;
letter-spacing:2px;
border-radius:20px 20px 0px 0px;
border-top:2px solid #;
border-right:2px solid #;
border-left:2px solid #;
margin-top:-20px;
box-shadow:inset 0px 0px 8px 5px #;}



/* BARRE DE NAVIGATION - CONNEXION EN HAUT */

a.mainmenu {
padding-top:10px;
color:#645669;
font-size:13px;
text-transform:uppercase;
font-family:Pathway Gothic One;
letter-spacing:1px;
margin-bottom:-10px;}       

.menunav{
border-radius:5px;
margin-top:-65px;
margin-bottom:0px;
padding-bottom:10px;
padding-top:10px;
padding-left:2px;
padding-right:2px;}




#i_logo{
height:514px;
margin-top:-15px;}

table{
width:100%;
margin: auto;}


.bodylinewidth{
width:870px;
margin: auto;}
 

.forumline{
max-width:100%;
padding-bottom:20px;
padding-top:30px;
padding-left:5px;
padding-right:5px;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
margin-top:5px;
border-radius:10px 10px 10px 10px;
box-shadow:0px 0px 10px 2px #;
background: url()top center no-repeat #101010;}


/* TITRES SUJETS - PAGES SUJETS */

.topictitlesu{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
padding-top:5px;
padding-bottom:5px;
border-radius:5px;
border:4px double #505050;
color:#707070;
text-shadow: 0px 2px 2px #000000;
box-shadow:0px 0px 10px 3px #;
margin-left:10px;
font-family:metamorphous;
font-size:15px;
font-weight:lighter;
margin-top:-25px;
margin-bottom:-20px;}

.topictitlesu2{
background-image:url(https://nsa39.casimages.com/img/2018/06/30/180630021936466555.jpg);
padding-top:5px;
padding-bottom:5px;
border-radius:5px;
border:4px double #505050;
color:#707070;
text-shadow:0px 2px 2px #000000;
box-shadow:inset 0px 0px 10px 3px #;
margin-left:20px;
font-family:metamorphous;
font-size:15px;
font-weight:lighter;}


/* saisies arrondis */
input,textarea, select {
border-color #505050;
border-radius: 2px 0px 2px 0px;
background-color:#080808;}




/***********************************************APPARENCE NOUVEL EDITEUR*/
       
       
        /*général*/
        .sceditor-container {
            width: 100% !important;  /********************************largeur de l'édieur*/
            text-align: center;
            border: none !important;
        }
        .sceditor-container.ltr.wysiwygMode, .sceditor-container.ltr.sourceMode {
            background-color:#090909;  /****couleur de fond global de l'éditeur*/
        }
        /*fin général*/
       
       
        /*toolbar*/
        div.sceditor-toolbar {
            background-color:#090909;  /************couleur de fond de la toolbar*/
            border: none !important;
        }
        div.sceditor-group {
            background-color:#090909 !important;  /*couleur de fond des groupes de boutons*/
            border: none !important;
        }
        a.sceditor-button {
            background-color:#101010 !important;  /************couleur de fond des boutons*/
            margin: 1px; /*************************espace entre les boutons dans un groupe*/
        }
        a.sceditor-button.hover {
            background-color: #090909 !important;  /***couleur de fond des bouton surlignés*/
        }
        /*fin toolbar*/
       
        /*zone de texte*/
        .sceditor-container iframe, .sceditor-container textarea {
            background-color:#080808;  /****couleur de fond de la zone de texte*/
            border: 1px solid # !important; /*couleur de la bordure de la zone de texte*/
            width: 95% !important; /***************************largeur de la zone de texte*/
            color:#707070 !important;  /*************couleur de la police (en mode source)*/
            font-size: 13px !important;  /***********taille de la police (encmode source)*/
            padding: 5px !important;
        }
        /*fin zone de texte*/
       
        /*encadré de saisie quand on clique sur un bouton*/
        .sceditor-dropdown {
            background-color: #101010 !important;  /**************couleur de fond de l'encadré*/
            color:707070 !important;  /*****************couleur de la police dans l'encadré*/
        }
        .sceditor-dropdown textarea, .sceditor-dropdown input {
            background-color: #090909 !important;  /******couleur de fond des zones de saisie*/
        }
        /*fin encadré de saisie*/
       
        /*smileys*/
            /* limitation de la taille du cadre des smileys */
    .sceditor-emoticons {
    max-width: 350px !important;
    max-height: 250px !important;
    overflow: auto !important;
    text-align: center;
    }
    .sceditor-emoticons  div {
    display: inline!important;
    }
   
    /* taille maximum de 40 pixels */
    img.smiley {
    width: auto !important;
    height : auto !important;
    vertical-align: middle;
    max-width: 40px;
    max-height: 40px;
    }
        .sceditor-dropdown.sceditor-emoticons {
            max-height: 200px;  /********************hauteur max de la fenêtre des smileys*/
            max-width: 300px; /**********************largeur max de le fenêtre des smileys*/
            background-color:#090909;
            border: none !important;
            overflow: auto;
        }

/*---- Encadrement boîte à smilies ----*/
        #sceditor_smilies {
        background-color:#090909;            /* #C0A076 */
        }
        /*fin smileys*/
       
        /*********************************************FIN APPARENCE NOUVEL EDITEUR*/
       


.code {
background-color:#090909;
border-radius:2px;
box-shadow:0px 0px 2px 2px #;
width:440px;
padding-left:10px;
padding-right:10px;
padding-top:20px;
padding-bottom:20px;
border:1px solid #;
margin-bottom:10px;
border:1px solid #;}

.spoiler {
background-color:#090909;
border-radius:2px;
box-shadow: 0px 0px 2px 2px #;
width:440px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
margin-bottom:10px;
border:1px solid #;}

.quote {
background-color:#090909;
border-radius:2px;
box-shadow: 0px 0px 2px 2px #;
width:440px;
padding-left:10px;
padding-right:10px;
padding-top:20px;
padding-bottom:20px;
border:1px solid #;
margin-bottom:10px;}


th.thHead, th.thBottom {
border-width: 0;}

td.cat, td.catBottom, td.catHead, td.catLeft, td.catRight, td.catSides {
border: none;}


.row3Right{
border: none !important;}

.thHead{
border: none !important;}

.thCornerL, .thCornerR, .thTop{
border: none !important;}

.thLeft, .thRight{
border-left: none !important;
border-right: none !important;}

.catLeft, .catRight{
border: none! important;}

.catHead{
border: none !important;}

.catBottom{
border: none !important;}


bodyline > table br{display:none;}

a++
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Toolbar Disparue

Message par Vaughn Lun 2 Juil 2018 - 18:51

Aaaaaaaaah, ça refonctionne ! Yahoo
Merci infiniment pour ton aide !
J'y serais jamais arrivé seul, j'suis pas assez doué en templates, comme tu peux voir Laughing
Ça doit être truffé d'erreurs xD

Par contre, je comprend toujours pas comment ça changé, alors que ça faisait un bout de temps que ce template était comme ça et que tout marchait quand même What's happen ?!?

En tout cas, merci à toi de m'avoir accordé de ton temps pour régler mon problème, j'en suis reconnaissant et très heureux de retrouver ma toolbar sous firefox ! thumleft

Vaughn

Vaughn
Nouveau membre

Messages : 13
Inscrit(e) le : 09/07/2015

http://goh-glimpse-of-hell.forum-canada.com/
Vaughn a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Toolbar Disparue

Message par Invité Lun 2 Juil 2018 - 19:13

Re,

ce qui m'étonne le plus, c'est que cela fonctionnait avec les autres navigateurs!!!


Par contre, je comprend toujours pas comment ça changé, alors que ça faisait un bout de temps que ce template était comme ça et que tout marchait quand même

Une simple mise à jour de Firefox et hop, çà fout le bazar Very Happy .

De rien mon ami et à bientôt Wink .

a++
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum