Couleur fond du qeel

2 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Couleur fond du qeel

Message par Eden. Lun 13 Fév 2012 - 20:36

Bonjour,

J'aimerais changer la couleur de fond de mon qeel qui actuellement est de la même couleur que le reste de mon forum..J'aimerais qu'il soit blanc.. Et peut on juste supprimer les contours du QEEL sans enlever ceux du reste du forum ?
Lien : http://playit.forumactif.org/


Dernière édition par Eden. le Lun 13 Fév 2012 - 22:07, édité 1 fois
Eden.

Eden.
****

Messages : 207
Inscrit(e) le : 14/12/2011

http://a-pleasant-nightmare.forumactif.org/
Eden. a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Couleur fond du qeel

Message par SoraNoHime Lun 13 Fév 2012 - 20:58

Bonjour

avez-vous déjà modifié votre template index_body ? si oui me le fournir, ainsi que la css qui y est associée.

Cordialement
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

SoraNoHime a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Couleur fond du qeel

Message par Eden. Lun 13 Fév 2012 - 21:29

Oui il est modifié

Template :
Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
 <div class="accueil">
<table class="forumline1" 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 --></div>
</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 -->
<script type="text/javascript" src="http://sd-2.archive-host.com/membres/up/190331098933529247/PA_CSS/Onglets_Eden.js"></script>

<table class="forumline" width="100%" align="center" cellpadding="0" cellspacing="0">
  <tr>
      <td width="100%" align="center" valign="top" class="row1" colspan="2">
        <img src="http://img840.imageshack.us/img840/3920/qeelplaycopie.png">
     
 
  <table cellspacing="2" cellpadding="2" width="400" height="400" border="0" class="statistiques">
  <tr>
<center>
<span class="groupes"> <a href="http://playit.forumactif.org/g3-romancier"><font color="#F58936" size="2"><b>Romancier</b></font></a></span>
<span class="groupes"><a href="http://playit.forumactif.org/g4-illustrateur"><font color="#28c6db" size="2"><b>Illustrateur</b></font></a></span>
<span class="groupes"> <a href="http://playit.forumactif.org/g5-paparazzi"><font color="#C91456" size="2"><b>Paparazzi</b></font></a></span>
<span class="groupes"> <a href="http://playit.forumactif.org/g6-geek"><font color="#0E9923" size="2"><b>Geek</b></font></a></span><br><br>
<span class="groupes"> <a href="http://playit.forumactif.org/g1-administrateurs"><font color="#F05BB0" size="2"><b>Admins</b></font></a></span>
<span class="groupes"> <a href="http://playit.forumactif.org/g2-moderateurs"><font color="#1C6FC7" size="2"><b>Modos</b></font></a></span>
<br><br><br><br>
<span class="gensmall">{TOTAL_POSTS}.<br>{TOTAL_USERS}.<br>{NEWEST_USER}<br>
{TOTAL_USERS_ONLINE}<br>
{LOGGED_IN_USER_LIST}</center></span><br>
<td width="5%"></td>
</tr>
</table>
 
<table border="0" cellspacing="3" cellpadding="0" width="700" align="center" style="text-align: justify">
{L_CONNECTED_MEMBERS}</table>
<br></td>
  </tr>
 
 
<!-- 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 -->

CSS :
Code:
    body {
background-repeat: no-repeat;
}
a{text-decoration:none!important;}
a:hover {text-decoration: none !important;}
       

/* TITRES DES CATEGORIE */
       
.titreforum
{
letter-spacing : 4px; /* espacement de 4px entre chaque lettre */
margin-right : 30px; /* marge exterieur droite */
margin-left : 30px; /* marge exterieur gauche */
border-bottom : 2px solid #000000;  /* bordure droite */
font-variant : small-caps; /* texte mis en majuscule */
-moz-border-radius : 9px; /* bords arrondis ( firefox ) */
font-size : 15px; /* taille du texte */
color : #000000; /* couleur du texte */
text-shadow : 0px 0px 10px #000000; /* ombre du texte */
text-align : left; /* position du texte */
}

/* DEscriptIONS DES FORUMS */

.desc
{
background-image : URL('http://i46.servimg.com/u/f46/16/56/80/58/i_back10.gif'); /* image de fond */
-moz-border-radius : 15px;
text-align : center;
padding : 5px; /* marge intérieur */
color : #FFFFFF;
margin-left : 30px; /* marge extérieur gauche */
-moz-box-shadow : 0px 0px 10px #FFFFFF; /* Ombre  */
font-variant : small-caps;
margin-right : 30px;
}

a.desclink /* -> les sous-forums.  */
{
background-color : #000000; /* couleur du fond */
-moz-border-radius : 15px;
text-decoration : none !important; /* les liens ne sont pas soulignés */
color : #000000;
font-variant : normal;
font-size : 9px;
padding : 3px; /* marge interieur */
text-align : left;
}
a.desclink:hover /* -> quand on passe sur les liens avec le curseur */
{
  .titreforum:hover /* -> Quand on passe sur le titre avec le curseur */
{
font-variant : normal; /* le texte passe de small-caps ( majuscules ) en normal */
}
}
       
/* BARRE DE NAVIGATION */
       
a.mainmenu
{
font-family: Century Gothic, serif;
font-size: 80%;
color: #7cbad6;
text-align: center;
-moz-border-radius:12px;
-webkit-border-radius:12px;
-ô-border-radius:12px;
-khtml-border-radius:12px;
border-radius:12px;
background-color:#fffff;
padding-left: 2px;
padding-right: 2px;
}
       
a.mainmenu:hover
{
font-family: Century Gothic, serif;
font-size: 90%;
color: #7cbad6;
text-align: center;
-moz-border-radius:12px;
-webkit-border-radius:12px;
-ô-border-radius:12px;
-khtml-border-radius:12px;
border-radius:12px;
background-color:#D3E8F2;
padding-left: 2px;
padding-right: 2px;
}
       
                /* PAGE D ACCUEIL */
       
                a:link {text-decoration: none; border: none;}
                a:visited {text-decoration: none; border: none;}
                a:hover {text-decoration: none; border: none;}
                a:active {text-decoration: none;border: none;}
                a {text-decoration: none; border: none;}
       
                .MENU {
                text-transform:normal;
                text-align:center;
                background-color: #FFFFF;
              }
       
       
                .MENU:hover {
                text-align:center;
                text-transform:lowercase;
                background-color: #71A8DE;
             
       
                }
       
                .titre {
                text-align: left;
                color: #3964B0;
                font-size: 16px;
                font-family: georgia;
                font-weight:bold;
                font-style:italic;
                padding: 1px;
                margin-bottom : 2px;
                padding-left: 10px;
                border-bottom: 3px solid #FFFFFF;
                }
       
                #subnav A:link, #subnav A:visited, #subnav A:active {
       
                font-family: georgia;
                font-size: 13px;
                font-style:italic;
                text-align: center;
                padding: 2px;
                color: #8C83DE;
                background-color: transparent;
                line-height: 10px;
                display: block;
                }
       
                #subnav A:hover {
                color: #3964B0;
                background-color: #C9D7FF;
                letter-spacing: 2px;
                font-shadow: #C9D7FF 1px 1px 1px;}
       
                /* INFOBULLE STAFF */
       
                a.imginfo {
                border-bottom:0 solid #couleur;
                color:#couleur;
                position:relative;
                text-decoration:none;
                }
                a.imginfo span {
                display:none;
                }
                a.imginfo:hover {
                -moz-background-clip:border;
                -moz-background-inline-policy:continuous;
                -moz-background-origin:padding;
                background:transparent none repeat scroll 0 0;
                cursor:help;
                z-index: 999;
                }
                a.imginfo:hover span {
                -moz-background-clip:border;
                -moz-background-inline-policy:continuous;
                -moz-background-origin:padding;
                background:white none repeat scroll 0 0;
                border-color:#couleur;
                border-style:solid;
                border-width:3px 3px 5px 5px;
                display:inline;
                left:20px;
                padding:3px;
                position:absolute;
                top:15px;
                white-space:nowrap;
                }
       
             
/* TEXTE */
                        a:hover{
                        text-decoration: none !important;
                        }
           
                        a {
                        text-decoration: none !important;
                        }
           
                        a:link {
                        text-decoration: none;
                        }
           
                a:visited {
                        text-decoration: none;
                        }
       
                a:hover{
                letter-spacing : 1px; }
       
                a {
                text-shadow: 1px 1px 1px #364E57;
                }
       
       
                a {border-bottom: 1px #000000 dotted;}
       
                .description
                {
                background#1C1B2B;
                color:green;
                padding:8px;
                -moz-border-radius:4px;
          -webkit-border-radius:4px;
          -ô-border-radius:4px;
          -khtml-border-radius:4px;
          border-radius:4px;
                font-size:10px;
                font-weight:bold;
                }
       
       
                a { text-decoration: none; }
                a:hover{text-transform:uppercase;}
       
                a:hover {
                cursor: ne-resize;
                }
       
          .forumline{
                border: 10px #FFFFF;
                }
             
 
                a.forumlink{
                -moz-border-radius:10px;
          -webkit-border-radius:10px;
          -ô-border-radius:10px;
          -khtml-border-radius:10px;
          border-radius:10px;
                border-bottom: 10px double;
                display:block;
               
                }
       
                .postdetails.poster-profile a img {
                -moz-border-radius-bottomleft:10px;
                -moz-border-radius-bottomright:10px;
                -moz-border-radius-topleft:10px;
                -moz-border-radius-topright:10px;
                border: 5px solid #1C1B2B;
                }
 
       
                /**CADRE DES AVATAR**/
                .postdetails.poster-profile a img {
                -moz-border-radius-bottomleft:8px;
                -moz-border-radius-bottomright:8px;
                -moz-border-radius-topleft:8px;
                -moz-border-radius-topright:8px;
                border: 5px solid #1C1B2B;
                }
       
 
/**DESCRIPTION DES CATÉGORIES**/
                        .descript {
                        background-color: #111111 ;
                        border: 3px #121212 solid;
                        -moz-border-radius-topleft: 20px;
                        -moz-border-radius-topright: 0px;
                        -moz-border-radius-bottomright: 20px;
                        -moz-border-radius-bottomleft: 0px;
                        -webkit-border-radius-topleft: 20px;
                        -webkit-border-radius-topright: 0px;
                        -webkit-border-radius-bottomright: 20px;
                        -webkit-border-radius-bottomleft: 0px;
                        }
 
 
             
                /* DESCRIPTION CATÉGORIE */
                .descript {
                        background-color: #b7def0 ;
                        border: 3px solid #ffffff;
                        -moz-border-radius: 20px 0px 20px 0px;
                        -webkit-border-radius: 20px 0px 20px 0px;
                        border-radius: 20px 0px 20px 0px;
                }

              table.forumline{
                        background-color: #b7def0;
                        border: 2px #619FAD solid;
                        -moz-border-radius:8px;
                        -webkit-border-radius:8px;
                        -border-radius:8px;
                        -khtml-border-radius:8px;
                        margin-bottom:20px;
                        }
       
             
                .test
                {
                width: 500px;
                height:70px;
                border-right:5px solid white;
                background-color: #b7def0;
                margin-top:10px;
                margin-left:auto;
                margin-right:auto;
                }
       
                /* couleur de fond titre des catégories */
                .secondarytitle
                {
                background-color: #b7def0;
                }
       
                th
                {
                background-color: #b7def0;
                }
   
        .forumline
        {
          padding: 3px;
        }


/* selon votre forum et sa hiérarchie, il faudra peut être rajouter le code suivant */

.accueil td.catHead{
background-image: none !important;
background-color: transparent !important;
border: none !important;
}



td.row3, td.row1.over
{
border: 1px solid white;
}

/* QEEL */
#online, #groupes, #concours {min-height: 170px;}

.qeel_onglets {border: 3px solid #000000; -moz-border-radius: 10px; width: 150px; text-align: center;}
.qeel_onglets a {display: block; height: 40px; line-height: 40px;}
.qeel_onglets a:hover {cursor: help; background-color: #ffffff; color: #FFFFFF;}
div.qeel-infobulle {position: relative; text-decoration: none; text-align: center;}
div.qeel-infobulle span {display: none;}
div.qeel-infobulle:hover {z-index: 999; cursor: help;}

div.qeel-infobulle:hover span {display: inline; position: absolute; top: 75px; left: 75px; background-color: #FFFFFF;
text-decoration: none; color: #000000; padding: 8px; border: 2px solid #FFFFFF; font-size: 11px; line-height: 11px;
width: 150px; text-align: justify;}     
/* FIN QEEL */


/* PROFIL */
.name {/pseudo*/
  display:block;
  text-align:center;
  font-size:15px;/*taille du pseudo*/
  margin-bottom:-35px;
  font-family:verdana;/*police d'écriture*/
  margin-top:10px;
}

.blocp1 {/*bloc contenant l'avatar, et les éléments de profil*/
  padding-top:25px;
  margin-top:20px;
  width:225px;
  border-radius:15px;/*arrondis*/
  box-shadow: 3px 3px 3px;# 000;/*ombre*/
  margin-right:10px;
  background-color:#fff;/*couleur de fond*/
  font-family:verdana;/*police d'écriture*/
  font-size:10px;/*taille d'écriture*/
  padding-bottom:5px;
  padding-left:20px;
}

.avatarp { /*avatar*/
  width:200px;
  height:320px;
  border: 4px solid #000;/*bordure autour de l'avatar*/
  border-radius:10px;/*arrondis*/
}

.rangp { /*cadre des rangs*/
  text-align:center;/*texte centrer*/
  width:240px;
  border-radius:10px;/*arrondis*/
  box-shadow: 3px 3px 3px;# 000;/*ombre*/
  margin-right:10px;
  background-color:#fff;/*couleur de fond*/
  padding-bottom:10px;
}

/* QEEL */

.statistiques
{
border:0px
 background-color: #FFF;
background-repeat: no-repeat;
background-position: center;
height:50px; /* HAUTEUR DE VOTRE IMAGE DE FOND, C'EST UNE VARIABLE */
}

.groupes
{
background-color:#b7def0; /* FOND DES NOMS DE GROUPES */
border: 1px #D0D0D0 dotted; /* POUR METTRE LE CONTOUR EN POINTILLES */
-moz-border-radius : 5px 5px 5px 5px; /* ARRONDI DES CONTOURS */
height:40px; /* HAUTEUR DES ENCADRES */
padding-right:12px; /* SÉPARATION ENTRE LES GROUPES */
padding-left:12px;
padding-bottom:3px;
font-size:15px; /*TAILLE ECRITURE */
font-weight: bold; /* STYLE DE L'ECRITURE */
text-align:center;
text-decoration: none !important;
}

body.chatbox {
    background-color:#b7def0 ;
}
#chatbox_header .catBottom .cattitle {
    color: #b7def0;
}
Eden.

Eden.
****

Messages : 207
Inscrit(e) le : 14/12/2011

http://a-pleasant-nightmare.forumactif.org/
Eden. a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Couleur fond du qeel

Message par SoraNoHime Lun 13 Fév 2012 - 21:53

Repérez : <!-- BEGIN disable_viewonline -->
<script type="text/javascript" src="https://sd-2.archive-host.com/membres/up/190331098933529247/PA_CSS/Onglets_Eden.js"></script>

<table class="forumline" width="100%" align="center" cellpadding="0" cellspacing="0">

remplacez la partie en rouge par : class="fondqeel"

puis dans la css ajoutez :
Code:
.fondqeel {
background-color : #ffffff;
}
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

SoraNoHime a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Couleur fond du qeel

Message par Eden. Lun 13 Fév 2012 - 21:56

C'est nickel sa m'a supprimé les contours mais le fond est toujours bleu.. sa doit pas pouvoir se modifier non ?
Eden.

Eden.
****

Messages : 207
Inscrit(e) le : 14/12/2011

http://a-pleasant-nightmare.forumactif.org/
Eden. a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Couleur fond du qeel

Message par SoraNoHime Lun 13 Fév 2012 - 22:01

si vous avez des class="row1" entre <!-- BEGIN disable_viewonline --> et <!-- END disable_viewonline --> suprimez les puis repérez :

Code:
<table border="0" cellspacing="3" cellpadding="0" width="700" align="center" style="text-align: justify">
{L_CONNECTED_MEMBERS}</table>
et changez le par : <table border="0" cellspacing="3" cellpadding="0" class="connectqeel" width="700" align="center">
{L_CONNECTED_MEMBERS}</table>

et ajoutez dans votre css :
Code:
.connectqeel .row1 {
text-align : justify;
background-color : transparent;
}
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

SoraNoHime a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Couleur fond du qeel

Message par Eden. Lun 13 Fév 2012 - 22:07

C'est boooon merci ^^
Eden.

Eden.
****

Messages : 207
Inscrit(e) le : 14/12/2011

http://a-pleasant-nightmare.forumactif.org/
Eden. a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum