|
|
K-Surf
{ Spécialiste }
Messages : 1707
| Bonjour, J'aimerais monter les liens "Panneau d'administration Forum gratuit | phpBB | Forum gratuit d'entraide | Statistiques | Contact | Signaler un abu"' pour que elle ne soit pas sur le panneau annonce en bas (qui est une image) je vous donne un screen est la partie qui correspond à l'annonce dans le CSS. (je mets tous en "hide") Screenshots :Css :J'ai déjà essayé la classe ".gen" sa marche pas, sa bouge l'annonce est les liens ensembles. Merci de votre futur aide |
Dernière édition par K-Surf le Mar 01 Mai 2012, 12:56, édité 1 fois | |
|
| |
Hiro
Ninja Codeur
Messages : 1179
| Salut, puis-je avoir un lien vers le forum en question ? | | |
|
| |
K-Surf
{ Spécialiste }
Messages : 1707
| Le voilà | | |
|
| |
Hiro
Ninja Codeur
Messages : 1179
| Essaie de placer la div des liens, hors de la div #page-footer (au dessus), car sinon tu ne pourras pas les remonté | | |
|
| |
K-Surf
{ Spécialiste }
Messages : 1707
| Je suis pas sur d'avoir très bien compris, je te donne mon template c'est plus simple - 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" scope="{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="window.location='/facebook_connect.forum'" v="2" scope="{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 -->
<div class="qeel_titre"></div> <div class="forumline"> <table> <tr> <td><a href="#" class="groupe1">Groupe 1<span class="groupe_contenu">Texte de description du groupe survolé</span></a> <a href="#" class="groupe2">Groupe 2<span class="groupe_contenu">Texte de description du groupe survolé</span></a> <a href="#" class="groupe3">Groupe 3<span class="groupe_contenu">Texte de description du groupe survolé</span></a> <a href="#" class="groupe4">Groupe 4<span class="groupe_contenu">Texte de description du groupe survolé</span></a> <a href="#" class="groupe5">Groupe 5<span class="groupe_contenu">Texte de description du groupe survolé</span></a></td> <td> <div class="qeel_infos">{TOTAL_POSTS}. {TOTAL_USERS}. {NEWEST_USER}<br /> {TOTAL_USERS_ONLINE}<br /> {RECORD_USERS}<br /> <br /> {LOGGED_IN_USER_LIST}</div> <div class="qeel_infos"><table> {L_CONNECTED_MEMBERS} {L_WHOSBIRTHDAY_TODAY} {L_WHOSBIRTHDAY_WEEK}</table></div> </td> </tr> </table> </div>
<!-- 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, oauth: true }); //]]> </script> <!-- END switch_fb_index_login --> J'ai trou de mémoire c'est bon template ? | | |
|
| |
K-Surf
{ Spécialiste }
Messages : 1707
| Pour qu'on archive ma demande d'aide | | |
|
| |
pamina
{ Membre actif }
Messages : 1170
| Hello K-Surf, Pas bien compris ton dernier post : tu veux qu'on archive, ou tu ne veux pas qu'on archive ta demande ? | | |
|
| |
K-Surf
{ Spécialiste }
Messages : 1707
| Non j'ai oublier le "pas", excuser moi faute d'inattention... | | |
|
| |
Psycho
Psychopathe
Messages : 3407
| Hello K-Surf (: Ne t'inquiète pas, nous n'archiverons pas ta demande en catimini ^^ Les modérateurs se chargent de remonter les sujets tous les 5 jours afin que ton problème puisse être traité rapidement, et tu sera toujours prévenu si nous prévoyons d'archiver. Tu n'as donc pas besoin de nous le signaler (et de remonter ton sujet par la même occasion) ^^ Merci de ta compréhension | | |
|
| |
K-Surf
{ Spécialiste }
Messages : 1707
| Ok je ne "uperais" plus le sujet , merci de l'infos | | |
|
| |
Murtagh
{ Modérateur }
Messages : 1492
| Bonjour, Ce problème est-il toujours d' actualité ? Pourrais-tu fournir davantage d'explications afin de mieux cerner ta demande ? Si ce sujet n'a toujours pas de reçu de réponse dans quatre jours, il sera archivé. Merci d'avance. | | |
|
| |
K-Surf
{ Spécialiste }
Messages : 1707
| Je suis là !
Alors j'aimerais descendre le panneau d'affichage pour que tous les liens (entouré dans le screenshot) est pour fond le corp . | | |
|
| |
Anoobnyme GOD OF COOKIES
Messages : 1445
| Hop'
Les liens tu veux les mettre sur le fond beige ? | | |
|
| |
K-Surf
{ Spécialiste }
Messages : 1707
| Oui voilà | | |
|
| |
'Christa
Lostmindy
Messages : 2856
| Bonjour ! Les liens de bas de forum sont placés dans le template overall_footer_end, c'est cette partie il me semble : - Code:
-
<!-- BEGIN switch_footer_links --> <div align="center"> <div class="gen"> <!-- BEGIN footer_link --> <!-- BEGIN switch_separator --> | <!-- END switch_separator --> <a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a> <!-- END footer_link --> </div> </div> <!-- END switch_footer_links --> Je pense qu'il te suffirait de les déplacer à l'endroit qui convient. J'aurais bien testé sur ton site avec l'aide de firebug mais apparemment toutes les images ont disparu et je n'ai plus de point de repère '_' | | |
|
| |
Psycho
Psychopathe
Messages : 3407
| Hello K-Surf (: Le problème est-il toujours d'actualité ? Si nous n'avons pas de réponse dans 4 jours, le sujet sera considéré comme résolu ! Merci de ta compréhension | | |
|
| |
K-Surf
{ Spécialiste }
Messages : 1707
| |
| |
Psycho
Psychopathe
Messages : 3407
| Juste au cas où, as-tu lu l’intervention de 'Christa juste avant mon message de modération ? | | |
|
| |
K-Surf
{ Spécialiste }
Messages : 1707
| Oui et comme d'hab j'oublie, voilà le forum ou tu peux tester: http://externia.forumactif.org/ | | |
|
| |
Psycho
Psychopathe
Messages : 3407
| Hello K-Surf (: Le problème est-il toujours d'actualité ? Si nous n'avons pas de réponse dans 4 jours, le sujet sera considéré comme résolu ! Peut-être peux-tu ré-expliquer clairement quel est ton souci afin que les codeurs puissent éventuellement t'aider ? Merci de ta compréhension | | |
|
| |
K-Surf
{ Spécialiste }
Messages : 1707
| J'aimerais que les liens se mette tous en bas du forum, en dessous du pano (voir ,screen) ! | | |
|
| |
Hiro
Ninja Codeur
Messages : 1179
| Salut K-Surf, merci pour ta patience Ajoutes ceci dans ton css : - Code:
-
.gen { margin-top: -20px !important; position: absolute; width: 100%; }
Puis met #page-footer en position:relative. Et donne m'en des nouvelles. | | |
|
| |
K-Surf
{ Spécialiste }
Messages : 1707
| Alors voilà ce que sa me donne: http://externia.forumactif.org/ et le CSS: - Code:
-
.gen { margin-top: -20px !important; position: absolute; width: 100%; } .row1{ width: -300px; } /*HEADER CORP BACKGROUD*/ a.nav img { width: 300px; } body { background: #35350c; } .bodyline { background: #d5cba0; } .bodylinewidth { width: 900px; }
.bodyline { width: 900px; padding: 0; background: #d5cba0; } .bodylinewidth { width: 900px; margin-left: auto; margin-right: auto; margin-top: -9px; margin-bottom: -9px; } .bodyline { width: 950px; padding: 0; background: #d5cba0; border-left: 5px solid #666331; border-right: 5px solid #666331; box-shadow: 0px 0px 10px #000000; -moz-box-shadow: 0px 0px 10px #000000; -o-box-shadow: 0px 0px 10px #000000; -htm-box-shadow: 0px 0px 10px #000000; -webkit-box-shadow: 0px 0px 10px #000000; } /*NAVIGATION*/ #navigation { position: fixed; z-index: 999; height: 30px; width: 100%; margin-left: -8px; } #navig { width: 900px; margin: auto; text-align: center; background: #666331; padding-bottom: 3px; } #navig a { font-weight: bold; } #i_logo { margin-top: 22px; } #navig a { font-weight: bold; color: #aeab73 !important; text-shadow: 1px 1px 0px #000000; } #navig a:hover { color: #ffffff !important; } a:link, a:link hover { text-decoration: none !important; }
/*CATEGORIE*/ .forumline { width: 98%; margin: auto; } table { width: 98%; margin: auto; } .cate_titre { width: 98%; margin: auto; text-align: center; } .categorie { width: 98%; margin: auto; margin-bottom: 10px; background: #e9e9e6; border-bottom: 1px solid #ffffff; border-right: 1px solid #ffffff; border-left: 1px solid #ffffff; box-shadow: 0px 0px 5px #595959; -moz-box-shadow: 0px 0px 5px #595959; -o-box-shadow: 0px 0px 5px #595959; -htm-box-shadow: 0px 0px 5px #595959; -webkit-box-shadow: 0px 0px 5px #595959; } .forum { width: 98%; margin-left: auto; margin-right: auto; margin-top: 5px; margin-bottom: 5px; background: #f3f3f3; border: 1px dotted #c0c0c0; padding: 2px; height: 100px; } .forumlink { display: block; width: 600px; font-variant: small-caps; letter-spacing: 2px; padding-left: 20px; text-shadow: 1px 1px 0px #ffffff; } .forumlink a { font-size: 16px; border-bottom: 2px dotted #c0c0c0; } .description { display: block; width: 500px; margin: auto; font-size: 11px; text-align: justify; color: #a6a6a6; } .illu { float: right; margin-left: 10px; margin-bottom: 10px; border: 1px solid #c0c0c0; background: #e9e9e6; padding: 5px; }
.stats_last { display: block; margin-top: -15px; background: #e9e9e6; padding: 20px; border: 1px dotted #c0c0c0; height: 50px; } .stats { display: block; text-align: center; font-size: 10px; color: #a6a6a6; border-bottom: 1px solid #cacaca; padding-bottom: 4px; margin-bottom: 4px; margin-top: -30px; } .last { display: block; text-align: center; font-size: 11px; } .sous_forum { display: block; width: 98%; margin: auto; background: #e9e9e6; padding: 2px; text-align: center; }
/*QEEL*/ .qeel_titre { width: 800px; height: 100px; margin: auto; background: url('http://www.img.dizee.fr/images/qeelzmz.png') no-repeat; } .groupe1, .groupe2, .groupe3, .groupe4, .groupe5 { display: block; font-weight: bold; text-transform: small-caps; margin-top: 5px; text-align: center;font-size: 14px; } .groupe1 { color: #136BD6 !important; } .groupe2 { color: #E861C9 !important; } .groupe3 { color: #1B9665 !important; } .groupe4 { color: #579c5a !important; } .groupe5 { color: #545454 !important; } .groupe_contenu { display: none; } .qeel_infos { width: 98%; margin-top: 5px; margin-bottom: 5px; background: #f3f3f3; border: 1px dotted #c0c0c0; padding: 4px; font-size: 10px; text-align: justify; } .groupe1:hover .groupe_contenu, .groupe2:hover .groupe_contenu, .groupe3:hover .groupe_contenu, .groupe4:hover .groupe_contenu, .groupe5:hover .groupe_contenu { display: block; position: absolute; margin-left: 50px; width: 250px; background: #e9e9e6; padding: 4px; border: 1px dotted #c0c0c0; color: #989898; font-size: 10px; font-weight: normal; } /*FOOTER*/ #page-footer { width: 900px; height: 116px; margin: auto; position:relative; background: url('http://www.img.dizee.fr/images/annoncen1.png'); }
/*CORRECTION DE BUG*/ .row3Right { border: none !important; } .thHead { border: none !important; } .thCornerL, .thCornerR, .thTop { border: none !important; } .thLeft, .thRight { border-left: none !important; border-right: none !important; } .catLeft, .catRight { border: none! important; } .catHead { border: none !important; } .catBottom { border: none !important; }
/*AVATAR*/ .profil { width: 210px; margin: auto; padding: 2px; background: #f3f3f3; border: 1px dotted #c0c0c0; text-align: center; } .name { font-size: 14px; font-variant: small-caps; } .profil_avatar { border: 1px solid #c0c0c0; background: #e9e9e6; padding: 4px; } .message_contenu { text-align: justify; font-size: 11px; background: #f3f3f3; border: 1px dotted #c0c0c0; padding: 10px; } #page-body { width: 870px; margin: auto; } .forumline { width: 100%; margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 10px; background: #e9e9e6; border: 1px solid #ffffff; box-shadow: 0px 0px 5px #595959; -moz-box-shadow: 0px 0px 5px #595959; -o-box-shadow: 0px 0px 5px #595959; -htm-box-shadow: 0px 0px 5px #595959; -webkit-box-shadow: 0px 0px 5px #595959; } table { width: 100%; margin: auto; } | | |
|
| |
Hiro
Ninja Codeur
Messages : 1179
| Et ? ce n'est pas ce que tu voulais dans le premier post ? | | |
|
| |
K-Surf
{ Spécialiste }
Messages : 1707
| Les liens sont restés comme avant, je suis sur chrome pour infos. | | |
|
| |
Contenu sponsorisé
| |
| |
|