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! |
| Lyo
{ Membre }
Messages : 65
| Encore moi, et oui J'ai un soucis avec mon qeel, je vous laisse voir par vous-même : http://alejia.forum-canada.net/ Ce que j'aimerais avoir c'est trois blocs de la même largeur (125px) et de la même hauteur (250px) et surtout, la liste des membres qui étaient connectés en dessous des membres connectés ! (je me bats avec depuis toute une journée) Voici mon CSS (de nouveau) : - Code:
-
a { /*Enlève le soulignement des liens*/ text-decoration: none !important; } a:hover { text-decoration: none !important; }
/*ENCADREMENT FORUM*/
.bodyline { border: 5px #3D4045 solid; border-top: none !important; border-bottom: none !important; }
/*BARRE DE NAVIGATION*/
a.mainmenu { color: #E1F3F7; text-transform : uppercase; font-size: 9px; text-align: center; padding-left:2px; padding-right:2px; }
a.mainmenu img { display:none; }
/*POUR LES MESSAGES*/
.box { background-image: url('http://img4.hostingpics.net/pics/831148Alejiafond1.png'); -webkit-box-shadow: 0px 0px 5px 0px #3A4254; box-shadow: 0px 0px 5px 0px #3A4254; background-color: #3A4254; border-radius: 7px; margin: 15px 15px 15px 15px; padding: 10px 10px 10px 10px; }
.box2 { -webkit-box-shadow: 0px 0px 5px 0px #475166; box-shadow: 0px 0px 5px 0px #475166; background-color: #475166; padding-right: 30px; padding-left: 30px; padding-top: 5px; padding-bottom: 5px; text-align: justify; border-radius: 2px; line-height:11px; margin: -6px 0px; }
.grandtitre { color: #E1F3F7; font-size: 20px; font-family: Perpetueta; text-transform: uppercase; -webkit-box-shadow: 0px 0px 5px 0px #475166; box-shadow: 0px 0px 5px 0px #475166; background-color: #475166; padding: 3px 3px 3px 3px; border-radius: 4px; text-align: center; letter-spacing: 3px; }
.titre { color: #1D222B; text-shadow: 0px 0px 2px #1D222B; font-size: 11px; text-transform: uppercase; -webkit-box-shadow: 0px 0px 5px 0px #475166; box-shadow: 0px 0px 5px 0px #475166; background-color: #475166; padding: 3px 3px 3px 3px; border-radius: 4px; text-align: center; letter-spacing: 3px; }
.texte { color: #E1F3F7; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
/*CATEGORIES*/
.boxcat1 { color: #E1F3F7; background-color: #3A4254; -webkit-box-shadow: 0px 0px 1px 0px #3A4254; box-shadow: 0px 0px 1px 0px #3A4254; padding: 3px 3px 3px 3px; border-radius: 1px; text-align: center; letter-spacing: 2px; width: 99.5%; overflow: auto; }
a.forumlink { color: #E1F3F7 !important; font-size: 13px; text-transform: uppercase; font-family: Perpetueta; }
a.forumlink:hover { color: #E1F3F7; }
a.forumlink:visited { color #E1F3F7; }
.description { color: #ffffff; background-color: #3A4254; -webkit-box-shadow: 0px 0px 1px 0px #3A4254; box-shadow: 0px 0px 1px 0px #3A4254; padding-right: 50px; padding-left: 50px; padding-bottom:3px; border-radius: 1px; text-align: justify; overflow: auto; margin-left: 3px; text-transform: lowercase; }
.sousforum { color: #3D4045; background-color: #000000; border-radius: 1px; text-align: justify; overflow: auto; padding-left: 3px; margin-left:3px; font-variant: small-caps; font-size:0px; /*pour les virgules*/ }
.sousforum a { font-size: 10px; }
.stats { background-color: #3A4254; -webkit-box-shadow: 0px 0px 1px 0px #3A4254; box-shadow: 0px 1px 0px #3A4254; padding: 3px 3px 3px 3px; margin-left: -4px; margin-top: 5px; border-radius: 1px; text-align: center; width: 100%; overflow: auto; text-transform: lowercase; font-size: 8px; }
.lastpost { color: #ffffff; background-color: #3A4254; -webkit-box-shadow: 0px 0px 1px 0px #3A4254; box-shadow: 0px 0px 1px 0px #3A4254; padding: 3px 3px 3px 3px; margin-left: -4px; border-radius: 1px; text-align: center; width: 100%; overflow: auto; text-transform: lowercase; }
/*QUI EST EN LIGNE*/
.statistiques { color: #ffffff; background-color: #3A4254; -webkit-box-shadow: 0px 0px 1px 0px #3A4254; box-shadow: 0px 0px 1px 0px #3A4254; padding: 3px 3px 3px 3px; margin-left: 40px; margin-right: 80px; border-radius: 1px; widht: 125px; height: 250px; }
.members { color: #ffffff; background-color: #3A4254; -webkit-box-shadow: 0px 0px 1px 0px #3A4254; box-shadow: 0px 0px 1px 0px #3A4254; padding: 3px 3px 3px 3px; margin-left: 0px; margin-right: 40px; border-radius: 1px; widht: 125px; height: 250px; }
.groupes { color: #ffffff; background-color: #3A4254; -webkit-box-shadow: 0px 0px 1px 0px #3A4254; box-shadow: 0px 0px 1px 0px #3A4254; padding: 3px 3px 3px 3px; margin-left: 0px; margin-right: 80px; border-radius: 1px; widht: 125px; height: 250px; } Et le template 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 --> <center><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /><br/></center> <table width="785px" height="442px" border="0" cellspacing="2" cellpadding="0" style="background-image: url('http://img15.hostingpics.net/pics/243680alejiaqeelfond1.png')"> <tr> <td><div class="statistiques"><span class="gensmall"><br/> {TOTAL_POSTS}. {TOTAL_USERS}. {NEWEST_USER}.</span></div></td> <td><div class="groupes">{GROUP_LEGEND}</div></td> <td><div class="members"><span class="gensmall">{LOGGED_IN_USER_LIST}<br/>{L_CONNECTED_MEMBERS}</span></div></td> </tr> </table> <!-- 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 --> Un vrai casse-tête pour moi |
Dernière édition par Lyo le Jeu 02 Jan 2014, 15:16, édité 1 fois | |
| | | Nihil
{ Modérateur }
Messages : 1216
| Pour ton tableau, je te conseille de faire plutôt comme ceci : - Code:
-
<div id="qeel" class="ligne"> <div class="cellule">Cellule 1</div> <div class="cellule">Cellule 2</div> <div class="cellule">Cellule 3</div> </div> Le CSS : - Code:
-
/* Ne pas toucher */ .ligne:after { clear: both; display: block; content: ""; } .ligne > div.cellule { float: left; /* Ne pas toucher */ margin: 0 25px; width: 125px; height: 250px; background: #fafafa; overflow: auto; } Pour la liste des connectés, jette un coup d'oeil à ce topic (tu peux l'avoir en tapant dans la barre de recherche : "liste des membres"). Edit : Petit plus pour centrer le QEEL - Code:
-
#qeel { margin: auto; width: 765px; } |
Dernière édition par Nihil le Jeu 02 Jan 2014, 15:36, édité 1 fois | |
| | | Lyo
{ Membre }
Messages : 65
| Merci beaucoup Nihil ♥ Tu me sauves la vie encore une fois xD | | |
| | | Contenu sponsorisé
| | | | |
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|
|