CSSActif, le forum, n'est plus maintenu. Il est néanmoins disponible pour consultation. Pour des outils pratiques, rendez-vous sur: Découvrez CSSActif, une collection d'outils et de tutoriels interactifs pour les développeurs Web — HTML, CSS, JavaScript et bien plus! |
| Nalex
{ Membre }
Messages : 80
| Bonsoir! J'ai un léger problème. Ce n'est pas grand chose mais ça m'énerve xD http://fellschurch.forumactif.com/ Au dessus de l'image du QEEL, j'ai un espace et je ne sais pas comment l'enlever. Je précise qu'au niveau du lien de l'image dans le template, je n'ai pas de < br > Merci à celui qui voudra bien m'aider |
Dernière édition par Nalex le Dim 06 Fév 2011, 06:16, édité 1 fois | |
| | | Nalex
{ Membre }
Messages : 80
| 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"> <!-- 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"><br><br> <!-- 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> <!-- 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 -->
<!-- BEGIN disable_viewonline --> <tr><td colspan="2" align="center" valign="top"> </td></tr> <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"><tr><td class="row1" rowspan="3" align="center" valign="middle"> <div class="gensmall"><script type="text/javascript"> function patonglet1() { document.getElementById('onglet1').style.display='block'; document.getElementById('onglet2').style.display='none';
document.getElementById('onglet3').style.display='none'; document.getElementById('onglet4').style.display='none'; } function patonglet2() { document.getElementById('onglet1').style.display='none'; document.getElementById('onglet2').style.display='block';
document.getElementById('onglet3').style.display='none'; document.getElementById('onglet4').style.display='none'; } function patonglet3() { document.getElementById('onglet1').style.display='none'; document.getElementById('onglet2').style.display='none';
document.getElementById('onglet3').style.display='block'; document.getElementById('onglet4').style.display='none'; } function patonglet4() { document.getElementById('onglet1').style.display='none'; document.getElementById('onglet2').style.display='none';
document.getElementById('onglet3').style.display='none'; document.getElementById('onglet4').style.display='block'; }</script> <img src="http://img218.imageshack.us/img218/5296/whatw.png"> <!-- BARRE D'ONGLETS --> <table width="100%"><tr> <td width="20%"><div class="onglet" onmouseover="javascript:patonglet1()">Statistiques</div></td> <td width="20%"><div class="onglet" onmouseover="javascript:patonglet2()">Les groupes</div></td> <td width="20%"><div class="onglet" onmouseover="javascript:patonglet3()">Les dernières connexions</div></td></tr></table> <table width="100%"> <tr width="100%"> <td width="100%"> <!-- PREMIER MODULE --> <div id="onglet1"> <div class="message"> <table width="100%" border="0" cellpadding="10" cellspacing="1"> <tr> <td style="text-align: center;" width="100%"><span class="gensmall">{TOTAL_POSTS}<br /> {TOTAL_USERS}<br /> {NEWEST_USER}<br /> {TOTAL_USERS_ONLINE}<br /> {RECORD_USERS}<br /> <br /> {LOGGED_IN_USER_LIST}</span> </td> </tr> </table> </div> </div> <!-- DEUXIEME MODULE --> <div id="onglet2" style="display: none;"> <div class="message"> <table width="100%" border="0" cellpadding="10" cellspacing="1"> <tr> <td style="text-align: center;" width="100%"> {GROUP_LEGEND} </td> </tr> </table> </div> </div> <!-- TROISIEME MODULE --> <div id="onglet3" style="display: none;"> <div class="message"> <table width="100%" border="0" cellpadding="10" cellspacing="1"> <tr> <td style="text-align: center;" width="100%"> {L_CONNECTED_MEMBERS} </td> </tr> </table> </div> </div> </td> </tr> </table> </div> </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> <!-- 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 -->
<html><head> <style type="text/css"> .mycss { font-weight:normal;color:#801B23;word-spacing:2pt;font-size:12px;text-align:center;font-family:Time New Roman; line-height:1; } </style> </head> <body> <p class="mycss">© FELL'S CHURCH. Reproduction interdite.</p> </body> CSS - Code:
-
a { text-decoration: none !important; } a:hover { text-decoration: none !important; } a { outline: none !important; } body { background-repeat: no-repeat; }
.bodyline {padding: -0px;} /*--- Espace des côtés du forum ---*/
.forumline{ background-color: COLOR; -moz-border-radius: 0px ; border: 0px #COULEUR solid; margin-top:10px;
}
a.forumlink:link, a.forumlink:visited { background-color: none; padding-left:10px; background-image: url("url de l'image"); margin-right: 0px; margin-left: 0px; font-family: Century ; text-transform : none; text-align: left; font-size: 160%; padding-top:50px;
color: #bc9d96; letter-spacing: 5px; display: block; -moz-border-radius-bottomleft:0px; -moz-border-radius-bottomright:0px; -moz-border-radius-topleft:0px; -moz-border-radius-topright:0px; margin-top: 5px; margin-bottom: 10px; border-bottom: 2px dotted #ffffff; }
a.forumlink:hover, a.forumlink:hover:visited { background-color: none; letter-spacing: 5px; color: #752b3e; text-align: left; display: block; border-bottom: 0px dotted #COLOR;
}
tr.post td {padding-left: 20px;}
textarea, .textarea.post, input.post { -moz-border-radius:10px; }
tr.post span.gensmall { display: none; }
bodyline {padding:-10px;}
.descriptions-categories {
text-align: center; padding-right:2px; padding-left:2px; padding-bottom: 2px; padding-top:0px; margin-bottom: 10px; margin-top: -28px; }
.liens_sous_forum { font-size: 11px; }
/* contour avatar */
.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: 7px solid #551626; }
.mainmenu{ font-size : 11px; padding-right: 8px;
} a.mainmenu{ color : #ffffff; background-color : #COLOR; font-size: 15px; margin-right: -10px; border: 2px solid #COLOR; }
a.mainmenu:hover{ color : #912840; background-color : #COLOR; font-size: 15px; margin-right: -10px; border: 2px solid #COLOR;
}
input, textarea, select { -moz-border-radius: 10px; -webkit-border-radius: 10px; }
/* QEEL */ .onglet { background-color: #000000 ; border-right: 5px solid #610524; border-left: 5px solid #610524; border-top: 1px dotted #610524; border-bottom: 1px dotted #610524; padding-top: 3px; padding-bottom: 3px; padding-left: 0px; padding-right: 0px; font-family: verdana; font-weight: bold; text-align: center; font-size: 11px; color: #ffffff;}
.message { background-color: #000000; border-right: 5px solid #610524; border-left: 5px solid #610524; border-top: 1px dotted #610524; border-bottom: 1px dotted #610524; padding-top: 5px; padding-bottom: 5px; padding-left: 30px; padding-right: 30px; font-family: verdana; text-align: center; text-color: #ffffff;}
/*affichage derniers messages*/ .derniers_sujets { padding: 15px; /*espace entre le texte et la bordure*/ margin: 15px; /*espace entre le bord et la bordure*/ border: px dashed #ffffff; -moz-border-radius: 10px; /*arrondir l'angle gauche du haut*/ text-align: center; background-color:#121212; }
#titre { font-family: Time New Roman; font-size: 18px; padding-top: 20px; margin-bottom: -70px; margin-left:500px; letter-spacing: 3px;
}
/*PA*/
.onglet { display:block; cursor:pointer; } .onglet_0 { background:#transp; border-bottom: 1px dotted #610524; } .onglet_1 { background:#transp; border-bottom: 1px dotted #610524; } .contenu_onglet { background-color:#000000; border:3px solid #610524; margin-top:30px; padding: 5px; width: 550px; height: 296px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; overflow: auto; display:none; } .boitepa { background-color:#0f0c0c; width: 800px; height:430px; border:#0f0c0c solid; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; margin:10px; } div.infobulle { position: relative; display:inline-block; padding-right: 5px; }
div.infobulle div{ display: none; /* ceci masque l'infobulle */ } div.infobulle:hover { background: none; /* correction d'un bug IE */ z-index: 999; /* on définit une valeur pour l'ordre d'affichage */ } div.infobulle:hover div{ display: block; /* ceci affiche l'infobulle */ position: absolute; white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */ top: 10px; /* on positionne notre infobulle */ left: 50px; background: #000000; /* arrière-plan de l'infobulle */ color: #610524; /* texte dans l'infobulle */ padding: 3px; width:130px; height: 100px; border: solid #610524;/* bordures de votre infobulle*/ -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } | | |
| | | KooriSama
{ Membre }
Messages : 15
| Hello, Au hasard (enfin, après une petite lecture difficile), je dirais que ce espace peut être dû à plein de choses. Genre ce - Code:
-
<tr><td colspan="2" align="center" valign="top"> </td></tr> juste en dessous du - Code:
-
<!-- BEGIN disable_viewonline --> qui ne sert à rien et est en dehors de tout tableau. Ou c'est peut être le fait que le tableau du Qui est en Ligne est de classe forumline, et que cette classe semble avoir un attribut margin-top:10px. En espérant ce ça aide ^^ |
Dernière édition par KooriSama le Dim 06 Fév 2011, 08:26, édité 1 fois | |
| | | Haribot' ♪
{ Membre hyper-actif }
Messages : 5163
| Coucou! Moi, je ne vois plus d'espace là :/ Bonne Journée, Haribot' ♪ | | |
| | | Nalex
{ Membre }
Messages : 80
| Ha bah c'était la ligne qui servait à rien qui faisait ça XD Merci beaucoup | | |
| | | Psycho
Psychopathe
Messages : 3407
| L'icône résolu est cochée, par conséquent je classe =D | | |
| | | Contenu sponsorisé
| | | | |
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|
|