Problème d'alignement

2 participants

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

Résolu Problème d'alignement

Message par shina.miyavi Jeu 15 Sep 2011 - 22:52

Bonsoir,
J'ai un petit souci avec le profil.
Le texte prend vraiment toute la largeur du cadre :
Spoiler:
Je souhaiterais qu'il soit aligner à gauche, où est-ce que je peux changer cela ? Je ne trouve pas...
Merci d'avance !


Dernière édition par shina.miyavi le Ven 30 Sep 2011 - 21:55, édité 1 fois
shina.miyavi

shina.miyavi
*

Féminin
Messages : 48
Inscrit(e) le : 20/04/2011

http://condemned-fate.realityboard.net/
shina.miyavi a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'alignement

Message par shina.miyavi Sam 17 Sep 2011 - 11:27

Up?
shina.miyavi

shina.miyavi
*

Féminin
Messages : 48
Inscrit(e) le : 20/04/2011

http://condemned-fate.realityboard.net/
shina.miyavi a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'alignement

Message par shina.miyavi Lun 19 Sep 2011 - 21:08

Up ~
shina.miyavi

shina.miyavi
*

Féminin
Messages : 48
Inscrit(e) le : 20/04/2011

http://condemned-fate.realityboard.net/
shina.miyavi a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'alignement

Message par shina.miyavi Mer 21 Sep 2011 - 22:12

Up
shina.miyavi

shina.miyavi
*

Féminin
Messages : 48
Inscrit(e) le : 20/04/2011

http://condemned-fate.realityboard.net/
shina.miyavi a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'alignement

Message par shina.miyavi Ven 23 Sep 2011 - 20:55

Up?
shina.miyavi

shina.miyavi
*

Féminin
Messages : 48
Inscrit(e) le : 20/04/2011

http://condemned-fate.realityboard.net/
shina.miyavi a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'alignement

Message par shina.miyavi Dim 25 Sep 2011 - 16:02

Up
shina.miyavi

shina.miyavi
*

Féminin
Messages : 48
Inscrit(e) le : 20/04/2011

http://condemned-fate.realityboard.net/
shina.miyavi a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'alignement

Message par shina.miyavi Jeu 29 Sep 2011 - 18:15

Up ~ Personne ?
shina.miyavi

shina.miyavi
*

Féminin
Messages : 48
Inscrit(e) le : 20/04/2011

http://condemned-fate.realityboard.net/
shina.miyavi a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'alignement

Message par SoraNoHime Ven 30 Sep 2011 - 12:01

Bonjour

pouvez-vous me fournir votre template viewtopic_body ? ainsi que la css associée ?

Cordialement.
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

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

Résolu Re: Problème d'alignement

Message par shina.miyavi Ven 30 Sep 2011 - 17:32

Bonsoir, merci de vous en occuper.

Le CSS :
Code:
       
        .mon_onglet{
          display: inline;
          padding: 10px;
          margin: 10px;
          color: #000000;
          background: #;
          border: 0px solid #000000;}
       
        .mon_onglet:hover{
          background: #;}
             
        .mon_onglet_selected{
          display: inline;
          padding: 10px;
          margin: 10px;
          color: #000000;
          background: #;
          border: 0px solid #000000;}
             
        .clear{
          clear: both;}
       
        .mon_contenu{
          color: #000000;
          background: #;
          border: 0px solid #000000;
          padding: 30px;
          margin: 30px;
          height: auto;
          line-height: normal;
          font-size: 11px;}
       
        #mes_contenus, #mes_onglets{
          height: auto;
          width:auto;}



body {
background-repeat: no-repeat;
}

tr.post td {
padding-left: 40px;
padding-right : 40px;
text-align : justify ;
}


/* ********** ASCENSEUR ********** */
.hole{
-moz-box-shadow:#120017 0px 0px 12px;
-webkit-box-shadow:#120017 0px 0px 12px;
background-color: #f2e7c8;}


.ascenseur {
position: fixed; /*--- Cette ligne permet de toujours afficher l'ascenseur à l'écran ---*/
bottom: 5px; /*--- On le place à 50 px du haut de l'écran ---*/
right: 0px; /*--- On le place à 0px de la gauche de l'écran ---*/
}

/*a{border-bottom:none;
text-shadow: #000000 1px 1px 2px;
}

b{border-bottom:none;
text-shadow: #000000 1px 1px 2px;
}*/


body { cursor: crosshair }
a:hover { cursor:ne-resize; }


/* ********** BANDEAU ********** */

.bandeau {
-moz-border-radius: 7px 7px 7px 7px;
background-color: #transparent;
border-bottom: 1px solid #5ba258;
color: #479f99;
font-family: sans-serif;
font-size: 14px;
font-weight: lighter;
letter-spacing: 1px;
display:block;
text-align: center;
text-decoration: shadow !important;
text-shadow: black 1px 1px 2px;
}


.bandeau:hover {
-moz-border-radius: 7px 7px 7px 7px;
background-color: #transparent;
border-bottom: 1px solid #;
color: #5ba258;
font-family: sans-serif;
font-size: 14px;
font-weight: lighter;
letter-spacing: 1px;
display:block;
text-align: center;
text-decoration: shadow !important;
text-shadow: black 1px 1px 2px;
letter-spacing : 3px;
}

/* ********** OPACITÉ ********** */

.opacite {
filter:alpha(opacity=50);
-moz-opacity:0.5;opacity: 0.5;
}

.opacite:hover {
filter:alpha(opacity=100);
-moz-opacity:1;opacity: 1;
}


.stripes {
color: #FFFFFF;
border-bottom: 1px dotted #9ca183;
border-left: 1px dotted #9ca183;
background-image: url(http://hitskin.com/themes/16/84/32/i_back_title.png);
-moz-border-radius-topright: 20px;
padding-left: 20px;
-moz-border-radius-topleft: 20px;
padding-right: 20px;
}

/*a{border-bottom:none;
text-shadow: #000000 1px 1px 2px;
}

b{border-bottom:none;
text-shadow: #000000 1px 1px 2px;
}*/

body { cursor: crosshair }
a:hover { cursor:ne-resize; }

/* DECO PA */

 .transition{
background-color: #transparent;
height: 90px;}

.top{
border: 2px solid #7d7d9d;
padding-bottom: 1px;
padding-top: 1px;
padding-left: 1px;
padding-right: 1px;
height: 100px;
width: 52px;
-moz-border-radius-bottomleft:9px;
-moz-border-radius-bottomright:9px;
-moz-border-radius-topleft:9px;
-moz-border-radius-topright:9px;}

.top:hover{
border: 2px solid #b393a8;}

.topi{
border: 2px solid #7d7d9d;
padding-bottom: 1px;
padding-top: 1px;
padding-left: 1px;
padding-right: 1px;
height: 101px;
width: 51px;
-moz-border-radius-bottomleft:9px;
-moz-border-radius-bottomright:9px;
-moz-border-radius-topleft:9px;
-moz-border-radius-topright:9px;}

.topi:hover{
border: 2px solid #b393a8;}


.titles{
height: 7px;
background-color: #fad8b1;
border-bottom: 5px solid #F0E2BF;
font-family: Times New Roman;
text-shadow: #000000 1px 1px 2px;
color: #FFFFFF;
text-align: left;
font-size: 14px;
margin-left : 6px;
margin-right : 6px;}

.contours{
background-color: #fad8b1/*#F0E2BF*/;
color: #FAEFE2;
border-bottom: 1px dotted #FFFFFF;
}

textarea, .textarea.post, input.post {
-moz-border-radius:4px;
}

a {
font-variant: small-caps;
text-decoration: none!important;
color: #EB634C;
}

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



/********************************************** TITRES DES CATEGORIE *****************************************************/


a.forumlink:link, a.forumlink:visited {
background-color: #fad8b1;
border-bottom: 2px solid #FFFFFF;
font-family: Times new roman;
text-shadow: #000000 1px 1px 1px;
color: #FFFFFF;
text-align: left;
display:block;
font-size: 40px;
}

a.forumlink:hover{
letter-spacing: 2px;
background-color: #fad8b1;
border-bottom: 2px dotted #FFFFFF;
color: #f0e0e1;
}

/* CADRE DU FORUM */

.bodyline {
border-left: 1px solid #FFFFFF/*#ddc997*/;
border-right: 1px solid #FFFFFF;
border-top: 2px solid #FFFFFF;
border-bottom: 2px solid #FFFFFF;
-moz-border-radius-topleft: 30px;
-moz-border-radius-bottomright: 30px;}


.forumline{
border: 3px solid #F5C99B;
}

/* BARRE DE NAVIGATION */

a.mainmenu {
/*background-color: #f0e0e1 e5d9b8;*/
color: #FFFFFF;
text-shadow: #000000 1px 1px 2px;
text-align: left;
margin-left : 5px;
margin-right : 5px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
}

a.mainmenu:hover{
color: #efdfe0;
/*letter-spacing: 2px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomright: 0px;
background-image: url('http://www.noelshack.com/old/up/jaa-6daa27d999.png');*/
}





/* ********** J AI FAIM... ********** */



.coulour {
font-weight: lighter;
display:block;
text-align: center;
text-decoration: none !important;
}

.coulour:hover {
color: #000000;
}
/* ********** CATEGORIE ********** */

.descripti{
width:500px;
margin-left: 0px;

}

.def {
background-color: #transparent;
border-bottom: 2px solid #427999;
border-right: 5px solid #427999;
border-left: 5px solid #427999;
padding-top : 3px ;
padding-bottom : 3px ;
width: 500px;
margin-left: 0px;
text-align: center;
}

.descrip{
font-family: Georgia;
text-align: justify;
width: 500px;
background-image: url(http://www.noelshack.com/old/up/fond1-bf91f1144.png);
border-top: 0px dotted #FFFFFF;
border-bottom: 0px dotted #FFFFFF;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
}

.descrip:hover{
color:#2d2d2d !important;
}

.coulour:hover
{
color:#2d2d2d !important;
}

.pop{
width: 160px;
height: 80px;
margin-left: 0px;
margin-right: 0px;
margin-top: 20px;
margin-bottom: 20px;
}

.popi

{
background-color: #transparent;
font-family: Georgia;
font-size: 18px;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 5px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-webkit-border-radius:10px 10px 0px 0px;

}

a.forumlink:link, a.forumlink:visited {
text-transform : uppercase;
font-size: 100%;
background-color: #EBD4B7;
height:9px;
letter-spacing: 3px;
display: block;
text-shadow: #000000 1px 1px 2px;
}



.popii{
background-image: url(http://www.noelshack.com/old/up/fond1-bf91f1144.png);
font-family: Georgia;
font-size: 18px;
padding-top: 5px;
padding-bottom: 5px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
}




/* ********** PROFIL ********** */

.profil_contour{
width:500px;
font-family: Georgia;
text-align:left;
padding-top: 8px;
padding-bottom: 6px;
padding-right: 6px;
padding-left: 8px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-topright:10px;
background-image: url(http://www.noelshack.com/old/up/fond1-bf91f1144.png);
}

.profil_contour{
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:0px;
}

tr.post span.gensmall { display: none; } /*Supprimer le éditer . fois par .*/

/* **** INFOBULLE ***** */
a.imginfo {
position: relative;
color: #68461F;
font-family: arial, verdana, sans-serif;
text-align: center;
font-size: 11px;
}

a.imginfo span {
display: none;
-moz-border-radius: 0px 5px 0px 5px;
-webkit-border-radius: 0px 5px 0px 5px;
border-radius: 0px 5px 0px 5px;
}

a.imginfo hover {
background: none;
z-index: 999;
}

a.imginfo:hover span {
display: block;
position: absolute;
z-index: 999;
overflow: hidden !important;
white-space: normal;
top: 2px;
left: 2px;
text-align: center;
text-decoration: none !important;
width: 180px;
background: #DCB589;
padding: 4px;
border: 5px solid #68461F;
}

/* *************------------------------------------------PA COMA---------------------------------********** */


.titres{
background-color: #ead3b6;
border-right: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
-moz-border-radius: 20px  0px 20px 0px;
-webkit-border-radius: 20px  0px 20px 0px;
font-family: Century Gothic;
margin: auto;
text-align: center;
font-weight : bold;
width: 370px;
}

.titress{
background-color: #fad8b1;
border-bottom: 2px solid #FFFFFF;
font-family: Times new roman;
text-shadow: #000000 1px 1px 1px;
color: #FFFFFF;
text-align: left;
display:block;
font-size: 40px;
}

.titress:hover{
letter-spacing: 2px;
background-color: #fad8b1;
border-bottom: 2px dotted #FFFFFF;
color: #f0e0e1;
}

.navigation{
color: #B42000;
-moz-border-radius:14px;
border-bottom: 2px solid #615366;
border-left: 2px solid #615366;
border-right: 2px solid #615366;
border-top: 0px solid #686F82;
-moz-border-radius : 0px 0px 14px 14px;
text-shadow: 1px 1px 1px #FCE572;
font-family: Century Gothic;
font-weight : bold;
}

.navigation:hover{
-moz-border-radius:14px;
border-bottom: 2px solid #F0AFEA;
border-left: 2px solid #F0AFEA;
border-right: 2px solid #F0AFEA;
border-top: 0px solid #686F82;
-moz-border-radius : 0px 0px 14px 14px;
text-shadow: 1px 1px 1px #FCE572;
font-family: Century Gothic;
font-weight : bold;

}




/********************************************* COMA PROFIL*********************************/
.profilmasque
{
padding-top:3px;
background-color: #b6e4e6;
letter-spacing: 1px;
font-family: Verdana;
font-size: 11px;
}

.profilcadre
{
border-top: 1px solid #2DC8F7;
border-bottom: 2px solid #2DC8F7;
background-position:center;
-moz-box-shadow: 1px 1px 5px #615366;
-moz-border-radius: 15px  15px 15px 15px;
-webkit-border-radius: 15px  15px 15px 15px;
width: 180px;
font-family: Comic sans MS;
}

.graphkawaii{
border-top: 1px solid #2DC8F7;
border-bottom: 2px solid #2DC8F7;
background-position:center;
-moz-box-shadow: 1px 1px 5px #615366;
-moz-border-radius: 15px  15px 15px 15px;
-webkit-border-radius: 15px  15px 15px 15px;
width: 180px;
font-family: Comic sans MS;
text-shadow: 1px 1px 1px #FFFFFF;
}


.code{
border: 1px #FFFFFF dotted;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
width:500px;
}

Template viewtopic_body :
Code:
        {JAVASCRIPT}
        <!-- BEGIN message_admin_index -->
        <table width="100%" border="0" cellspacing="1" cellpadding="0">
          <!-- BEGIN message_admin_titre -->
          <tr>
              <td height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
          </tr>
          <!-- END message_admin_titre -->
          <!-- BEGIN message_admin_txt -->
          <tr>
              <td rowspan="3" align="center" valign="middle">
              <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
              </td>
          </tr>
          <!-- END message_admin_txt -->
        </table>
        <!-- END message_admin_index -->
       
        <!-- BEGIN switch_user_login_form_header -->
        <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
          <!-- BEGIN switch_fb_connect_no -->
          <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
              <tr>
                <td class="row1" align="center">
                    <table border="0" cellspacing="0" cellpadding="0">
                      <tr>
                          <td><span class="genmed">{L_USERNAME}:</span> </td>
                          <td><input class="post" type="text" size="10" name="username"/> </td>
                          <td>
                            <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                            <span class="gensmall">{L_AUTO_LOGIN}</span>
                          </td>
                      </tr>
       
                      <tr>
                          <td><span class="genmed">{L_PASSWORD}:</span> </td>
                          <td><input class="post" type="password" size="10" name="password"/> </td>
                          <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                      </tr>
                    </table>
                </td>
              </tr>
          </table>
          <!-- END switch_fb_connect_no -->
       
          <!-- BEGIN switch_fb_connect -->
          <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
              <tr>
                <td valign="top" width="100%"  class="row1" align="center">
                    <table width="100%">
                      <tr>
                          <td width="55%" valign="middle" align="right">
                            <table class="right">
                                <tr>
                                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                                  <td><input class="post" type="text" size="10" name="username"/> </td>
                                  <td>
                                      <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                                      <span class="gensmall">{L_AUTO_LOGIN}</span>
                                  </td>
                                </tr>
       
                                <tr>
                                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                                  <td><input class="post" type="password" size="10" name="password"/> </td>
                                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                                </tr>
                            </table>
                          </td>
                          <td width="10%" align="center" valign="middle">
                            <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                          </td>
                          <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
                      </tr>
                    </table>
                </td>
              </tr>
          </table>
          <!-- END switch_fb_connect -->
        </form>
        <!-- END switch_user_login_form_header -->
       
        {CHATBOX_TOP}
        {BOARD_INDEX}
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
              <td width="50%" valign="top">
                <!-- BEGIN switch_delete_cookies -->
                <br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
                <!-- END switch_delete_cookies -->
                </span>
              </td>
              <td width="50%" align="right">
                <span class="gensmall">
           
                    <!-- BEGIN switch_on_index -->
                      <!-- BEGIN switch_delete_cookies -->
                      <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
                      <!-- END switch_delete_cookies -->
                    <!-- END switch_on_index -->
                </span>
              </td>
          </tr>
        </table>
       
        <!-- BEGIN switch_user_login_form_footer -->
        <form action="{S_LOGIN_ACTION}" method="post" name="form_login">
          <!-- BEGIN switch_fb_connect_no -->
          <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
              <tr>
                <td class="row1" align="center">
                    <table border="0" cellspacing="0" cellpadding="0">
                      <tr>
                          <td><span class="genmed">{L_USERNAME}:</span> </td>
                          <td><input class="post" type="text" size="10" name="username"/> </td>
                          <td>
                            <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                            <span class="gensmall">{L_AUTO_LOGIN}</span>
                          </td>
                      </tr>
       
                      <tr>
                          <td><span class="genmed">{L_PASSWORD}:</span> </td>
                          <td><input class="post" type="password" size="10" name="password"/> </td>
                          <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                      </tr>
                    </table>
                </td>
              </tr>
          </table>
          <!-- END switch_fb_connect_no -->
       
          <!-- BEGIN switch_fb_connect -->
          <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
              <tr>
                <td valign="top" width="100%"  class="row1" align="center">
                    <table width="100%">
                      <tr>
                          <td width="55%" valign="middle">
                            <table class="right">
                                <tr>
                                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                                  <td><input class="post" type="text" size="10" name="username"/> </td>
                                  <td>
                                      <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                                      <span class="gensmall">{L_AUTO_LOGIN}</span>
                                  </td>
                                </tr>
       
                                <tr>
                                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                                  <td><input class="post" type="password" size="10" name="password"/> </td>
                                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                                </tr>
                            </table>
                          </td>
                          <td width="10%" align="center" valign="middle">
                            <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                          </td>
                          <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
                      </tr>
                    </table>
                </td>
              </tr>
          </table>
          <!-- END switch_fb_connect -->
        </form>
        <!-- END switch_user_login_form_footer -->
       
        <!-- BEGIN disable_viewonline -->
        <table border="0" width="100%" class="qeel_start" cellpadding="2" background-color:#FFF4E5>
       
          <tr>
       
          <td width="100%" colspan="2" align="center" valign="bottom" class="fondgroupes">
                  <span class="groupes"> <a href="http://miyavi-family.road2us.com/g1-administrateurs"><font color="#C07CC4" size="2"><b>Administrateurs</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">

<span class="groupes"> <a href="http://miyavi-family.road2us.com/g7-girl-fan"><font color="#E32D2D" size="2"><b>Girl fan</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://miyavi-family.road2us.com/g6-boy-fan"><font color="#6732B5" size="2"><b>Boy fan</b></font></a> </span><br><br>
       
              </td>
          </tr>
       
          <tr>
              <td width="50%">
         
                <div class="qeel_align"><span class="gensmall"><span id="messages">{TOTAL_POSTS}</span>
                    <script type="text/javascript">
              document.getElementById('messages').innerHTML=document.getElementById('messages').innerHTML.replace(/Nos membres ont posté un total de/,"Bienvenue dans notre petite communauté ! Ici, les comyvz ont déjà envoyé ");
                    </script>
                    <script type="text/javascript">
                    document.getElementById('messages').innerHTML=document.getElementById('messages').innerHTML.replace(/messages/,"fanletters");
                        </script>
       
                    <br>
                                  <span id="users">{TOTAL_USERS}</span>
                    <script type="text/javascript">
                      document.getElementById('users').innerHTML=document.getElementById('users').innerHTML.replace(/membre enregistré/,"comyv en ligne.");
                      document.getElementById('users').innerHTML=document.getElementById('users').innerHTML.replace(/membres enregistrés/,"comyvz enregistrés. ");
                    </script>
       
       
                                <br><br> <span id="newuser">{NEWEST_USER}</span>
                    <script type="text/javascript">
                      document.getElementById('newuser').innerHTML=document.getElementById('newuser').innerHTML.replace(/L'utilisateur enregistré le plus récent est/,"Le comiyavi le plus récent est");
                    </script>.
                    <br>Sois le bienvenue !
       
                    <br><br> <span id="totaluser">{TOTAL_USERS_ONLINE}</span>
                    <script type="text/javascript">
                      document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/utilisateur en ligne/,"membre en ligne");
                      document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/utilisateurs en ligne/,"membres en ligne");
                      document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/Enregistré/,"fan");
                      document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/Enregistrés/,"fans");
                      document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/Invisible/,"fantôme");
                      document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/Invisibles/,"fantômes");
                      document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/Invité/,"futur comyv");
                      document.getElementById('totaluser').innerHTML=document.getElementById('totaluser').innerHTML.replace(/Invités/,"futurs comyvz");
                    </script>
                    <br><br>
                                  <span id="connecteduser">{LOGGED_IN_USER_LIST}</span>
                    <script type="text/javascript">
                      document.getElementById('connecteduser').innerHTML=document.getElementById('connecteduser').innerHTML.replace(/Utilisateurs enregistrés/,"Les fans connectés sur le forum en ce moment sont");
                    </script>
                    <br><br>
                                  <span id="record">{RECORD_USERS}</span>
                    <script type="text/javascript">
                      document.getElementById('record').innerHTML=document.getElementById('record').innerHTML.replace(/Le record du nombre d'utilisateurs en ligne est de/,"Le record de comyvz naviguant ici est de");
                    </script>
                </span></div>
       
       
              </td>
         
              <td style="padding-left: 10px; vertical-align: top; border-left: 3px dotted #FA765F;" width="50%"></div></div>
       
        <br><div style="background;>{L_CONNECTED_MEMBERS}</div>
        </table>
              </td>
          </tr>
       
          <!-- BEGIN switch_chatbox_activate -->
          <tr>
              <td align="center" width="100%" colspan="2" style="padding-top: 20px;">
                <span class="gensmall">Utilisateurs connectés sur la Chatbox: {CHATTERS_LIST}
       
                    <!-- BEGIN switch_chatbox_popup -->
                    <div id="chatbox_popup"></div>
                    <script type="text/javascript">
                    //<![CDATA[
                    insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
                    //]]>
                    </script>
                    <!-- END switch_chatbox_popup -->
                </span>
              </td>
          </tr>
          <!-- END switch_chatbox_activate -->
        </table>
        <!-- END disable_viewonline -->
        {CHATBOX_BOTTOM}
        <br clear="all" />
       
        {AUTO_DST}
       
        <!-- BEGIN switch_fb_index_login -->
        <div id="fb-root"></div>
        <script type="text/javascript">
        //<![CDATA[
        FB.init({
          appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
            status: true,
            cookie: true,
            xfbml: true
        });
        //]]>
        </script>
        <!-- END switch_fb_index_login -->
       
shina.miyavi

shina.miyavi
*

Féminin
Messages : 48
Inscrit(e) le : 20/04/2011

http://condemned-fate.realityboard.net/
shina.miyavi a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'alignement

Message par SoraNoHime Ven 30 Sep 2011 - 21:49

tr.post td {
padding-left: 40px;
padding-right : 40px;
text-align : justify ;
}

dans votre css, supprimez ceci pour revenir à la normale.

Cordialement.
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

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

Résolu Re: Problème d'alignement

Message par shina.miyavi Ven 30 Sep 2011 - 21:55

Ca fonctionne. Super, merci !
shina.miyavi

shina.miyavi
*

Féminin
Messages : 48
Inscrit(e) le : 20/04/2011

http://condemned-fate.realityboard.net/
shina.miyavi 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