Jiben
{ Membre actif }
Messages : 314
| Bonjour a vous.Mon problème c'est mes top des posteur, .. Bon voici mon QEEL, en ce moment : - Spoiler:
Bon comme vous voyez mes top ce trouve en dessous mon QEEL. Bon la forme est fait et tous, par contre je n'arrive pas mettre mes top sur la ligne noirs de mon bas de mon QEEL : Je voudrais qui ce trouve comme sa : ( Fait déplacer mes top avec photofiltre ) - Spoiler:
Mon Css - Spoiler:
- Code:
-
/* cadre ou il est marqué Qui est en Ligne */ .qui_en_ligne { border: 1px solid #000000; border-bottom: 5px solid #000000; background-color: #aab89d; -moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px; -border-radius-topright: 10px; -border-radius-topleft: 10px; -webkit-border-radius-topright: 10px; -webkit-border-radius-topleft: 10px padding: 2px; margin: auto; text-align: center; }
/* top en dessous de Mon QEEL */ .top {text-align: center; border: 1px solid #000000; background-color: #aab89d; padding:1px; }
/* mes top en dessous de Mon QEEL lors du survol*/ .top:hover { text-decoration:none; color : white; background-color : #66705D; border-bottom: 2px solid #363642; filter:alpha(opacity=100); -moz-opacity:0.5;opacity: 1; }
/* mes Cadres de Mon QEEL */ .ro{ background-color: #aab89d; color : black; border: 1px dotted #000000; -border-radius: 2px; /* tous les côtés sont arrondis */ -moz-border-radius: 2px; /* tous les côtés sont arrondis */ -webkit-border-radius: 2px; /* tous les côtés sont arrondis */ margin: 5px; /* pour faire un léger espace entre le bord et la ligne */ padding: 3px; /* pour ne pas que le texte se colle aux bords du cadre */ }
/* mes Cadres de Mon QEEL lors du survol*/ .ro:hover { text-decoration:none; color : white; background-color : #66705D; border-bottom: 2px solid #363642; filter:alpha(opacity=100); -moz-opacity:0.5;opacity: 1; }
/* cadre et fond de mon QEEL */ .tableau { Background-color: #919F84; border: 2px solid #000000; border-top: 5px solid #000000; border-bottom: 5px solid #000000; -border-radius: 8px; /* tous les côtés sont arrondis */ -moz-border-radius: 8px; /* tous les côtés sont arrondis */ -webkit-border-radius: 8px; /* tous les côtés sont arrondis */ padding: 1%; text-align: center; width: 708px; margin: auto; }
/* Groupes de mon QEEL */ .groupes { border: 1px solid #000000; border-left: 3px solid#000000; border-right: 3px solid #000000; background-color: #aab89d; -border-radius: 5px; /* tous les côtés sont arrondis */ -moz-border-radius: 5px; /* tous les côtés sont arrondis */ -webkit-border-radius: 5px; /* tous les côtés sont arrondis */ padding: 1%; margin: 3px; text-align: center; }
/* Groupes de mon QEEL lors du survol */ .groupes:hover { text-decoration:none; color : white; background-color : #66705D; border-bottom: 2px solid #363642; filter:alpha(opacity=100); -moz-opacity:0.5;opacity: 1; }
/* quand on survol un pseudo dans les messages */ .pseudo:hover{ text-transform: uppercase; font-style:italic;}
/* permet de supprimer mes ligne des mes cellules */ .table-categ { background-image : url("image") ; }
.table-categ td { background: none !important ; }
/* phrase : Contient x messages dans x sujets */ .mystats_fa{ padding: 5px; float:right; font-family: verdana; font-size: 10px; font-weight: bold; }
/* cadre de mes sujets */ .sujets {background-color: #aab89d; -border-radius: 4px; /* tous les côtés sont arrondis */ -moz-border-radius: 4px; /* tous les côtés sont arrondis */ -webkit-border-radius: 4px; /* tous les côtés sont arrondis */ margin-top: 3px; /* pour faire un léger espace entre le bord et la ligne des "messages & sujets"; on évite de retirer */ padding: 3px; /* pour ne pas que le texte se colle aux bords du cadre; on évite de retirer */ /* après on peut rajouter ce qu'on veut : une bordure, une image de fond ... */ border: 1px solid #000000; text-decoration: none; color : black; filter:alpha(opacity=50); }
/* cadre des dernier message */ .derniers_sujets {background-color: #aab89d; -border-radius: 4px; /* tous les côtés sont arrondis */ -moz-border-radius: 4px; /* tous les côtés sont arrondis */ -webkit-border-radius: 4px; /* tous les côtés sont arrondis */ margin-top: 3px; /* pour faire un léger espace entre le bord et la ligne des "messages & sujets"; on évite de retirer */ padding: 3px; /* pour ne pas que le texte se colle aux bords du cadre; on évite de retirer */ /* après on peut rajouter ce qu'on veut : une bordure, une image de fond ... */ border: 1px solid #000000; text-decoration: none; color : black; filter:alpha(opacity=50); }
/* les cadres pour sauter ver .., bouton aller, .. */ input,textarea, select { border: inset; -moz-border-radius-bottomleft:6px; -moz-border-radius-bottomright:6px; -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px; -border-radius-bottomleft:6px; /* tous les côtés sont arrondis */ -border-radius-bottomright:6px; -border-radius-topleft:6px; -border-radius-topright:6px; -webkit-border-radius-bottomleft:6px; /* tous les côtés sont arrondis */ -webkit-border-radius-bottomright:6px; -webkit-border-radius-topleft:6px; -webkit-border-radius-topright:6px; }
/* cadre du forum */ .bodyline {-moz-border-radius:20px; -border-radius: 20px; -webkit-border-radius: 20px; border:7px solid #363642;}
/* barre de navigation */ .mainmenu{ height: 25px; font-size : 10px; color : #5f4037; }
/* décoration de la barre de navigation */ a.mainmenu{ text-decoration: none; color : black; filter:alpha(opacity=50); -moz-opacity:0.5;opacity: 0.5; -moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px; -border-radius-topright: 10px; -border-radius-topleft: 10px; -webkit-border-radius-topright: 10px; -webkit-border-radius-topleft: 10px; padding-right: 8px; padding-left: 5px; }
/* barre de navigation lors du survol */ a.mainmenu:hover{ text-decoration:none; color : white; background-color : #66705D; border-bottom: 2px solid #363642; filter:alpha(opacity=100); -moz-opacity:0.5;opacity: 1; }
/* Soulignement des liens en pointillés lors du survol */ a:hover {text-decoration: none !important; border-bottom : 1px dotted }
/* enleve le soulignement en dessous des lien */ a { text-decoration: none !important; font-variant: small-caps; }
/* Décoration du spoiler ouvert */ .spoiler_content{ padding: 3px; color: #444444; /* couleur du texte */ }
/* Décoration du spoiler fermé*/ .spoiler_closed{ padding: 3px; border:2px #777777 dotted; /* bordure */ color: #444444; /* couleur du texte */ }
/* Décoration de la citation */ .quote { padding: 3px; border:2px #444444 inset; /* bordure */ color: #777777; /* couleur du texte */ -border-radius: 4px; /* tous les côtés sont arrondis */ -moz-border-radius: 4px; /* tous les côtés sont arrondis */ -webkit-border-radius: 4px; /* tous les côtés sont arrondis */ }
/* Décoration du code */ .code { padding: 3px; border:1px #ffffff ; /* bordure blanche en traits peu épais */ -border-radius: 4px; /* tous les côtés sont arrondis */ -moz-border-radius: 4px; /* tous les côtés sont arrondis */ -webkit-border-radius: 4px; /* tous les côtés sont arrondis */ color: #0044bb; /* couleur du texte blanche */ } Mon templates index_body - 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"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline"> <tr> <td width="100%" valign="top" align="center" class="row1"> <label><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" size="10" name="username" /></label> <label><span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" size="10" name="password" /></label> {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /><br /> <label><span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /></label>
</td> </tr> </table> </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"> <!-- 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"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline"> <tr> <td width="100%" valign="top" align="center" class="row1"> <span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" size="10" name="username"/> <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" size="10" name="password"/> {S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /><br /> <span class="gensmall">{L_AUTO_LOGIN}</span> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /> </td> </tr> </table> </form> <!-- END switch_user_login_form_footer -->
<!-- BEGIN disable_viewonline --> <table width="auto" border="0" cellspacing="1" cellpadding="0" valign="middle"> <td class="qui_en_ligne" height="28"><span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span></td> </table>
<table border="0" width="100%" class="tableau"valign="middle"> <tr> <td width="100%" height="25%" colspan="2""><br> <center><span class="groupes"><a href="LIEN GROUPE"><font color="#COULEUR" size="2"><b>GROUPE</b></font></a></span><img src="http://i63.servimg.com/u/f63/11/83/54/29/space10.gif"> <span class="groupes"> <a href="LIEN GROUPE"><font color="#COULEUR" size="2"><b>GROUPE</b></font></a></span><img src="http://i63.servimg.com/u/f63/11/83/54/29/space10.gif"> <span class="groupes"> <a href="LIEN GROUPE"><font color="#COULEUR" size="2"><b>GROUPE</b></font></a></span><img src="http://i63.servimg.com/u/f63/11/83/54/29/space10.gif"> <span class="groupes"> <a href="LIEN GROUPE"><font color="#COULEUR" size="2"><b>GROUPE</b></font></a></span><img src="http://i63.servimg.com/u/f63/11/83/54/29/space10.gif"> <br><br><br> <span class="groupes"> <a href="LIEN GROUPE"><font color="#COULEUR" size="2"><b>GROUPE</b></font></a></span><img src="http://i63.servimg.com/u/f63/11/83/54/29/space10.gif"> <span class="groupes"> <a href="LIEN GROUPE"><font color="#COULEUR" size="2"><b>GROUPE</b></font></a></span><img src="http://i63.servimg.com/u/f63/11/83/54/29/space10.gif"> <span class="groupes"> <a href="LIEN GROUPE"><font color="#COULEUR" size="2"><b>GROUPE</b></font></a></span><img src="http://i63.servimg.com/u/f63/11/83/54/29/space10.gif"> <span class="groupes"> <a href="LIEN GROUPE"><font color="#COULEUR" size="2"><b>GROUPE</b></font></a></span><img src="http://i63.servimg.com/u/f63/11/83/54/29/space10.gif"> </center><br><br></td>
</tr> <tr> <td width="50%" height="15%" style="vertical-align: center;" align="center"><div class="ro"><span class="gensmall">{TOTAL_POSTS}<br /> {TOTAL_USERS}<br /></span></div></td>
<td width="50%" height="15%" style="vertical-align: center;" align="center"><div class="ro"><span class="gensmall">{NEWEST_USER}<br /></span></div></td> </tr> <tr> <td align="center" height="15%" width="50%" style="vertical-align: center;"><div class="ro"><span class="gensmall">{TOTAL_USERS_ONLINE}<br /></span></div></td>
<td align="center" height="15%" width="50%" style="vertical-align: center;"><div class="ro"><span class="gensmall">{LOGGED_IN_USER_LIST}<br /></span></div></td> </tr> <tr> <td width="100%" style="height: auto; vertical-align: top; border-top: 1px dotted #000000; padding-left: 2%; padding-top: 2%; padding-right: 2%; padding-bottom: 2%; -moz-border-radius: 5%; -webkit-border-radius: 5%;" colspan="2"><div style="width:100%; background-color:none;> {L_CONNECTED_MEMBERS}</div></td>
<table border="0" cellspacing="3" cellpadding="0" width="600" align="center" > <span class="gensmall"> <td class="top"><a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a></td> <td class="top"><a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a> </td> <td class="top"><a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a></td></spam></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} Merci d'avance de votre aide (: Cordialement Jiben. | | |
|
Kaiji
Blanche-Neige
Messages : 5578
| Bonjour,
Votre problème est-il résolu ?
| | |
|
Jiben
{ Membre actif }
Messages : 314
| Bonjour,
non il n'est pas résolu.
merci d'avance | | |
|
Jiben
{ Membre actif }
Messages : 314
| Bonjour a vous tous.
Vous pouvez classé ce topic.
Merci d'avance.
Cordialement JIben | | |
|