Problème avec le placement de la barre de post

3 participants

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

Résolu Problème avec le placement de la barre de post

Message par yoyolebg Dim 9 Mar 2014 - 19:02

Bonjour / Bonsoir

Type de problème : Problème avec un script et / ou un code.

Lieu : Toutes les pages de mon forum.

Version de mon forum : Invision

CSS modifier : Oui

Templates modifier : Non (Il n'y a pas de Templates sour Invision)

Mon navigateur : Google Chrome

Lien de mon forum ForumActif.com : http://forum-entraide.forumactif.fr/

Les CSS modifier :
Code:
.postbody {
background-color: rgb(99,135,91);
}
 
.postprofile {
background-color: rgb(97,31,32);
}

th {
background-color: rgb(97,31,32);
}

#submenu ul li a { margin:0; padding:0; }

.chatbox-title,.chatbox-title a.chat-title {
color: #000000 !important;
}

.chatbox {
font-size: 12px;
}
.member {
background-color: #fff;
border: 1px solid #000000;
}

.row1 .postprofile {
background-color: #DCEAF5;
color: #000000;
}

.postprofile-head.post-header, .popmenubutton-new-out a{
 background-color: transparent;
}
 
.popmenubutton-new-out a{
 border:none;
}
 
.post{
 background-color:rgb(97, 31, 32);
}
 
.post-footer ul.misc-icons{
 background-color:rgb(97, 31, 32);
 width:216px;
 margin:0;
 height:50px
}
 
.post-footer{
 border-top:none;
}
 
.post{
 border-bottom:2px solid #000;
}

.postbody-head.postdetails.post-header{
   background-color:transparent
}
.post-footer.clearfix{
   background-color:rgb(99, 135, 91);
}

input#message.post { background:#fff; }

.module .maintitle h3 {
float: none;
font-size: 1em;
color: #000000;
}

.bodylinewidth {
width: 80% !important;
}

 #chatbox p:first-child .msg:after {
  clear: both;
  display: block;
  content: "Bonjour, veuillez respectez la Charte du Forum à chaque messages posté de votre part. Sachez que des sanctions peuvent survenir suite a votre non-respect des règles";
  color: red;
  margin: 10px 30px;
  border: 5px solid red;
  padding: 5px;
  font-size: 15px;
  background: blue;
  font-weight: bold;
}

.fa_avatar {
  width: 25px;
  height: 25px;
  position: relative;
  top: -3px;
  margin-right: 5px;
  border-radius: 3px;
  margin-bottom: -10px;
}

/*()Bouton avertissement rapide */
 
.mod_mess, .adm_mess {
margin: 5px auto;
width: 90%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
 
.mod_mess a.postlink, .adm_mess a.postlink {
color: #FFF !important;
text-decoration: underline !important;
}
 
/* administrateur bb-Code - bloc de message d'enregistrement */
 
.adm_mess {
background: #e54858;
background: -moz-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e54858), color-stop(100%, #f5b57a));
background: -webkit-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: -o-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: -ms-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: linear-gradient(left, #e54858 0%, #f5b57a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e54858", endColorstr="#f5b57a", GradientType=1);
-webkit-box-shadow: 4px 4px 0px 0px #352727;
-moz-box-shadow: 4px 4px 0px 0px #352727;
box-shadow: 4px 4px 0px 0px #352727;
}
 
/* Administrateur bb-Code - mise en page */
.adm_mess .titl {
font-size: 15px;
font-weight: bold;
padding: 5px;
border-bottom: 1px dashed #B60505;  
}
    
/* Administrateur BB-Code - présentation du texte */
.adm_mess .titl + div {
display: block;
margin-left: 10px;
padding: 25px 5px 25px 80px;
background: transparent url(http://i33.servimg.com/u/f33/17/37/83/89/gnome-10.png) no-repeat left center;
}
 
/* Messages BB-Code - bloc de message d'enregistrement */
 
.mod_mess {
background: #5c93f5;
background: -moz-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5c93f5), color-stop(100%, #afcfda));
background: -webkit-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: -o-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: -ms-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: linear-gradient(left, #5c93f5 0%, #afcfda 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c93f5", endColorstr="#afcfda", GradientType=1);
-webkit-box-shadow: 4px 4px 0px 0px #352727;
-moz-box-shadow: 4px 4px 0px 0px #352727;
box-shadow: 4px 4px 0px 0px #352727;
}
 
/* Messages BB-Code - Un titre */
.mod_mess .titl {
font-size: 15px;
font-weight: bold;
padding: 5px;
border-bottom: 1px dashed #0D4DD3;    
}
    
/* modernité BB-Code - présentation du texte */
.mod_mess .titl + div {
display: block;
margin-left: 10px;
padding: 25px 5px 25px 80px;
background: transparent url(http://i33.servimg.com/u/f33/17/37/83/89/gnome610.png) no-repeat left center;  
}

/*()Bouton avertissement rapide */
 
.mod_mess, .adm_mess {
margin: 5px auto;
width: 90%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
 
.mod_mess a.postlink, .adm_mess a.postlink {
color: #FFF !important;
text-decoration: underline !important;
}
 
/* administrateur bb-Code - bloc de message d'enregistrement */
 
.adm_mess {
background: #e54858;
background: -moz-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e54858), color-stop(100%, #f5b57a));
background: -webkit-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: -o-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: -ms-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: linear-gradient(left, #e54858 0%, #f5b57a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e54858", endColorstr="#f5b57a", GradientType=1);
-webkit-box-shadow: 4px 4px 0px 0px #352727;
-moz-box-shadow: 4px 4px 0px 0px #352727;
box-shadow: 4px 4px 0px 0px #352727;
}
 
/* Administrateur bb-Code - mise en page */
.adm_mess .titl {
font-size: 15px;
font-weight: bold;
padding: 5px;
border-bottom: 1px dashed #B60505;  
}
    
/* Administrateur BB-Code - présentation du texte */
.adm_mess .titl + div {
display: block;
margin-left: 10px;
padding: 25px 5px 25px 80px;
background: transparent url(http://i33.servimg.com/u/f33/17/37/83/89/gnome-10.png) no-repeat left center;
}
 
/* Messages BB-Code - bloc de message d'enregistrement */
 
.mod_mess {
background: #5c93f5;
background: -moz-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5c93f5), color-stop(100%, #afcfda));
background: -webkit-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: -o-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: -ms-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: linear-gradient(left, #5c93f5 0%, #afcfda 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c93f5", endColorstr="#afcfda", GradientType=1);
-webkit-box-shadow: 4px 4px 0px 0px #352727;
-moz-box-shadow: 4px 4px 0px 0px #352727;
box-shadow: 4px 4px 0px 0px #352727;
}
 
/* Messages BB-Code - Un titre */
.mod_mess .titl {
font-size: 15px;
font-weight: bold;
padding: 5px;
border-bottom: 1px dashed #0D4DD3;    
}

.online {
    background-position: 19.2% 0px;
}

tfoot td { display:none; }

#qpost{
  max-height: 300px !important;
}
 
#av_quickreply img{
  position: relative;
  top: 35px;
  left: 15px;
}

/* ************ HAUTEUR DES CASES DE TITRES DES WIDGETS *************** */
 
.module .maintitle h3 {
 
   line-height: 12px;
}

 
.qreply
{
background:none !important;
}


/* ************ Soulignage pseudo membre *************** */

 
a:link, a:visited, a:hover, a:active, a:focus {
text-decoration: none;}

Détail du problème : Voila, cela fait plusieurs jours que la barre de post de mon forum c'est déplacer.
Je me retourne vers vos services pour pouvoirs résoudre ce problème.

Screenshots : Problème avec le placement de la barre de post Captur22



Merci de votre réponse / participation !

Cordialement,

yoyolebg.


Dernière édition par yoyolebg le Ven 14 Mar 2014 - 0:09, édité 1 fois
yoyolebg

yoyolebg
*****

Masculin
Messages : 569
Inscrit(e) le : 01/12/2013

http://police.forumactif.fr/
yoyolebg a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème avec le placement de la barre de post

Message par yoyolebg Lun 10 Mar 2014 - 20:21

Up du sujet..
yoyolebg

yoyolebg
*****

Masculin
Messages : 569
Inscrit(e) le : 01/12/2013

http://police.forumactif.fr/
yoyolebg a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème avec le placement de la barre de post

Message par yoyolebg Jeu 13 Mar 2014 - 7:07

Up
yoyolebg

yoyolebg
*****

Masculin
Messages : 569
Inscrit(e) le : 01/12/2013

http://police.forumactif.fr/
yoyolebg a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème avec le placement de la barre de post

Message par FANCH 56 Jeu 13 Mar 2014 - 8:27

Bonjour

Essaie ceci

Code:
    /* DIMENSIONS RÉPONSE RAPIDE */

#quick_reply .sceditor-container {
   
  height:300px!important;
width: 800px!important; }

FANCH 56

FANCH 56
Membre actif

Masculin
Messages : 13259
Inscrit(e) le : 25/07/2005

https://www.anciens-cols-bleus.net/
FANCH 56 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème avec le placement de la barre de post

Message par yoyolebg Jeu 13 Mar 2014 - 16:39

Sa la plus agrandi
yoyolebg

yoyolebg
*****

Masculin
Messages : 569
Inscrit(e) le : 01/12/2013

http://police.forumactif.fr/
yoyolebg a été remercié(e) par l'auteur de ce sujet.

L'auteur de ce message est actuellement banni du forum - Voir le message

Résolu Re: Problème avec le placement de la barre de post

Message par FANCH 56 Jeu 13 Mar 2014 - 16:51

yoyolebg a écrit:Sa la plus agrandi

Oui mais il faut quand même que tu en fasse un peu.

A toi de changer les valeurs px.
FANCH 56

FANCH 56
Membre actif

Masculin
Messages : 13259
Inscrit(e) le : 25/07/2005

https://www.anciens-cols-bleus.net/
FANCH 56 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème avec le placement de la barre de post

Message par yoyolebg Ven 14 Mar 2014 - 0:09

Voila, je pense avoir reussi ! merci c avec le code de FRANCH56 et merci a Tivia aussi
yoyolebg

yoyolebg
*****

Masculin
Messages : 569
Inscrit(e) le : 01/12/2013

http://police.forumactif.fr/
yoyolebg 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