Probléme de titre changement de couleur

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

Résolu Probléme de titre changement de couleur

Message par Our-dreams Sam 28 Mar 2015 - 20:00

Détails techniques


Version du forum : Inconnue
Poste occupé : Fondateur
Navigateur(s) concerné(s) : Mozilla Firefox
Capture d'écran du problème :
Voir l'image:

Personnes concernées par le problème : Moi uniquement
Problème apparu depuis : aujourd'hui
Lien du forum : http://secrets-de-rosewood.forumactif.org/

Description du problème

Bonjour , comme vous pouvez le voir j'ai un soucis avec mes titre je m'explique
Quand les membres de mon forum poste dans la categorie le titre ( la ou il ya la fleche au dessus de l'avatar devient violet )
et la où ils ne postent pas le titre est gris et j'aimerais qu'il reste gris et pas violet alors je vous donnes mon Css . Je vous remecies

Code:
/*--------------------------------- PA ---------------------------------*/

/* Fond */
.fondsgénéraux {
  background-color: #ffffff;
  width: 700px;
  padding: 15px;
  color: #767676;
}

.blocpa {
  width: 220px;
  padding: 15px;
  background-color: #351228;
}

.blocpa:hover {
  width: 220px;
  background-color: #351228;
  border-left: 2px solid #714A4A;
  border-right: 2px solid #714A4A;
}

/* Titres */
.titrePA1 {
  font-family: parisienne;
  font-size: 35px;
  color: #FE6D6D;
  z-index: 1px;
  position: relative;
}

.titrePA2 {
  font-family: parisienne;
  font-size: 25px;
  color: #F0F0F0;
  position: relative;
}

.titrePA2:hover {
  font-family: parisienne;
  font-size: 25px;
  color: #FE6D6D;
  position: relative;
}

.titrePA3 {
  font-family: parisienne;
  font-size: 25px;
  color: #FE6D6D;
  position: relative;
}

.titrePA3:hover {
  font-family: parisienne;
  font-size: 25px;
  color: #F0F0F0;
  position: relative;
}

/* Système onglets */
.paonglet {
  display: inline-block;
  cursor: pointer;
}

.contenu_paonglet {
  display: none;
  width: 250px;
  height: 360px;
  background-color: #351228;
}

.contenu_paonglet:hover {
  display: none;
  width: 250px;
  background-color: #351228;
  border-left: 2px solid #2F3C3E;
  border-right: 2px solid #2F3C3E;
}

/* Info-bulles staff */
.info {
  position: relative;
  z-index: 24;
  text-decoration: none;
}

d.info:hover {
  z-index: 25;
}
 
d.info span {
  display: none;
}
 
d.info:hover span {
  display: block;
  position: absolute;
  top: -2em;
 left: -2em;
  width: 120px;
  height: 50px;
  background-color: #1B1B1F;
  color: #16161A;
  text-align: center;
  font-weight: none;
}

/* Info-bulles prédef */
.info {
  position: relative;
  z-index: 24;
  text-decoration: none;
}
 
c.info:hover {
  z-index: 25;
}
 
c.info span {
  display: none;
}
 
c.info:hover span {
  display: block;
  position: absolute;
  top: -7.3em;
 left: -0.2em;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  background-color: #1B1B1F;
  color: #16161A;
  text-align: center;
  font-weight: none;
}

/* Images Prédef */
.imgPA {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

/* Images Staff */
.imgwidget {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: linear;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: linear;
  transition-duration: 1s;
  transition-timing-function: linear;
}

.imgwidget:hover {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* Top Sites */
.tops {
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  width: 40px;
}

.tops:hover {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 40px;
}

/*--------------------------------- FIN PA ---------------------------------*/
/***************************** QEEL *****************************/

        /* Fond du QEEL */
        .fond_qeel {
          background-color: #351228;
          width: 700px;
          border-radius: 25px;
          padding: 25px;
          position: relative;
          top: -7em;
          z-index: 1;
        }

        /* Mise en forme des blocs du QEEL */
        .bloc_qeel {
          background-color: #ffffff;
          color: #714A4A;
          text-align: center;
          border-radius: 25px;
          padding: 15px;
          font-size: 11px;
          position: relative;
          top:-2em;
        }

        /* Taille et position de la Pokéball */
        .img_qeel {
          position: relative;
          top: -4em;
          z-index: 2;
          width: 180px;
        }

        /*** SYSTEME D'ONGLETS ***/

        .qeelonglet {
      padding-left: 10px;
      padding-right: 10px;
      font-family: 'Parisienne', cursive;
      font-size: 15px;
      display: block;
    }
                 
        .qeelonglet_0 {
        }

        .qeelonglet_1 {
        }

        .contenu_qeelonglet {
          padding: 25px;
          display: none;
          width: 320px;
          height: 45px;
          overflow: auto;
          border-radius: 25px;
          position: relative;
          left: -1.5em;
          text-align: justify;
        }

        .contenu_qeelonglet a{
          text-decoration: none !important;
        }

        /***************************** FIN QEEL *****************************/
      /* --------------------------------- PROFIL --------------------------------- */

        .profilmasque {
          background-color: #EACFB8;
          width: 200px;
          padding: 10px;
          font-size: 11px;
          font-family: 'Voltaire', sans-serif !important;
        }

        .profil1 {
          width: 200px;
          font-size: 20px;
          font-family: 'Miniver', cursive;
          background-color: #EACFB8;
          border: none;
          color: #714A4A;
        }

        .profil {
          background-color: #EACFB8;
          padding: 10px;
          border-radius: 25px;
        }

        .rang {
          background-color: #714A4A;
          padding: 10px;
          width: 200px;
          text-align: center;
          color: #ffffff !important;
          font-size: 25px;
          font-family: 'Miniver', cursive;
        }

        .rang:hover {
          color: #714A4A !important;
        }

        .avatar_profil {
          width: 200px;
          height: 400px;
          opacity: 0.5;
        }

        .avatar_profil:hover {
          opacity: 1;
        }

        .bloc_pseudo {
          padding: 10px;
          width: 200px;
          position: relative;
          left: 1em;
          text-align: center;
          color: #ffffff;
          font-size: 25px;
          font-family: 'Miniver', cursive;
        }

        .pseudo_profil {
          font-family: 'Finger Paint', cursive;
          font-size: 25px !important;
          text-align: center;
        }

        .details_profil {
          background-color: #714A4A;
          padding: 10px;         
          padding: 10px;
          width: 200px;
          width: 200px;
          height: 80px;
          overflow: auto;
          text-align: justify;
          color: #ffffff !important;
          font-size: 11px;
          font-family: 'Voltaire', sans-serif !important;
        }

        /* --------------------------------- FIN PROFIL --------------------------------- */
      /*********** CODE DES CATEGORIES par PHANTASMAGORIA SUR PRD ********/
    .modifcat {
    background-color: #714A4A;
    padding-bottom: -10px; margin-bottom: 5px;}

    .catégoz{
    position : relative ;
    top : 70px ;  transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -khtml-transform: rotate(0deg);}

    .catégoz h2 { font-size: 17px; font-family: Georgia; text-shadow: 0px 0px 2px #351228;
    text-transform: uppercase; color: #351228; letter-spacing: -1px;}

    .statdescrip {
    padding: 20px 5px 5px 5px; border-radius: 10px;
    -webkit-border-radius: 10px;}

    .fond_global_cat { background-color: #351228; margin-left: 10px; margin-right: 10px; width: 760px;
    padding-bottom: 1px; border: 1px solid #ffffff; margin-bottom: 1px;}
          .descrip_bloc {
            font-size: 9px;
            text-align: justify;
        }

    .stat_general {

    padding: 5px;
    height:70px; width: 160px; font-size: 9px; border-radius: 10px;
    -webkit-border-radius: 10px;}

    .stat1 {
    padding: 2px; color: #351228; letter-spacing: -2px; font-size: 13px; border-bottom: 1px solid #FFffff;
    font-family: Georgia;}

    .forumdesc1 {
    text-align: center;
    padding: 5px; border-radius: 10px;
    -webkit-border-radius: 10px;}

    .sousfofo {

    padding-top: -15px; padding-bottom : 9px; text-align: center; height: 10px; border-top: 2px solid #ffffff;  }

    .sousfofo a {
    color: #ffffff;
    font-family: Georgia;
    font-size: 10px; text-transform : uppercase; padding-top: -5px; }

    .sousfofo a:hover {
    color: #ffffff;
    padding: 2px; font-family: Georgia;
    text-shadow: 0px 0px 2px solid #351228; font-size: 10px; text-transform : uppercase; }

    .forumtitre a {
    display:inline-block;
    font-size: 25px;
    color: #ffffff margin-bottom: -35px;
    text-decoration: none;
    font-family: Georgia;
    padding-left: 30px; letter-spacing: -4px; -moz-transition: all 1s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s; }

    /* Personnalisation titre - lien survolé */
    .forumtitre  a:hover, .forumtitre  a:active {
    color:#351228;  letter-spacing: 5px;
    font-size: 25px;
    text-decoration: none;
    font-family: Georgia;}

                /************** FIN DES CODES ********************/

----------------------------------- Code avatar membres ---------------------------
        .mini_ava {
          float: left;
        }
        .mini_ava img {
          width: 40px;
          height: 40px;
          margin: 0 5px;
          border-radius: 10px;
          transition: all 2s;
          -moz-transition: all 2s;
          -webkit-transition: all 2s;
          -o-transition: all 2s;
        }
        .mini_ava img:hover
        {
          width: 80px;
        height: 80px;
        }
        .lastpost-avatar {
        float: left;
        padding: 2px;
        }
        .lastpost-avatar img {
        width: 38px;
        height: 38px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        }
        .forumline {
        background-color: #fff;
        border: 2px # solid;
        padding: 5px;
        }
        div.lastpost-avatar {
            float: none;
            padding: 0px; /*marge autour de l'avatar*/
            width: 100px;  /*même largeur que la largeur max de l'avatar*/
            text-align: center; /*pour center l'image*/
        }
        .lastpost-avatar img {
            width: auto;
            height: auto;
            max-width: 100px; /*largeur max avatar dernier posteur*/
            max-height: 100px;  /*hauteur max avatar dernier posteur*/
        }


Dernière édition par Our-dreams le Dim 29 Mar 2015 - 21:12, édité 1 fois
Our-dreams

Our-dreams
**

Messages : 74
Inscrit(e) le : 27/03/2014

Our-dreams a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Probléme de titre changement de couleur

Message par Invité Sam 28 Mar 2015 - 21:27

bonsoir rajouter ceci dans votre css ,
code du lien visiter(visited= a était visiter) , qui prendra la couleur du lien normal(link=lien-actif) .non visiter
je sait pas si je suis bien clair la !! bref tenter ce code
Code:
a:visited {
  color: #5c5656;
}
cdl.
Anonymous

Invité
Invité


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

Résolu Re: Probléme de titre changement de couleur

Message par Our-dreams Dim 29 Mar 2015 - 21:11

Ca fonctionne merci
Our-dreams

Our-dreams
**

Messages : 74
Inscrit(e) le : 27/03/2014

Our-dreams 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