problème de chatbox
2 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1 • Partagez
problème de chatbox
Bonjour à touuuuuus !
J'ai besoin d'aide, sur un forum où je suis administratrice. Sur notre Chatbox, le texte s'affiche en capitale, en Georgia, et il est centré. On ne sait pas comment faire pour le remettre bien, en sachant que quand nous avons récupérer le forum, il était déjà comme cela. J'ai fais une capture, je ne sais pas ce que je vais pouvoir vous passer pour vous aider, dites moi tout :/. C'est plutôt urgent en plus ><.
Merci d'avance ♥.
J'ai besoin d'aide, sur un forum où je suis administratrice. Sur notre Chatbox, le texte s'affiche en capitale, en Georgia, et il est centré. On ne sait pas comment faire pour le remettre bien, en sachant que quand nous avons récupérer le forum, il était déjà comme cela. J'ai fais une capture, je ne sais pas ce que je vais pouvoir vous passer pour vous aider, dites moi tout :/. C'est plutôt urgent en plus ><.
- Spoiler:
Merci d'avance ♥.
Dernière édition par Lucifart le Sam 4 Mai 2013 - 20:19, édité 1 fois
Re: problème de chatbox
Bonsoir
Il est fort probable que cette modification soit le résultat d'un code CSS. Pour vous en assurer, je vous propose de retirer provisoirement le contenu complet de votre feuille de style personnalisée et de faire un test sur la Chatbox.
Cordialement
Il est fort probable que cette modification soit le résultat d'un code CSS. Pour vous en assurer, je vous propose de retirer provisoirement le contenu complet de votre feuille de style personnalisée et de faire un test sur la Chatbox.
Cordialement
Re: problème de chatbox
Bonsoir !
Effectivement, j'ai fais ce que vous m'avez dit, et tout c'est remit à fonctionner ! Voici donc le code du CSS :
En espérant que vous saurez nous aider, merci !
Effectivement, j'ai fais ce que vous m'avez dit, et tout c'est remit à fonctionner ! Voici donc le code du CSS :
- Spoiler:
- Code:
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background-color: #fae3c5; }
::-webkit-scrollbar-thumb { background-color: #8d6b61; }
.mainmenu img {display: none;}
-RETRAIT : ce CSS pose de nombreux problèmes - { display: none; }
/*CADRE INTERIEUR DU FORUM*/
.bodyline{
width: 50%;
box-shadow: 0px 2px 7px #8d6b61;
border-radius: 3px;
background-color: #fae3c5;
}
/*EXTERIEUR DU FORUM*/
body {
background-color: #FFFAFA;
background-attachment: fixed;
background-repeat: repeat;
}
a:link {text-decoration: none; color: #95756;}
a { text-decoration: none; }
a:hover { text-decoration: none !important; color: #95756b;}
textarea {color:#95756b ; background-color:#c9c6d8 ;}
/*--BORD ROND by TSF®--*/
/*--REPONSE RAPIDE--*/
form#quick_reply textarea#text_editor_textarea {
border-radius:10px 10px 10px 10px;
padding: 10px;
background-color: #ffffff;
}
/*--text_editor_iframe--*/
form#quick_reply iframe#text_editor_iframe {
border-radius:10px 10px 10px 10px;
padding: 4px;
background-color: #ffffff;
}
/*--text_editor_textarea--*/
textarea#text_editor_textarea {
border-radius:10px 10px 10px 10px;
padding: 4px;
background-color: #ffffff;
}
/*--text_editor_iframe--*/
iframe#text_editor_iframe {
border-radius:10px 10px 10px 10px;
padding: 4px;
background-color: #ffffff;
}
/*--EOF TSF®--*/
/*BARRE DE MENU*/
a.mainmenu {
color: #95756b;
text-transform : uppercase;
background-color: none;
}
/*STYLE QUOTE ET CODE ET SPOILER*/
.quote {
border-radius: 5px;
padding: 3px;
font-family: Arial;
border-left: 4px solid #ffffff;
border-right: 4px solid #ffffff;
font-size: 12px;
color: #95756b;
}
.code{
border-radius: 5px;
padding: 3px;
font-family: Arial;
border-left: 4px solid #ffffff;
border-right: 4px solid #ffffff;
font-size: 12px;
color: #95756b;
}
.spoiler_closed {
border-radius: 5px;
padding: 3px;
font-family: Arial;
border-left: 4px solid #ffffff;
border-right: 4px solid #ffffff;
font-size: 12px;
color: #95756b;}
.spoiler_content {
border-radius: 5px;
padding: 3px;
font-family: Arial;
border-left: 4px solid #ffffff;
border-right: 4px solid #ffffff;
font-size: 12px;
color: #95756b;}
/*OPACITE SUR IMAGE*/
.pix {
border: none;opacity: 0.7;
background-color: transp;
padding:3px;
margin-top:1px;
margin-left:1px;
margin-right:1px;}
.pix:hover
{border: none;opacity: 1;
background-color: transp;
padding:3px;
margin-top:1px;
margin-left:1px;
margin-right:1px;}
/*EFFET DE STYLE si on utilise cette class (inutile je pense)*/
p{font-size: 24px;
width: 100%;
text-transform : Uppercase;
font-weight: bold;
font-family: georgia;
color: #8d6b61;
text-decoration: none;
text-align: center;}
/*BORDURE AUTOUR PA&CATEGORIE*/
.forumline{
background-color: #fff3ea;
box-shadow: 0px 2px 7px #8d6b61;
border:2px solid #95756b;
margin-bottom: 5px;
border-radius : 3px;
}
/*EFFET SUR LE TEXTE*/
v{width: 100%;
color: #8d6b61;
font-size: 11px;
font-weight: bold;
font-family: arial;
text-decoration: none;
}
v:hover{width: 100%;
color: #fae3c5;
text-transform : Uppercase;
cursor: help;
font-size: 11px;
font-weight: bold;
font-family: arial;
text-decoration: none;
}
/*AUTRE EFFET SUR LE TEXTE le même que v mais sans UPPERCASE*/
j{width: 100%;
color: #8d6b61;
font-size: 11px;
font-weight: bold;
font-family: arial;
text-decoration: none;
}
j:hover{width: 100%;
color: #fae3c5;
font-size: 11px;
font-weight: bold;
font-family: arial;
text-decoration: none;
}
/*GROUPES QUEEL*/
.groupes{
padding-right: 5px;
padding-bottom:3px;
font-size:15px;
font-weight: bold;
text-align:center;
text-decoration: none !important;
}
.groupes:hover{
padding-right: 5px;
padding-bottom:3px;
font-size:20px;
font-weight: bold;
text-align:center;
text-decoration: none !important;;
}
/*---------------FICHE STAFF BY MARIIIE---------------*/
.pseudostaff {
font-family: Times New Roman;
font-weight: bold;
font-style: italic;
font-size: 30px;
letter-spacing: 0pt;
text-transform: lowercase;
text-shadow: 1px 1px 1px #ecc1b4;
color: #8d6b61;}
.avastaff {
border: 2px solid #ffffff;
height:320px;
width:200px;
border-radius: 100px 100px 100px 100px; }
.textstaff {
overflow: auto;
height: 201px;
width: 260px;
color: black;
font-size: 10px;
text-align: justify;
}
.creditstaff {
font-family: Times New Roman;
font-weight: bold;
font-style: italic;
font-size: 14px;
letter-spacing: 0pt;
text-transform: lowercase;
text-shadow: 1px 1px 1px #ecc1b4;
color: #8d6b61;}
/*---------------FICHE STAFF FIN---------------*/
/*---------------FICHE GROUPE---------------*/
.nomgroupe {
font-family: Codystar;
font-weight: bold;
font-size:30px;
color: #8d6b61;
margin-bottom: -8px;
text-align:center;
font-style: italic;
}
.descrigroupe {
background-color: white;
border-left: 3px solid #8d6b61;
border-right: 3px solid #8d6b61;
border-radius: 3px;
align:center;
padding-left: 5px; padding-right: 5px; }
/*---------------FICHE GROUPE FIN---------------*/
/*---------------PAGE D ACCUEIL-----------------*/
.titr {
font-family: Codystar;
font-weight: bold;
font-size: 52px;
letter-spacing: -3pt;
text-transform: uppercase;
text-shadow: 0px 0px 2px #8d6b61;
text-align: center;
line-height: 16px;
color:#8d6b61;
}
.titr2 {
font-family: Times New Roman;
line-height: 16px;
text-transform: lowercase;
letter-spacing: -3px;
font-style: italic;
text-align: center;
font-size: 50px;
color: #8d6b61; }
.titr2:hover {
color: #fae3c5; }
.imp {
text-transform: lowercase;
letter-spacing: -1.5px;
color: #8d6b61;}
.q3 {
display: block;
background-image: url(http://s4.noelshack.com/old/up/image_8-813a2f2426.png);
border: 1px solid gainsboro;
text-align:justify;
padding:1px;
height: 125px;
border-radius: 1px;}
.cadre {
width: 50px;
height: 50px;
padding: 2px;
border: 1px solid gainsboro;
border-radius: 2px;
background-color: white;
}
.cadre2 {
width: 25px;
height: 25px;
padding: 2px;
border: 1px solid gainsboro;
border-radius: 2px;
background-color: white; }
.q4 {
display: block;
background-color: #fff3ea;
border-left: 3px solid #8d6b61;
border-right: 3px solid #8d6b61;
text-align:justify;
padding:1px;
height: 50px; }
.titr3 {
font-family: Codystar;
font-weight: bold;
font-size: 25px;
letter-spacing: -1.5pt;
text-transform: lowercase;
text-shadow: 0px 0px 1px;
text-align: center;
line-height: 16px;
color:#8d6b61;
}
/*FIN PA*/
/*FICHE PRESENTATION*/
.fondpres {
background-color: #ffffff;
width : 500px;
border: 3px solid #8d6b61; }
.prenom {
font-family: Georgia;
font-style: italic;
font-weight: bold;
font-size: 45px;
letter-spacing: -2pt;
text-transform: lowercase;
text-shadow: 1px 1px 1px #fae3c5;
color:#8d6b61; }
.soustitre {
font-family: Times New Roman;
font-weight: bold;
font-style: italic;
font-size: 30px;
letter-spacing: -1pt;
text-transform: lowercase;
text-shadow: 1px 1px 1px #fae3c5;
color:#8d6b61;
margin-top: 5px;}
A1 { color: #8d6b61;
font-weight:bold;
font-family: Georgia;}
.descripres {overflow:auto;
width: 200px;
height:100px;
text-align: justify;}
/*FICHE AVATAR*/
.lettre{
border-bottom: double 3px #8d6b61;
font-style: italic;
font-size: 25px;
color: #8d6b61;
text-align:center; }
/**********CATEGORIES**********/
a.forumlink,a.forumlink:link,a.forumlink:active,a.forumlink:visited,a.forumlink:hover{
font-family: Codystar;
font-weight: bold;
font-size: 20px;
letter-spacing: -1pt;
text-transform: uppercase;
line-height: 16px;
color:#8d6b61;
}
.fondmessderni {
text-align: center;
opacity : 0.9;
border-left: #8d6b61 4px solid;
border-radius: 3px;
background-color : #ffffff;
height: 78px;
margin-top: 1px;
}
.mess
{
color : #000000; /*Couleur du texte*/
text-align: center;
opacity : 1;
padding: 8px;
}
.derni
{
color : #000000; /*Couleur du texte*/
text-align: center;
opacity : 1;
}
.descri {
background-color:#ffffff;
border-left: #8d6b61 4px solid;
height: 78px;
text-align: justify;
overflow: auto;
opacity: 0.9;
padding-right: 1px;
border-radius: 3px;
}
a.cattitle {
font-family: Codystar;
font-weight: bold;
font-size: 20px;
letter-spacing: -1pt;
text-transform: lowercase;
text-shadow: 0px 0px 1px;
text-align: center;
line-height: 16px;
color:#8d6b61;}
.titledernmess {
font-family: Codystar;
font-weight: bold;
font-size: 20px;
letter-spacing: -1pt;
text-transform: lowercase;
text-shadow: 0px 0px 1px;
text-align: center;
line-height: 16px;
color:#8d6b61;
width: 150px;}
.secondarytitle h2 {
font-family: Codystar;
font-weight: bold;
font-size: 35px;
letter-spacing: -1pt;
text-transform: lowercase;
text-shadow: 0px 0px 1px;
text-align: center;
line-height: 16px;
color:#8d6b61;}
/**********FIN CATEGORIES**********/
/* SUPPRESSION TRAITS INDESIRABLES */
td.catBottom, th.thBottom {
border : 0px solid white ;
}
td.catHead, th.thHead {
border-width: 0 0 0 0 ;
font-size: 12px;
font-color : white ;
}
td.catRight, td.row3Right, th.thRight {
border-width: 0 0 0 0;
}
/*PROFIL*/
.profil {
background-color: #fff3ea;
border:2px solid #95756b;
margin-bottom: 5px;
border-radius: 3px;
}
.postdetails img {
border-radius: 3px;
}
.pseudo {
border-left: 2px solid #95756b;
border-right: 2px solid #95756b;
border-radius: 3px;
font-size: 15px;
font-weight: bold;
font-style: italic;
background-color: #fff3ea;
}
input,textarea, select {
border-radius-bottomleft:9px;
border-radius-bottomright:9px;
border-radius-topleft:9px;
border-radius-topright:9px;
background-color: #fff3ea;
}
.postdetails.poster-profile textarea { width: 200px;}
/*MISE EN PAGE MESSAGE */
.fondmiseenpage {
padding-top: 7px;
padding-left: 7px;
line-height:13px;
padding-right: 7px;
padding-bottom:5px;
text-align:justify;
width : 550px;
color: gray;
background-color:#ffffff;
margin-top:-7px;
margin-bottom:1px;
text-shadow:1px 1px 1px #cccccc;
border-left:1px solid #8d6b61;
border-right:1px solid #8d6b61;
border-top:6px solid #8d6b61;
border-bottom:6px solid #8d6b61; }
.titremiseenpage {
width:550px;
padding:5px;
text-align:center;
margin-bottom:-10px;
font-family: Codystar;
font-size: 43px;
color: #8d6b61;
letter-spacing: -1px;
word-spacing: -2px;
line-height: 50px;
text-shadow:0px 0px 1px #8d6b61;
text-transform:uppercase;
margin-left:0px; }
.soustitremiseenpage {
text-transform:uppercase;
letter-spacing:2px;
word-spacing:3px;
font-size:10px;
color:#8d6b61;
line-height:10px;
text-align:center;
margin-top:-15px;
border-bottom:4px solid #8d6b61;
}
/*FICHE LIEN OBLIGATOIRE*/
.prenomlien {
font-family: Georgia;
font-style: italic;
font-weight: bold;
font-size: 15px;
text-shadow: 1px 1px 1px white;
color: #fae3c5;
text-transform: lowercase;
text-align:center;}
.imglien {
border: 3px #fae3c5 solid;
border-radius: 155px ; }
.textelien {
border-right: 3px #fae3c5 solid;
border-left: 3px #fae3c5 solid;
border-radius: 5px;padding:5px;margin-left:9px;font-family: Georgia;}
/*FICHE SCENARIO*/
.fondscena {
background-color: #ffffff;
border-right: 3px #8d6b61 solid;
border-left: 3px #8d6b61 solid;
border-radius: 5px;width: 550px; }
.titrescena {
font-family: Georgia;
font-style: italic;
font-weight: bold;
font-size: 30px;
letter-spacing: -2pt;
text-shadow: 1px 1px 1px #8d6b61;
color: #8d6b61;
text-transform: lowercase; }
.avatarscena {
border-right: 3px #8d6b61 solid;
border-left: 3px #8d6b61 solid;
border-radius: 5px;padding:5px; }
/****TEST QUEEL****/
.titrequeel {
width:550px;
padding:5px;
letter-spacing: -1px;
word-spacing: -2px;
margin-top:10px;
font-family: Codystar;
font-size: 55px;
font-weight: bold;
text-shadow: 1px 1px 1px #8d6b61;
text-align: center;
line-height: 16px;
color:#8d6b61;}
.soustitrequeel {
letter-spacing:1px;
word-spacing:3px;
font-size:10px;
color:#8d6b61;
line-height:10px;
text-align:center;
text-transform: uppercase;
font-family: Georgia;
margin-top: 10px;
}
.groupes{
padding-right: 5px;
font-size:15px;
font-weight: bold;
font-family: georgia;
text-transform: uppercase;
text-align:center;
text-decoration: none !important;
}
.groupes:hover{
padding-right: 5px;
font-size:20px;
font-weight:bold;
text-align:center;
text-shadow:0px 0px 1px #bbbbbb;
text-decoration: none !important;
}
.cadrequeel {
background-color:#ffffff;
border: #8d6b61 2px solid;
border-radius: 3px;
box-shadow: 0px 2px 7px #8d6b61;
opacity: 0.9;
padding-right: 1px;
width: 605px;}
/*supprimer la marge du bas et du haut*/
body{margin-top: 0px;}
body{margin-bottom: 0px;}
En espérant que vous saurez nous aider, merci !
Re: problème de chatbox
Le code CSS à supprimer est celui-ci :
- Code:
/*EFFET DE STYLE si on utilise cette class (inutile je pense)*/
p{font-size: 24px;
width: 100%;
text-transform : Uppercase;
font-weight: bold;
font-family: georgia;
color: #8d6b61;
text-decoration: none;
text-align: center;}
Re: problème de chatbox
Merci beaucoup, c'est résolu !
Sujets similaires
» Problème de ChatBox
» Problème de chatbox
» Problème ChatBox !
» Problème son chatbox
» Probleme ChatBox
» Problème de chatbox
» Problème ChatBox !
» Problème son chatbox
» Probleme ChatBox
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum