Problème couleur de groupe
3 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1 • Partagez
Problème couleur de groupe
Bonjour! J'ai découvert récemment un petit problème fort agaçant dans mon QEEL pour ce qui est des couleurs de mes groupes. Un seul de mes groupes, soit "Les Gnomes", n'affiche pas la couleur mais s'affiche comme étant un lien normal. J'ai tenté de revérifier mes codes mais je n'ai cru rien remarquer d'étrange. Pourriez-vous m'aider s'il-vous-plait?
Voici mon forum:
http://adariel.forumactif.com/
Voici mon INDEX_BODY:
Voici mon code CSS:
Voici mon forum:
http://adariel.forumactif.com/
Voici mon 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">
<!-- 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">LE MAÎTRE DU JEU<span class="groupe_contenu">Les comptes Npc du forum.</span></a>
<a href="#" class="groupe2">LES ELFES<span class="groupe_contenu">Les gentils petits buveurs de sang du forum.</span></a>
<a href="#" class="groupe3">LES HUMAINS<span class="groupe_contenu">Les adorables loups, toujours aussi mignons.</span></a>
<a href="#" class="groupe4">LES VAMPIRES<span class="groupe_contenu">Les pratiquants de la magie, blanche ou noire.</span></a>
<a href="#" class="groupe5">LES LYCANS<span class="groupe_contenu">Les puissants hybrides du forum.</span></a>
<a href="#" class="groupe6">LES GNOMES<span class="groupe_contenu">Les humains faibles et innocents du forum.</span></a>
<a href="#" class="groupe7">LES HYBRIDES<span class="groupe_contenu">Les humains faibles et innocents du forum.</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" />
<!-- 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">
//<![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 -->
Voici mon code CSS:
- Spoiler:
- Code:
body
{
background-image: url('http://img843.imageshack.us/img843/2783/wpid211920x1080.jpg');
background-repeat: no-repeat;
}
.bodyline
{
background: #23160a;
}
.bodylinewidth
{
width: 950px;
margin-left: auto;
margin-right: auto;
margin-top: -9px;
margin-bottom: -9px;
}
.bodyline
{
width: 950px;
padding: 0;
background: #23160a;
border-left: 5px solid #100a05;
border-right: 5px solid #100a05;
box-shadow: 0px 0px 10px #;
-moz-box-shadow: 0px 0px 10px #;
-o-box-shadow: 0px 0px 10px #;
-htm-box-shadow: 0px 0px 10px #;
-webkit-box-shadow: 0px 0px 10px #;
}
a.nav img
{
width: 200px;
}
#navigation
{
position: fixed;
z-index: 999;
height: 30px;
width: 100%;
margin-left: -8px;
}
#navig
{
width: 950px;
margin: auto;
text-align: center;
background: #100a05;
border-bottom: 2px solid #100a05;
padding-bottom: 3px;
}
#i_logo
{
margin-top: 22px;
}
#navig a
{
font-weight: bold;
color: #100a05 !important;
text-shadow: 1px 1px 0px #000000;
}
#navig a:hover
{
color: #efefef !important;
}
a:link, a:link hover
{
text-decoration: none !important;
}
.forumline
{
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
background: #100a05;
border-top: 3px solid #100a05;
border-bottom: 1px solid #100a05;
border-right: 1px solid #100a05;
border-left: 1px solid #100a05;
box-shadow: 0px 0px 5px #;
-moz-box-shadow: 0px 0px 5px #;
-o-box-shadow: 0px 0px 5px #;
-htm-box-shadow: 0px 0px 5px #;
-webkit-box-shadow: 0px 0px 5px #;
}
table
{
width: 100%;
margin: auto;
}
.cate_titre
{
width: 98%;
margin: auto;
text-align: center;
}
.categorie
{
width: 98%;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
background: #100a05;
border-top: 3px solid #100a05;
border-bottom: 1px solid #100a05;
border-right: 1px solid #100a05;
border-left: 1px solid #100a05;
box-shadow: 0px 0px 5px #;
-moz-box-shadow: 0px 0px 5px #;
-o-box-shadow: 0px 0px 5px #;
-htm-box-shadow: 0px 0px 5px #;
-webkit-box-shadow: 0px 0px 5px #;
}
.forum
{
width: 98%;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
background: #4c3520;
border: 2px solid #191008;
padding: 2px;
}
.forumlink
{
display: block;
width: 600px;
font-variant: small-caps;
letter-spacing: 2px;
padding-left: 20px;
text-shadow: 1px 1px 0px #000000;
}
.forumlink a
{
font-size: 16px;
border-bottom: 2px solid #100a05;
}
.description
{
display: block;
width: 500px;
margin: auto;
font-size: 11px;
text-align: justify;
color: #100a05;
}
.illu
{
float: right;
margin-left: 8px;
margin-bottom: 10px;
border: 1px solid #;
background: #;
padding: 5px;
}
.stats_last
{
display: block;
width: 150px;
margin: auto;
background: #100a05;
padding: 6px;
border: 1px solid #;
}
.stats
{
display: block;
text-align: center;
font-size: 10px;
color: #563D1F;
border-bottom: 1px solid #000000;
padding-bottom: 4px;
margin-bottom: 4px;
}
.last
{
display: block;
text-align: center;
font-size: 11px;
}
.sous_forum
{
display: block;
font-weight: bold;
width: 98%;
margin: auto;
background: #100a05;
padding: 2px;
text-align: center;
}
.qeel_titre
{
width: 905px;
height: 150px;
margin: auto;
background: url(http://img507.imageshack.us/img507/1746/quiestenlignei.png) no-repeat;
}
.groupe1, .groupe2, .groupe3, .groupe4, .groupe5, .groupe6, .groupe7
{
display: block;
font-weight: bold;
text-transform: small-caps;
margin-top: 5px;
text-align: center;font-size: 14px;
}
.groupe1
{
color: #808080 !important;
}
.groupe2
{
color: #539475 !important;
}
.groupe3
{
color: #9e8b52 !important;
}
.groupe4
{
color: #BD4040 !important;
}
.groupe5
{
color: #464DC9 !important;
}
.groupe6
{
color: #a7E4EA6 !important;
}
.groupe7
{
color: #53B1BD !important;
}
.groupe_contenu
{
display: none;
}
.qeel_infos
{
width: 98%;
margin-top: 5px;
margin-bottom: 5px;
background: #100a05;
border: 1px dotted #100a05;
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, .groupe6:hover .groupe_contenu, .groupe7:hover .groupe_contenu
{
display: block;
position: absolute;
margin-left: 50px;
width: 250px;
background: #45301d;
padding: 4px;
border: 1px solid #45301d;
color: #100a05;
font-size: 10px;
font-weight: normal;
}
#page-footer
{
width: 950px;
height: 200px;
margin: auto;
background: url(http://img694.imageshack.us/img694/884/footer01w.png);
border-top: 3px solid #100a05;
}
#page-footer a
{
font-size: 10px;
font-weight: bold;
color: #100a05 !important;
}
#page-footer a:hover
{
font-weight: bold;
color: #000000 !important
}
/*MESSAGES (Posts)*/
.statsprof { /* Les informations du profil */
padding-top: 5px;
background-color: #100a05;
width: 200px;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
text-align:left;
padding-right: 8px;
padding-left: 8px;
border: solid 5px #1d1d1d;
repeat: none;
align: left;
margin-left: 5px;
padding: 5px;
padding-bottom: 15px;
}
.points{border-bottom: 3px dotted #1d1d1d;} /* les pointillés */
.rang{-webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 30px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
margin: 0px;
width: 210px;
align: right;
background-color: #;
padding-top: 0px;
margin-top: -17px;
}
#profil_head /* L'encadrement général de ton profil et avatar */
{padding-top: 5px;
background-color: #100a05;
width: 235px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
text-align:center;
padding-right: 8px;
padding-left: 8px;
}
#name /* le pseudo */
{
text-decoration: none;
text-align:center;
FONT-FAMILY: times new roman;
text-transform:uppercase;
font-size: 22;
letter-spacing: 2px;
text-shadow: #000000 1px 1px 5px;
}
.postdetails.poster-profile a img { /* L'avatar et son encadrement */
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border: 5px solid #;
}
/*Retirer les petites barres*/
td.catBottom,th.thBottom,th.thCornerR,th.thCornerL,th.thTop,td.catLeft,th.thLeft,td.catRight,td.row3Right,th.thRight, th.thSides,td.spaceRow,td.catSides {border-width: 0;}
.message_contenu
{
text-align: justify;
font-size: 11px;
background: #23160a;
border: 1px #000000;
padding: 10px;
}
#page-body
{
width: 920px;
margin: auto;
}
/* PAGE D'ACCUEIL : TITRES ET CONTENUS */
.forumline{
background-color: #100a05;
}
.titre
{
text-align: center;
color: #000000;
font-size: 10px;
font-family:Tahoma;
margin-bottom: 2px;
padding-left: 0px;
font-weight: bold;
text-transform: uppercase;
}
.fond
{
background-color: #8a8a8a;
font-wieght: bold;
width: 200px;
height: 12px;
color: #;
}
.fond2
{
background-color: #23160a;
font-wieght: bold;
text-align : center;
width: 110px;
height: 18px;
color: #6F3E34;
}
#derriere{
background-image: url(http://img201.imageshack.us/img201/9092/backgroundpa.png);
background-repeat:no-repeat;
background-position:center ;
}
.contenu
{
text-align: center;
background-color: #23160a;
font-family:Tahoma;
font-variant: small-caps;
font-size: 14px;
color: #6F3E34;
padding: 5px;
min-height: 70px;
height: 100px;
overflow: auto;
}
.contenu1
{
text-align: center;
background-color: #;
font-family:Tahoma;
font-variant: small-caps;
font-size: 12px;
color: #6F3E34;
padding: 5px;
min-height: 70px;}
/* PAGE D'ACCUEIL : INFOBULLES */
div.tstaff
{position: relative;
color: #6F3E34;
font-family:Tahoma;
text-decoration: none;
font-size: 12px;
text-align: center;}
div.tstaff:hover
{background: none;
z-index: 999;
cursor: defaut;}
div.tstaff span
{display: none;}
div.tstaff:hover span
{display: inline;
position: absolute;
border: 1px solid #6F3E34;
border-left: 1px solid #6F3E34;
white-space: nowrap;
top: 60px;
left: 25px;
width: 200px;
height: 155px;
text-decoration: none;
padding: 3px;
font-size: 12px;
text-align: center;
background-color: #1d1d1d;
font-family:Tahoma;
}
.carre{
width:25px;
height:25px;
background:#111111;
float: right;
margin-top: 1px;
margin-right: 3px;
margin-bottom: 0px;
margin-left: 0px;
}
.rectangle{
width:30px;
height:90px;
background:#23160a;
float: right;
}
Dernière édition par MissDevilsJuly le Ven 4 Jan 2013 - 16:57, édité 1 fois
Re: Problème couleur de groupe
Bonjour
As-tu vérifié dans ton PA ?
As-tu vérifié dans ton PA ?
Re: Problème couleur de groupe
Bonjour,
Je ne trouve pas cette couleur dans les palettes a7E4EA6 associé au groupe6
Il faudrait mettre ceci a la place dans le css #7E4EA6
Je ne trouve pas cette couleur dans les palettes a7E4EA6 associé au groupe6
Il faudrait mettre ceci a la place dans le css #7E4EA6
Re: Problème couleur de groupe
J'ai jamais remarqué qu'il y avait 7 chiffres...Merde j'ai honte XD Merci! Problème résolu!
Sujets similaires
» Problème pour l'affichage de la couleur d'un groupe
» Probleme couleur groupe
» Problème avec la couleur du groupe des membres
» problème de couleur dans un groupe
» Problème d'application de la couleur d'un groupe à un bloc
» Probleme couleur groupe
» Problème avec la couleur du groupe des membres
» problème de couleur dans un groupe
» Problème d'application de la couleur d'un groupe à un bloc
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum