Problème catégorie .

3 participants

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

Résolu Problème catégorie .

Message par liziiee003 Dim 8 Sep 2013 - 17:48

Bonjour .


Alors voici mon probleme :
Problème catégorie . 596379blemmm

Les titres des catégories ne sont pas a leur bonne place ^^ Donc j'aimerai le remonter .
J'aimerai le résoudre ....

Merci de votre aide .


Mon CSS :

Code:
body{cursor:url("http://www.patmax.eu/C2/130822185915.cur"),default;}


#slide_avatar {
    width: 200px;    /* largeur avatar */
    height:350px;    /* hauteur avatar */
    border: 2px solid #fcfcfc;    /* couleur bordure avatar */
    overflow:hidden;      /* ne pas toucher */
    position:relative;    /* ne pas toucher */
}
 
.glisse_avatar {  
    -webkit-transition:all 0.5s;    /* fait glisser l avatar */
    -moz-transition:all 0.5s;      /* fait glisser l avatar autre navigateur */
    -o-transition:all 0.5s;        /* fait glisser l avatar autre navigateur */
    -ms-transition:all 0.5s;      /* fait glisser l avatar autre navigateur */
    transition:all 0.5s;        /* fait glisser l avatar autre navigateur */
    top:0;                /* ne pas toucher */
    left:0;              /* ne pas toucher */
    width:100%;          /* ne pas toucher */
    height:100%;        /* ne pas toucher */
    position:absolute;    /* ne pas toucher */
    z-index:1;
}
 
#slide_avatar:hover > .glisse_avatar {
    margin-left:200px;      /* fait glisser l avatar a droite */
}
 
.infos_avatar {
    background-color:#fcfcfc !important;    /* fond infos */
    padding: 7px;
    top:0;                /* ne pas toucher */
    left:0;              /* ne pas toucher */
    width:100%;          /* ne pas toucher */
    height:100%;        /* ne pas toucher */
    z-index:0;
}

/* Partie 2 */

border: 2px solid black; /*3px > la taille - solid > la forme - black > la couleur, vous pouvez utiliser les codes couleurs #ffffff*/

/* PARTIE 3 */

.pseudo_mess
{
  display: block;
  position: relative;
  z-index: 2;
  width: 190px;
  margin-top: -15px;
  margin-left: 5px;
  text-align: center;
  font-size: 18px;
  font-family: courier;
  font-weight: bold;
  text-shadow: 0px 0px 3px #c5bea0;
  background: #94855c;
  padding-top: 5px;
  border-left: 3px solid #371e1a;
  border-right: 3px solid #371e1a;
  border-top: 1px solid #371e1a;
  border-bottom: 1px solid #371e1a;
  box-shadow: 0px 0px 3px #000000;
  -moz-box-shadow: 0px 0px 3px #000000;
  -o-box-shadow: 0px 0px 3px #000000;
  -htm-box-shadow: 0px 0px 3px #000000;
  -webkit-box-shadow: 0px 0px 3px #000000;
}


/* PARTIE 4 */

 
.avatar_mess {
-webkit-transition: all 8s ease 8;
background: #272726;
box-shadow: 0 0 6px black;
display: block;
height: 320px;
margin-right: 10px;
overflow: hidden;
transform: all;
transition: 8s;
width: 200px;
}
.avatar_mess:hover {
-webkit-transition: all 8s ease 8;
transform: all;
transition: 8s;
width: 0;
}
.profil_mess {
-webkit-transition: all 8s ease 8;
background: #6B664E;
color: #C5BEA0;
display: block;
filter: alpha(opacity=0);
font-size: 11px;
height: 310px;
overflow: auto;
padding: 5px;
position: absolute;
transform: all;
transition: 8s;
width: 190px;
  opacity: 0;
}
.profil_mess:hover {
  opacity: 1;
-webkit-transition: all 8s ease 8;
filter: alpha(opacity=100);
transform: all;
transition: 8s;
}
.pseudo_mess
{
  display: block;
  position: relative;
  z-index: 2;
  width: 190px;
  margin-top: -15px;
  margin-left: 10px;
  text-align: center;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  text-shadow: 0px 0px 3px #c5bea0;
  background: #94855c;
  padding-top: 5px;
  border-left: 3px solid #371e1a;
  border-right: 3px solid #371e1a;
  border-top: 1px solid #371e1a;
  border-bottom: 1px solid #371e1a;
  box-shadow: 0px 0px 3px #000000;
  -moz-box-shadow: 0px 0px 3px #000000;
  -o-box-shadow: 0px 0px 3px #000000;
  -htm-box-shadow: 0px 0px 3px #000000;
  -webkit-box-shadow: 0px 0px 3px #000000;
}



/* -------------------QEEL------------------- */


.groupes a {
font-size:15px;
margin-left:10px;
  ont-family: Times New Roman;
ext-shadow: 0px 0px 4px #ffffff;
    letter-spacing: 0px;
}
  
.QEEL1 {
background-color : #e6f9e5;
width:590px;
text-align: center;
  margin-top:3px;
padding:5px;
}
.QEEL {
background-color : WHITE;
width:288px;
  padding:5px;
text-align: justify;
  height:240px;

}
.QEEL2 {
background-color : white;
  width:288px;
text-align: justify;
padding:5px;
  height:240px;
}

/* BARRE SCROLLBAR */

::-webkit-scrollbar {
  height: 3px;
  width: 10px;
  background-color: #FFFFFF; /* couleur de fond */
}
 
html > ::-webkit-scrollbar {
  width: 7px; /* largeur de la barre */
}
 
::-webkit-scrollbar-thumb {
  background: #a5ecaa; /* couleur de la barre qui se déplace */
  border-radius: 52px;  /* Arrondis */
}
 
::-webkit-scrollbar-track-piece {
  background-color: #FFFFFF; /* couleur de fond */
}

/* ---------------------TITRE CHATBOX------------------- */


#chatbox_header .cattitle strong { display: none; }
#chatbox_header .cattitle:before { content: " La chat Box Du Paradis #"; }
#chatbox_header .cattitle strong { visibility: hidden; }

 
/* PA */

/* Propriétés générales */
.block, .titre, .lien {
 
background-repeat: no-repeat;
  padding:5px;
background-position:center;
  background-color : #f0faf1;
box-shadow: 0px 0px 2px #7bb6ee;
}

.block, .lien {
  text-align: center;
  padding: 10px;
}


/* Images */
.block-partenaires img, .thumbnail > div {
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -htm-transition: opacity 1s;
    transition: opacity 1s;
}

.block-partenaires img {
  width: 99px;
  height: 41px;
  padding: 1px;
  
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
        
.block-partenaires img:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.thumbnail {
  position: absolute;
  z-index: 0;
  margin:1px;
}

.thumbnail:hover{
  background-color: transparent;
  z-index: 50;
}

.thumbnail > div {
  position: absolute;
  left: -2000px;
  padding: 5px;
  margin: auto;
  background-color: #EBEBEB;
  color: #EBEBEB;
  text-shadow: 0px 0px 8px #EBEBEB;
  border: #EBEBEB 1px solid;
  
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}

.thumbnail:hover > div {
  top: 0px;
  left: 0px;
  width: 99px;
  height: 41px;
  
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  
}


/* Liens */

.titrepa{
  text-align : center ;
font-size: 20px;
 color:#7994ed;
text-shadow: 1px 1px 0px #EBEBEB;
font-variant: small-caps;
padding-top: 3px;
padding-bottom: 3px;
font-weight: bold;
}

a.tstaff {
  display: block;
  text-align: center;
  margin-top: 95px;
}

.block a {
  text-decoration: none;
}

/* Blocs */
.block-welcome {
  height: 120px;
  overflow: auto;
  text-align: justify;
margin-left:10px;
  margin-right:10px;
  padding:5px;
}
 .block-staff {
  height: 120px;
  text-align: justify;
margin-left:10px;
  margin-right:10px;
  padding:5px;
}

.opacite {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
.opacite:hover {
    opacity: 1;
-moz-opacity: 1;
  filter: alpha(opacity=100);
}
.block-welcome {
  width: 400px;
}

.block-staff {
  width: 320px;
}

.block-staff table {
  margin: auto;
}

.block-staff td {
  width: 92px;
}

.block-partenaires, .block-nouveautes, .block-credits {  
  width: 220px;
  height: 110px;
  padding:5px;
margin-left:10px;
  margin-right:10px;
}

.block-partenaires > div, .block-nouveautes > div, .block-credits > div {
  width: 220px;  
  height: 98px;
}


/* Titres */
.titre {
  font-family: impact;
  font-size: 14px;
  padding: 4px;
  margin: auto;
  margin-bottom: 5px;
}

.titre-welcome {
  height: 130px;  
  width: 20px;  
  padding: 7px;
  margin-right: -4px;
  margin-top: 15px;
  text-align: center;
  
  border-right: 0px #EBEBEB solid;
}

.titre-staff {
  width: 130px;
  text-align: center;
}

.titre:hover {
  background: #f1d5f2;
  color: #f1d5f2;
  text-shadow: 0px 0px 8px #f1d5f2;
}

.titre-welcome:hover {
  background: #f1d5f2;    
  color: #f1d5f2;
  text-shadow: 0px 0px 8px #f1d5f2;
}


span.infoadmins {
  position: relative;
  text-decoration: none;
}
span.infoadmins span.bulle {
  display: none;
  font-size: 12px;
}
span.infoadmins:hover {
  background: none;
  z-index: 999;
  cursor: help;
}
span.infoadmins:hover span.bulle {
  display: inline;
  position: absolute;
left: -10px;
width; 150px;
top:10px;
  color: #7994ed;
background-color : #EBEBEB;
  border : 2px solid #7994ed;
  padding: 3px;
  -moz-border-radius: 5px;
}

span.infoadmins span.bulles {
  display: none;
  font-size: 10px;
}

span.infoadmins:hover span.bulles {
  display: inline;
  position: absolute;
left: 50px;
width; 150px;
top:0px;
  color: #7994ed;
background-color : #EBEBEB;
  border : 2px solid #7994ed;
  padding: 3px;
  -moz-border-radius: 5px;
}

.menunav {
width: 210px;
  padding:2px;
  background-color:#E1D8CD;
    border-left : 2px solid #7994ed;
      border-right : 2px solid #7994ed;
}
.menunav:hover {
  width: 210px;
  background-color:#EBEBEB;
    color: #E2E8EB;
  letter-spacing:1px;
      border-left : 2px solid #7994ed;
      border-right : 2px solid #7994ed;
}

/* Tableau accueil */

.minimenu {
position: fixed;
top: 40px;
right: -150px;
height: 600px;
}

/* ------------------ CATÉGORIES -------------------- */

/* TABLE CATÉGORIES */
.forumline.tfa{
background: #ffffff; /* Fond Des catégories */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-bottom: 5px;
}
/* TITRE CATÉGORIE */
.secondarytitle, .secondarytitle h2 {
    letter-spacing: -18px;
  font-family: georgia;
  font-size: 15px;
  text-transform:uppercase;
color:#e0abff /* Couleur des titres */ ;
    letter-spacing: -1px;
  margin-left:150px;
-webkit-transition: all 15s ease; /* pour navigateur webkit */
-moz-transition: all 1s ease; /* pour navigateur mozilla */
-o-transition: all 1s ease; /* pour navigateur opera */
transition: all 15s ease; /* pour les navigateurs récents */
}
/* TITRE CATÉGORIE AU SURVOL */
.secondarytitle:hover, .secondarytitle h2:hover {
color: #d199f2;
}
/* TITRE FORUM */
.forum_titre{
float: left;
width: 70%;
  margin-top:10px;
margin-bottom: -150px;
padding: 0;
}
span .forumlink{
position: relative;
top: -5px;
left: 18px;
display: bock;
width: 90%;
}
.forumlink {
font: 14px Arial;
color: #e5adf0;
-webkit-transition: all 1s ease; /* pour navigateur webkit */
-moz-transition: all 1s ease; /* pour navigateur mozilla */
-o-transition: all 1s ease; /* pour navigateur opera */
transition: all 1s ease; /* pour les navigateurs récents */
}
/* TITRE FORUM AU SURVOL */
.forumlink:hover{
font-size: 20px;
color: #d6aaeb;
}
.forum_titre{

}
.forum_titre:hover{

}

/* DESCRIPTION */
.tfa_description{
  text-align:justify;
position: relative;
margin: auto;
  width:600px;
border-radius: 10px;
border-top: none;
}
.descri{
  width:500px;
  background: #eadfed;
  border-radius:20px;
}
.modo{
width: 98%;
margin: auto;
margin-top: 3px;
}
/* DERNIERS MESSAGES */
.derniers_tfa_messages{
  width:140px;
  text-align:center;
position: relative;
margin: auto;
  padding-top:-100px;
padding-bottom:3px;
  margin-bottom:-10px;
background: #ebd5f5;
border-radius: 15px;
border-top: none;
  border-left: 2px solid white;
}
.derniers_tfa_messages .gensmall.tfa{
width: 96%;
margin: auto;
display: block;
margin: 0 auto 5px;
}
/* ICONES NEW - NO NEW - CLOS */
.icone_tfa_cat{
position: relative;
width: 100%;
text-align: center;
top: -30px;
  margin-bottom:-30px;
}

/* LIENS SOUS-FORUMS */
.sousforum {
width:120px;
  padding-top:3px;
  padding-bottom:3px;
background: #837C6C;
border-radius:10px 0px 0px 10px;
text-align:center;
position: relative;
margin-left:-160px;
  border-top: none;
font: 10px Arial;
}

/* LIENS SOUS-FORUMS AU SURVOL */
.tfa_sous_forum a.gensmall:hover{
color:#496e7f;
}
a.forumlink:link, a.forumlink:visited {
margin-bottom:-200px;
  margin-top:5px;
font-family: georgia;
font-size:18px;
text-transform:uppercase;
color:#FFAE6D;
    letter-spacing: -1px;
text-shadow:#000000 1px 1px 1px;
word-spacing:2px;
vertical-align:top;
margin-left:80px;
    -moz-transition-property: color, background-color;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
}
a.forumlink:hover {
color:#496e7f;
}

.forumline{
border-bottom: 6px #fae335 solid;
border-top: 6px #d199f2 solid;
border-right: 1px #fae335 solid;
border-left: 1px #d199f2 solid;}
/* Fin Catégorie */


/* FICHE (C) SUNHAE */
.titre{
  width: 290px;
  font-family: 'Lobster', cursive;
  color:#C6151D;
  text-align: center;
  font-size: 25px;
  margin: 0 auto;
  text-shadow:1px 1px 0px #000000;
  margin-top: -30px;
  position: absolute;
}

.avatar{
  background-color: #2B2B2E;
 width: 200px;
  height: 437px;
  border: none;
}

.imgfiche{
  width: 100px;
 height: 100px;
 background-color: #2B2B2E;
  margin-right: 5px;
}

.cadrehaut{
  color: #D7D7D9;
 text-align: center;
  background-color: #2B2B2E;
 width: 530px;
 height: 25px;
 font-family: 'Lobster', cursive;
  color:#C6151D;
  font-size: 35px;
  text-shadow:1px 1px 0px #000000;
  transform:rotate(2deg);
 -ms-transform:rotate(2deg);
 -moz-transform:rotate(2deg);
 -webkit-transform:rotate(2deg);
 -o-transform:rotate(2deg);
  margin: auto;
}

.grosbloc{
  color: #D7D7D9;
 background-color: #2B2B2E;
 width: 315px;
  height: 290px;
  padding: 3px;
  overflow: auto;
  vertical-align:top;
}

.blocbas{
  color: #D7D7D9;
 background-color: #2B2B2E;
  width: 535px;
  height: 200px;
  padding: 3px;
  overflow: auto;
  vertical-align:top;
  margin-top: 20px;
}


Dernière édition par liziiee003 le Dim 15 Sep 2013 - 11:35, édité 1 fois
liziiee003

liziiee003
**

Féminin
Messages : 61
Inscrit(e) le : 09/05/2013

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

Résolu Re: Problème catégorie .

Message par Matriochka Lun 9 Sep 2013 - 10:36

Bonjour,

Impossible de t’aider avec une si petite capture. Il faudrait au moins une capture plus grande ou bien un lien vers la page concernée, afin que l’on puisse savoir quel est l’endroit concerné précisément.
avatar

Matriochka
Membre actif

Messages : 7604
Inscrit(e) le : 14/07/2010

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

Résolu Re: Problème catégorie .

Message par liziiee003 Mar 10 Sep 2013 - 16:46

Rebonjour .

Merci de votre réponse Smile
Voici une capture de une catégorie , toutes les autres catégorie sont comme sa .
Problème catégorie . 3918122buhhhh
A coter j'ai un autre soucis mais je sais que nous n'avons pas le droit de poster 2 problèmes en meme temps , donc je le fait pas :B

Le titre de chaque catégorie est placer dans la déscription , a la place d'être un petit peu en haut .

Mon forum est en construction & change de design , donc j'ai a chaque fois des petits soucis ♥

Voila merci de votre aide ^^
liziiee003

liziiee003
**

Féminin
Messages : 61
Inscrit(e) le : 09/05/2013

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

Résolu Re: Problème catégorie .

Message par liziiee003 Mer 11 Sep 2013 - 15:07

Up ♥
liziiee003

liziiee003
**

Féminin
Messages : 61
Inscrit(e) le : 09/05/2013

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

Résolu Re: Problème catégorie .

Message par liziiee003 Ven 13 Sep 2013 - 18:24

UUPPPPP !!! Please ;(
liziiee003

liziiee003
**

Féminin
Messages : 61
Inscrit(e) le : 09/05/2013

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

Résolu Re: Problème catégorie .

Message par MasDan Sam 14 Sep 2013 - 0:36

Bonjour,

Sans accès à la page où se situe le problème, il est quasi impossible de trouver le problème.

Mais s'il y avais un lien de disponible vers la page, la première chose que je regarderais c'est si le problème n'est pas causé par le margin ou le padding.
MasDan

MasDan
Membre habitué

Masculin
Messages : 1538
Inscrit(e) le : 24/05/2011

http://projetAumMdn.forumactif.com
MasDan a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème catégorie .

Message par liziiee003 Sam 14 Sep 2013 - 16:19

Ses quoi sa ? o_o
Des templates ? o_o

Ses juste a l'acceuil de mon forum , comme sur tout les forums il a les catégories , elle se présente comme l'image que je vous est montrer , pour chaque catégorie .
Dès que vous cliquer sur le forum , il na aucun problème , ses juste a l'acceuil ..
liziiee003

liziiee003
**

Féminin
Messages : 61
Inscrit(e) le : 09/05/2013

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

Résolu Re: Problème catégorie .

Message par MasDan Dim 15 Sep 2013 - 6:57

Bonjour,

Le margin et le padding sont des propriétés (CSS).

Pour les invités, les catégories ne sont pas visibles (voir la capture suivante).
Problème catégorie . Paradi10

S'il y avait une ou deux catégories visibles aux invités cela nous permettraient d'identifier le problème et de faire des suggestions pour le corriger.

Pour cela, rendez-vous au panneau d'administration,
- onglet Géneral, premier bloc à gauche  forum/catégorie et forums
- onglet catégories et forums , cliquer sur l'icône perms pour la catégorie que vous voulez modifier
- pour les invités, cocher voir le forum.
- N'oubliez d'enregistrer les modifications.  :enreg: 
Problème catégorie . Captur12
MasDan

MasDan
Membre habitué

Masculin
Messages : 1538
Inscrit(e) le : 24/05/2011

http://projetAumMdn.forumactif.com
MasDan a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème catégorie .

Message par liziiee003 Dim 15 Sep 2013 - 11:34

Je change de catégories xD
Celle que j'ai trouver et beaucoup plus jolie .
liziiee003

liziiee003
**

Féminin
Messages : 61
Inscrit(e) le : 09/05/2013

http://leparadisdugraphisme.forumactif.org/
liziiee003 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