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! |
| Refonte du codage de mon forum | |
| Lyo
{ Membre }
Messages : 65
| Bonjour/Bonsoir les gens... C'est désespérée que je viens vous voir une nouvelle fois, avec un constat très affligeant pour moi : mon bidouillage a atteint ses limites.
Je suis dépassée. Dépassée par le codage de mon forum, que j'ai plus ou moins assurée depuis sa création (ainsi que son design) à l'aide de tutoriels trouvés ici, ou sur un autre forum d'aide. J'ai toujours essayé de me débrouiller seule, de comprendre et d'apprendre. J'ai appris oui, beaucoup de choses, mais pas assez.
Et je manque de temps. Vous pourrez me répondre que je devrais me pencher plus sur les codes, le CSS, le javascript, tout ça tout ça... Mais je manque de temps. Je n'en ai pas assez pour apprendre suffisamment afin de sauver mon forum. Il dépérit lentement, et une refonte du codage lui est vital, et je suis dans l'incapacité de la faire moi-même. Avec mes études, l'activité du forum a soutenir, les designs, les recherches de partenaire... Je ne peux pas me pencher sur mes erreurs de codage (d'ailleurs j'ai essayé, je ne sais même pas quoi arranger).
Je trouve ça un peu pathétique de venir vous voir et de vous parler de tout ça, mais j'ai vraiment, vraiment besoin d'aide. Au moins pour relire les codes, les rendre plus propres et en arranger certains. Je ne demande pas de refaire le codage entier du forum. Je demande seulement une relecture et une correction de ceux que j'ai essayé d'installer. Le dernier (profil en haut des messages) a été une catastrophe...
Je donne toute ma reconnaissance aux personnes qui voudront bien m'aider et m'épauler.
Voici le forum en question : http://falonasynae.forumactif.com/
Merci et passez une bonne journée/soirée ! | | |
| | | Nihil
{ Modérateur }
Messages : 1216
| Coucou Lyo Première chose, ne te décourage pas ! Je rappelle juste que le forum est fermé, si tu cherches une aide peut-être plus rapide, je te conseille de te tourner vers le forum officiel de forumactif ou encore un forum d'aide comme Never Utopia. Bravo pour tous tes efforts, de toutes les façons personne ne sait tout, on progresse toujours ! Faire relire ses codes par quelqu'un c'est toujours bien, rien que pour avoir son avis, apprendre sa manière de faire (qui n'est pas forcément mieux, juste par curiosité parfois aussi). Du coup, quels sont les codes que tu voudrais qu'on re-regarde ? Car c'est un travail assez long :/ | | |
| | | Lyo
{ Membre }
Messages : 65
| Je sais bien que c'est un travail trèèès long, mais j'ai vraiment besoin d'aide pour repartir sur de bonnes bases. A force de bidouiller, je fais erreur sur erreur et je suis arrivée à un point où je n'arrive plus à faire grand chose sans tout faire exploser... En fait, ce serait surtout pour les templates, tout d'abord. Je sais pas si tu as remarqué, mais le forum est tout décalé depuis que j'ai mis en place le nouveau profil. Voici le template que j'ai modifié pour installer le nouveau profil : - Code:
-
<script type="text/javascript"> //<![CDATA[ var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" }; $(function(){ _atc.cwait = 0; $('.addthis_button').mouseup(function(){ if ($('#at15s').css('display') == 'block') { addthis_close(); addthis_close(); } }); }); //]]> </script>
<table>
<table width="100%" border="0" cellspacing="2" cellpadding="0"> <tr> <td align="left" valign="middle" nowrap="nowrap"> <span class="nav"> <!-- BEGIN switch_user_authpost --> <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a> <!-- END switch_user_authpost --> <!-- BEGIN switch_user_authreply --> <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a> <!-- END switch_user_authreply --> </span> </td> <td align="left" valign="middle" nowrap="nowrap"> <!-- BEGIN switch_twitter_btn --> <span id="twitter_btn" style="margin-left: 6px; "> <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a> <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> </span> <!-- END switch_twitter_btn --> <!-- BEGIN switch_fb_likebtn --> <span id="fb_likebtn" style="margin-left: 6px; "> <iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&layout=button_count&show_faces=false&width=100&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe> </span> <!-- END switch_fb_likebtn --> </td> <td class="nav" valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td> <td align="right" valign="bottom" nowrap="nowrap" width="100%"> <span class="gensmall bold"> <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a> <!-- BEGIN switch_plus_menu --> | <script type="text/javascript">//<![CDATA[ var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}'; var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}'; var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}'; var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}'; var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}'; var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}'; insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES}); //]]> </script> <!-- END switch_plus_menu --> </span> </td> </tr> </table>
<center><div class="cattitre"><h1 class="cattitle">{TOPIC_TITLE}</h1></div></center>
<table style="width: 50%; margin: auto; text-align: center;">{POLL_DISPLAY}</table>
<span class="gensmall" align="right">{PAGINATION}</span><br/> <div class="bloc_message">
<!-- BEGIN postrow --> <!-- BEGIN displayed --> <div style="clear: both;"></div> <div class="profil"> <div class="bloc_profil" style="align:center"> <center><table style="align:center"> <tr> <td> <span class="avatar_profil">{postrow.displayed.POSTER_AVATAR}</span> <span class="rang_img">{postrow.displayed.RANK_IMAGE}</span> <span class="pseudo_membre"><a name="{postrow.displayed.U_POST_ID}"></a>{postrow.displayed.POSTER_NAME}</span> <span class="rang">{postrow.displayed.POSTER_RANK}</span></td><td> <table><tr><td style="background: white; margin:10px; width:100px"><div class="profil_contenu"><!-- BEGIN profile_field --> {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR} <!-- END profile_field --></div></td><td style="background: white; margin:10px"><div class="profil_contenu"> {postrow.displayed.POSTER_RPG}</div></td></tr></table> </td> </tr> </table></center> </div> </div> <div class="message"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT} <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td> <td valign="top" nowrap="nowrap" class="post-options"> <span class="option_profil">{postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --></span> {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG} </td> </tr> <tr> <td colspan="2" class="hr"> <hr /> </td> </tr> <tr> <td colspan="2"> <!-- BEGIN switch_vote_active --> <div class="vote gensmall"> <!-- BEGIN switch_vote --> <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div> <!-- END switch_vote -->
<!-- BEGIN switch_bar --> <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}"> <!-- BEGIN switch_vote_plus --> <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div> <!-- END switch_vote_plus -->
<!-- BEGIN switch_vote_minus --> <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div> <!-- END switch_vote_minus --> </div> <!-- END switch_bar -->
<!-- BEGIN switch_no_bar --> <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div> <!-- END switch_no_bar -->
<!-- BEGIN switch_vote --> <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div> <!-- END switch_vote --> </div> <!-- END switch_vote_active -->
<div class="postbody">
<div class="message_contenu">{postrow.displayed.MESSAGE}</div>
<!-- BEGIN switch_attachments --> <dl class="attachbox"> <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt> <dd> <!-- BEGIN switch_post_attachments --> <dl class="file"> <dt> <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />
<!-- BEGIN switch_dl_att --> <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL} <!-- END switch_dl_att -->
<!-- BEGIN switch_no_dl_att --> {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL} <!-- END switch_no_dl_att --> </dt>
<!-- BEGIN switch_no_comment --> <dd> <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em> </dd> <!-- END switch_no_comment -->
<!-- BEGIN switch_no_dl_att --> <dd> <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em> </dd> <!-- END switch_no_dl_att -->
<dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd> </dl> <!-- END switch_post_attachments --> </dd> </dl> <!-- END switch_attachments -->
<div class="clear"></div> <div class="signature_div"> {postrow.displayed.SIGNATURE} </div>
</div> <span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span> </td> </tr> </table> </div> </div>
<!-- BEGIN first_post_br --> <br /> <table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th> <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th> </tr> <!-- END first_post_br --> <!-- END displayed --> <!-- BEGIN hidden --> <tr> <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="2" align="center">{postrow.hidden.MESSAGE}</td> </tr> <!-- END hidden --> <!-- END postrow --> <!-- BEGIN no_post --> <tr align="center"> <td class="row1" colspan="3" height="28"> <span class="genmed">{no_post.L_NO_POST}</span> </td> </tr> <!-- END no_post --> <tr align="right"> <td class="catBottom" colspan="3" height="28"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="9%" class="noprint"> </td> <td align="center" class="t-title"><a name="bottomtitle"></a><h1 class="cattitle">{TOPIC_TITLE}</h1></td> <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> </td> </tr> </table> </td> </tr> </table> <table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 0 0 1px 0; border-top: 0px;"> <tr> <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td> <!-- BEGIN topicpagination --> <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td> <!-- END topicpagination --> </tr> <!-- BEGIN switch_user_logged_in --> <!-- BEGIN watchtopic --> <tr> <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td> </tr> <!-- END watchtopic --> <!-- END switch_user_logged_in --> </table>
<!-- BEGIN promot_trafic --> <table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:none;margin: 1px 0px 1px 0px"> <tr> <td class="catBottom" height="28"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"><h1 class="cattitle"> {PROMOT_TRAFIC_TITLE}</h1></td> <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td> </tr> </table> </td> </tr> </table>
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:'';margin: 1px 0px 1px 0px"> <tr> <td class="catBottom" height="28"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"><h1 class="cattitle"> {PROMOT_TRAFIC_TITLE}</h1></td> <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td> </tr> </table> </td> </tr> <tr> <td class="row2 postbody" valign="top"> <!-- BEGIN link --> » <a style="text-decoration:none" href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br /> <!-- END link --> </td> </tr> </table> <!-- END promot_trafic -->
<!-- BEGIN switch_forum_rules --> <table id="forum_rules" class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 1px 0px 1px 0px"> <tbody> <tr> <td class="catBottom"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tbody> <tr> <td valign="top"> <h1 class="cattitle"> {L_FORUM_RULES}</h1> </td> </tr> </tbody> </table> </td> </tr> <tr> <td class="row1 clearfix"> <table> <tr> <!-- BEGIN switch_forum_rule_image --> <td class="logo"> <img src="{RULE_IMG_URL}" /> </td> <!-- END switch_forum_rule_image --> <td class="rules postbody"> {RULE_MSG} </td> </tr> </table> </td> </tr> </tbody> </table> <!-- END switch_forum_rules -->
<table class="forumline noprint" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="row2" colspan="2" align="center" style="padding:0px"> <!-- BEGIN switch_user_logged_in --> <a name="quickreply"></a> {QUICK_REPLY_FORM}<br /> <!-- END switch_user_logged_in --> </td> </tr> <tr> <td style="margin:0; padding: 0;" colspan="2"> <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''"> <tbody> <!-- BEGIN show_permissions --> <tr> <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td> <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td> </tr> <!-- END show_permissions --> <tr> <td class="catBottom" colspan="2" height="28"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td> <!-- BEGIN show_permissions --> <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td> <!-- END show_permissions --> </tr> </table> </td> </tr> </tbody> </table> </td> </tr> <tr> <td style="margin:0; padding: 0;" colspan="2"> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;"> <tbody> <tr> <td class="catBottom" colspan="2" height="28"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td> <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td> </tr> </table> </td> </tr> </tbody> </table> </td> </tr> </table>
<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}"> <table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center"> <tr> <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}> <span class="nav"> <!-- BEGIN switch_user_authpost --> <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a> <!-- END switch_user_authpost --> <!-- BEGIN switch_user_authreply --> <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a> <!-- END switch_user_authreply --> </span> </td>
<!-- BEGIN viewtopic_bottom --> <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td> <!-- END viewtopic_bottom -->
<!-- BEGIN moderation_panel --> <td align="center"> <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span> </td> <td align="center" width="250"> <span class="gensmall"> </span> </td> <!-- END moderation_panel --> </tr> </table> </form>
<!-- BEGIN viewtopic_bottom --> <table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center"> <tr> <td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br /> <form name="action" method="get" action="{S_FORM_MOD_ACTION}"> <input type="hidden" name="t" value="{TOPIC_ID}" />
<!-- <input type="hidden" name="sid" value="{S_SID}" /> --> <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
<span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD} <input class="liteoption" type="submit" value="{L_GO}" /></span> </form> </td> </tr> </table> <!-- END viewtopic_bottom -->
</table>
<!-- BEGIN switch_image_resize --> <script type="text/javascript"> //<![CDATA[ $(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} })); //]]> </script> <!-- END switch_image_resize --> <script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script> Et mon code CSS : - Code:
-
table.bodylinewidth { position: relative; top: 0px; bottom: -9px; }
/*PROFIL*/ /* MISE EN FORME DU PROFIL ET DES MESSAGES */ .cattitre { background:white; width:100%; }
.bloc_message { width: 900px; background: #ffffff; margin: auto; } .profil { width: 900px; height: 200px; padding:3px; border: 10px solid white; background: #F0F0F0; } .message { width: 100%; margin: auto; background: #ffffff; margin-bottom: 20px; padding-top: 2px; } .online { display: block; clear: both; position: absolute; margin-top: -6px; margin-left: -6px; } .avatar_profil { display: block; } .avatar_profil img { width: 300px; height: 125px; background: #ffffff; border: 5px solid #ffffff;
}
.bloc_profil { margin-left: 0px; align:center; }
.pseudo_membre { display: block; width: 100%; text-align:center; font-size: 18px; letter-spacing: 1px; margin-left: 0px; background: #ffffff; margin-top:5px; } .rang { display: block; margin-left: 0px; text-align:center; font-size: 11px; color: #000000; margin-top:5px; background: #ffffff; } .profil_contenu { clear: both; height: 170px; margin-top: 0px; overflow: auto; padding: 4px; font-size: 11px; text-align: justify; } .message_contenu {
text-align: justify; padding: 10px; } .signature_div { width: 100%; height: auto; margin: auto; background: #ffffff; }
/*ENCADREMENT FORUM*/
.bodyline { border-right: 5px # solid; border-left: 5px # solid; background-image: url(''); background-color: #; border-top: none !important; border-bottom: none !important; }
body { /*Pour le fond du forum*/ text-align : justify; background-repeat: repeat; align: center; margin:auto; }
a { /*Enlève le soulignement des liens*/ text-decoration: none !important; } a:hover { text-decoration: none !important; }
/*Ombre derrière les liens*/ a:hover {text-shadow: 0px 0px 1px #ffffff; }
#navigation ul{ list-style-type: none; text-align: center; } #navigation li{ display: inline; text-align: center; margin: 0 10px 0 0; } #navigation li a { padding: 2px 7px 2px 7px; color: #FFF; background-color: #; border: 1px solid #ccc; text-decoration: none; } #navigation li a:hover{ background-color: #D9D9D9; color: #ffffff; }
.imageflottante { float: center ; margin-right: 5px ; }
.opacity img { filter:alpha(opacity=50); -moz-opacity:0.5;opacity: 0.5; }
.opacity img:hover { filter:alpha(opacity=100); -moz-opacity:1;opacity: 1; }
.tr.post span.gensmall { display: none; } /*Supprime la partie "Dernière Edition par XXX le XXX - XXX, édité XXX fois."*/
.mes-credits /*Credits*/ { font-weight:normal; font-variant:small-caps; color:#262626; font-size:11px; text-align:center; font-family:arial, helvetica, sans-serif; } /*QUEEL*/
.qeel_titre { width: 900px; height: 0px; margin: auto } .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: #428A2C !important; } .groupe2 { color: #C74C4C !important; } .groupe3 { color: #376EA6 !important; } .groupe4 { color: #AD8534 !important; } .groupe5 { color: #74658A !important; } .groupe_contenu { display: none; } .qeel_infos { width: 100%; margin-top: 5px; margin-bottom: 5px; background: #ffffff; 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: #ffffff; padding: 4px; color: #575757; font-size: 10px; font-weight: normal; }
/*TABLEAU (METEO)*/
.boxmenu { background-color: #ffffff; border-radius: 00px; font-size:12px; margin:0px; padding: 3px 10px 3px 10px; color:#443B47; overflow: auto; height:100%; width: 200px; text-align: justify; }
.box_side { position: fixed; top: 0px; height: 100%; background-color: #ffffff; right: -220px; /* A l'état normal, on décale de 150px pour cacher*/ -webkit-transition: all 1s ; /*code pour la transition*/ -moz-transition: all 1s ; /*code pour la transition */ -ms-transition: all 1s ; /*code pour la transition */ -o-transition: all 1s ; /*code pour la transition */ transition: all 1s ; /*code pour la transition */ }
.box_side:hover { right: 0px; /* Au survol on place au bon endroit */ background-color: #ffffff; }
div.box_side:before { content: ""; display: block; position: absolute; top: 0; /* on positionne en haut */ left: -52px; /* on décale vers la gauche, de la largeur de ton image */ width: 52px; /* largeur de ton image*/ height: 800px; /* Pour que ça prenne toute la hauteur*/ background: url('http://img4.hostingpics.net/pics/700034blocnote9.png') no-repeat center; }
/*IMAGES DES LIEUX*/ .opacité { opacity: 0; width: 462px; height: 90px; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.opacité:hover { opacity: 1; background-color: #0E0B0F; }
/*PAGE D'ACCUEIL*/ .element2 { position: absolute; z-index: 1; left:575px; top:10px; background-color:#ffffff; width:325px; height:420px; padding:5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.element3 { position: absolute; z-index: 1; left:50px; top:230px; text-align:justify; background-color:#ffffff; width:500px; height:200px; padding:5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.welcome { position: absolute; z-index: 1; left:50px; top:10px; text-align:justify; background-color:#ffffff; width:500px; height:200px; padding:5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#menu{ width:150px; margin:20px auto 0 auto; /* Sert à centrer le menu dans la page pour l'exemple, valeurs à modifier selon votre gré ou à supprimer */ } .menu{ height:20px; line-height:20px; width:150px; background:#ffffff; color:#787D8A; text-align:center; } .menu a{ display:block; width:100%; height:100%; }
.menu a:link, .menu a:visited, .menu a:hover{ color:#787D8A; font-family:arial,sans-serif; font-size:12px; font-weight:bold; /* Met le texte du menu en gras, à supprimer si vous n'en voulez pas */ text-decoration:none; /* Supprime le soulignement du lien, pour le rétablir passez la valeur à underline */ background:#ffffff; } .menu a:hover{ background:#ffffff; color:#B32640; } #desc{ background:#ffffff; height:30px; font-family:georgia,sans-serif; font-size:10px; color:#0E0B0F; padding:2px; border:1px solid #; }
/*CATEGORIES PAR REIRA LIBRE GRAPH*/ .element { position: absolute; z-index: 1; left:240px; top:-20px; }
.catégorie { background-color: #ffffff; margin-left:200px; padding:5px; height:190px; position: relative; margin-bottom:15px; }
.forumline{ -moz-border-radius:10px; padding-bottom:5px; padding-top:5px; margin-top:-3px; margin-bottom:5px; width:800px; }
a.forumlink { padding: 2px; margin-top:150px; font-size: 20px; font-family: Times New Roman; text-decoration:none!important; text-align: right; text-transform: capitalize; background-color: #ffffff; margin-left: 0px;
}
.forumlink { padding:2px; margin: 1px; font-size: 20px; font-family: Times New Roman; text-decoration:none!important; text-align: right; text-transform: capitalize; background-color: #ffffff; margin-left: 0px; letter-spacing: 1px; -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.forumlink:hover { padding:2px; margin: 1px; font-size: 20px; font-family: Times New Roman; text-decoration:none!important; text-align: right; text-transform: capitalize; background-color: #ffffff; margin-left: 0px; letter-spacing:3px; }
.grandtitre { background-color: #; padding:2px; margin-bottom:5px; }
.derniermess { padding:3px; text-align: right; font-size: 9px; border: 1px solid #; margin-bottom:10px; }
.derniermesstitre { background-color: #; font-size: 8px; text-transform: uppercase; padding:5px; margin-bottom:5px; }
.descri { height: 130px; padding-left:5px; padding-right:5px; text-align:justify; padding-top:5px; padding-bottom:5px; margin-left:0px; background-color: #; margin-top:0px; text-align: justify; }
.lien { overflow: auto; width:250px; background-color: #; margin-top:0px; margin-left:0px; padding-left:2px; padding-right:2px; padding-top:2px; padding-bottom:2px; font-size: 12px; text-transform: uppercase; font-family: Perpetueta; }
.cellien { background-image: url(''); }
/*BARRE DE NAVIGATION*/ .navig { font-family: Perpetueta; font-size: 13px; text-transform: uppercase; width: 800px; }
/*CATEGORIES EN ONGLETS*/ /* CSS pour le conteneur des catégories */ #conteneur_categories { }
/* CSS pour les catégories */ .categorie { } /* CSS pour le conteneur des onglets */ #conteneur_onglets { display: none; padding-top:-30px; } /* CSS pour les onglets */ .onglet { padding-right: 10px; padding-left: 10px; padding-top: 0px; padding-bottom:10px; text-align: center; text-shadow: 1px 1px 0px #ffffff; font-family: Lucida Sans; font-size: 16px; color: #575757; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; background-color: #; width: 250px; height: 30px; -webkit-border-radius: 10px 25px 0 0; border-radius: 10px 25px 0 0; }
.onglet:hover { padding-right: 10px; padding-left: 10px; padding-top: 0px; padding-bottom:10px; text-align: center; text-shadow: 1px 1px 0px #ffffff; font-family: Lucida Sans; font-size: 16px; text-transform: uppercase; cursor: pointer; letter-spacing: 1px; background-color: #; color: #B32640; width: 250px; height: 30px; -webkit-border-radius: 10px 25px 0 0; border-radius: 10px 25px 0 0; }
/*CODAGE FORUM*/ .titre { text-align: center; background-color: #ffffff; border-bottom: 2px solid #575757; border-top: 2px solid #; font-family: Perpetueta; font-size: 20px; text-transform: uppercase; padding:3px; width:550px; }
.titre2 { text-align: center; background-color: #ffffff; border-bottom: 2px solid #575757; border-top: 2px solid #575757; font-family: Perpetueta; font-size: 12px; text-transform: uppercase; padding:3px; margin-bottom: 3px; }
.cadre { width:275px; height:150px; text-align: justify; background-color: #ffffff; line-height:11px; font-size:10px; overflow: auto; }
.cadregrand { width: 550px; height:150px; text-align: justify; background-color: #ffffff; line-height:11px; font-size:10px; overflow: auto; }
.txt { color: #B32640; }
/*SUJETS*/ .boxtxt { width:85%; }
.fond { background-image: url(''); background-color: #ffffff; width: 90%; margin: auto; padding: 5px; text-align: justify; -moz-border-radius: 10px; /* pour mozilla firefox */ -webkit-border-radius:10px; /* pour chrome et safari */ border-radius:10px; /* pour Internet Explorer 9, Firefox 4, Chrome 10 */ }
.t { border-bottom: 2px solid #575757; background-image: url(''); background-color: #ffffff; width: 90%; color: #9BB1BD; font-size: 32px; margin: auto; padding: 3px; text-align: center; font-family: 'Cookie', serif; -moz-border-radius: 10px; /* pour mozilla firefox */ -webkit-border-radius:10px; /* pour chrome et safari */ border-radius:10px; /* pour Internet Explorer 9, Firefox 4, Chrome 10 */ }
.t2 { color: #9BB1BD; margin: auto; padding: 1px; text-align: center; text-transform: uppercase; font-family: Perpetueta; font-size: 15px; border-bottom: 2px solid #575757; -moz-border-radius: 3px; /* pour mozilla firefox */ -webkit-border-radius:3px; /* pour chrome et safari */ border-radius:3px; /* pour Internet Explorer 9, Firefox 4, Chrome 10 */ }
.t3 { text-transform: uppercase; font-size: 11px; color: #9BB1BD; font-family: Perpetueta; border-bottom: 2px solid #575757; text-align: right; }
.emphase { color: #B32640; font-weight: bold; } .important { color: #FFB254; font-style: italic; } Je pense qu'il y a deux codes qui se frittent, mais je ne trouve pas lesquels Merci d'avoir répondu ! | | |
| | | Lyo
{ Membre }
Messages : 65
| Au final, je suis en train de tout refaire. Le sujet peut-il rester ouvert au cas où j'aurai besoin d'un peu d'aide ? Merci ! | | |
| | | Nihil
{ Modérateur }
Messages : 1216
| Bien entendu Lyo Bon courage pour ton forum | | |
| | | Nihil
{ Modérateur }
Messages : 1216
| Hum, les vacances sont passées, je suppose que je peux fermer maintenant | | |
| | | Contenu sponsorisé
| | | | | Refonte du codage de mon forum | |
|
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|