Mettre les liens et le pseudo en minuscule

2 participants

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

Résolu Mettre les liens et le pseudo en minuscule

Message par Jessmercu Dim 12 Mai 2013 - 19:42

Bonjour à vous !

Depuis maintenant 1heure je cherche ou j'ai fait une bêtise avec mon CSS, je n'arrive pas à mettre mes liens et le pseudo en minuscule. Pouvez-vous m'aider s'il vous plait

Voilà mon CSS

Code:
a.forumlink:before { content: "♔ "; }

-RETRAIT : ce CSS pose de nombreux problèmes - { display: none; } /*Supprimer le éditer . fois par .*/

        .selectCode { float:right; text-transform: capitalize; cursor:pointer; }

#chatbox_header .cattitle strong { display: none; }
#chatbox_header .cattitle:before { content: "Love Box"; }
#chatbox_header .cattitle strong { visibility: hidden; } 

/* ENLEVER TOUS LES SOULIGNEMENTS */
       
        a:hover{text-decoration: none !important;}
        a {text-decoration: none !important;}
        a:link {text-decoration: none;}
        a:visited {text-decoration: none;}


        /* JUSTIFICATION ET MARGE AUTO */
       
        .postbody {
            padding-left: 15px;
            padding-right: 15px; }

.forumline
{
  width: 98%;
  margin: auto;
}
table
{
  width: 98%;
  margin: auto;
}
a.nav img
{
width: 200px;
}

a {font-variant: small-caps;}
.forumline{-moz-border-radius:15px;}
.bodyline {-moz-border-radius:40px;}

.titre2 { text-transform: capitalize;
  letter-spacing: -3px;
  font-family: times new roman;
  font-style: italic;
  text-align: center;
  font-size: 50px;
  color: #9BA96E;
 }

.arthur {
  height: 140px;
  border: 3px solid #9BA96E; /* couleur des bords */
 
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    text-align:justify;
  line-height: 12px;
  background-color: #E1D3A6; /* couleur du fond */
}

.jess {font-family: georgia;
font-size: 9px;
  color: #E8AFA0;
}

/* TITRE GAUCHE */
.tfa_th1{
  background-color: #ebf8ef; repeat-x top left ;
  height : 32px;
  border : 1px solid #9BA96E;
  border-right: 0;

}
/* TITRE DROITE (derniers sujets) */
.tfa_th2{
  background-color: #ebf8ef; repeat-x top left;
  height : 32px;
  border : 1px solid #9BA96E;
  border-left: 0;
 
}
/* CONTIFURATION DU TEXTE DES TITRES GAUCHE ET DROITE */
.tfa_th1, .tfa_th2{
  color:  #9BA96E;
  font: 14px Georgia;
 
}
.tfa_th1:first-letter, .tfa_th2:first-letter{
  color:  #707A4F;
  font: Italic 18px Georgia;
  text-shadow: 0 1px 1px #292E1B;
}
/* CONFIGURATION DES DIVERSES BORDURES */
.row_tfa{
  border-left: 1px solid #9BA96E;
}
.row1.tfa, .row3.tfa{
  border-left: 1px solid #9BA96E;
  border-right: 1px solid #9BA96E;
}
.forumline.tfa tr.tfa_tr{
 
    background-color: #F6F8E0;
  border-left: 1px solid #9BA96E;
  border-right: 1px solid #9BA96E;
}

/* DESCRIPTION */
.list_descrip{
  background:#ebf8ef;
  padding: 7px;
  border : 1px solid #E1D3A6;
}
/* TITRE-LIEN DU TOPIC */
a.topictitle, a.topictitle:link{
  font: Italic 13px georgia;
  color: #180013;
  text-shadow: 0 1px 1px #292E1B;
  text-decoration: none;
  font-weight: normal;
}
/* TEXTE AVANT PSEUDO */
h2.topic-title .name {
  color: #9BA96E;
  font-size: 09px;
}
/* CELLULE CONTENANT LES DERNIERS SUJETS */
.row2.tfa{
  border-left: 2px dotted #DCDDBE;
  border-right: 1px solid #9BA96E;
  padding-left: 6px;
}
/* DERNIERS SUJETS */
.postdetails.tfa {
  display:block;
  color: #9BA96E;
  font: normal 11px georgia;
  background :#ebf8ef;
  padding: 3px;
  border : 1px solid #9BA96E;
}
/* CHIFFRES DESCRIPTION */
.chiffres{
  color: #707A4F;
  font-weight: bold;
  text-shadow: 0 1px 0 #000;
}
/* BAS DES SUJETS */
.catBottom.tfa{
  background-color: #ebf8ef;  repeat-x top center;
  height: 26px;

 }
/* SUPPRESSION D EVENTUEL FOND */
.forumline.tfa .row1, .forumline.tfa .row2, .forumline.tfa .row3, .forumline.tfa .row3Right{
  background-color: transparent;
}


/* BLOC PRINCIPAL */

#boite0{
position: absolute; /* position de boite */
top: 200px; /* position à partir du haut */
right: 10px; /* position à partir de la droite */
width: 170px; /* largeur de la boite */
background:#F6F8E0; /* couleur de fond */
padding: 8px; /* marge intérieur */
-moz-border-radius:6px; /* coins arrondis */
-webkit-border-radius:6px; /* coins arrondis */
border-radius:6px; /* coins arrondis */
  text-decoration: none;
    box-shadow: 0px 0px 10px #ebf8ef;
  -moz-box-shadow: 0px 0px 10px #ebf8ef;
  -o-box-shadow: 0px 0px 10px #ebf8ef;
  -htm-box-shadow: 0px 0px 10px #ebf8ef;
  -webkit-box-shadow: 0px 0px 10px #ebf8ef;
}

/* TITRE */

#boite0 h1{
background:#9BA96E; /* couleur de fond */
color:#F6F8E0; /* couleur de la police */
font: 11px bold Lovers Quarrel cursive; /* configuration police */
text-align : center; /* alignement du texte */
padding: 6px; /* marge intérieure */
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 */
}

/* PARAGRAPHE */

#boite0 p{
text-align: justify; /* alignement du texte */
color:#9BA96E; /* couleur du texte */
font-size:11px; /* taille du texte */
background:#ebf8ef; /* couleur du fond */
padding: 6px; /* marge intérieure */
-moz-border-radius:6px; /* coins arrondis */
-webkit-border-radius:6px; /* coins arrondis */
border-radius:6px; /* coins arrondis */
  text-decoration: none;
 
}

/* BLOC PRINCIPAL 1 */

#boite2{
position: absolute; /* position de boite */
top: 200px; /* position à partir du haut */
left: 10px; /* position à partir de la droite */
width: 200px; /* largeur de la boite */
background:#F6F8E0; /* couleur de fond */
padding: 8px; /* marge intérieur */
-moz-border-radius:6px; /* coins arrondis */
-webkit-border-radius:6px; /* coins arrondis */
border-radius:6px; /* coins arrondis */
  text-decoration: none;
    box-shadow: 0px 0px 10px #ebf8ef;
  -moz-box-shadow: 0px 0px 10px #ebf8ef;
  -o-box-shadow: 0px 0px 10px #ebf8ef;
  -htm-box-shadow: 0px 0px 10px #ebf8ef;
  -webkit-box-shadow: 0px 0px 10px #ebf8ef;
}

/* TITRE */

#boite2 h1{
background:#9BA96E; /* couleur de fond */
color:#F6F8E0; /* couleur de la police */
font: 11px bold  /* configuration police */
text-align : center; /* alignement du texte */
padding: 6px; /* marge intérieure */
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 */
}

/* PARAGRAPHE */

#boite2 p{
text-align: justify; /* alignement du texte */
color:#9BA96E; /* couleur du texte */
font-size:11px; /* taille du texte */
background:#ebf8ef; /* couleur du fond */
padding: 6px; /* marge intérieure */
-moz-border-radius:6px; /* coins arrondis */
-webkit-border-radius:6px; /* coins arrondis */
border-radius:6px; /* coins arrondis */
  text-decoration: none;
}

/*catégorie*/
.cate_titre
{
  width: 98%;
  margin: auto;
  text-align: center;
}
.categorie
{
  width: 98%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ebf8ef;
  border-top: 3px solid #9BA96E;
  border-bottom: 1px solid #9BA96E;
  border-right: 1px solid #9BA96E;
  border-left: 1px solid #9BA96E;
  box-shadow: 0px 0px 5px #ebf8ef;
  -moz-box-shadow: 0px 0px 5px #ebf8ef;
  -o-box-shadow: 0px 0px 5px #ebf8ef;
  -htm-box-shadow: 0px 0px 5px #ebf8ef;
  -webkit-box-shadow: 0px 0px 5px #ebf8ef;
}
.forum
{
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #F6F8E0;
  border: 1px dotted #9BA96E;
  padding: 2px;
}
.forumlink
{
  display: block;
  width: 400px;
text-transform: lowercase;
  letter-spacing: 2px;
  padding-left: 20px;
  text-shadow: 1px 1px 0px #color: #9BA96E;;
}
.forumlink a
{letter-spacing: 3px;
    font-size: 16px;
  border-bottom: 2px dotted #9BA96E;
}
.description
{
  display: block;
  width: 400px;
  margin: auto;
  font-size: 11px;
  text-align: justify;
  color: #9BA96E;
}
.illu
{
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #9BA96E;
  background: #9BA96E;
  padding: 5px;
  width: 50px;
  height: 50px;
}

.stats_last
{
  display: block;
  width: 150px;
  margin: auto;
  background-color: #ebf8ef;
  padding: 10px;
  border: 1px dotted #DCDDBE;
}
.stats
{
  display: block;
  text-align: center;
  font-size: 10px;
  color: #707A4F;
  border-bottom: 1px solid #707A4F;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.last
{
  display: block;
  text-align: center;
  font-size: 11px;
}
.sous_forum
{
  display: block;
  width: 98%;
  margin: auto;
 background-color: #ebf8ef;
  padding: 2px;
  text-align: center;
}

/*boites côtés*/
/* BLOC PRINCIPAL */

#boite{
position: absolute; /* position de boite */
top: 200px; /* position à partir du haut */
right: 10px; /* position à partir de la droite */
width: 170px; /* largeur de la boite */
background: #E1D3A6; /* couleur de fond */
padding: 8px; /* marge intérieur */
-moz-border-radius:6px; /* coins arrondis */
-webkit-border-radius:6px; /* coins arrondis */
border-radius:6px; /* coins arrondis */
  text-decoration: none;
    box-shadow: 0px 0px 10px #9BA96E;
  -moz-box-shadow: 0px 0px 10px #9BA96E;
  -o-box-shadow: 0px 0px 10px #9BA96E;
  -htm-box-shadow: 0px 0px 10px #9BA96E;
  -webkit-box-shadow: 0px 0px 10px #9BA96E;
}

/* TITRE */

#boite h1{
  background: #9BA96E; /* couleur de fond */
color:#DCDDBE; /* couleur de la police */
font: 11px bold Lovers Quarrel cursive; /* configuration police */
text-align : center; /* alignement du texte */
padding: 6px; /* marge intérieure */
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 */
}

/* PARAGRAPHE */

#boite p{
text-align: justify; /* alignement du texte */
color:#9BA96E; /* couleur du texte */
font-size:11px; /* taille du texte */
background: #DCDDBE; /* couleur du fond */
padding: 6px; /* marge intérieure */
-moz-border-radius:6px; /* coins arrondis */
-webkit-border-radius:6px; /* coins arrondis */
border-radius:6px; /* coins arrondis */
  text-decoration: none;
 
}

/* BLOC PRINCIPAL 1 */

#boite1{
position: absolute; /* position de boite */
top: 200px; /* position à partir du haut */
left: 10px; /* position à partir de la droite */
width: 200px; /* largeur de la boite */
background: #E1D3A6; /* couleur de fond */
padding: 8px; /* marge intérieur */
-moz-border-radius:6px; /* coins arrondis */
-webkit-border-radius:6px; /* coins arrondis */
border-radius:6px; /* coins arrondis */
  text-decoration: none;
    box-shadow: 0px 0px 10px #9BA96E;
  -moz-box-shadow: 0px 0px 10px #9BA96E;
  -o-box-shadow: 0px 0px 10px #9BA96E;
  -htm-box-shadow: 0px 0px 10px #9BA96E;
  -webkit-box-shadow: 0px 0px 10px #9BA96E;
}

/* TITRE */

#boite1 h1{
background: #9BA96E; /* couleur de fond */
color:#DCDDBE; /* couleur de la police */
font: 11px bold  /* configuration police */
text-align : center; /* alignement du texte */
padding: 6px; /* marge intérieure */
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 */
}

/* PARAGRAPHE */

#boite1 p{
text-align: justify; /* alignement du texte */
color:#9BA96E; /* couleur du texte */
font-size:11px; /* taille du texte */
background: #DCDDBE; /* couleur du fond */
padding: 6px; /* marge intérieure */
-moz-border-radius:6px; /* coins arrondis */
-webkit-border-radius:6px; /* coins arrondis */
border-radius:6px; /* coins arrondis */
  text-decoration: none;
}
/*fin boites*/

/*message*/
.postbody {
    padding-left: 05px;
    padding-right: 05px;
    text-align:justify;
 
}
/*finmessage*/


/*profil*/

/* IMAGE DU HAUT */
.haut_profil{
background: url(http://img11.hostingpics.net/pics/307131hautamm.png) no-repeat transparent;
width: 210px;
height: 46px;
margin: 0 auto;
padding: 0;
}
/* IMAGE DU CENTRE */
.centre_profil{
background: url(http://img11.hostingpics.net/pics/412997milieuamm.png) repeat-y transparent;
width: 210px;
margin: 0 auto;
padding: 0;
}
/* IMAGE DU BAS */
.bas_profil{
background: url(http://img11.hostingpics.net/pics/344634basamm.png) no-repeat transparent;
width: 210px;
height: 46px;
margin: 0 auto;
padding: 0;
}

/* PSEUDO */
.haut_profil .name{
display: block;
width: 96%;
margin: 0 auto;
padding: 7px 0 0 0;
font: 17px Quintessential;
text-align: center;
text-transform: lowercase;
}

/* CONTENU DU PROFIL */
.centre_profil .postdetails.poster-profile{
display: block;
width: 190px;
margin: 0 auto;
padding: 5px 0;
font-size: 10px;
border-top : 3px solid #9BA96E ;
}
/*rang*/
.rang{
  border-top : 3px solid #9BA96E ;

}

/*flèche*/
/* bloc contenant les boutons */
.top_bottom{
position: fixed;
bottom: 240px;
right: 0px;
z-index: 999;
padding: 8px;
}

/* bouton haut */
.haut{
display: block;
width:18px;
height:22px;
background:url(http://i65.servimg.com/u/f65/11/95/30/70/2310.png) no-repeat 0 0;
}
/* bouton haut au survol */
.haut:hover{
background:url(http://i65.servimg.com/u/f65/11/95/30/70/2310.png) no-repeat 0 -22px;
}
/* bouton bas */
.bas{
display: block;
width:18px;
height:22px;
background:url(http://i65.servimg.com/u/f65/11/95/30/70/2412.png) no-repeat 0 0;
}
/* bouton bas au survol */
.bas:hover{
background:url(http://i65.servimg.com/u/f65/11/95/30/70/2412.png) no-repeat 0 -22px;
}

/*QEEL*/
/* BLOC PRINCIPAL DU QEEL */
#tfa_qeel{
  width: 96%;
  position: relative;
  margin: 10px auto;
  padding: 5px;
  background: #ebf8ef;
  border: 1px solid #9BA96E;
  box-shadow: 0 0 2px #9BA96E;
  font: 11px Arial;
  color: #9BA96E;
}
/*  TITRE DU QEEL */
#tfa_qeel h1{
  width: 100%;
  margin: 0 auto 6px;
  padding: 0;
  text-align: center;
  background: #F6F8E0;
  border: 1px solid #9BA96E;
  box-shadow: 0 0 1px #292E1B;
}
/* LIEN DU TITRE */
a.cattitle_qeel{
  font: Italic 22px Grand Hotel;
  color: #9BA96E;
  text-shadow: 0 1px 0 #292E1B;
  text-decoration: none;
}
/* BLOC CONTENU */
#bloc_tfa{
  position: relative;
  margin: 0;
  padding: 0;
}
/* BLOC GAUCHE CENTRE ET DROITE */
.bloc_qeel{
  position: relative;
  height: 180px;
  margin: 0;
  padding: 0;
  background: #F6F8E0;
  border: 1px solid #9BA96E;
  box-shadow: 0 0 1px #292E1B;
}
/* BLOC GAUCHE ET DROITE */
#gauche_qeel{
  width: 20%;
  float: left;
}
#droite_qeel{
  width: 20%;
  float: right;
}
/* BLOC CENTRE */
#centre_qeel{
  width: 58%;
  margin: 0 0.5%;
  float: left;
}
/* ---- PARTIE GROUPES ---- */
.tfa_groups{
  width: 100%;
  margin: 5px 0 0 0;
  padding:0;
  position: absolute;
  text-align: center;
  z-index: 2;
}
.tfa_groups a{
  display: block;
  width: 96%;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  text-align: center;
  font: 15px Georgia;
  margin: 2px auto;
  padding: 0;
  background: #ebf8ef;
  border: 1px solid #9BA96E;
  box-shadow: 0 0 1px #292E1B;
  text-shadow: 0 1px 0 #292E1B;
}


/* BLOC CONTENANT L IMAGE DU BAS */
.img_g_bas{
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}

/* ----- PARTIE STATISTIQUES ----- */
.tfa-stats{
  width: 96%;
  margin: auto;
  padding: 5px 0;
}
/* TITRE STATISTIQUES */
.tfa-stats h2{
  font: Italic 16px Georgia;
  color: #707A4F;
  text-shadow: 0 1px 0 #000; 
  width: 100%;
  margin: auto;
  padding: 0;
}
/* BLOC DE CONTENU DES STATISTIQUES */
.in_tfa-content{
  width: 100%;
  margin: auto;
  padding: 5px 0;
}
/* BLOC DU BAS */
#bas_block{
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
/* BLOC DE GAUCHE (en ligne) */
#bas_block_gauche{
  width: 49%;
  float: left;
  margin: 0;
  padding: 0;
}
/* BLOC DE DROITE (anniversaires) */
#bas_block_droite{
  width: 49%;
  float: right;
  margin: 0;
  padding: 0;
}
/* BLOC TRANSITION QEEL */
.bul-qeel{
  width: 98%;
  margin: 2px auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2px #fff;
  background: #F6F8E0;
  border: 1px solid #9BA96E;
  box-shadow: 0 0 2px #707A4F;
}
.bul_open{
  display: block;
  width: 100%;
  height: 74px;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  background: #F6F8E0;
  text-align: center;
  -webkit-transition: all 1.5s ease; /* pour navigateur webkit */
  -moz-transition: all 1.5s ease; /* pour navigateur mozilla */
  -o-transition: all 1.5s ease; /* pour navigateur opera */
  transition: all 1.5s ease; /* pour les navigateurs récents */
}
.bul-qeel:hover .bul_open{
  left: -100%;
}
.bul_open span{
  display:block;
  padding-top: 10px;
  text-align: center;
}
.in_q_bul{
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  font: 10px Georgia;
  width: 100%;
  height: 74px;
}
.haut_bul{
  width: 98%;
  height: 66px;
  font: 11px Georgia;
  margin: auto;
  padding: 3px 0;
  overflow-y: auto;
}
.haut_bul .row1, .haut_bul .gensmall, haut_bul .row1 .gensmall{
  font: 11px Georgia;
  color: #707A4F;
  background: transparent;
  border: none;
}
/* POUR TRANSITION A DROITE */
.buld-qeel{
  width: 98%;
  margin: 2px auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2px #fff;
  background: #F6F8E0;
  border: 1px solid #9BA96E;
  box-shadow: 0 0 2px #707A4F;
}
.buld_open{
  display: block;
  width: 100%;
  height: 74px;
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  background: #F6F8E0;
  text-align: center;
  -webkit-transition: all 1.5s ease; /* pour navigateur webkit */
  -moz-transition: all 1.5s ease; /* pour navigateur mozilla */
  -o-transition: all 1.5s ease; /* pour navigateur opera */
  transition: all 1.5s ease; /* pour les navigateurs récents */
}
.buld-qeel:hover .buld_open{
  right: -100%;
}
.buld_open span{
  display:block;
  padding-top: 10px;
  text-align: center;
}
.in_d_bul{
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  font: 10px Georgia;
  width: 100%;
  height: 74px;
}


Merci à vous ♥

http://little-ghost.forumactif.org/ voilà le lien


Dernière édition par Jessmercu le Dim 12 Mai 2013 - 22:43, édité 2 fois
avatar

Jessmercu
**

Messages : 94
Inscrit(e) le : 09/06/2010

http://fatedtosomething.forumgratuit.org/
Jessmercu a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Mettre les liens et le pseudo en minuscule

Message par [Nihil] Dim 12 Mai 2013 - 22:31

Peut tu éventuellement poster le lien du forum en question s'il te plait ?
Sinon, c'est normal que dans ton CSS on trouve du texte qui se promène non commenté O0 ?

Exemple :

Code:
a.forumlink:before { content: "♔ "; }

-RETRAIT : ce CSS pose de nombreux problèmes - { display: none; } /*Supprimer le éditer . fois par .*/

        .selectCode { float:right; text-transform: capitalize; cursor:pointer; }
[Nihil]

[Nihil]
Membre habitué

Messages : 1215
Inscrit(e) le : 10/12/2009

https://forum.forumactif.com
[Nihil] a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Mettre les liens et le pseudo en minuscule

Message par Jessmercu Dim 12 Mai 2013 - 22:35

Je viens de mettre le lien

J'ai oublié de retirer une partie du code mais certains ne sont pas commenté oui je sais car c'est des codes que j'utilise tout le temps pour la même chose.

Mais merci de me l'avoir fait remarquer je ferai le nécessaire.


Merci à toi =)
avatar

Jessmercu
**

Messages : 94
Inscrit(e) le : 09/06/2010

http://fatedtosomething.forumgratuit.org/
Jessmercu a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Mettre les liens et le pseudo en minuscule

Message par [Nihil] Dim 12 Mai 2013 - 22:40

Pour que tous tes liens soient en minuscule, il faut mettre
text-transform: lowercase;

Ce que tu as fait pour .forumlink. Le problème, c'est que tu as aussi défini :

Code:
a {
font-variant: small-caps;
}
[Nihil]

[Nihil]
Membre habitué

Messages : 1215
Inscrit(e) le : 10/12/2009

https://forum.forumactif.com
[Nihil] a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Mettre les liens et le pseudo en minuscule

Message par Jessmercu Dim 12 Mai 2013 - 22:43

Aaaaah qu'est-ce que je suis bête Rolling Eyes

mercii beaucoup =)
avatar

Jessmercu
**

Messages : 94
Inscrit(e) le : 09/06/2010

http://fatedtosomething.forumgratuit.org/
Jessmercu 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