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! |
| Callie Rose
{ Membre }
Messages : 143
| Bonjour c'est encore moi o/ Cette fois-ci c'est pour le codage d'un qeel ! J'ai réussi à bidouiller un qeel sur mon forum test (avant de le mettre sur le vrai forum). Pour le moment ça me donne ça: - Spoiler:
Y a une petite vignette aussi en bas je sais pas ce que c'est.. bwef ! Et voilà ce que j'aimerai faire (modifier la police du noms des groupes et déplacer les gens connecté au cours des dernière 24/48h) - Spoiler:
La police en question est Lobster et les gens connecté dernièrement, et bien j'aimerai le déplacer juste en dessous de l'image du qeel comme sur le plan :)Possible ? Pour vous aider, voici les codes: - La partie du code css:
- Code:
-
/* QEEL */ .statistiques{ border:0px; background-image: url("http://i56.servimg.com/u/f56/18/39/86/37/sans_t23.png"); width:790px; height:348px; background-repeat: no-repeat; background-position: center; height:hauteur de l'image:50px;} .dessus{ margin-top:-10px; margin-left:20px; color: #ffffff; } .groupes{ background-color:#ffffff; letter-spacing: 2px; font-family: 'Grand Hotel', georgia; font-size: 5px; text-align:center; text-decoration: none !important;}
- 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="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></span> <!-- END switch_user_logged_in --> <!-- BEGIN switch_delete_cookies --> <br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a></span> <!-- END switch_delete_cookies --> </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 --> <table cellspacing="2" cellpadding="2" width="700" border="0" class="statistiques"> <tr> <td width="15%"> </td> <td width="100%"> <center> <div class="dessus"> <span class="groupes"><a href="#"><font size="2"><font color="#E6BD33">CONSEIL DES 4 ▲</font></font></a></span> <span class="groupes"><a href="#"><font size="2"><font color="#4D4B49">CHAMPIONS ▲</font></font></a></span> <span class="groupes"><a href="#"><font size="2"><font color="#6A93C4">DRESSEURS ▲</font></font></a></span> <span class="groupes"><a href="#"><font size="2"><font color="#EB6055">POKEMON ▲</font></font></a></span> <span class="groupes"><a href="#"><font size="2"><font color="#B88733">LEGENDAIRES ▲</font></font></a></span> <span class="groupes"><a href="#"><font size="2"><font color="#9A7DAC">TEAM ARACHNIA ▲</font></font></a></span> <span class="groupes"><a href="#"><font size="2"><font color="#8EA63D">PNJ ▲</font></font></a></span><br><br><br> <span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}<br /> {NEWEST_USER}<br><br> {TOTAL_USERS_ONLINE}<br> {LOGGED_IN_USER_LIST}</span></center><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> <img src="lien de l'image du bas du qui est en ligne, possibilité de ne pas en mettre"><br> <!-- 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"> http://<![CDATA[ FB.init({ appId: '{switch_fb_index_login.FACEBOOK_APP_ID}', status: true, cookie: true, xfbml: true, oauth: true }); http://]]> </script> <!-- END switch_fb_index_login -->
Merci d'avance o/ | | |
| | | Nihil
{ Modérateur }
Messages : 1216
| - Citation :
- Y a une petite vignette aussi en bas je sais pas ce que c'est.. bwef !
Cette petite vignette désigne une image avec une source morte ^^. En effet tu as à un endroit une image dont l'attribut src ne contient pas de lien - Code:
-
<img src="lien de l'image du bas du qui est en ligne, possibilité de ne pas en mettre"> - Citation :
- déplacer les gens connecté au cours des dernière 24/48h
Ceci va se jouer dans ton CSS, au niveau de la hauteur de ton QEEL Il faut que tu diminues la valeur de la hauteur, met par exemple 250px au lieu de 348px. Attention, tout en bas de ton Code CSS pour .statistiques tu as une petite erreur, tu as un height avec une fausse valeur (du texte). - Code:
-
.statistiques{ border:0px; background-image: url("http://i56.servimg.com/u/f56/18/39/86/37/sans_t23.png"); width:790px; height:348px; background-repeat: no-repeat; background-position: center; height:hauteur de l'image:50px; } - Citation :
- modifier la police du noms des groupes
Voici un tutoriel officiel de ForumActif sur l'installation de polices : http://forum.forumactif.com/t343855-utiliser-des-polices-personnalisees-avec-google-web-fonts | | |
| | | Callie Rose
{ Membre }
Messages : 143
| Ah oui merci beaucoup ^^ ! Ah et j'ai un autre problème du même genre, la vignette s'est posé sur les avatars de mes membres voici un screen: - Spoiler:
| | |
| | | Nihil
{ Modérateur }
Messages : 1216
| Ton forum est actuellement en maintenant, je n'y ai donc pas accès. Mais dans ton template, tu dois avoir une image sans source aussi, comme il y avait dans ton qui est en ligne | | |
| | | Callie Rose
{ Membre }
Messages : 143
| oops pardon ! Et ce serai dans quel template ? Viewtopic_body non? | | |
| | | Nihil
{ Modérateur }
Messages : 1216
| Oui dans ce template là surement | | |
| | | Callie Rose
{ Membre }
Messages : 143
| | | | Contenu sponsorisé
| | | | |
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|
|