Probleme de cadres avec qeel
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
Probleme de cadres avec qeel
Jiben a écrit:Bonjour,
Bon je me suis attaquer a mettre une disposition en cadres,
Comme le schémas que j'ai fait :
Les traits de couleur c'est pour vous repère dans l'autre capture d'écran.
Bon j'ai tenter plusieurs truc mais voici le résultat :
Donc j'arrive pas a faire la disposition puis ce n'est pu la même taille d'écriture, etc
Bon voici mon CSS :
- Code:
/*
----------------------------------
Fond des casses pour le tutoriel
----------------------------------
*/
.fond {
background-color: none;
}
.fond:hover {
background-color: red;
}
/*
----------------------------------
infobulle de mes groupes
----------------------------------
*/
a.infobulle {position: relative;}
a.infobulle span {display: none;}
a.infobulle:hover
{background: none;
z-index: 999;
}
a.infobulle:hover span
{display: inline;
position: absolute;
white-space: nowrap;
top: 20px;
left: 30px;
background: transparent;
filter:alpha(opacity=90);
opacity:0.90;
background-color: #1D3C40;
color: white;
padding: 2px;
border: 1px dotted white;
-moz-border-radius : 5px 5px 5px 5px;}
/*
----------------------------------
Les top des sujet du QEEL
----------------------------------
*/
.contour
{text-align: center;
border: 1px dotted #D0D0D0;
background: transparent;
filter:alpha(opacity=65);
opacity:0.65;
background-color: #1D3C40;
-moz-border-radius : 5px 5px 5px 5px;
padding-right:3px;
padding-left:3px;}
/*
----------------------------------
Les statistiques du QEEL
----------------------------------
*/
.statistiques td.row1
{text-align: center;
border: 1px outset #D0D0D0;
background: transparent;
filter:alpha(opacity=65);
opacity:0.65;
background-color: #1D3C40;
-moz-border-radius : 5px 5px 5px 5px;
padding-right:3px;
padding-left:3px;}
.statistiques td.row2
{text-align: center;
border: 1px outset #D0D0D0;
background: transparent;
filter:alpha(opacity=65);
opacity:0.65;
background-color: #1D3C40;
-moz-border-radius : 5px 5px 5px 5px;
padding-right:3px;
padding-left:3px;}
.cadre
{border: 1px outset #D0D0D0;
background-color: #1D3C40;
background: transparent;
filter:alpha(opacity=65);
opacity:0.65;
background-color: #1D3C40;
-moz-border-radius : 5px 5px 5px 5px;
padding-right:3px;
padding-left:3px;}
.groupes a:hover{
text-decoration: none !important;
border-bottom: 1px dashed #FFFFFF;
background-color: #D0D0D0;
-moz-border-radius : 5px 5px 5px 5px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
}
.groupes a:hover {
background-color: #295b63;
-moz-border-radius : 5px 5px 5px 5px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
}
.statistiques{
border:0px;
background-image: none
background-repeat: no-repeat;
background-position: center;
height:270px;}
.groupes{
background: transparent;
filter:alpha(opacity=65);
opacity:0.65;
background-color: #1D3C40;
border: 1px #D0D0D0 outset;
-moz-border-radius : 5px 5px 5px 5px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
font-size:15px;font-weight: bold;text-align:center;
text-decoration: none !important;}
.complet{
text-align:center;
color:;
}
.complet a{
color:#FFFFFF;
text-decoration:none;
}
.context{
padding-left:20px;
padding-right:20px;
font-size:14px;
}
.navig{
margin-bottom:1px;
margin-left:15px;
margin-right:15px;
background-color:#295359;
display:block;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
}
.navig:hover{
border-left:5px solid #DADADA;
border-right:5px solid #DADADA;
}
.textscroll{
overflow:auto;
width:290px;
height: 90px;
}
.block{
padding-bottom:20px;
}
#bienvenue {
color: #F7F7F7;
background-color: #295359;
text-align: center;
font-variant: small-caps;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
font-size:20px;
font-weight:bold;
}
.titre {
color: #F7F7F7;
background-color: #295359;
text-align: center;
font-variant: small-caps;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
font-size:18px;
}
.top {
border: 1px solid #F7F7F7;
background-color: #295359;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
padding:4px;
}
a.imginfo {
position: relative;
color: white;
text-decoration: none;
border-bottom: 0px white solid;
padding-right:10px;
}
a.imginfo span {
display: none;
}
a.imginfo:hover {
background: none;
z-index: 999;
cursor: help;
}
a.imginfo:hover span {
display: inline;
position: absolute;
white-space: nowrap;
top: 10px;
left: 20px;
background: #295359;
color: white;
padding: 3px;
border: 1px inset white;
-moz-border-radius:10px;
}
body.chatbox {
background-color: #1D3C40;
}
a.mainmenu {
background: transparent
filter:alpha(opacity=80);
opacity:0.80;
background-color: #1D3C40;
padding-right: 10px;
font-weight: lighter!important;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
text-transform: capitalize;
color : #23aa9c;
font-size: 11px;}
a.mainmenu:hover{
background-color: #ffffff;
padding-right: 10px;
font-weight: lighter!important;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
text-transform: capitalize;
color : #1D3C40;
font-size: 12px;}
body { cursor: crosshair }
input, textarea, select {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;}
a:hover {
font-variant : small-caps;
letter-spacing: 1px;
text-decoration: none; color:#3f818a ; border-bottom: 1px dotted #3f818a;}
.forumline{background-color: transparent}
td.row1,td.row3.over:hover {
filter:alpha(opacity=80);
opacity:0.80;}
td.row2,td.row1.over:hover {
filter:alpha(opacity=80);
opacity:0.80;}
td.row3{
filter:alpha(opacity=80);
opacity:0.80;}
a { text-decoration: none; }
div, table {
-moz-border-radius:10px;
border: none;}
textarea, .textarea.post, input.post {
-moz-border-radius:8px;}
.quote {
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
padding:10px;
color: #948A30}
.code {
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
padding:10px;}
color: #948A30;
.forumline{
-moz-border-radius:6px;}
th.secondarytittle {-moz-border-radius-topleft :10px;}
th.lastmess {-moz-border-radius-topright :10px;}
th.secondarytitle {
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topleft: 10px;}
.cadreava{
padding : 5px;
background-color:#295359;
-moz-border-radius:5px;}
.cadrepro{
background-color:#295359;
-moz-border-radius:5px;}
.nom {
background-color: #295359;
margin: 0px 0px 0px 0px;
font-family: Georgia, "Courier New", "Comic Sans Ms","Trebuchet MS", "Arial Black", Arial, Verdana, serif;
font-size: 15px;
font-weight: bold;
text-indent: 5%;
text-transform: capitalize;
text-align: left;
color: White;
border-width: 5px;
border-color: white;
border-style: solid ;
border-left: 2px solid white;
border-top: 2px solid white;
border-right: 2px solid white;
border-bottom: 2px solid white;
-moz-border-radius-topright: 30px;
-webkit-border-radius-topright: 30px;
width: 300px;}
.nom_souligne {
border-bottom: 1px solid white;}
a:link {
text-transform: Capitalize; letter-spacing: 1px; text-decoration: none!important; text-shadow: #000000 1px 1px 1px;}
a:link : hover{
text-transform: Capitalize; letter-spacing: 1px; text-decoration: none!important; text-shadow: #000000 1px 1px 1px;}
/* limitation-signature */
.limitation-signature img {
max-width: 500px;
max-height: 200px;}
Bon voici mon templates :
- 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}<table width="100%" class="complet"><tbody><tr><td><center>
<table width="90%"><tbody><tr><td id="bienvenue" width="100%">
Bienvenue dans l'Univers des Gendres
</td></tr><tr><td width="100%"><table width="100%"><tbody><tr>
<td width="60%" class="context">
<script type="text/javascript" src="http://tinyurl.com/var-fa"></script>
<span style="font-size: 11px; line-height: normal"><div style="margin:auto;text-align:center;width:100%">Bienvenue <span class="USERNAME"></span>,
<ul>Ce 26 avril 2010, représentera les 1 an de l'alliance ! </ul>
<ul>Donc pour inaugurer ceci, l'administration du forum vous a fait un Nouveau Forum :D</ul>
<ul>De plus on est revenu au premier nom de l'alliance qui est " Les Gendres ".</ul>
<ul>Donc admirez ce forum et donnez moi votre avis,</ul>
<ul>Cordialement le staff du forum : <div class="FORUMURL "></div></ul></div></span>
</td><td width="40%" class="petite_image"><img src="http://upload.stabland.fr/images/img4/jiben111182.gif" />
</td></tr></tbody></table></td></tr></tbody></table></center>
<table width="100%"><tbody><tr><td>
<table width="100%" cellspacing="20"><tbody><tr><td width="38%" class="titre">
Navigation Rapide
</td><td width="38%" class="titre">
Nouvelles du forum
</td><td width="38%" class="titre">
Team du forum
</td></tr><tr><td width="38%" class="block" >
<span class="navig"><a href="#"><a href="http://lesgendresbeta5.forumactif.org/portal.htm" class="postlink">Portail</a></a></span>
<span class="navig"><a href="#"><a href="http://lesgendresbeta5.forumactif.org/presentations-candidature-c1/" class="postlink">Présentation & Candidature</a></a></span>
<span class="navig"><a href="#"><a href="http://lesgendresbeta5.forumactif.org/taverne-c2/" class="postlink">Taverne</a></a></span>
<span class="navig"><a href="#"><a href="http://lesgendresbeta5.forumactif.org/partie-externe-c6/" class="postlink">Partie Externe</a></a></span>
<span class="navig"><a href="#"><a href="http://lesgendresbeta5.forumactif.org/partie-privee-c4/" class="postlink">Partie Privée</a></a></span>
<span class="navig"><a href="#"><a href="http://lesgendresbeta5.forumactif.org/statistiques-c5/" class="postlink">statistiques</a></a></span>
<span class="navig"><a href="#"><a href="http://lesgendresbeta5.forumactif.org/combat-c7/" class="postlink">Combat</a></a></span>
<span class="navig"><a href="#"><a href="http://lesgendresbeta5.forumactif.org/archives-c3/" class="postlink">Archives</a></a></span>
<span class="navig"><a href="#"><a href="http://login.e-univers.org/" class="postlink" target="_blank">E-univers</a></a></span>
<span class="navig"><a href="#"><a href="http://lesgendres.unispy.org/" class="postlink" target="_blank">Cartographie</a></a></span>
<span class="navig"><a href="#"><a href="
http://lesgendresbeta5.forumactif.org/Musique-h2.htm" class="postlink" target="_blank">Playsist</a></a></span>
</td><td width="38%" class="block"><div class="news"><div class="scrollbar"><div class="textscroll">
18 février 2010 : <ul><li>Nouveau Design !!</ul>
On a travaillé sur l'apparence, sur l'aspect globale, le style, ...
Beaucoup de travaille coté esthétique,
Travaille sur les catégories, barre de navigation, profil, nouveautés, ...
En espérant que sa vous plaira ;)
</div></div></div></td><td width="38%" class="block"><a class="imginfo">
<font color="burlywood">
<img src="http://www.noelshack.com/up/aac/jibenavatarcopie-ac67b62396.png"width="45" height="45" class="top"/>
</font><span><table width="125" cellspacing="1" cellpadding="1" border="0"><tbody><tr><td style="text-align: center;"><font size="1">
<font color="red"> <strong>Jiben </strong></font><br/>
<tr>Fondateur<tr/><br/>
</font></td></tr><tr><td style="text-align: center;"><a class="imginfo">
<img src="http://www.noelshack.com/up/aac/jibenavatarcopie-ac67b62396.png"/>
</a>
</td>
</tr>
<tr>
<td style="text-align: center;">
<font size="1">
<a href="http://lesgendresbeta5.forumactif.org/msg.forum?mode=post&u=1" class="postlink">MP</a>
<a href="http://lesgendresbeta5.forumactif.org/profile.forum?mode=viewprofile&u=1" class="postlink">Profil</a><br/><br/>
</font>
</td>
</tr>
<tr align="center"/>
</tbody></table>
</span>
</a>
<a class="imginfo">
<font color="burlywood">
<img src="http://img10.hostingpics.net/pics/330007Avatar_Jiben.png"width="45" height="45" class="top"/>
</font>
<span>
<table width="125" cellspacing="1" cellpadding="1" border="0"><tbody>
<tr>
<td style="text-align: center;">
<font size="1">
<font color="red"><strong> Sonic</strong> </font><br/>
<tr>Administrateur<tr/>
</font></td></tr><tr><td style="text-align: center;"><a class="imginfo">
<img src="http://img10.hostingpics.net/pics/330007Avatar_Jiben.png"/>
</a></td></tr><tr><td style="text-align: center;"><font size="1">
<a href="http://lesgendresbeta5.forumactif.org/msg.forum?mode=post&u=3" class="postlink">MP</a>
<a href="http://lesgendresbeta5.forumactif.org/profile.forum?mode=viewprofile&u=3" class="postlink">Profil</a><br/></font></td></tr><tr align="center"/></tbody></table></span></a><br /></td><tr><td width="38%" class="titre">
Membre de l'alliance
</td><td width="24%" class="titre">
Informations
</td><td width="24%" class="titre">
Statistiques
</td></tr><tr>
<td width="38%" class="block">
<a class="imginfo">
<font color="burlywood">
<img src="http://s2.noelshack.com/uploads/images/2690989394148_88x31.jpg"width="45" height="45" class="top"/>
</font><span><table width="125" cellspacing="1" cellpadding="1" border="0"><tbody><tr><td style="text-align: center;"><font size="1">
<font color="cyan"><strong>Agen Kolar</strong></font><br/>
<tr>Gendre<tr/><br/>
</font></td></tr><tr><td style="text-align: center;"><a class="imginfo">
<img src="avatar info bulle"/>
</a></td></tr><tr><td style="text-align: center;"><font size="1">
Texte ( Mp, Profil, etc ) <br/><br/>
</font></td></tr><tr align="center"/></tbody></table></span></a>
<a class="imginfo">
<font color="burlywood">
<img src="http://s2.noelshack.com/uploads/images/2690989394148_88x31.jpg"width="45" height="45" class="top"/>
</font><span><table width="125" cellspacing="1" cellpadding="1" border="0"><tbody><tr><td style="text-align: center;"><font size="1">
<font color="cyan"> <strong>El niÑo</strong></font><br/>
<tr>Gendre<tr/>
</font></td></tr><tr><td style="text-align: center;"><a class="imginfo">
<img src="avatar info bulle"/>
</a></td></tr><tr><td style="text-align: center;"><font size="1">
Texte ( Mp, Profil, etc ) <br/>
</font></td></tr><tr align="center"/></tbody></table></span></a>
<a class="imginfo">
<font color="burlywood">
<img src="http://s2.noelshack.com/uploads/images/2690989394148_88x31.jpg"width="45" height="45" class="top"/>
</font><span><table width="125" cellspacing="1" cellpadding="1" border="0"><tbody><tr><td style="text-align: center;"><font size="1">
<font color="cyan"> <strong>Jah</strong></font><br/>
<tr>Gendre<tr/><br/>
</font></td></tr><tr><td style="text-align: center;"><a class="imginfo">
<img src="avatar info bulle"/>
</a></td></tr><tr><td style="text-align: center;"><font size="1">
Texte ( Mp, Profil, etc ) <br/><br/>
</font></td></tr><tr align="center"/></tbody></table></span></a>
<a class="imginfo">
<font color="burlywood">
<img src="http://s2.noelshack.com/uploads/images/2690989394148_88x31.jpg"width="45" height="45" class="top"/>
</font><span><table width="125" cellspacing="1" cellpadding="1" border="0"><tbody><tr><td style="text-align: center;"><font size="1">
<font color="cyan"> <strong>Magicjojo</strong></font><br/>
<tr>Gendre<tr/><br/>
</font></td></tr><tr><td style="text-align: center;"><a class="imginfo">
<img src="avatar info bulle"/>
</a></td></tr><tr><td style="text-align: center;"><font size="1">
Texte ( Mp, Profil, etc ) <br/><br/>
</font></td></tr><tr align="center"/></tbody></table></span></a>
<a class="imginfo">
<font color="burlywood">
<img src="http://s2.noelshack.com/uploads/images/2690989394148_88x31.jpg"width="45" height="45" class="top"/>
</font><span><table width="125" cellspacing="1" cellpadding="1" border="0"><tbody><tr><td style="text-align: center;"><font size="1">
<font color="cyan"> <strong>Moi</strong></font><br/>
<tr>Gendre<tr/>
</font></td></tr><tr><td style="text-align: center;"><a class="imginfo">
<img src="avatar info bulle"/>
</a></td></tr><tr><td style="text-align: center;"><font size="1">
Texte ( Mp, Profil, etc ) <br/><br/>
</font></td></tr><tr align="center"/></tbody></table></span></a>
<a class="imginfo">
<font color="burlywood">
<img src="http://s2.noelshack.com/uploads/images/2690989394148_88x31.jpg"width="45" height="45" class="top"/>
</font><span><table width="125" cellspacing="1" cellpadding="1" border="0"><tbody><tr><td style="text-align: center;"><font size="1">
<font color="cyan"> <strong>Roronoa Zorro</strong></font><br/>
<tr>Gendre<tr/>
</font></td></tr><tr><td style="text-align: center;"><a class="imginfo">
<img src="avatar info bulle"/>
</a></td></tr><tr><td style="text-align: center;"><font size="1">
Texte ( Mp, Profil, etc ) <br/><br/>
</font></td></tr><tr align="center"/></tbody></table></span></a>
<a class="imginfo">
<font color="burlywood">
<img src="http://s2.noelshack.com/uploads/images/2690989394148_88x31.jpg"width="45" height="45" class="top"/>
</font><span><table width="125" cellspacing="1" cellpadding="1" border="0"><tbody><tr><td style="text-align: center;"><font size="1">
<font color="cyan"> <strong>Sam-Freeman</strong></font><br/>
<tr>Gendre<tr/><br/>
</font></td></tr><tr><td style="text-align: center;"><a class="imginfo">
<img src="avatar info bulle"/>
</a></td></tr><tr><td style="text-align: center;"><font size="1">
Texte ( Mp, Profil, etc ) <br/><br/>
</font></td></tr><tr align="center"/></tbody></table></span></a>
<a class="imginfo">
<font color="burlywood">
<img src="http://s2.noelshack.com/uploads/images/2690989394148_88x31.jpg"width="45" height="45" class="top"/>
</font><span><table width="125" cellspacing="1" cellpadding="1" border="0"><tbody><tr><td style="text-align: center;"><font size="1">
<font color="cyan"> <strong>Vincent</strong></font><br/>
<tr>Gendre<tr/><br/>
</font></td></tr><tr><td style="text-align: center;"><a class="imginfo">
<img src="avatar info bulle"/>
</a></td></tr><tr><td style="text-align: center;"><font size="1">
Texte ( Mp, Profil, etc ) <br/><br/>
</font></td></tr><tr align="center"/></tbody></table></span></a>
<a class="imginfo">
<font color="burlywood">
<img src="http://s2.noelshack.com/uploads/images/2690989394148_88x31.jpg"width="45" height="45" class="top"/>
</font><span><table width="125" cellspacing="1" cellpadding="1" border="0"><tbody><tr><td style="text-align: center;"><font size="1">
<font color="cyan"> <strong>Wakka</strong></font><br/>
<tr>Gendre<tr/><br/>
</font></td></tr><tr><td style="text-align: center;"><a class="imginfo">
<img src="avatar info bulle"/>
</a></td></tr><tr><td style="text-align: center;"><font size="1">
Texte ( Mp, Profil, etc ) <br/><br/>
</font></td></tr><tr align="center"/></tbody></table></span></a>
</td>
<td width="24%">
<strong>Fondateur : </strong><font color="red">Jiben</font>
<br><font color="cyan">Forum optimisé pour Mozilla Firefox.</font><img src="http://sd-1.archive-host.com/membres/images/142586199450897653/LFD/logo-firefox.png" border="0" alt="" /></br>
<br>Nous vous déconseillons les autres navigateurs car ils ne peuvent afficher le forum correctement.</br><br></br><br>-----------------------</br><br></br><br>
<font color="red"><strong> Copyright</font> "Les Gendres"</strong>, tous droits réservés.</br>
<br>Toute reproduction est strictement interdite.</br>
<A HREF="http://www.copyscape.com/plagiarism-detection/"><IMG SRC="http://banners.copyscape.com/images/cs-gr-234x16.gif" ALT="Protected by Copyscape Web Plagiarism Detection" TITLE="Protected by Copyscape Plagiarism Checker - Do not copy content from this page." WIDTH="234" HEIGHT="16" BORDER="0"></A>
</td>
<td width="24%">{RECORD_USERS}<br>
<br><table>{L_WHOSBIRTHDAY_TODAY}</table>
</td>
</table></tr>
<br /> <br /></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></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 -->
<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 -->
<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 cellspacing="2" cellpadding="2" width="900" border="0" class="statistiques">
<tr>
<td width="50%">
<br><center>
<span class="groupes">
<a href="http://lesgendresbeta5.forumactif.org/groupcp.forum?g=1" class="infobulle">
<font color="#FF0000" size="2"><b>Administrateurs</b></font>
<span>Groupe d'administrateurs du forum, ils contrôlent tous le forum !</span></a>
</span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes">
<a href="http://lesgendresbeta5.forumactif.org/groupcp.forum?g=8"class="infobulle">
<font color="#C48787" size="2"><b>Modérateurs</b></font>
<span>Groupe des modérateurs du forum, ils surveillent des catégories du forum !</span></a>
</span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes">
<a href="http://lesgendresbeta5.forumactif.org/groupcp.forum?g=2"class="infobulle">
<font color="#05F7F7" size="2"><b>Gendres</b></font>
<span>Tous les membres de l'alliance des Gendres.</span></a>
</span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes">
<a href="http://lesgendresbeta5.forumactif.org/groupcp.forum?g=3"class="infobulle">
<font color="#FFC105" size="2"><b>Alliés</b></font>
<span>Tous les joueurs qui ont un pacte avec nous.</span></a>
</span>
<br><br>
<span class="groupes">
<a href="http://lesgendresbeta5.forumactif.org/groupcp.forum?g=4"class="infobulle">
<font color="#BF00FF" size="2"><b>Postulants</b></font>
<span> Peut être les futur membres.</span></a>
</span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes">
<a href="http://lesgendresbeta5.forumactif.org/groupcp.forum?g=5"class="infobulle">
<font color="#05EB1F" size="2"><b>Amis</b></font>
<span>Anciens membres en bons termes ou personnes ayant sympathisées.</span></a>
</span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes">
<a href="http://lesgendresbeta5.forumactif.org/groupcp.forum?g=6"class="infobulle">
<font color="#595959" size="2"><b>Retraités</b></font>
<span>Anciens de l'alliance qui a arrêter le jeu mais toujours sur le forum.</span></a>
</span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes">
<a href="http://lesgendresbeta5.forumactif.org/groupcp.forum?g=7"class="infobulle">
<font color="#FF8C00" size="2"><b>Visiteurs</b></font>
<span> Personne inscrit sur le forum, n'y plus n'y moins</span></a>
</span> <img src="http://i31.tinypic.com/mugck1.jpg">
<br><br></br></br>
<table border="0" cellspacing="3" cellpadding="0" width="900" align="center" class="cadre">
<span class="gensmall"><td class="cadre">{TOTAL_POSTS}. {TOTAL_USERS}<br>
{NEWEST_USER}<br></td><br></br>
<td class="cadre">{TOTAL_USERS_ONLINE}<br>
{RECORD_USERS}<br />
{LOGGED_IN_USER_LIST}</td></center></span>
<td class="cadre">{L_WHOSBIRTHDAY_TODAY}
{L_WHOSBIRTHDAY_WEEK}</td>
<td class="cadre">{L_CONNECTED_MEMBERS}</td>
</tr></table>
<br>
<table border="0" cellspacing="3" cellpadding="0" width="600" align="center" >
<span class="gensmall"><td class="contour">
<a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a></td>
<td class="contour"> <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a></td>
<td class="contour"> <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a></td></span></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 pour votre aide.
Jiben
Re: Probleme de cadres avec qeel
Problème résolu
Re: Probleme de cadres avec qeel
a locker
Sujets similaires
» Problème avec le QEEL
» Problème avec le QEEL
» Problème avec mon QEEL
» Probléme avec mon QEEL
» Problème avec le "QEEL"
» Problème avec le QEEL
» Problème avec mon QEEL
» Probléme avec mon QEEL
» Problème avec le "QEEL"
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