Soucis de marge
2 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1 • Partagez
Soucis de marge
Bonjour Bonsoir =)
Alors voilà j'ai un petit soucis avec un code ._. Donc je suis sous Chrome et j'ai un cadre autour du forum et il y a un écart entre la bordure et le cadre.
Donc voilà l'adresse du forum : http://alicegame.forumactif.com/
Et un screen de l'écran !
Donc voilà °° J'espère que vous aurez une solution t_t
Merci d'avance =)
Alors voilà j'ai un petit soucis avec un code ._. Donc je suis sous Chrome et j'ai un cadre autour du forum et il y a un écart entre la bordure et le cadre.
Donc voilà l'adresse du forum : http://alicegame.forumactif.com/
Et un screen de l'écran !
- Spoiler:
Donc voilà °° J'espère que vous aurez une solution t_t
Merci d'avance =)
Dernière édition par Kendall le Mer 24 Aoû 2011 - 23:40, édité 1 fois
Kendall- ***
- Messages : 178
Inscrit(e) le : 30/04/2011
Re: Soucis de marge
Bonsoir,
pourriez vous mettre votre templates "Index Body" et votre css svp
pourriez vous mettre votre templates "Index Body" et votre css svp
Re: Soucis de marge
Bonsoir et merci de votre réponse =3
voici le template :
et le CSS
voici le template :
- Spoiler:
- 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">
<!-- 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_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 -->
<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>
<a href="{U_TODAY_POSTERS}" class="gensmall">
{L_TODAY_POSTERS}</a>
<a href="{U_OVERALL_POSTERS}" class="gensmall">
{L_OVERALL_POSTERS}</a>
<!-- BEGIN switch_on_index -->
<!-- BEGIN switch_delete_cookies -->
<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 -->
<br >
<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="1"
cellpadding="0" align="center">
<tr>
<center><div style="background-image: url('');width: px; border:solid
px #fff; -moz-bottom-left: 5px ;">
<img src="http://i48.servimg.com/u/f48/16/18/33/72/qel211.png" border="0" alt=""
/>
<br >
<span class="groupe"> <a href="http://alicegame.forumactif.com/g11-alice-s-
character"><span style="font-size: 11pt; font-family: courrier new ; text-
shadow: #000000 1px 1px 1px ;color: #F2FEFD ">ALICE'S
CHARACTER</span></a></span>-<a href="http://alicegame.forumactif.com/g16-once-
upon-a-time"><span style="font-size: 11pt; font-family: courrier new ; text-
shadow: #000000 1px 1px 1px ;color: #EBC8F6"> ONCE UPON A TIME</span></a></span>
- <span class="groupe"> <a href="http://alicegame.forumactif.com/g18-circus-
employs"><span style="font-size: 11pt; font-family: courrier new ; text-shadow:
#000000 1px 1px 1px ; color: #000000;">CIRCUS EMPLOYS</span></a></span> - <span
class="groupe"> <a href="http://alicegame.forumactif.com/g15-s-overdoz"><span
style="font-size: 11pt; font-family: courrier new ; text-shadow: #000000 1px 1px
1px ; color: #E85968;">S.OVERDOZ</span></a></span> -<span class="groupe"> <a
href="http://alicegame.forumactif.com/g23-delirium"><span style="font-size:
11pt; font-family: courrier new ; text-shadow: #000000 1px 1px 1px ;color:
#B17F98; ">DELIRIUM</span></a></span> - <span class="groupe"> <a
href="http://alicegame.forumactif.com/"><span style="font-size: 11pt; font-
family: courrier new ; text-shadow: #000000 1px 1px 1px ; color:
#91ACB6;">OVERTURN</span></a></span>
<div style ="background:#000;width: 100%; height: 20px;"><center><font style=
"font-size: 13pt; font-family: georgia ;font-weight: lighter; text-shadow:
#000000 1px 1px 1px ; LETTER-SPACING: 3px;background-image: url
('http://i24.servimg.com/u/f24/16/54/90/90/fond10.png')">
<font color="#ffffff">QUELQUES CHIFFRES POUR ALICE </font></font></center></div>
<div></center>
<td style="width: 3 %;"> </td>
<td style="background: #COULEUR; width: 46%;text-align:
justify;margin-left: 10px;"><span class="gensmall"> {TOTAL_POSTS}.
{TOTAL_USERS}.
{NEWEST_USER}, nous lui souhaitons la bienvenue !<br /></span>
<br >
<span class="gensmall"> {LOGGED_IN_USER_LIST}</span>
<br />
<!-- BEGIN switch_chatbox_activate -->
<span class="gensmall">{TOTAL_CHATTERS_ONLINE} :
{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_CHATB
OX}', '{L_CLICK_TO_JOIN_CHAT}');
//]]>
</script>
<!-- END switch_chatbox_popup -->
</span>
<!-- END switch_chatbox_activate --></blockquote>
</td> <td style="width: 1 %;"> </td><td style="width: 2px; border-right:
3px dotted maroon;"></td>
<td style="width: 3 %;"> </td> <td style="background: #COULEUR; width:
46%;text-align: justify; font-size: 11px;">
<span style="font-size: 11px; line-height: normal"> {TOTAL_USERS_ONLINE}.
{RECORD_USERS}.
</span>
<br >
<br >
<table style="-moz-border-radius: 10px>{L_CONNECTED_MEMBERS}</table>
</blockquote></td> <td style="width: 1 %;"> </td></tr>
</table>
</td></tr>
</table>
<br > <center><div style ="width: 100%;height: 100px;"><div style="overflow:
auto; height: 65px;" class="window" align="">
<a href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt=""
/></a></div></div> </center><br > <!-- 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 -->
et le CSS
- Spoiler:
- Code:
/***APPARENCE FORUM***/
.body {
margin-bottom: -80px; }
.bodyline {-webkit-box-shadow: -1px 0px 110px #000;
-moz-box-shadow: -1px 0px 100px #000;
box-shadow: -1px 0px 110px #000;}
.bodylinewidth {margin-top: -20px;margin-bottom: -55px;border: 5px solid #000000; padding:0px;}
.secondarytitle,.secondarytitle h2 {
margin: 0; padding: 0;
color: #F8F8D5;
font-family: Georgia;
font-size: 12px;
text-align: center;
left: 100px;
text-transform: uppercase
}
#i_logo { margin-left:-10px;
margin-right:-10px;
margin-top:-10px; margin-bottom:-50px;}
.secondarytitle h2 { display:inline; }
.infos {
margin: 0; padding: 0;
color: #F8F8D5;
font-family: Georgia;
font-size: 12px;
text-transform: uppercase
}
#add-google{ border: 0px dotted #E0E7E5; }
.postbody {
text-align:justify;
padding-left: 5px;
padding-right: 5px;
}
/***APPARENCE CAT-FO***/
.forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right {
background-image:url("http://");
padding:2px 3px;}
a.forumlink {
letter-spacing:2px;
display:block;
text-align: center;
color: #23758F;
border-bottom:5px double #4e4e4e;
font-style:bold;
text-transform: uppercase;
}
a.forumlink:hover {
letter-spacing:3px;
display:block;
text-align: center;
color: #23758F;
border-bottom:5px double #4e4e4e;
font-style:bold;
text-transform: uppercase;
}
.row1.over span.gensmall {
display: block;
background-color: #a3a3a3;
border-bottom: 2px dotted #4e4e4e;
text-align: left;
}
/***P.A***/
.contexte {
background-image: url('http://i48.servimg.com/u/f48/16/18/33/72/fond-p10.jpg');
border: 1px solid black;
width: 500px;
}
.masques {
background-image: url('http://i48.servimg.com/u/f48/16/18/33/72/fond-p10.jpg');
border: 1px solid black;
width: 500px;
height: 200px;
}
.pageun {
border: 1px solid black;
height: 200px;
width: 166px;
}
.pageuncadretrois {
height: 180px;
width: 166px;
overflow:auto;
}
.boxtitle {
color: #DC394C;
border-bottom: 1px dashed #45407A;
font-weight:bold;
text-decoration:none;
font-size: 12px;
margin:0px 0px 5px 0px;
padding: 3px 10px 3px 10px;
display: block;
text-transform : uppercase;
text-align : center;
}
.box {
background-color: #E0E7E5;
color: #4E87B2;
border: 0px solid #45407A;
font-size:12px;
margin: 0px;
padding: 3px 10px 3px 10px;
width: auto;
}
.att {
background-color: #E0E7E5;
color: #AD1F31;
border: 0px solid #45407A;
font-weight: bold;
font-size:11px;
text-align: center;
margin: 0px;
padding: 0px;
width: auto;
}
.li {
list-style-position: outside;
list-style-type: circle;
}
#subnav A:link, #subnav A:visited, #subnav A:active {
background-color: #E0E7E5;
color: #DC394C;
border-bottom: 1px dashed #EBEC92;
text-transform: lowercase;
text-decoration:none;
font-size: 11px;
display: block;
text-align : center;
padding: 2px;
line-height: 12px;
display: block;
}
#subnav A:hover {
background-color: #E0E7E5;
color: #4E87B2;
border-bottom: 1px dashed #DC394C;
text-transform: lowercase;
}
/***DESCRIPTION FORUM***/
#def {
display: block;
background-color: #;
border: 0px dotted #EBEC92;
text-align: center;
font-size: 14px;
color:#45407A;
font-face: Trebuchet MS;
width: 70%;
}
.links a:link, .links a:active, .links a:visited {
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
color: #;
border-bottom: 0px dotted #EBEC92;
font-size: 0px;
}
.links a:hover {
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
color: #;
border-bottom: 0px dotted #DC394C;
font-size: 0px;
}
.forumline{
background-image:url("http://");
border-bottom: 6px #000000 solid;
border-top: 6px #000000 solid;
border-right: 3px #000000 solid;
border-left: 3px #000000 solid;
}
/***LIENS FORUM***/
a img { border: none; }
a:link {text-decoration: none;}
a:hover{text-decoration: none !important;}
a { text-decoration: none; }
a:link { text-decoration: none; }
a:hover { text-decoration: none; }
a:hover{text-transform:uppercase;}
a.mainmenu {
text-align: center;
color: #000000;
}
a.mainmenu:hover, a.mainmenu:hover:visited{
text-align: center;
color: #000000;
}
/***DIVERS***/
.fiche {
width: 610px;
border: 1px solid #942772;
font-size: 15px;
color:#E3393A;
font-family: Comic Sans MS;
text-align: left;
}
.titre {
font-family: Tahoma;
font-size: 110%;
text-transform: uppercase;
background-image: URL("http://nsa15.casimages.com/img/2010/07/07/100707090745999113.png");
border-bottom: 1px dashed #ffffff;
color: #D18763;
text-align: left;
border-left: 2px solid #B4B6B;
border-right: 2px solid #B4B6B;
}
.stitre {
border-bottom : 1px solid #942772;
font-size: 15px;
color:#E3393A;
text-transform:lowercase;
letter-spacing:2px;
text-align: right;
width: 600px;
}
/***CITER/CODE/SPOILER***/
.quote{
font-family: Times New Roman;
font-size: 12px;
color: #000000;
background-color: #E1D8CE;
border-top : 2px dotted #45407A;
border-bottom: 2px dotted #45407A;
border-left: 1px dotted #45407A;
border-right: 1px dotted #45407A;
text-align: left;
background-image:url('http://nsa15.casimages.com/img/2010/07/07/100707070254421263.png');
background-repeat: no-repeat;
background-color: #FFFFFF;
background-position: bottom right;
width: 100%;
}
.code{
font-family: Courier,Courier New,sans-serif;
font-size: 12px;
color: #000000;
background-color: #E1D8CE;
border-top : 2px dotted #45407A;
border-bottom: 2px dotted #45407A;
border-left: 1px dotted #45407A;
border-right: 1px dotted #45407A;
text-align: left;
background-image:url('http://nsa15.casimages.com/img/2010/07/07/100707070254421263.png');
background-repeat: no-repeat;
background-color: #FFFFFF;
background-position: bottom right;
width: 100%;
}
.spoiler_content, .spoiler_content.hidden {
font-family: Times New Roman;
font-size: 12px;
color: #000000;
background-color: #E1D8CE;
border-top : 2px dotted #45407A;
border-bottom: 2px dotted #45407A;
border-left: 1px dotted #45407A;
border-right: 1px dotted #45407A;
text-align: left;
background-image:url('http://nsa15.casimages.com/img/2010/07/07/100707070254421263.png');
background-repeat: no-repeat;
background-color: #FFFFFF;
background-position: bottom right;
width: 100%;
}
.milieu {width: 90%; margin: 0px; border: 1px solid #ffffff;-moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 5px; background-color:#F1EBE7}
.paonglet
{
display:inline-block;
cursor:pointer;
color: ;
}
.paonglet_0
{
}
.paonglet_1
{
}
.contenu_paonglet
{
margin-top:-1px;
display:none;
height: 400px;
width: 500px;
}
/***TITRE TOPICS***/
a.topictitle{
font-variant: capitalize;
color: #000000;
font-size: 15px;
font-face: Trebuchet MS;
}
a.topictitle:visited{
font-variant: capitalize;
color : #23758F;
font-size: 15px;
font-face: Trebuchet MS; }
a.topictitle:hover{
font-variant: capitalize;
color : #45407A;
font-size: 12px;
font-face: Trebuchet MS;
}
Kendall- ***
- Messages : 178
Inscrit(e) le : 30/04/2011
Re: Soucis de marge
A priori le problème a l'air de venir de la modification de votre template et plus particulièrement de votre Qui est en ligne mais je n'arrive pas à comprendre pourquoi
Du coup je préfère laisser la place à quelqu'un de plus expérimenté. Désolé de ne pas pouvoir faire plus ainsi que pour l'attente.
Du coup je préfère laisser la place à quelqu'un de plus expérimenté. Désolé de ne pas pouvoir faire plus ainsi que pour l'attente.
Re: Soucis de marge
Bonjour,
Dans votre CSS, essayez de remplacer:
Cordialement.
Dans votre CSS, essayez de remplacer:
- Code:
.bodyline {-webkit-box-shadow: -1px 0px 110px #000;
-moz-box-shadow: -1px 0px 100px #000;
box-shadow: -1px 0px 110px #000;}
.bodylinewidth {margin-top: -20px;margin-bottom: -55px;border: 5px solid #000000; padding:0px;}
- Code:
.bodyline {-webkit-box-shadow: -1px 0px 110px #000; -moz-box-shadow: -1px 0px 100px #000; box-shadow: -1px 0px 110px #000;border: 5px solid #000000; padding:0px;}
.bodylinewidth{margin-top: -20px;margin-bottom: -55px;}
Cordialement.
Invité- Invité
Re: Soucis de marge
Bonsoir =)
tout d'abords merci de vos aide ^^
J'ai donc modifié avec ce que tu m'as donné mais j'ai maintenant un autre soucis °°" la bannière dépasse sur les côtés... u_u"
Merci d'avance ^^'
tout d'abords merci de vos aide ^^
J'ai donc modifié avec ce que tu m'as donné mais j'ai maintenant un autre soucis °°" la bannière dépasse sur les côtés... u_u"
Merci d'avance ^^'
Kendall- ***
- Messages : 178
Inscrit(e) le : 30/04/2011
Re: Soucis de marge
Bonsoir,
Dans ce cas, on va essayé comme ceci:
Cordialement.
Dans ce cas, on va essayé comme ceci:
- Code:
.bodylinewidth {
-webkit-box-shadow: -1px 0px 110px #000;
-moz-box-shadow: -1px 0px 100px #000;
box-shadow: -1px 0px 110px #000;
border: 5px solid #000000;
padding:0px;margin-top: -20px;
margin-bottom: -55px;}
Cordialement.
Invité- Invité
Re: Soucis de marge
Bonsoir encore °°
Alors j'ai remplacé... ca me redonne le tout premier résultat, avec le soucis de marge à droite >_<"
merci encore
Alors j'ai remplacé... ca me redonne le tout premier résultat, avec le soucis de marge à droite >_<"
merci encore
Kendall- ***
- Messages : 178
Inscrit(e) le : 30/04/2011
Re: Soucis de marge
En reprenant le tableau du qui est en ligne, j'ai fini par trouver, vous aviez des balises ouvertes et non fermées.
Remplacez la partie du template entre <!-- BEGIN disable_viewonline --> et <!-- END disable_viewonline -->
par celle ci:
Le résultat est bon sur mon forum test, mais j'ai une toute petite bannière ^^ .
Cordialement.
Remplacez la partie du template entre <!-- BEGIN disable_viewonline --> et <!-- END disable_viewonline -->
par celle ci:
- Code:
<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="1"
cellpadding="0" align="center">
<tr><td colspan="7">
<center>
<img src="http://i48.servimg.com/u/f48/16/18/33/72/qel211.png" border="0" alt="" />
<br />
<span class="groupe"> <a href="http://alicegame.forumactif.com/g11-alice-s-
character"><span style="font-size: 11pt; font-family: courrier new ; text-
shadow: #000000 1px 1px 1px ;color: #F2FEFD ">ALICE'S
CHARACTER</span></a></span>-<a href="http://alicegame.forumactif.com/g16-once-
upon-a-time"><span style="font-size: 11pt; font-family: courrier new ; text-
shadow: #000000 1px 1px 1px ;color: #EBC8F6"> ONCE UPON A TIME</span></a>
- <span class="groupe"> <a href="http://alicegame.forumactif.com/g18-circus-
employs"><span style="font-size: 11pt; font-family: courrier new ; text-shadow:
#000000 1px 1px 1px ; color: #000000;">CIRCUS EMPLOYS</span></a></span> - <span
class="groupe"> <a href="http://alicegame.forumactif.com/g15-s-overdoz"><span
style="font-size: 11pt; font-family: courrier new ; text-shadow: #000000 1px 1px
1px ; color: #E85968;">S.OVERDOZ</span></a></span> -<span class="groupe"> <a
href="http://alicegame.forumactif.com/g23-delirium"><span style="font-size:
11pt; font-family: courrier new ; text-shadow: #000000 1px 1px 1px ;color:
#B17F98; ">DELIRIUM</span></a></span> - <span class="groupe"> <a
href="http://alicegame.forumactif.com/"><span style="font-size: 11pt; font-
family: courrier new ; text-shadow: #000000 1px 1px 1px ; color:
#91ACB6;">OVERTURN</span></a></span>
<div style ="background:#000;width: 100%; height: 20px;"><center><font style=
"font-size: 13pt; font-family: georgia ;font-weight: lighter; text-shadow:
#000000 1px 1px 1px ; LETTER-SPACING: 3px;background-image: url
('http://i24.servimg.com/u/f24/16/54/90/90/fond10.png')">
<font color="#ffffff">QUELQUES CHIFFRES POUR ALICE </font></font></center></div>
</center></td></tr>
<tr><td style="width: 3 %;"> </td>
<td style="background: #COULEUR; width: 46%;text-align:
justify;margin-left: 10px;"><span class="gensmall"> {TOTAL_POSTS}.
{TOTAL_USERS}.
{NEWEST_USER}, nous lui souhaitons la bienvenue !<br /></span>
<br />
<span class="gensmall"> {LOGGED_IN_USER_LIST}</span>
<br />
<!-- BEGIN switch_chatbox_activate -->
<span class="gensmall">{TOTAL_CHATTERS_ONLINE} :
{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_CHATB
OX}', '{L_CLICK_TO_JOIN_CHAT}');
//]]>
</script>
<!-- END switch_chatbox_popup -->
</span>
<!-- END switch_chatbox_activate -->
</td> <td style="width: 1 %;"> </td><td style="width: 2px; border-right:
3px dotted maroon;"></td>
<td style="width: 3 %;"> </td> <td style="background: #COULEUR; width:
46%;text-align: justify; font-size: 11px;">
<span style="font-size: 11px; line-height: normal"> {TOTAL_USERS_ONLINE}.
{RECORD_USERS}.
</span>
<br >
<br >
<table style="-moz-border-radius: 10px>{L_CONNECTED_MEMBERS}</table>
</td> <td style="width: 1 %;"> </td></tr>
</table>
<br /> <center><div style ="width: 100%;height: 100px;"><div style="overflow:
auto; height: 65px;" class="window" align="">
<a href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt="" /></a> <a
href="http://alicegame.forumactif.com/" class="postlink" target="_blank"
rel="nofollow"><img src="http://upload.is.free.fr/upload/6zo4ysx0.png"
border="0" alt="" /></a> <a href="http://alicegame.forumactif.com/"
class="postlink" target="_blank" rel="nofollow"><img
src="http://upload.is.free.fr/upload/6zo4ysx0.png" border="0" alt=""
/></a></div></div> </center><br > <!-- END disable_viewonline -->
Le résultat est bon sur mon forum test, mais j'ai une toute petite bannière ^^ .
Cordialement.
Invité- Invité
Re: Soucis de marge
AH !! Merci beaucoup =D ca fonctionne nickel =D
Merci beaucoup !!!
Merci beaucoup !!!
Kendall- ***
- Messages : 178
Inscrit(e) le : 30/04/2011
Sujets similaires
» Supprimer saut de ligne dans Dernier message + Soucis de marge tout </table> ou </div>
» Soucis avec Barre de navigation + Soucis de profil (infobulle & Onglet 'en ligne')
» Soucis avec la fiche d'un membre + soucis avec profil FdF (voir dernier message) Merci !
» Image marge
» une Marge au texte
» Soucis avec Barre de navigation + Soucis de profil (infobulle & Onglet 'en ligne')
» Soucis avec la fiche d'un membre + soucis avec profil FdF (voir dernier message) Merci !
» Image marge
» une Marge au texte
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum