[résolu] Déformation de la page & disparition d'avatar & centrer header Bouton_active[résolu] Déformation de la page & disparition d'avatar & centrer header Bouton_hover[résolu] Déformation de la page & disparition d'avatar & centrer header Fb-hover[résolu] Déformation de la page & disparition d'avatar & centrer header Fb-active
CSSActif, le forum, n'est plus maintenu. Il est néanmoins disponible pour consultation. Pour des outils pratiques, rendez-vous sur:

Découvrez CSSActif, une collection d'outils et de tutoriels interactifs pour les développeurs Web — HTML, CSS, JavaScript et bien plus!

Derniers sujets
» Fiche de Présentation RPG
[résolu] Déformation de la page & disparition d'avatar & centrer header EmptySam 30 Mar 2024, 22:07 par Peyton972

» [RPG] Fiche personnage avec bannière
[résolu] Déformation de la page & disparition d'avatar & centrer header EmptySam 30 Mar 2024, 22:06 par Peyton972

» Structure de Qui Est En Ligne (1)
[résolu] Déformation de la page & disparition d'avatar & centrer header EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
[résolu] Déformation de la page & disparition d'avatar & centrer header EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
[résolu] Déformation de la page & disparition d'avatar & centrer header EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
[résolu] Déformation de la page & disparition d'avatar & centrer header EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
[résolu] Déformation de la page & disparition d'avatar & centrer header EmptySam 11 Fév 2023, 06:04 par Krager

» Vos partenaires dans le footer
[résolu] Déformation de la page & disparition d'avatar & centrer header EmptyMar 07 Fév 2023, 08:40 par Oxtran

Le Deal du moment :
Cartes Pokémon 151 : où trouver le ...
Voir le deal

Partagez
 

[résolu] Déformation de la page & disparition d'avatar & centrer header

Voir le sujet précédent Voir le sujet suivant Aller en bas 
https://twitter.com/peokigayo
tmup
tmup
{ Membre }
{ Membre }

Féminin Messages : 17



[résolu] Déformation de la page & disparition d'avatar & centrer header Empty
Bonjour !

Je viens ici pour trois problèmes. J'ai pour les trois essayé de bidouiller tout ce qui me semblait toucher à mes problèmes, mais pas moyen de trouver de solution. Je vais vous expliquer au cas par cas. Je pense tout de même qu'il serait préférable que vous voyez de vous même, donc je donne l'adresse du forum : http://the-legend.bbfr.net/

  1. Déformation de la page dans les sujets :
    Lorsqu'on va dans un sujet, la largeur du forum s'agrandit, pour une raison dont j'ignore. Ca me le fait que depuis hier, or j'ai pas touché au css ni au template depuis fin août et c'était tout à fait normal au niveau des sujets ! La largeur est de plus ou moins grande sur différents sujets. J'ai essayé de voir si ça ne venait pas des signatures des membres (on sait jamais, ça me l'a déjà fait une fois..) mais non, rien. J'ai fait une recherche sur ce forum, mais rien ne correspond à mon problème (le truc de changer la largueur des images, ça ne peut pas fonctionner, vu que ça marchait très bien avant..) Je vous poste ici un aperçu de ce que j'ai :
    sur la page d'accueil:
    dans un sujet:

  2. Disparition d'avatar sous Mozilla :
    Utilisant Chrome, je ne l'avais pas remarqué jusqu'à ce que test sous mozilla mon forum, et remarque ce problème. Ca le fait chez moi et quelqu'un d'autre (la seule me l'ayant fait remarqué) mais pas chez une amie.
    En fait, dans les sujets, dès qu'on pose la souris sur l'avatar, il se met à 'clignoter' et à disparaître. Je ne vois pas pourquoi ça fait ça, et ce qui pourrait l'engendrer..

  3. Centrage du header :
    Comme j'ai un header qu'on 'colle' au forum (voir dans les spoiler), j'ai fait en sorte de le centrer, puisqu'on me disait qu'il ne l'était pas. J'ai essayé de rajouter ce qu'on m'avait dit dans le css (voir ci après) mais apparemment ça ne change rien..
    Code:
    #i_logo {
    margin-bottom: -5px;
    width: 1482px; /** Largeur du header **/
    marrgin-left: -741px; /** X étant la moitié de la largeur **/
    left: 50%;
    }


Est-ce que quelqu'un pourrait m'aider pour mes problèmes, s'il vous plait ?
Perfectionniste que je suis, je ne supporte pas voir et savoir ces petits problèmes. ><

Un gros merci d'avance à quiconque tentera de m'aider !


Dernière édition par tmup le Mer 26 Sep 2012, 08:34, édité 1 fois
MessageSujet: [résolu] Déformation de la page & disparition d'avatar & centrer header   [résolu] Déformation de la page & disparition d'avatar & centrer header EmptyLun 10 Sep 2012, 05:35
Revenir en haut Aller en bas
Espeon
Espeon
Administrateur
Administrateur

Masculin Messages : 1819



[résolu] Déformation de la page & disparition d'avatar & centrer header Empty
Juste très rapidement sur ton troisième problème (là où je suis je ne suis pas en mesure de me pencher plus attentivement sur tes soucis, peut-être ce soir si quelqu'un ne s'est pas occupé de toi d'ici là) :

Tu as écris marrgin-left ce qui ne va effectivement pas fonctionner parce-que cette propriété n'est pas connue, les programmes étant extrêmement sensibles à l'orthographe il ne pourra malheureusement pas comprendre que tu souhaitais écrire margin-left Wink

Autrement dit, enlève ce r de trop (que je ne saurais voir) et la propriété sera comprise par le navigateur.


D'ailleurs, tant que tu y es, essaie de remplacer les valeurs de margin-left et margin-right par auto au lieu de tes décalages en pixels (ex: margin-left: auto;).
Là encore je te dis ça comme ça puisque je n'ai pas regardé en détail, mais en pratique pour centrer un bloc c'est ce qu'on utilise (après, mais remarque est à prendre avec des guillemets s'il s'agit d'un positionnement par rapport à un conteneur de taille fixe, bien entendu).


EDIT : Cela dit, après avoir jeté un oeil sur le CSS, j'ai l'impression que tu défini un bloc d'une certaine taille, que tu le décale vers la gauche de la moitié de sa taille et... que tu le positionne à 50% (quoique left ne fonctionne pas si position n'a pas la bonne valeur, à voir si cette propriété est prise en compte). Bref, si un codeur dispo peut jeter un oeil là dessus ça serait pas du luxe Smile
MessageSujet: Re: [résolu] Déformation de la page & disparition d'avatar & centrer header   [résolu] Déformation de la page & disparition d'avatar & centrer header EmptyLun 10 Sep 2012, 05:45
Revenir en haut Aller en bas
Faucon
Faucon
{ Membre hyper-actif }
{ Membre hyper-actif }

Masculin Messages : 1757



[résolu] Déformation de la page & disparition d'avatar & centrer header Empty
Hello

Pour ton premier problème ton titre est trop grand, je parle de "Before..." essaie de descendre la taille
Pour ton deuxième probleme tu pourrais nous passer ton CSS et ton template viewtopic_body
Pour ton troisieme problème dépasser par Espeon ^^
MessageSujet: Re: [résolu] Déformation de la page & disparition d'avatar & centrer header   [résolu] Déformation de la page & disparition d'avatar & centrer header EmptyLun 10 Sep 2012, 05:49
Revenir en haut Aller en bas
Espeon
Espeon
Administrateur
Administrateur

Masculin Messages : 1819



[résolu] Déformation de la page & disparition d'avatar & centrer header Empty
Faucon a écrit:
Pour ton troisieme problème dépasser par Espeon ^^

Cela dit si tu veux t'y pencher plus en détail, je n'ai pas les moyens de tester/regarder vraiment ça de là où je suis. J'ai juste fait des remarques d'ordre général mais je ne sais pas si ça va résoudre le problème (faut plus voir ça comme des suggestions).

Bref, tu as le champ libre sur la question Wink
MessageSujet: Re: [résolu] Déformation de la page & disparition d'avatar & centrer header   [résolu] Déformation de la page & disparition d'avatar & centrer header EmptyLun 10 Sep 2012, 05:51
Revenir en haut Aller en bas
Faucon
Faucon
{ Membre hyper-actif }
{ Membre hyper-actif }

Masculin Messages : 1757



[résolu] Déformation de la page & disparition d'avatar & centrer header Empty
J'aurais dit comme toi pour la correction

Pour l'autre cas, j'avais pensé à margin: auto; mais c'est la même chose que toi ^^
MessageSujet: Re: [résolu] Déformation de la page & disparition d'avatar & centrer header   [résolu] Déformation de la page & disparition d'avatar & centrer header EmptyLun 10 Sep 2012, 06:23
Revenir en haut Aller en bas
https://twitter.com/peokigayo
tmup
tmup
{ Membre }
{ Membre }

Féminin Messages : 17



[résolu] Déformation de la page & disparition d'avatar & centrer header Empty
Déjà, merci pour vos réponses !

Pour le premier problème, je viens de retirer 40px des titres, et ça fonctionne, merci ! C'est juste bizarre car avant d'ouvrir le forum, ça fonctionnait très bien... Enfin, c'est changé, sur certains il reste un décalage d'environ 2-3px mais c'est correct.

Le deuxième problème, voici donc mon CSS ainsi que mon template :
Code:
/*******************
*                  *
*  DIVERS FORUM  *
*                  *
********************/

.code{
background-color: #FFFFFF;
border: 1px solid #cfeebd;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
  border-radius: 5px;
padding:5px;
color:#95ac88;
}

body {
background-image : url('http://img15.hostingpics.net/pics/861723fondforum.png');
 background-attachment: scroll;
 background-repeat: repeat ;
    overflow-x: hidden;
    overflow-y: auto;
paddin-top: -1px;
margin: -1px;
}

tr.post span.gensmall {
display: none;
}

#i_logo {
margin-bottom: -5px;
margin-right: auto; /** X étant la moitié de la largeur **/
margin-left: auto;
}


Bord {
margin: 0;
}

.bodyline { padding:0 7 7px; }


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

.forumline .row1,.forumline .row2,.forumline .row3,.forumline .row3Right{padding:2px 3px;}

table.bodylinewidth {
position: relative;
bottom: 0;
border-left:14px solid #cfeebd;
border-right:14px solid #cfeebd;
}

.forumline {
margin-bottom:15px;
padding:18px;
padding-top:20px;
border-bottom: 10px dotted #cfeebd;
position: relative;
-moz-border-radius: 70px;
-webkit-border-radius: 70px;
border-radius: 70px;
}

a.mainmenu, a.mainmenu:visited {
text-align: center;
font-size: 13px;
letter-spacing:-1px;
text-transform:uppercase;
line-height: normal;
font-weight:bold;
}

a.mainmenu:hover {
text-align: center;
font-size: 13px;
letter-spacing:-1px;
text-transform:uppercase;
line-height: normal;
text-shadow: 1px 1px 1px #e3e0e0;
}

a {
  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
  opacity: 1;
}

a:hover, a:focus {
  opacity: 0.9;
}

.selectCode { float:right; text-transform: lowercase; cursor:pointer; }


/*******************
*                  *
* PROFIL ET POSTE  *
*                  *
********************/


.postbody {
display: block;
padding: 15px;
text-align: justify;
}

.nameprofil {
text-align: center;
text-transform: uppercase;
text-shadow: 1px 1px 1px #e3e0e0;
font-size: 20px;
letter-spacing: -1px;
padding-top:-13px;
}

.rang {
text-align: center;
color:#d7d1c5;
text-transform: uppercase;
font-size: 11px;
letter-spacing: -1px;
font-weight:bold;
margin-top:-7px;
margin-bottom:7px;
}

.profil {
border-top: 5px solid #cfeebd;
border-bottom: 10px dotted #cfeebd;
background-image: url('http://img15.hostingpics.net/pics/413137fondforum.png');
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
height:auto;
width:209px;
padding:3px;
padding-top:15px;
}

.imagepro {
  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
}

.imagepro:hover {
display: none;
}


/*******************
*                  *
*    CATEGORIE    *
*                  *
********************/


.titrecat {
text-align: center;
margin-bottom:6px;
display: block;
width: 100%;
height: 30px;
font-weight: bolder;
font-family: arial;
letter-spacing: -2px;
font-style: normal;
text-transform: uppercase;
position: relative;
text-align:center;
}


.titrefo {
display: block;
text-align: left;
font-family: courier new;
letter-spacing:6px;
text-transform:uppercase;
padding-left:40px;
font-size: 19px;
line-height: normal;
color:#fdc8a0;
text-shadow: 1px 1px 1px #e3e0e0;
-webkit-border-radius: 8px;
  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
}

.titrefo:hover {
display: block;
text-align: left;
font-family: courier new;
letter-spacing:8px;
text-transform:uppercase;
font-size: 19px;
line-height: normal;
color:#f3a367;
padding-left:45px;
text-shadow: 1px 1px 1px #e3e0e0;
}

.descfo {
    -webkit-border-radius: 8px;
  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
text-align:justify;
border-left: 3px solid #93C377;
background-color: #F9F8ED;
height:90px;
line-height:11px;
margin-top:-25px;
margin-left:15px;
margin-bottom:13px;
padding:10px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
}

.descfo:hover {
text-align:justify;
border-left: 3px dotted #72A953;
background-color: #F9F8ED;
height:90px;
line-height:11px;
margin-top:-25px;
margin-left:15px;
margin-bottom:13px;
padding:10px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
}

.mess {
  -webkit-border-radius: 8px;
  -webkit-transition: all .55s;
  -moz-transition: all .55s;
  transition: all .55s;
height:105px;
width:140px;
border-right: 3px solid #93C377;
background-color: #F9F8ED;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
line-height:11px;
padding-top:2px;
margin-left:-2px;
}

.mess:hover {
text-align:center;
border-right: 3px dotted #72A953;
background-color: #F9F8ED;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
height:105px;
width:140px;
line-height:11px;
padding-top:2px;
margin-left:-2px;
}


/*******************
*                  *
*      QEEL        *
*                  *
********************/

.groups {
background-color: none;
padding-right: 12px;
padding-left: 14px;
padding-bottom: -50px;
margin-bottom:-5px;
padding-top:25px;
margin-top:25px;
text-align: center;
text-shadow: 1px 1px 1px #e3e0e0;
font-style:italic;
}

.qeel1 {
    -webkit-border-radius: 8px;
  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
text-align:justify;
background-color: #FBFBF5;
width:320px;
overflow:auto;
height:100px;
line-height:10px;
margin-top:55px;
margin-left:10px;
margin-bottom:15px;
padding:18px;
border-bottom: 8px dotted #cfeebd;
}

.qeel1:hover {
text-align:justify;
background-color: #FBFBF5;
width:320px;
overflow:auto;
height:100px;
line-height:10px;
margin-top:55px;
margin-bottom:10px;
padding:18px;
border-bottom: 8px dotted #cfeebd;
}

.qeel2 {
    -webkit-border-radius: 8px;
  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
text-align:justify;
background-color: #FBFBF5;
background-image: url('http://img15.hostingpics.net/pics/280299Sanstitre3.png');
background-repeat: no-repeat ;
background-position:left bottom;
width:320px;
height:100px;
line-height:10px;
margin-top:55px;
margin-left:15px;
margin-bottom:15px;
padding:18px;
border-bottom: 8px dotted #cfeebd;
}

.qeel2:hover {
text-align:justify;
background-color: #FBFBF5;
width:320px;
height:100px;
line-height:10px;
margin-top:55px;
margin-left:15px;
margin-bottom:15px;
padding:18px;
border-bottom: 8px dotted #cfeebd;
}

.qeel3 {
    -webkit-border-radius: 8px;
  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
text-align:justify;
background-color: #FBFBF5;
width:640px;
overflow:auto;
height:70px;
line-height:11px;
margin-left:30px;
margin-bottom:15px;
padding:18px;
border-bottom: 8px dotted #cfeebd;
}

.qeel3:hover {
text-align:justify;
background-color: #FBFBF5;
width:640px;
overflow:auto;
height:70px;
line-height:10px;
margin-left:30px;
margin-bottom:15px;
padding:18px;
border-bottom: 8px dotted #cfeebd;
}

.whoishere {
text-align: center;
display: block;
width: 100%;
font-weight: bolder;
font-family: arial;
font-style: normal;
text-transform: uppercase;
margin-left:70px;
margin-top:15px;
padding-top:15px;
margin-bottom:-55px;
padding-bottom:-55px;
}

.copyright {
padding-left:75px;
padding-top:20px;
text-transform: lowercase;
text-shadow: 1px 1px 1px #e3e0e0;
letter-spacing:1px;
color:#e0b378;
}


/*******************
*                  *
*  PAGE D'ACCUEIL  *
*                  *
********************/


.welcome {
text-align: center;
font-weight: bolder;
font-family: arial;
font-style: normal;
text-transform: uppercase;
font-size:57px;
text-shadow: 1px 1px 1px #e3e0e0;
letter-spacing:-4px;
}

.welcome1 {
text-align: center;
font-weight: bolder;
font-family: arial;
font-style: italic;
text-transform: lowercase;
font-size:17px;
margin-top:-20px;
color: #FDC8A0;
letter-spacing:2px;
}

.pa1 {
text-align:justify;
background-color: #F9F8ED;
border: 1px solid #ffffff;
height:130px;
width:275px;
line-height:11px;
padding:10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 1px 1px 1px #e3e0e0;
}

.pa2 {
text-align:justify;
background-color: #F9F8ED;
border: 1px solid #ffffff;
height:110px;
width:122px;
line-height:11px;
padding:10px;
margin-top:15px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 1px 1px 1px #e3e0e0;
}

.pa3 {
text-align:justify;
background-color: #F9F8ED;
border: 1px solid #ffffff;
height:110px;
width:290px;
line-height:11px;
padding:10px;
margin-top:15px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 1px 1px 1px #e3e0e0;
}

.palien1 {
text-align: center;
font-weight: bolder;
font-family: arial;
font-style: normal;
text-transform: uppercase;
font-size:15px;
letter-spacing:1px;
background-color: #F9F8ED;
border: 1px solid #ffffff;
height:20px;
width:auto;
line-height:11px;
box-shadow: 1px 1px 1px #e3e0e0;
padding:2px;
}

.palien2 {
text-align: center;
font-weight: bolder;
font-family: arial;
font-style: normal;
text-transform: uppercase;
font-size:15px;
letter-spacing:1px;
background-color: #fafaf5;
border: 1px solid #ffffff;
height:20px;
width:auto;
line-height:11px;
box-shadow: 1px 1px 1px #e3e0e0;
padding:2px;
}

.entete {
text-align: center;
font-weight: bolder;
font-family: arial;
font-style: italic;
text-transform: lowercase;
font-size:19px;
margin-top:-18px;
padding-left:-1px;
color: #FDC8A0;
letter-spacing:3px;
text-shadow: 1px 1px 1px #e3e0e0;
}

.imgstaff {
  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
  opacity: 0.8;
height:55px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.imgstaff:hover {
opacity: 0.6;
height:55px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

div.infobulle1 {
  position: relative;
  cursor:pointer;
}

div.infobulle1 > div{
  display: none;
      -webkit-border-radius: 8px;
  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
}

div.infobulle1:hover {
  background: none;
  z-index: 500;
}

div.infobulle1:hover > div{
  display: block;
  position: absolute;
  top: -60px;
  left: -20px;
  height:60px;
  width:235px;
  background: #F9F8ED;
  text-align:center;
}

div.infobulle2 {
  position: relative;
  cursor:pointer;
}

div.infobulle2 > div{
  display: none;
      -webkit-border-radius: 8px;
  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
}

div.infobulle2:hover {
  background: none;
  z-index: 500;
}

div.infobulle2:hover > div{
  display: block;
  position: absolute;
  top: -60px;
  left: -117px;
  height:60px;
  width:235px;
  background: #F9F8ED;
  text-align:center;
}

.topsite {
  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
  opacity: 0.6;
margin-top:-5px;
}

.topsite:hover {
opacity: 1;
margin-top:-5px;
}

.scenario {
  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
  opacity: 0.8;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
height:30px;
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
border-radius: 18px;
border:2px solid #ffffff;
}

.scenario:hover {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
opacity: 1;
height:30px;
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
border-radius: 18px;
border:2px solid #FDC8A0;
}

ndate {
font-weight: bolder;
font-family: arial;
font-size:10px;
color: #FFFFFF;
text-shadow: 1px 1px 2px #bf7f4f;
}


/*******************
*                  *
*  MISE EN PAGE  *
*                  *
********************/

/******REGLEMENT CONTEXTE***********/

.cnt1 {
text-align:justify;
background-image: url('http://img15.hostingpics.net/pics/413137fondforum.png');
border-top: 4px solid #cfeebd;
border-left: 1px solid #cfeebd;
border-right: 1px solid #cfeebd;
border-bottom: 10px solid #cfeebd;
height:auto;
width:382px;
line-height:10px;
font-size:11px;
padding:25px;
-moz-border-radius: 0px 0px 50px 50px;
-webkit-border-radius: 0px 0px 50px 50px;
border-radius: 0px 0px 50px 50px;
box-shadow: 1px 1px 1px #e3e0e0;
color:#7b946d;
}

.cnt2 {
text-align:justify;
background-color: #ffffff;
border: 1px solid #cfeebd;
height:auto;
width:362px;
line-height:10px;
font-size:12px;
padding:10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color:#95ac88;
}

.titrecnt {
text-align: center;
font-weight: bolder;
font-family: arial;
font-style: normal;
text-transform: uppercase;
font-size:34px;
text-shadow: 1px 1px 1px #e3e0e0;
letter-spacing:-2px;
color:#cfeebd;
}

.titrecnt2 {
text-align: center;
font-weight: bolder;
font-family: arial;
font-style: normal;
text-transform: lowercase;
font-size:25px;
text-shadow: 1px 1px 1px #e3e0e0;
letter-spacing:-2px;
color:#cfeebd;
}

/*********STAFF***********/


.descstaff {
text-align:justify;
background-image: url('http://img15.hostingpics.net/pics/413137fondforum.png');
border-top: 2px solid #cfeebd;
border-left: 1px solid #cfeebd;
border-right: 1px solid #cfeebd;
border-bottom: 10px solid #cfeebd;
height:auto;
width:382px;
line-height:10px;
font-size:12px;
padding:20px;
-moz-border-radius: 0px 0px 30px 30px;
-webkit-border-radius: 0px 0px 30px 30px;
border-radius: 0px 0px 30px 30px;
box-shadow: 1px 1px 1px #e3e0e0;
color:#7b946d;
}

/*********SCENARIO***********/

.pv1 {
text-align:justify;
background-color: #cfeebd;
border: 4px solid #ffffff;
height:auto;
width:382px;
line-height:10px;
font-size:11px;
padding:5px;
color:#7b946d;
}

.pv2 {
text-align:justify;
background-color: #ffffff;
height:auto;
width:362px;
line-height:10px;
font-size:11px;
padding:10px;
color:#7b946d;
}

.pvimg {
  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
  opacity: 1;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
height:180px;
width:180px;
margin-top:-50px;
margin-right:-200px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
border:4px solid #cfeebd;
}

.pvimg:hover {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
opacity: 0.9;
height:180px;
width:180px;
margin-top:-50px;
margin-right:-200px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
border:4px solid #cfeebd;
}

.pv3 {
text-align:justify;
overflow:auto;
height:120px;
width:165px;
line-height:11px;
font-size:11px;
color:#95ac88;
}

pv3 {
font-weight: bolder;
font-family: arial;
font-style: normal;
text-transform: uppercase;
font-size:11px;
letter-spacing:-1px;
text-shadow: 1px 1px 1px #e3e0e0;
}

.pv4 {
text-align:justify;
border-top: 2px solid #cfeebd;
border-bottom: 2px solid #cfeebd;
overflow:auto;
height:90px;
width:330px;
line-height:10px;
font-size:12px;
padding:10px;
color:#7b946d;
}

.pv5 {
  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
  opacity: 0.8;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
height:100px;
width:100px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
box-shadow: 1px 1px 3px #e3e0e0;
}

.pv6 {
text-align:justify;
border-top: 2px solid #cfeebd;
border-bottom: 2px solid #cfeebd;
overflow:auto;
height:70px;
width:220px;
line-height:10px;
font-size:12px;
padding:10px;
color:#7b946d;
}

/*********FICHE PERSENTATION***********/

.pre1 {
text-align:justify;
background-color: #cfeebd;
border: 4px solid #ffffff;
height:auto;
width:435px;
line-height:10px;
font-size:11px;
padding:5px;
color:#7b946d;
}

.pre2 {
text-align:justify;
background-color: #ffffff;
height:auto;
width:415px;
line-height:10px;
font-size:11px;
padding:10px;
color:#7b946d;
}

.pre3 {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
height:auto;
width:435px;
margin-top:-60px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
box-shadow: 1px 1px 3px #e3e0e0;
}

.pre4 {
text-align:justify;
border-top: 2px solid #cfeebd;
border-bottom: 2px solid #cfeebd;
background-color: #ffffff;
overflow:auto;
height:120px;
width:380px;
line-height:11px;
font-size:12px;
padding:10px;
color:#7b946d;
}

.pre5 {
text-align:justify;
height:auto;
width:270px;
line-height:11px;
font-size:12px;
padding:10px;
color:#7b946d;
}

/********PARTENARIAT************/

.partn {
text-align:justify;
border-top: 2px solid #cfeebd;
height:auto;
width:380px;
}

/*********AVATARS**********/

.bottin {
text-align:justify;
border-top: 2px solid #cfeebd;
background-color: #ffffff;
height:auto;
width:370px;
padding:10px;
line-height:13px;
color: #829e72;
}

.fiche {
text-align:justify;
border-top: 2px solid #cfeebd;
border-bottom: 2px solid #cfeebd;
overflow:auto;
height:130px;
width:160px;
line-height:10px;
font-size:11px;
padding:10px;
color:#7b946d;
}

.fiche1 {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
height:auto;
width:200px;
margin-top:-30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
box-shadow: 1px 1px 3px #e3e0e0;
}

.fiche2 {
text-align:justify;
background-color: #cfeebd;
border: 4px solid #ffffff;
height:auto;
width:200px;
line-height:10px;
font-size:11px;
padding:5px;
color:#7b946d;
}

.fiche3 {
text-align:justify;
background-color: #ffffff;
height:auto;
width:180px;
line-height:10px;
font-size:11px;
padding:10px;
color:#7b946d;
}

.fiche4 {
text-align:center;
border-top: 2px solid #cfeebd;
border-bottom: 2px solid #cfeebd;
overflow:auto;
height:50px;
width:380px;
line-height:11px;
font-size:12px;
padding:10px;
color:#7b946d;
}

Code:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
   _atc.cwait = 0;
   $('.addthis_button').mouseup(function(){
      if ($('#at15s').css('display') == 'block') {
         addthis_close();
         addthis_close();
      }
   });
});
//]]>
</script>

<table width="100%" border="0" cellspacing="2" cellpadding="0">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap">
         <span class="nav">
         <!-- BEGIN switch_user_authpost -->
         <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>   
         <!-- END switch_user_authpost -->
         <!-- BEGIN switch_user_authreply -->
         <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
         <!-- END switch_user_authreply -->
         </span>
      </td>
      <td align="left" valign="middle" nowrap="nowrap">
         <!-- BEGIN switch_twitter_btn -->
         <span id="twitter_btn" style="margin-left: 6px; ">
         <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
         <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
         </span>
         <!-- END switch_twitter_btn -->
         <!-- BEGIN switch_fb_likebtn -->
         <span id="fb_likebtn" style="margin-left: 6px; ">
            <iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&layout=button_count&show_faces=false&width=100&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
         </span>
         <!-- END switch_fb_likebtn -->
      </td>
      <td class="nav" valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
      <td align="right" valign="bottom" nowrap="nowrap" width="100%">
         <span class="gensmall bold">
            <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a>
            <!-- BEGIN switch_plus_menu -->
             | 
            <script type="text/javascript">//<![CDATA[
               var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
               var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
               var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
               var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
               var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
               var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
               insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
            <!-- END switch_plus_menu -->
         </span>
      </td>
   </tr>
</table>

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

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

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

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

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

                  <div class="postbody">

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

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

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

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

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

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

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

                     <div class="clear"></div>
                     <div class="signature_div">
                        {postrow.displayed.SIGNATURE}
                     </div>

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

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

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

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

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

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

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

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

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

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

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

<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>

Le dernier problème, j'avais repris ce qu'on m'avait donné ici donc j'ai pas cherché à vérifier, j'aurais du, surtout que c'est horrible le 'marrgin'..
J'ai tout essayé, j'ai même retiré la largeur donnée ainsi que le positionnement à 50%, mais ça ne change pas..


J'ai au passage une dernière petite question, sûrement idiote mais bon : lorsque je met un code [ code][ /code], tout ce qui est en dessous est décalé - est-ce qu'il y a moyen de modifié ça ? Je n'ai pas trouvé dans les problèmes résolus..
EDIT: j'ai vu que si je retirais le padding au 'postbody' dans le css, ça fonctionnait, mais du coup ça me retire tout le padding des postes dans le forums. Il n'y a pas moyen de garder cette marge dans les postes sans que ça remette automatiquement un 'postbody' (donc un décalage de 15px) après chaque code ?
MessageSujet: Re: [résolu] Déformation de la page & disparition d'avatar & centrer header   [résolu] Déformation de la page & disparition d'avatar & centrer header EmptyLun 10 Sep 2012, 06:57
Revenir en haut Aller en bas
Psycho
Psycho
Psychopathe
Psychopathe

Féminin Messages : 3407



[résolu] Déformation de la page & disparition d'avatar & centrer header Empty
Hello !
Le sujet est-il toujours d'actualité ?
Si nous n'avons pas de réponse dans 4 jours, il sera considéré comme résolu !
Merci de ta compréhension [résolu] Déformation de la page & disparition d'avatar & centrer header 926145
MessageSujet: Re: [résolu] Déformation de la page & disparition d'avatar & centrer header   [résolu] Déformation de la page & disparition d'avatar & centrer header EmptySam 15 Sep 2012, 13:08
Revenir en haut Aller en bas
http://enaevolare.fr
'Christa
'Christa
Lostmindy
Lostmindy

Féminin Messages : 2856



[résolu] Déformation de la page & disparition d'avatar & centrer header Empty
Bon bah puisque je passe par là...

Le deuxième problème est dû à un effet curieux que tu as appliqué sur l'image des avatars en utilisant la classe .imagepro. Je ne sais pas si cette classe est destinée à être utilisée ailleurs sur ton forum, mais en l’occurrence elle demande à l'image de disparaitre au survol via le display:none :
Code:
.imagepro {
  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  transition: all .75s;
}

.imagepro:hover {
display: none;
}

Pour le troisième problème je n'ai pas vraiment compris x_x
MessageSujet: Re: [résolu] Déformation de la page & disparition d'avatar & centrer header   [résolu] Déformation de la page & disparition d'avatar & centrer header EmptySam 15 Sep 2012, 16:08
Revenir en haut Aller en bas
Faucon
Faucon
{ Membre hyper-actif }
{ Membre hyper-actif }

Masculin Messages : 1757



[résolu] Déformation de la page & disparition d'avatar & centrer header Empty
Hello

'Christa > Je pense qu'il veux simplement centrer son header ^^

tmup > Alors je te propose d'enlever
Code:
#i_logo {
margin-bottom: -5px;
width: 1482px; /** Largeur du header **/
marrgin-left: -741px; /** X étant la moitié de la largeur **/
left: 50%;
}

Ensuite tu as modifié ton marqueur HTML body ?

Puis dans ton code body paddin-top: -1px; ne va pas être reconnu, padding prend un "g" ce qui te donne padding-top: -1px;

Voili voulou
MessageSujet: Re: [résolu] Déformation de la page & disparition d'avatar & centrer header   [résolu] Déformation de la page & disparition d'avatar & centrer header EmptyLun 17 Sep 2012, 03:40
Revenir en haut Aller en bas
http://enaevolare.fr
'Christa
'Christa
Lostmindy
Lostmindy

Féminin Messages : 2856



[résolu] Déformation de la page & disparition d'avatar & centrer header Empty
Mais il est déjà centré, le header '_' Et je mets le holà sur les marges négatives, c'est un truc à éviter quand ce n'est pas pertinent, et ici ce n'est pas pertinent.
MessageSujet: Re: [résolu] Déformation de la page & disparition d'avatar & centrer header   [résolu] Déformation de la page & disparition d'avatar & centrer header EmptyLun 17 Sep 2012, 07:02
Revenir en haut Aller en bas
Faucon
Faucon
{ Membre hyper-actif }
{ Membre hyper-actif }

Masculin Messages : 1757



[résolu] Déformation de la page & disparition d'avatar & centrer header Empty
Je pense qu'il a changé complètement le body Very Happy
MessageSujet: Re: [résolu] Déformation de la page & disparition d'avatar & centrer header   [résolu] Déformation de la page & disparition d'avatar & centrer header EmptyLun 17 Sep 2012, 07:52
Revenir en haut Aller en bas
Melone
Melone
{ Modérateur }
{ Modérateur }

Féminin Messages : 805



[résolu] Déformation de la page & disparition d'avatar & centrer header Empty
Bonjour,

Voilà cinq jours que nous n'avons plus de nouvelles de la part de l'auteur. Le problème est-il résolu ?
Si nous n'avons pas de réponse dans 4 jours, le sujet se verra archivé !

Merci de ta compréhension [résolu] Déformation de la page & disparition d'avatar & centrer header 926145
MessageSujet: Re: [résolu] Déformation de la page & disparition d'avatar & centrer header   [résolu] Déformation de la page & disparition d'avatar & centrer header EmptySam 22 Sep 2012, 06:49
Revenir en haut Aller en bas
https://twitter.com/peokigayo
tmup
tmup
{ Membre }
{ Membre }

Féminin Messages : 17



[résolu] Déformation de la page & disparition d'avatar & centrer header Empty
Désolée de ne plus avoir répondu...

Pour le centrage du header, je l'ai modifié, et tout va bien maintenant !
'Christa : j'avais trouvé le code je crois ici ou sur un autre forum, mais maintenant que je l'ai retiré, c'est bon, il n'y a plus de problèmes ! Merci à toi. (:

Merci à tous pour vos aides !
Melone : je met 'résolu' dans le titre du sujet, maintenant qu'il l'est. [résolu] Déformation de la page & disparition d'avatar & centrer header 926145
MessageSujet: Re: [résolu] Déformation de la page & disparition d'avatar & centrer header   [résolu] Déformation de la page & disparition d'avatar & centrer header EmptyMer 26 Sep 2012, 08:34
Revenir en haut Aller en bas
Melone
Melone
{ Modérateur }
{ Modérateur }

Féminin Messages : 805



[résolu] Déformation de la page & disparition d'avatar & centrer header Empty
Bonjour,
Merci bien d'avoir éditer ton sujet ! Smile
J'archive.

Bonne journée, [résolu] Déformation de la page & disparition d'avatar & centrer header 90719
MessageSujet: Re: [résolu] Déformation de la page & disparition d'avatar & centrer header   [résolu] Déformation de la page & disparition d'avatar & centrer header EmptyMer 26 Sep 2012, 09:26
Revenir en haut Aller en bas
Contenu sponsorisé




[résolu] Déformation de la page & disparition d'avatar & centrer header Empty
MessageSujet: Re: [résolu] Déformation de la page & disparition d'avatar & centrer header   [résolu] Déformation de la page & disparition d'avatar & centrer header Empty
Revenir en haut Aller en bas
 

[résolu] Déformation de la page & disparition d'avatar & centrer header

Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 1

 Sujets similaires

-
» Un header différent à chaque changement de page ? (résolu)
» [Résolu] Mappage d'un QEEL déformation
» Déformation des catégories sous IE - RÉSOLU -
» Déformation forum post-it / annonce. {résolu
» Disparition barre navigation à cause de ma nouvelle PA [résolu]

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
CSSActif :: De la théorie à la pratique :: Aide CSS & xHTML :: Problèmes résolus-

Partenaires Or


← Page précédente   ↑ Aller en haut Copyright © CSSActif 2009 - 2013 Tous droits réservés
Créer un forum | ©phpBB | Forum gratuit d'entraide | Signaler un abus | Forum gratuit