| Problème avec la largeur du forum | |
|
Locker
{ Membre }
Messages : 52
| Bonsoir à tous!
Je suis ici parce que j'ai besoin d'aide, j'ai remarqué que la largeur de mon forum a augmenté. Et pourtant je n'est pas touché au % dans configuration.
Je suis en phpBB2. Peut être qu'il y a un problème avec mon CSS, on ne sait jamais. Si quelqu'un pouvait me résoudre ce gros problème s'il vous plait.
- Spoiler:
body { background-repeat: no-repeat; background-position: none; }
a.forumlink:link, a.forumlink:visited { font-family: georgia; text-transform : uppercase; text-align: center; font-size: 90%; border-bottom: 3px solid #BAB3B3; color: #888888; letter-spacing: 1px; display: block; -moz-border-radius:10px; }
.postdetails.poster-profile a img { -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; border: 5px solid #7A7575; }
.postdetails.poster-profile a img { -moz-border-radius: 10px; border: 2px solid #7A7575; padding: 2px; }
a:hover { text-decoration: none !important; }
a { text-decoration: none; }
a.imginfo { border-bottom:0 solid #couleur; color:#couleur; position:relative; text-decoration:none; } a.imginfo span { display:none; } a.imginfo:hover { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent none repeat scroll 0 0; cursor:help; z-index: 999; } a.imginfo:hover span { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:white none repeat scroll 0 0; border-color:#couleur; border-style:solid; border-width:3px 3px 5px 5px; display:inline; left:20px; padding:3px; position:absolute; top:15px; white-space:nowrap; }
a:hover { cursor:crosshair; }
.statistiques{ border:0px; background-image: url("https://2img.net/r/ihimizer/img178/2803/ertttt.jpg"); background-repeat: no-repeat; background-position: center; height:50px;}
.groupes{ background-color:#FFFFFF;border: 1px #3D3C3C dotted; -moz-border-radius : 5px 5px 5px 5px; height:30px;padding-right:12px;padding-left:14px;padding-bottom:3px; font-size:15px;font-weight: bold;text-align:center; text-decoration: none !important;}
Faut-il rajouter un code ou au contraire, en supprimer un qui gène mais qui ne ferait rien pour le contenu du forum...=/ |
Dernière édition par Locker le Dim 22 Aoû 2010, 18:35, édité 1 fois | |
|
| |
LittleThing
{ Membre }
Messages : 175
| As-tu changé ton image de fond récemment ? | | |
|
| |
Air.
{ Membre }
Messages : 221
| Pas le choix, tu la modifies dans le CSS alors. Tu rajoutes : - Code:
-
.bodylinewidth { width:60% } Bien sûr tu remets le pourcentage que tu avais (: | | |
|
| |
Locker
{ Membre }
Messages : 52
| Oui j'ai changé mon images de fond récemment ou plutôt la bannière.
Désolé de donner une mauvaise nouvelle, mais ça ne marche pas ton code =/ | | |
|
| |
ptitlac
{ Membre }
Messages : 226
| Peut être que ta bannière est plus grande que l'autre, se qui agrandit ton forum... | | |
|
| |
Locker
{ Membre }
Messages : 52
| Et bien c'est ce que j'ai pensé au départ, mais lorsque je l'ai enlevé, la largeur du forum n'a pas diminué | | |
|
| |
Air.
{ Membre }
Messages : 221
| - Locker a écrit:
- Oui j'ai changé mon images de fond récemment ou plutôt la bannière.
Désolé de donner une mauvaise nouvelle, mais ça ne marche pas ton code =/ Bizarre. Chez moi c de code a toujours marché et il remplace la configuration du forum ô_o Tu as modifié des templates ? | | |
|
| |
LittleThing
{ Membre }
Messages : 175
| - Code:
-
.bodylinewidth{ width:60%; } Peut-être comme ça. Juste Air., t'avais oublié le point-virgule, mais je ne sais pas si ça va changer quelque chose. | | |
|
| |
Locker
{ Membre }
Messages : 52
| Oui j'ai modifier le template index-body récemment. Voici mon template:
- Spoiler:
{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"> <!-- 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="facebook_login()" 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_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"> <!-- 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="facebook_login()" 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 --> <br> <br> </br>
<!-- 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><br><center> <span class="groupes"><a href="http://green-apple.forumsactifs.com/groupcp.forum?g=4"><font color="#1F426E"" size="2"><b>JOURNALISTES</b></font></a></span> <img src="https://2img.net/h/oi31.tinypic.com/mugck1.jpg"><span class="groupes"><a href="http://green-apple.forumsactifs.com/groupcp.forum?g=3"><font color="#826666" size="2"><b>HABITANTS</b></font></a></span><br> <img src="https://2img.net/h/oi31.tinypic.com/mugck1.jpg"><br><span class="groupes"><a href="http://green-apple.forumsactifs.com/groupcp.forum?g=2"><font color="#751111" size="2"><b>MAFIEUX</b></font></a></span> <img src="https://2img.net/h/oi31.tinypic.com/mugck1.jpg"><span class="groupes"><a href="http://green-apple.forumsactifs.com/groupcp.forum?g=5"><font color="#2A5420" size="2"><b>MEDECINS</b></font></a></span> <img src="https://2img.net/h/oi31.tinypic.com/mugck1.jpg"><span class="groupes"><a href="http://green-apple.forumsactifs.com/groupcp.forum?g=2"><font color="#3E8587" size="2"><b>POLICIERS</b></font></a></span> <img src="https://2img.net/h/oi31.tinypic.com/mugck1.jpg"><span class="groupes"><a href="http://green-apple.forumsactifs.com/groupcp.forum?g=7"><font color="#554361" size="2"><b>DETECTIVES</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> <!-- 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> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> </br> <!-- END switch_legend -->
{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 -->
Non, avec ou sans point-virgule, cela ne fonctionne pas =/ | | |
|
| |
Air.
{ Membre }
Messages : 221
| Dans ton template il y a au niveau du QEEL : - Code:
-
<table cellspacing="2" cellpadding="2" width="900" border="0" Essaye de mettre 100% à la place de 900 pour voir ? (en plus si tu mets 900 il faut préciser 900 quoi, px, % etc, de préférence) | | |
|
| |
Locker
{ Membre }
Messages : 52
| Merci beaucoup, tout fonctionne, c'est comme avant =D
Merci beaucoup sincèrement | | |
|
| |
Air.
{ Membre }
Messages : 221
| Oh je t'en prie, je suis contente pour toi x) | | |
|
| |
Contenu sponsorisé
| |
| |
| Problème avec la largeur du forum | |
|