Apparence des catégories

2 participants

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

Résolu Apparence des catégories

Message par Cramby' Mar 25 Sep 2012 - 17:06

Bonjour,

J'aurais voulu savoir si il était possible de faire ceci:
Apparence des catégories Catago12
Si oui pouvez vous m'apprendre ?
Index box modifier:
Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}<br />
        {CURRENT_TIME}<br />
        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>
        <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
          <tr>
              <th nowrap="nowrap" width="100%" class="secondarytitle" colspan="3"> {catrow.tablehead.L_FORUM} </th>
          </tr>
          <!-- END tablehead -->
          <!-- BEGIN cathead -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
              <!-- END inc -->
              <td class="{catrow.cathead.CLASS_CAT}" colspan="3" width="100%">
                <h{catrow.cathead.LEVEL} class="hierarchy">
                    <span class="cattitle">
                      <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
                    </span>
                </h{catrow.cathead.LEVEL}>
              </td>
              <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
          </tr>
          <!-- END cathead -->
          <!-- BEGIN forumrow -->
          <tr>
          <td colspan="3" class="titre_forum"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a> |
          <span class="gensmall">{catrow.forumrow.POSTS} messages</span> ~ <span class="gensmall">{catrow.forumrow.TOPICS} sujets</span></td>
          </tr>
          <tr>
              <td class="image_forum" align="center" valign="middle">
                <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
              </td>
              <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
                <div class="desc_forum"><div style="margin: auto;">{catrow.forumrow.FORUM_DESC}</div></div>
                <span class="gensmall">
                    <!-- BEGIN switch_moderators_links -->
                    {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                    <!-- END switch_moderators_links -->
                  <center>{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</center>
                </span>
              </td>
              <td class="derniers_mess" align="center" valign="middle" height="50">
                <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
              </td>
          </tr>
          <!-- END forumrow -->
          <!-- BEGIN catfoot -->
          <tr>
              <!-- BEGIN inc -->
              <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
              <!-- END inc -->
              <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
          </tr>
          <!-- END catfoot -->
          <!-- BEGIN tablefoot -->
        </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

Et mon css:
Code:
/* SOULIGNEMENT DES TEXTES */

u {
text-decoration: none;
border-bottom: 2px #ffffff solid;
-moz-border-radius: 6px;
}


/* Debut du cadre au texte */

 .vignettes
{-moz-border-radius:7px;
background-color: #E9F5A6;
padding-right:10px;
padding-left:10px;
padding-bottom: 3px;
padding-top:3px;}

/*Fin du cadre au texte */


/*Bannière*/

 
.bodyline {padding-top:0px !important;}
.bodyline {padding-left:0px !important;}
.bodyline {padding-right:0px !important;}
/*Fin Bannière*/




/* BARRE DE NAVIGATION */


.barre-nav {
  text-align:center; /* pour centrer le contenu de la barre */

  background:#89a6c7; /*fond de la barre de navigation*/
  border: 6px dotted #37bcd9; /*bordure : épaisseur, style, couleur*/
  text-shadow: 0px 0px 3px #8b2b5b; /*ombrage du texte*/
  padding: 6px; /* marge interieure */
  margin:4px; /* marge exterieure */
 
  /*arrondir la bordure*/
  -moz-border-radius: 15px; /* pour mozilla firefox */
  -webkit-border-radius:15px; /* pour chrome et safari */
  border-radius:15px; /* pour Internet Explorer 9, Firefox 4, Chrome 10 */
}



/*TITRE DES CATEGORIES*/

a.forumlink {
font-weight:bold;
color: #FFFFFF;
display: block;
font-family: georgia;
font-size: 14px;
text-transform: uppercase;
font-weight: normal;
letter-spacing: -1px;
border-bottom: 5px solid #FFFFFF;
padding-left: 10px;
text-shadow: #00000 1px 1px 1px;
}




/* BOITE DE COULEUR */

.blur{
background-color: #ccc; /*shadow color*/
color: inherit;
margin-left: 4px;
margin-top: 4px;
}

.shadow,
.content{
position: relative;
bottom: 2px;
right: 2px;
}

.shadow{
background-color: #5B5B5B; /*shadow color*/
color: inherit;
}

.content{
background-color: #5B5B5B; /*background color of content*/
color: #000; /*text color of content*/
border: 1px solid #000; /*border color*/
padding: .5em 2ex;
}



u{border-bottom: 2px solid; /*--- taille du soulignement ---*/
border-color:#7c8999; /*--- couleur du soulignement ---*/
text-decoration: none;
}

.profil {
border: 2px solid #ffffff;
}

.bodyline{
border-right: 25px #FFFFFF solid;
border-left: 25px #FFFFFF solid;
}

.contour {
border: 2px dotted #FFFFFF; }

.name
{
display: block;
text-align: center;
border-bottom: 5px solid #FFFFFF;
padding-bottom: 5px;
border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-webkit-border-radius: 10px;
-htm-border-radius: 10px;
}

.name{
font-size : 15px;
}


/*A SAUVEGARDER*/

.descri {
font-family: Arial;
font-size: 11px;
color: #BAB0A5;
background-color: #F3F4F6;
border: #F3F4F6;
border-style: solid ;
border-left-width: 8px;
border-top-width: px;
border-right-width: 0px;
-moz-border-radius: 10px 10px 10px 10px
}

a.mainmenu
{ color: #E8E9ED ; font-size: 10px;
font-family: georgia;
margin-left: 0px;
text-transform: uppercase;
text-shadow: #755920 0px 0px 2px;
}


.postbody {
    display: block;
    text-align:justify;
}


.spoiler{
font-family: Arial;
font-size: 11px;
color: #BAB0A5;
background-color: #E8E9ED;
border: #E8E9ED;
border-style: solid ;
border-left-width: 8px;
border-top-width: px;
border-right-width: 0px;
-moz-border-radius: 10px 10px 10px 10px
}

.quote{
font-family: Arial;
font-size: 11px;
color: #BAB0A5;
background-color: #E8E9ED;
border: #E8E9ED;
border-style: solid ;
border-left-width: 8px;
border-top-width: px;
border-right-width: 0px;
-moz-border-radius: 10px 10px 10px 10px
}

i {color:#CED6DB;}

-RETRAIT : ce CSS pose de nombreux problèmes - { display: none; }

.forumline{
border: 1px #CED6DB
dashed;
}

a
{text-decoration: none;}
.taclasse {border:1px solid #DDE2E8;
-moz-border-radius: 15px 15px 15px 15px}
.taclasse:hover {border:1px solid #7c8999;
-moz-border-radius: 15px 15px 15px 15px}

a
{text-decoration: none;}
.macaron {border:1px solid #DDE2E8;
-moz-border-radius: 20px 20px 20px 20px}
.taroom:hover {border:1px solid #7c8999;
-moz-border-radius: 20px 20px 20px 20px}

a
{text-decoration: none;}
.taroom {border:1px solid #DDE2E8;
-moz-border-radius: 0px 0px 0px 0px}
.taroom:hover {border:1px solid #7c8999;
-moz-border-radius: 0px 0px 0px 0px}


a
{
text-decoration: none;
}

a:hover { cursor:crosshair; }


/*enlever soulignement des lien*/

a:link, a:visited, a:hover, a:active {text-decoration:none !important;}

/*couleur surlignement*/

*::-moz-selection {background:#E7E8EC none repeat scroll 0 0;}

.souforums{
font-variant: small-caps ;
font-size: 13px;
font-family: Times New Roman;
text-align: center;
a:before { content: "♠ "; }
a:hover:before { content: "♥ "; }
}

/*fiche*/
.fond {
margin:10px;
-moz-border-radius:30px;
border-top:25px solid #FFFFFF;
border-left:4px solid #FFFFFF;
border-right:4px solid #FFFFFF;
border-bottom:10px solid #FFFFFF;
padding:20px;
font-size:11px;
line-height:14px;
-moz-linear-gradient(top,  #FFFFFF,  );
}

.grandtitre {
margin: auto;
text-align: center;
font-family: georgia;
text-transform: uppercase;
width: 100%;
font-weight: normal;
font-size: 22px;
color: #FFFFFF;
}

.trait {
line-height: 20pt;
font-family: georgia;;
background: none repeat scroll 0% 0% #FFFFFF;
font-size: 3px;
line-height: normal;
}


.titre {
font-size: 11px;
line-height: normal;
text-align:left;
margin-top:10px;
font-family: georgia;
font-size:1.7em;
text-transform:lowercase;
color:#FFFFFF;
letter-spacing:-1px;
word-spacing:2px;
vertical-align:top;
text-shadow: #1c1c1c 1px 1px 1p;
line-height:10px;
padding-right:10px;
}


/*Boites*/

.boite{
position: absolute; /* position de boite */
top: 200px; /* position à partir du haut */
right: 10px; /* position à partir de la droite */
width: 170px; /* largueur de la boite */
background-color: #b2cbe0; /* couleur de fond */
padding: 8px; /* marge intérieure */
-moz-border-radius:6px; /* coins arrondis */
-webkit-border-radius:6px; /* coins arrondis */
border-radius:6px; /* coins arrondis */
}

.titre{
background-color: #3479b4; /* couleur de fond */
color:#b2cbe0; /* couleur de la police */
font-weight:bold; /* épaisseur de la police en gras */
font-size:11px; /* taille de la police */
text-align : center; /* alignement du texte */
padding: 6px; /* marge intérieur */
margin-bottom: 5px; /* marge extérieure pour moi 5px en bas */
-moz-border-radius:6px; /* coins arrondis */
-webkit-border-radius:6px; /* coins arrondis */
border-radius:6px; /* coins arrondis */
}

.cadre{
text-align: left; /* alignement du texte */
color:#3479b4; /* couleur du texte */
font-size:11px; /* taille du texte */
background-color: #cfe3f4; /* couleur du fond */
padding: 6px; /* marge intérieur */
-moz-border-radius:6px; /* coins arrondis */
-webkit-border-radius:6px; /* coins arrondis */
border-radius:6px; /* coins arrondis */
}


/*PA*/

 .en_tete{
  width:900px;
  min-height:400px;
  height:auto;
  background-color:#90b2c7;
  background-image:url('http://img4.hostingpics.net/pics/92800456PA.png');
  background-repeat:no-repeat;
  background-align:center
  margin:auto;
  border:solid 1px #90b2c7; 
  }

-moz-border-radius:10px;
-webkit-border-radius:10px;
-khtml-border-radius:10px;
border-radius:10px;

/****** Mise en page des colonnes ******/

table tr{
  vertical-align:top;
  }

#tab1_col1{
  width: 200px;
  padding:12px;
  }

#tab1_col2{
  width: 350px;
  padding:12px;
  }

#tab1_col3{
  width: 150px;
  padding:12px;
  }

#tab2_col1{
  width: 450px;
  padding:12px;
  }

#tab2_col2{
  width: 250px;
  padding:12px;
  }
 
/****** Mise en page des titres ******/

#titre_en_tete{
  background-color: #62aaba;
  border:1px dashed #ffffff;
  height: 24px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  color:#ffffff;
  text-align:center;
  padding: 4px;
  }
 
/****** Mise en page du texte ******/

#en_tete_nav{
  font-family:Tahoma;
  font-size:12px;
  color:#755C68;
  margin-left:35px;
  margin-bottom:-4px;
  }
 
#contenu_en_tete{
  font-family:Tahoma;
  font-size:14px;
  color:#755C68;
  text-align:justify;
  text-indent:12px;
  padding-left:8px;
  padding-right:8px;
  margin-bottom:-4px;
  }

#en_tete_infos_forum{
  font-family:Tahoma;
  font-size:12px;
  color:#755C68;
  text-align:justify;
  text-indent:12px;
  padding-left:8px;
  padding-right:8px;
  margin-bottom:-4px;
  }
 
#en_tete_news{
  font-family:Tahoma;
  font-size:12px;
  color:#755C68;
  text-align:justify;
  text-indent:12px;
  padding-left:8px;
  padding-right:8px;
  margin-bottom:-4px;
  }

#logo_en_tete, #staff_en_tete{
  text-align:center;
  }

#logo_en_tete a, #staff_en_tete{
  text-decoration:none;
  }

#logo_en_tete img{
  padding-bottom:4px;
  }

#staff_en_tete img{
  padding-left:6px;
  }
     
/****** Mise en page des liens ******/

#lien_en_tete{
  color:#755C68;
  text-decoration:none;
font-family:Tahoma;
  font-size:14px;
  color:#755C68;
  text-align:justify;

  }

#lien_en_tete:hover{
  border-bottom:dotted 1px #755C68;
  font-weight:bold;
  }

#vers_profil{
  color:#755C68;
  text-decoration:none;
  font-style:italic;
  }
 
#vers_profil:hover{
  border-bottom:dotted 1px #755C68;
  }
.titre_forum {
                  border-bottom: 1px solid #000000;
                  text-align: center;
                }
             
                .desc_forum {
                  border-bottom: 1px solid #000000;
                }
             
                .image_forum {
                  border-right: 1px dashed #000000;
                }
             
                .derniers_mess {
                  border-left: 1px dashed #000000;
                }
.navig {
background-color: #7EC2B9;
position: fixed;
top: 0px;
width: 110%;
  margin-left: -10px;
}

.secondarytitle, .secondarytitle h2 {
color: #B87D3F;
margin: 0;
padding: 0;
text-align: left;
padding-left: 10px;
}
a.forumlink {
 font-family: times new roman;
 font-size: 15px; }
.desc_forum {
height: 100px;
overflow: auto;
}

/*page d'accueil*/
 
 .contenu {
background-color: #EBEBEB;
border: 3px solid #7EC2B9;
-moz-border-radius:15px;
-webkit-border-radius:15px;
-khtml-border-radius:15px;
border-radius:15px;
}   
.rang {
display: none;
}

.rang:hover {
display: block;
}


a.info{
position:relative;
z-index:24;
color:#000;
text-decoration:none
}
 
a.info:hover{
z-index:25;
background-color:#FFF
}
 
a.info span{
display: none
}
 
.infobulle{
position:relative;
z-index:24;
color:#000000;
text-decoration:none
}
 
a.infobulle:hover{
z-index:25;
color:#000000;
}
 
a.infobulle span{
display: none;
}
 
a.infobulle:hover span{
display:block;
position:absolute;
top:2em; left:2em; width:15em;
border:1px solid #;
background-color:#;
color:#;
text-align: center;
font-weight:none;
padding

}
#mapa h1,#mapa h2,#mapa h3{
text-align:center;
}
#mapa td{width:50%;text-align:center;vertical-align:middle;}
.infobulle{
position:relative;
z-index:24;
color:#000000;
text-decoration:none
}
#mapa .contexte{
text-align:justify;
vertical-align:top;

}
#mapa .image{
height:5px;
}



#mapa h1,#mapa h2,#mapa h3{font-family:"Meie Script";
}
h1{
font-size:22px;
}
h2{
font-size:15px;
}

h3{
font-size:18px;
}
h4{
font-size:16px;
}



/*qeel*/
.statistiques{
border:0px;
background-image: url("http://i37.servimg.com/u/f37/17/47/11/20/what_s10.gif");
background-repeat: no-repeat;
background-position: top;
height:270px;}

.groupes{
background-color:#FFFFFF;border: 1px #D0D0D0 solid;
-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;}.

Je vous remerci d'avance Smile


Dernière édition par Cramby' le Mar 9 Oct 2012 - 0:11, édité 2 fois
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

http://amesvagabondes.forumactif.org
Cramby' a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Apparence des catégories

Message par Cramby' Mer 26 Sep 2012 - 12:08

Up Smile
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

http://amesvagabondes.forumactif.org
Cramby' a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Apparence des catégories

Message par Cramby' Ven 28 Sep 2012 - 15:39

up
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

http://amesvagabondes.forumactif.org
Cramby' a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Apparence des catégories

Message par Cramby' Sam 29 Sep 2012 - 15:50

Up :/
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

http://amesvagabondes.forumactif.org
Cramby' a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Apparence des catégories

Message par Cramby' Lun 1 Oct 2012 - 14:51

Personne ? :/
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

http://amesvagabondes.forumactif.org
Cramby' a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Apparence des catégories

Message par Cramby' Mar 2 Oct 2012 - 13:47

Up
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

http://amesvagabondes.forumactif.org
Cramby' a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Apparence des catégories

Message par Cramby' Lun 8 Oct 2012 - 1:25

Personne?
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

http://amesvagabondes.forumactif.org
Cramby' a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Apparence des catégories

Message par Cramby' Lun 8 Oct 2012 - 21:23

Up
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

http://amesvagabondes.forumactif.org
Cramby' a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Apparence des catégories

Message par Manumanu Lun 8 Oct 2012 - 21:30

Bonjour,

Ce n'est pas vraiment l'endroit pour ça. Je te conseille de te rendre plutôt sur un forum dédié à la création et modification de template, comme templactif.

Bon courage. Wink
Manumanu

Manumanu
****

Masculin
Messages : 437
Inscrit(e) le : 27/12/2011

http://helpinghelps-phpbb2.forumgratuit.org/
Manumanu a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Apparence des catégories

Message par Cramby' Lun 8 Oct 2012 - 23:48

Très bien je vous remerci
avatar

Cramby'
****

Féminin
Messages : 282
Inscrit(e) le : 27/06/2012

http://amesvagabondes.forumactif.org
Cramby' 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