Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.



 
AccueilAccueil  RechercherRechercher  Dernières imagesDernières images  S'enregistrerS'enregistrer  ConnexionConnexion  
-39%
Le deal à ne pas rater :
Pack Home Cinéma Magnat Monitor : Ampli DENON AVR-X2800H, Enceinte ...
1190 € 1950 €
Voir le deal

 

 Design

Aller en bas 
2 participants
AuteurMessage
Miley D. Wilson

Miley D. Wilson


▬ prénom / pseudo : Lyra
▬ nombre de messages : 137
▬ Copyright : Lyra
♦ reflection : Design 1zd8azc

relationships
    ♦ love, like 'n hate
:

Design Empty
MessageSujet: Design   Design Icon_minitime05.01.10 19:07

Coucou alors voilà j'aurais une petite question.
Ou du moins j'aimerai vous demandez une petite faveur.

C'est à propos du design du forum, j'aimerais savoir comment vous avez fait pour que le texte:
Nous avons X membre etc.... et les groupes, ne soient pas centré.

J'ai beau trifouiller les codes j'y arrive pas. Je vais quand même essayer de regarder de nouveau sur PRD si je trouve.

Merci d'avance.
Revenir en haut Aller en bas
http://readwithprecautions.forumdeouf.com/forum.htm
Invité
Invité
Anonymous



Design Empty
MessageSujet: Re: Design   Design Icon_minitime05.01.10 23:04

    Coucou ma douce

    Dans la template Index_Body tu dois changer un passage que je n'ai plus en
    Code:
    <span id="kumao">{TOTAL_POSTS}</span><script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/Nos membres ont posté un total de/,"Les Girlysiens ne cessent de nous faire partager leur histoire déjà");</script>.<br>
          <span id="matt">{TOTAL_USERS}</span><script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membres enregistrés/,"Habitant en ville");</script>.
          <span id="yosh">{NEWEST_USER}</span><script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/L'utilisateur enregistré le plus récent/,"Le tout dernier arrivant");</script>.
Revenir en haut Aller en bas
Miley D. Wilson

Miley D. Wilson


▬ prénom / pseudo : Lyra
▬ nombre de messages : 137
▬ Copyright : Lyra
♦ reflection : Design 1zd8azc

relationships
    ♦ love, like 'n hate
:

Design Empty
MessageSujet: Re: Design   Design Icon_minitime09.01.10 17:33

Oh c'est vraiment gentil je vais essayer tout de suite.
Encore un grand merci. ^^
J'essayais dans le CSS mais rien à faire ^^

Edit: Euh enfait en relisant le code je crois pas que ce soit ça je ne veux pas changer les membres ont postés etc... par autre chose,
mais juste la position du texte au lieu que tout soit centré comme actuellement sur mon forum: lien ^^ que ce soit aligné à droite comme sur le votre.
Revenir en haut Aller en bas
http://readwithprecautions.forumdeouf.com/forum.htm
Bella M. Cullen
    FABULOUSADMIN Anyone else but you

Bella M. Cullen


▬ prénom / pseudo : El0' &amp; Smile
▬ nombre de messages : 3152
▬ Copyright : avatar = lilo / signature = smile(y)
♦ reflection : Design 034ar2

relationships
    ♦ love, like 'n hate
:

Design Empty
MessageSujet: Re: Design   Design Icon_minitime09.01.10 22:10

    Il faut maîtriser un peu le CSS et le HTML pour intégrer un code dans le code de départ et ajouter les changements dans le CSS ! Je ne pourrais pas te donner comme ça ce qu'il faut faire parce que ça voudrait dire, dévoiler complètement mon travail ... Mais si tu me donnes ton code de départ, je pourrais peut-être essayer de faire quelque chose !
Revenir en haut Aller en bas
https://new-beginning.forumpro.fr
Miley D. Wilson

Miley D. Wilson


▬ prénom / pseudo : Lyra
▬ nombre de messages : 137
▬ Copyright : Lyra
♦ reflection : Design 1zd8azc

relationships
    ♦ love, like 'n hate
:

Design Empty
MessageSujet: Re: Design   Design Icon_minitime09.01.10 22:55

Ouai je sais bien, c'est pour ça que j'ai du mal à trouver et je respecte cela ^^.
Je vais aller chercher cela et je te donnes les codes.
Merci d'avance.
(Je pense qu'il faut juste changer un truc genre "center" en "right" mais je trouve pas l'emplacement lol.
Je finis de regarder mes nouveaux messages et j'édite Wink )

Edit:

Voilà ma feuille de CSS:
Code:
body {background-color: #000000;
background-position:top;
background-image: url(http://i50.tinypic.com/4q54w7.png);
background-repeat:no-repeat;}


.forumline{border: 1px 0b5375;}




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




td.row1{
background-color: #000000;
background-image : ;
}
td.row2{
background-color: #000000;
background-image : ;
}
td.row3{
background-color: #000000;
background-image : ;
}

input.post, textarea.post, select {
background-color:#000000;
}

.wysiwyg {
background:#fbf8b5 none repeat scroll 0 0;
color:#073C45;  /*couleur du texte*/
}


.main
{background-color: #EBE1CA;
border-right: 5px solid #EBE1CA;
border-left: 5px solid #EBE1CA;
width: 200px;
text-align: center;
text-color: #524934;
text-transform : uppercase;
padding-top: 5px;
padding-bottom: 5px;}

.main:hover
{border-right: 5px solid #DD6900;
border-left: 5px solid #DD6900;
}

u{border-bottom: 1px dotted;border-color:#DD6900;text-decoration: none;
-moz-border-radius:6px;}



a.forumlink{
font-style: bold;
text-decoration: none !important;
 }



a.mainmenu:hover{
text-decoration: none !important;
font-variant: small-caps;
border-left: 5px solid #444F78;
background-color: #9ECDD9;}

a.forumlink:hover{
text-decoration: none !important;
font-weight: lighter;
font-variant: small-caps;
border-left: 5px;
 }




a{
text-decoration: none !important;}

a:hover {
text-decoration: none !important;
font-variant: small-caps;}

a.forumlink {
 border-bottom: 1px white double;
}


a.forumlink:hover{
  background-image: url('http://i45.tinypic.com/4gsn7c.jpg');
 }

a.forumlink {font-family:georgia; text-align: left; text-transform: uppercase; font-size: 12px; border-bottom: 3px solide #000000;}

.statistiques{
border:0px;
background-image: url("http://i18.servimg.com/u/f18/10/08/29/49/2lsgoy13.png");
background-repeat: no-repeat;
background-position: center;
height:400px;}

.groupes{
background-color:#FFFFFF;border: 1px #D0D0D0 dotted;
-moz-border-radius : 4px 4px 4px 4px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
font-size:12px;font-weight: bold;text-align:center;
text-decoration: none !important;}

Et celle de HTML (index-body):

Code:
{JAVAscript}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <!-- BEGIN message_admin_titre -->
   <tr>
      <td class="catHead" 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 class="row1" 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">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
   <tr>
      <td width="100%" valign="top" align="center" class="row1"> 
         <label><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" size="10" name="username" /></label> 
         <label><span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" size="10" name="password" /></label> 
         {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /><br />
         <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> 

      </td>
   </tr>
</table>
</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_user_logged_in -->
         <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
         <!-- END switch_user_logged_in -->
         <!-- 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">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- 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">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
   <tr>
      <td width="100%" valign="top" align="center" class="row1"> 
         <span class="genmed">{L_USERNAME}:</span> 
         <input class="post" type="text" size="10" name="username"/> 
         <span class="genmed">{L_PASSWORD}:</span> 
         <input class="post" type="password" size="10" name="password"/> 
         {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /><br />
         <span class="gensmall">{L_AUTO_LOGIN}</span> 
         <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /> 
      </td>
   </tr>
</table>
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->
<table cellspacing="2" cellpadding="2" width="900" border="0" class="statistiques">
  <tr>
<td width="15%"></td>
<td width="50%">
<br><br><br><br><br><br><br><center>
<span class="groupes"> <a href="http://readwithprecautions.forumdeouf.com/contexte-reglements-et-persos-predefinis-f1/we-re-fairytales-t534.htm"><font color="#A6D69F" size="2"><b>WE'RE FAIRYTALES</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="http://readwithprecautions.forumdeouf.com/contexte-reglements-et-persos-predefinis-f1/we-re-so-nice-personnages-de-livresgentils-t415.htm"><font color="#BD0202" size="2"><b>WE'RE SO NICE </b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://readwithprecautions.forumdeouf.com/contexte-reglements-et-persos-predefinis-f1/we-re-the-badass-s-personnages-de-livres-mechants-t413.htm"><font color="#447546" size="2"><b>WE'RE THE BADASS'S</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://readwithprecautions.forumdeouf.com/contexte-reglements-et-persos-predefinis-f1/we-re-normal-t414.htm"><font color="#39839E" size="2"><b>WE'RE NORMAL</b></font></a> </span><br><br>
<span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}<br />
{NEWEST_USER}<br><br>
{TOTAL_USERS_ONLINE}<br>
{LOGGED_IN_USER_LIST}</center></span><br>
<td width="5%"></td>
</tr>
</table>
 
<table border="0" cellspacing="3" cellpadding="0" width="700" align="center" style="text-align: justify">
{L_CONNECTED_MEMBERS}</table>

<!-- END disable_viewonline -->

{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td> &nbsp;</td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
   </tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}
Revenir en haut Aller en bas
http://readwithprecautions.forumdeouf.com/forum.htm
Invité
Invité
Anonymous



Design Empty
MessageSujet: Re: Design   Design Icon_minitime09.01.10 23:29

Ouai je sais bien, c'est pour ça que j'ai du mal à trouver et je respecte cela ^^.
Je vais aller chercher cela et je te donnes les codes.
Merci d'avance.
(Je pense qu'il faut juste changer un truc genre "center" en "right" mais je trouve pas l'emplacement lol.
Je finis de regarder mes nouveaux messages et j'édite Wink )

Edit:

Voilà ma feuille de CSS

body {background-color: #000000;
background-position:top;
background-image: url(https://2img.net/h/oi50.tinypic.com/4q54w7.png);
background-repeat:no-repeat;}


.forumline{border: 1px 0b5375;}




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




td.row1{
background-color: #000000;
background-image : ;
}
td.row2{
background-color: #000000;
background-image : ;
}
td.row3{
background-color: #000000;
background-image : ;
}

input.post, textarea.post, select {
background-color:#000000;
}

.wysiwyg {
background:#fbf8b5 none repeat scroll 0 0;
color:#073C45; /*couleur du texte*/
}


.main
{background-color: #EBE1CA;
border-right: 5px solid #EBE1CA;
border-left: 5px solid #EBE1CA;
width: 200px;
text-align: center;
text-color: #524934;
text-transform : uppercase;
padding-top: 5px;
padding-bottom: 5px;}

.main:hover
{border-right: 5px solid #DD6900;
border-left: 5px solid #DD6900;
}

u{border-bottom: 1px dotted;border-color:#DD6900;text-decoration: none;
-moz-border-radius:6px;}



a.forumlink{
font-style: bold;
text-decoration: none !important;
}



a.mainmenu:hover{
text-decoration: none !important;
font-variant: small-caps;
border-left: 5px solid #444F78;
background-color: #9ECDD9;}

a.forumlink:hover{
text-decoration: none !important;
font-weight: lighter;
font-variant: small-caps;
border-left: 5px;
}




a{
text-decoration: none !important;}

a:hover {
text-decoration: none !important;
font-variant: small-caps;}

a.forumlink {
border-bottom: 1px white double;
}


a.forumlink:hover{
background-image: url('https://2img.net/h/oi45.tinypic.com/4gsn7c.jpg');
}

a.forumlink {font-family:georgia; text-align: left; text-transform: uppercase; font-size: 12px; border-bottom: 3px solide #000000;}

.statistiques{
border:0px;
background-image: url("https://i.servimg.com/u/f18/10/08/29/49/2lsgoy13.png");
background-repeat: no-repeat;
background-position: center;
height:400px;}

.groupes{
background-color:#FFFFFF;border: 1px #D0D0D0 dotted;
-moz-border-radius : 4px 4px 4px 4px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
font-size:12px;font-weight: bold;text-align:center;
text-decoration: none !important;}

Et celle de HTML (index-body):

Code:
{JAVAscript}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <!-- BEGIN message_admin_titre -->
   <tr>
      <td class="catHead" 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 class="row1" 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">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
   <tr>
      <td width="100%" valign="top" align="center" class="row1"> 
         <label><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" size="10" name="username" /></label> 
         <label><span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" size="10" name="password" /></label> 
         {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /><br />
         <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label> 

      </td>
   </tr>
</table>
</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_user_logged_in -->
         <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
         <!-- END switch_user_logged_in -->
         <!-- 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">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- 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">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
   <tr>
      <td width="100%" valign="top" align="center" class="row1"> 
         <span class="genmed">{L_USERNAME}:</span> 
         <input class="post" type="text" size="10" name="username"/> 
         <span class="genmed">{L_PASSWORD}:</span> 
         <input class="post" type="password" size="10" name="password"/> 
         {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /><br />
         <span class="gensmall">{L_AUTO_LOGIN}</span> 
         <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /> 
      </td>
   </tr>
</table>
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->
<table cellspacing="2" cellpadding="2" width="900" border="0" class="statistiques">
  <tr>
<td width="15%"></td>
<td width="50%">
<br><br><br><br><br><br><br><center>
<span class="groupes"> <a href="http://readwithprecautions.forumdeouf.com/contexte-reglements-et-persos-predefinis-f1/we-re-fairytales-t534.htm"><font color="#A6D69F" size="2"><b>WE'RE FAIRYTALES</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="http://readwithprecautions.forumdeouf.com/contexte-reglements-et-persos-predefinis-f1/we-re-so-nice-personnages-de-livresgentils-t415.htm"><font color="#BD0202" size="2"><b>WE'RE SO NICE </b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://readwithprecautions.forumdeouf.com/contexte-reglements-et-persos-predefinis-f1/we-re-the-badass-s-personnages-de-livres-mechants-t413.htm"><font color="#447546" size="2"><b>WE'RE THE BADASS'S</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://readwithprecautions.forumdeouf.com/contexte-reglements-et-persos-predefinis-f1/we-re-normal-t414.htm"><font color="#39839E" size="2"><b>WE'RE NORMAL</b></font></a> </span><br><br>
<span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}<br />
{NEWEST_USER}<br><br>
{TOTAL_USERS_ONLINE}<br>
{LOGGED_IN_USER_LIST}</center></span><br>
<td width="5%"></td>
</tr>
</table>
 
<table border="0" cellspacing="3" cellpadding="0" width="700" align="center" style="text-align: justify">
{L_CONNECTED_MEMBERS}</table>

<!-- END disable_viewonline -->

{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
   </tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}


    Je dirais ça moi
Revenir en haut Aller en bas
Miley D. Wilson

Miley D. Wilson


▬ prénom / pseudo : Lyra
▬ nombre de messages : 137
▬ Copyright : Lyra
♦ reflection : Design 1zd8azc

relationships
    ♦ love, like 'n hate
:

Design Empty
MessageSujet: Re: Design   Design Icon_minitime10.01.10 12:48

J'ai essayé mais ça change l'image pas le texte,
c'est pour ça que j'avais mis "Right" dans tex-align des groupes mais ça ne change rien non plus.
Revenir en haut Aller en bas
http://readwithprecautions.forumdeouf.com/forum.htm
Bella M. Cullen
    FABULOUSADMIN Anyone else but you

Bella M. Cullen


▬ prénom / pseudo : El0' &amp; Smile
▬ nombre de messages : 3152
▬ Copyright : avatar = lilo / signature = smile(y)
♦ reflection : Design 034ar2

relationships
    ♦ love, like 'n hate
:

Design Empty
MessageSujet: Re: Design   Design Icon_minitime10.01.10 14:14

    J't'envoie ça d'ici ce soir ! =) Et ma Ella chouu, le changement que tu as fait c'est pour le fond "background" =) Faut réviser tes cours d'anglais XD J'taimeuuuh ! =)
Revenir en haut Aller en bas
https://new-beginning.forumpro.fr
Miley D. Wilson

Miley D. Wilson


▬ prénom / pseudo : Lyra
▬ nombre de messages : 137
▬ Copyright : Lyra
♦ reflection : Design 1zd8azc

relationships
    ♦ love, like 'n hate
:

Design Empty
MessageSujet: Re: Design   Design Icon_minitime10.01.10 14:19

Oki je te remercie d'avacne Bella ^^, c'est vraiment sympa de ta part Very Happy
Revenir en haut Aller en bas
http://readwithprecautions.forumdeouf.com/forum.htm
Invité
Invité
Anonymous



Design Empty
MessageSujet: Re: Design   Design Icon_minitime10.01.10 15:46

    Desolée Miley ;
    Elodie je te retiens =)
Revenir en haut Aller en bas
Miley D. Wilson

Miley D. Wilson


▬ prénom / pseudo : Lyra
▬ nombre de messages : 137
▬ Copyright : Lyra
♦ reflection : Design 1zd8azc

relationships
    ♦ love, like 'n hate
:

Design Empty
MessageSujet: Re: Design   Design Icon_minitime10.01.10 15:48

Ella c'est pas grave ^^.
Merci de m'aider Razz, mais vous disputez pas à cause de moi hein lol Calinou
Revenir en haut Aller en bas
http://readwithprecautions.forumdeouf.com/forum.htm
Bella M. Cullen
    FABULOUSADMIN Anyone else but you

Bella M. Cullen


▬ prénom / pseudo : El0' &amp; Smile
▬ nombre de messages : 3152
▬ Copyright : avatar = lilo / signature = smile(y)
♦ reflection : Design 034ar2

relationships
    ♦ love, like 'n hate
:

Design Empty
MessageSujet: Re: Design   Design Icon_minitime10.01.10 21:26

Voilà, j't'ai ajouté un truc ! Recopie le code en entier et recolle-le ... Ensuite baah tu ajoutes dans la page CSS le code du dessous ! J'espère que ça marchera parce que normalement c'est ça !

Code:
{JAVAscript}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <!-- BEGIN message_admin_titre -->
  <tr>
      <td class="catHead" 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 class="row1" 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">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
  <tr>
      <td width="100%" valign="top" align="center" class="row1">
        <label><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" size="10" name="username" /></label>
        <label><span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" size="10" name="password" /></label>
        {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /><br />
        <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>

      </td>
  </tr>
</table>
</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_user_logged_in -->
        <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
        <!-- END switch_user_logged_in -->
        <!-- 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">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- 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">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
  <tr>
      <td width="100%" valign="top" align="center" class="row1">
        <span class="genmed">{L_USERNAME}:</span>
        <input class="post" type="text" size="10" name="username"/>
        <span class="genmed">{L_PASSWORD}:</span>
        <input class="post" type="password" size="10" name="password"/>
        {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /><br />
        <span class="gensmall">{L_AUTO_LOGIN}</span>
        <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
      </td>
  </tr>
</table>
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->
<table cellspacing="2" cellpadding="2" width="900" border="0" class="statistiques">
  <tr>
<td width="15%"></td>
<td width="50%">
<br><br><br><br><br><br><br><center>
<span class="groupes"> <a href="http://readwithprecautions.forumdeouf.com/contexte-reglements-et-persos-predefinis-f1/we-re-fairytales-t534.htm"><font color="#A6D69F" size="2"><b>WE'RE FAIRYTALES</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="http://readwithprecautions.forumdeouf.com/contexte-reglements-et-persos-predefinis-f1/we-re-so-nice-personnages-de-livresgentils-t415.htm"><font color="#BD0202" size="2"><b>WE'RE SO NICE </b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://readwithprecautions.forumdeouf.com/contexte-reglements-et-persos-predefinis-f1/we-re-the-badass-s-personnages-de-livres-mechants-t413.htm"><font color="#447546" size="2"><b>WE'RE THE BADASS'S</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://readwithprecautions.forumdeouf.com/contexte-reglements-et-persos-predefinis-f1/we-re-normal-t414.htm"><font color="#39839E" size="2"><b>WE'RE NORMAL</b></font></a> </span><br><br>
<div class="moua"><span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}<br />
{NEWEST_USER}<br><br>
{TOTAL_USERS_ONLINE}<br>
{LOGGED_IN_USER_LIST}</center></span></div><br>
<td width="5%"></td>
</tr>
</table>
 
<table border="0" cellspacing="3" cellpadding="0" width="700" align="center" style="text-align: justify">
{L_CONNECTED_MEMBERS}</table>

<!-- END disable_viewonline -->

{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
  <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
  </tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}

Code:
.moua{
text-align:right;
}
Revenir en haut Aller en bas
https://new-beginning.forumpro.fr
Bella M. Cullen
    FABULOUSADMIN Anyone else but you

Bella M. Cullen


▬ prénom / pseudo : El0' &amp; Smile
▬ nombre de messages : 3152
▬ Copyright : avatar = lilo / signature = smile(y)
♦ reflection : Design 034ar2

relationships
    ♦ love, like 'n hate
:

Design Empty
MessageSujet: Re: Design   Design Icon_minitime10.01.10 21:27

Sinon et bien essaie ce code ! Tu n'as rien à ajouter dans le CSS, mais je ne sais pas s'il marche ! =/

Code:
{JAVAscript}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <!-- BEGIN message_admin_titre -->
  <tr>
      <td class="catHead" 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 class="row1" 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">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
  <tr>
      <td width="100%" valign="top" align="center" class="row1">
        <label><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" size="10" name="username" /></label>
        <label><span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" size="10" name="password" /></label>
        {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /><br />
        <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>

      </td>
  </tr>
</table>
</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_user_logged_in -->
        <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
        <!-- END switch_user_logged_in -->
        <!-- 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">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- 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">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
  <tr>
      <td width="100%" valign="top" align="center" class="row1">
        <span class="genmed">{L_USERNAME}:</span>
        <input class="post" type="text" size="10" name="username"/>
        <span class="genmed">{L_PASSWORD}:</span>
        <input class="post" type="password" size="10" name="password"/>
        {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /><br />
        <span class="gensmall">{L_AUTO_LOGIN}</span>
        <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
      </td>
  </tr>
</table>
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->
<table cellspacing="2" cellpadding="2" width="900" border="0" class="statistiques">
  <tr>
<td width="15%"></td>
<td width="50%">
<br><br><br><br><br><br><br>
<span class="groupes"> <a href="http://readwithprecautions.forumdeouf.com/contexte-reglements-et-persos-predefinis-f1/we-re-fairytales-t534.htm"><font color="#A6D69F" size="2"><b>WE'RE FAIRYTALES</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="http://readwithprecautions.forumdeouf.com/contexte-reglements-et-persos-predefinis-f1/we-re-so-nice-personnages-de-livresgentils-t415.htm"><font color="#BD0202" size="2"><b>WE'RE SO NICE </b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://readwithprecautions.forumdeouf.com/contexte-reglements-et-persos-predefinis-f1/we-re-the-badass-s-personnages-de-livres-mechants-t413.htm"><font color="#447546" size="2"><b>WE'RE THE BADASS'S</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://readwithprecautions.forumdeouf.com/contexte-reglements-et-persos-predefinis-f1/we-re-normal-t414.htm"><font color="#39839E" size="2"><b>WE'RE NORMAL</b></font></a> </span><br><br>
<div class="moua"><span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}<br />
{NEWEST_USER}<br><br>
{TOTAL_USERS_ONLINE}<br>
{LOGGED_IN_USER_LIST}</span></div><br>
<td width="5%"></td>
</tr>
</table>
 
<table border="0" cellspacing="3" cellpadding="0" width="700" align="center" style="text-align: justify">
{L_CONNECTED_MEMBERS}</table>

<!-- END disable_viewonline -->

{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
  <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
  </tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}
Revenir en haut Aller en bas
https://new-beginning.forumpro.fr
Miley D. Wilson

Miley D. Wilson


▬ prénom / pseudo : Lyra
▬ nombre de messages : 137
▬ Copyright : Lyra
♦ reflection : Design 1zd8azc

relationships
    ♦ love, like 'n hate
:

Design Empty
MessageSujet: Re: Design   Design Icon_minitime10.01.10 22:08

Oki je vais essayer avec la première méthode déjà ^^.
Merci ce n'est plus centré Cool
Revenir en haut Aller en bas
http://readwithprecautions.forumdeouf.com/forum.htm
Contenu sponsorisé





Design Empty
MessageSujet: Re: Design   Design Icon_minitime

Revenir en haut Aller en bas
 
Design
Revenir en haut 
Page 1 sur 1
 Sujets similaires
-
» Design Saint Valentin

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
 :: » Administration :: — Questions / Aides RP :: » Boite a questions-
Sauter vers:  
Ne ratez plus aucun deal !
Abonnez-vous pour recevoir par notification une sélection des meilleurs deals chaque jour.
IgnorerAutoriser