Enlever le gras des noms d'utilisateurs

3 participants

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

Résolu Enlever le gras des noms d'utilisateurs

Message par yoko_aime_le_chocolat Mar 22 Mar 2011 - 15:46

    Bonjour =)

    Je crois que tout est dans le titre : j'aimerai enlever le gras des noms d'utilisateurs sur mon forum. J'ai tenté d'enlever la balise "Strong" dans les templates et rien.

    Help T-T


Dernière édition par yoko_aime_le_chocolat le Mer 23 Mar 2011 - 19:01, édité 1 fois
avatar

yoko_aime_le_chocolat
**

Féminin
Messages : 70
Inscrit(e) le : 15/07/2009

http://orphelinat-orion.forumactif.org/
yoko_aime_le_chocolat a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Enlever le gras des noms d'utilisateurs

Message par Anzu Mar 22 Mar 2011 - 15:47

Bonjour ^^

Pourrais je avoir le code de votre css ?

Cordialement.
Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

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

Résolu Re: Enlever le gras des noms d'utilisateurs

Message par yoko_aime_le_chocolat Mar 22 Mar 2011 - 16:41

    Je vois pas pourquoi mais tant pis xD

    Le voici :

    Code:
    /* ********** ASCENSEUR ********** */
    .ascenseur {
    position: fixed; /*--- Cette ligne permet de toujours afficher l'ascenseur à l'écran ---*/
    bottom: 5px; /*--- On le place à 50 px du haut de l'écran ---*/
    right: 0px; /*--- On le place à 0px de la gauche de l'écran ---*/
    }

    /* ********** QUOI DE SPÉCIAL? ********** */

    body { cursor: crosshair }
    a:hover { cursor:ne-resize; }
    u{border-bottom: 1px double;border-color:#4e87c8;
    -moz-border-radius:6px;}




    name{
        font-size : 11px;
        color : #becad1;
    font-weight: normal;
       }



    .profilmasque /*ceci s'appliquera sur le bouton et le profil masqué*/
    {background-color: #15171C;
    border-left: 3px solid #BFD775;
    border-right: 3px solid #BFD775;
    font-size: 9px;
    letter-spacing: 1px;}

    .profil1/*ceci s'appliquera au bouton*/
    {width: 200px;
    background-image: url('http://i72.servimg.com/u/f72/13/02/95/50/dernie10.png');
    font-size: 9px;
    letter-spacing: 1px;
    border: 0px solid grey;
    }




    b{border-bottom:none; color:#e59e54;
    text-shadow: #00
    0000 1px 1px 2px;
    }

    a:hover{
    letter-spacing : 1px;
    }

    strike{border-bottom:none; color:#8fc7bd;
    text-shadow: #000000 1px 1px 2px;}


    blink{border-bottom:none; color:#9fbc4c;
    text-shadow: #000000 1px 1px 2px;}

    body { cursor: crosshair }
    a:hover { cursor:ne-resize; }




    /* ********** BANDEAU ********** */

    .bandeau {
    -moz-border-radius: 7px 7px 7px 7px;
    background-color: #transparent;
    border-bottom: 1px solid #9A4E4D;
    color: #DB216E;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 1px;
    display:block;
    text-align: center;
    text-decoration: shadow !important;
    text-shadow: black 1px 1px 2px;
    }


    .bandeau:hover {
    -moz-border-radius: 7px 7px 7px 7px;
    background-color: #transparent;
    border-bottom: 1px solid #DB216E;
    color: #9A4E4D;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 1px;
    display:block;
    text-align: center;
    text-decoration: shadow !important;
    text-shadow: black 1px 1px 2px;
    letter-spacing : 3px;
    }

    /* ********** OPACITÉ ********** */

    .blabla {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;opacity: 0.5;
    }

    .blabla:hover {
    filter:alpha(opacity=100);
    -moz-opacity:1;opacity: 1;
    }


    /* ********** HUHU...HEIN? ********** */

    .titrehead {
    background-color : #transparent; /* la couleur du fond */
    -moz-border-radius : 9px; /* pour arrondir les bords ( Firefox ) */
    font-variant  :small-caps; /* pour mettre les lettres en majuscules */
    color : #DB216E; /* Couleur du texte */
    }

    .lienhead:hover {
    background-color : #transparent ; */
    text-decoration : none!important; /* enlève le soulignement des liens */
    border-bottom : 1px dotted; /* bord du bas en pointillé */
    letter-spacing : 3px; /* espace les lettres de 3px */
    }

    /* ********** ONGLET ********** */

    .onglet
            {
                    display:inline-block;
                    margin-left:3px;
                    margin-right:3px;
                    padding:3px;
                    border:0px dashed white;
                    cursor:pointer;
            }
            .onglet_0
            {
                    background:#transparent;
                    border-bottom:0px dashed white;
            }
            .onglet_1
            {
                    background:#transparent;
                    border-bottom:0px dashed white;
                    padding-bottom:4px;
            }
            .contenu_onglet
            {
                    background-color:#transparent;
                    border:0px dashed white;
                    margin-top:-1px;
                    padding:5px;
                    display:none;
            }




    .forumline{
    background-color: #000000;
    border-bottom: 3px #000000 solid;
    border-top: 3px #000000 solid;
    border-right: 3px #000000 solid;
    border-left: 3px #000000 solid;}

    a.forumlink:hover{
    font-family:  serif;
    text-transform : uppercase;
    text-align: center;
    font-size: 100%;
    border-bottom: 5px solid #000000;
    color: #646B82;
    letter-spacing: 3px;
    display: block;
    -moz-border-radius:10px;
    background-color:#000000;
    -moz-border-radius: 10px 10px 0px 0px;
    }

    a.forumlink:link, a.forumlink:visited {
    font-family:  serif;
    text-transform : uppercase;
    text-align: center;
    font-size: 100%;
    border-bottom: 5px solid #000000;
    color: #6F8294;
    letter-spacing: 3px;
    display: block;
    -moz-border-radius:10px;
    background-image: url("http://i72.servimg.com/u/f72/13/02/95/50/dernie10.png");
    -moz-border-radius: 10px 10px 0px 0px;
    }






    a.mainmenu
    {
    border-top: 2px dotted #ffffff;
    }

    a.mainmenu:hover
    {
    border-top: 2px dotted #bfbfbf;
    }



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


    .quote{
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
    line-height: 125%;
    background-image: url("http://i41.tinypic.com/icts8g.png");
    border: #ffffff;
    border-style: solid;
    border: 1px #ffffff;
    dotted;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    -moz-border-radius:6px;}

    .code{
    font-family: Courier,Courier New,sans-serif;
    font-size: 11px;
    color: #000000;
    background-image: url("http://i41.tinypic.com/icts8g.png");
    border: #ffffff;
    border-style: solid;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border: 1px #ffffff;
    dotted;
    -moz-border-radius:6px;}

    input,textarea, select {
    -moz-border-radius-bottomleft:9px;
    -moz-border-radius-bottomright:9px;
    -moz-border-radius-topleft:9px;
    -moz-border-radius-topright:9px;
    }
    a.mainmenu:link, a.mainmenu:visited{
    font-family :Georgia;
    text-align:left;}





    .bodyline{border:7px solid #000000;
    }


    /* ********** CATEGORIE ********** */




    .descripti{
          width:500px;
    margin-left: 0px;

    }

    .def {
    background-color: #transparent;
    border-bottom: 2px solid #427999;
    border-right: 5px solid #427999;
    border-left: 5px solid #427999;
    padding-top : 3px ;
    padding-bottom : 3px ;
    width: 500px;
    margin-left: 0px;
    }

    .descrip{
    font-family:  Georgia;
    background-color: #transparent;
    text-align: justify;
    width: 500px;
    padding-left: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    background-color: #Transparent
    -moz-border-radius-bottomright:30px;
    -moz-border-radius-topleft:30px;
    -webkit-border-radius:30px 0px 30px 0px;
    margin-left: 0px;
    }

    .descrip:hover{
    color:#2d2d2d !important;
    background-color: #transparent
    -moz-border-radius-topleft:30px;
    -moz-border-radius-bottomright:30px;
    -webkit-border-radius:30px 0px 30px 0px;

    }

    .coulour:hover
    {
    color:#2d2d2d !important;
    }

    .pop{
    width: 160px;
    height: 80px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    }

    .popi

    {
    background-color: #transparent;
    font-family:  Georgia;
    font-size: 18px;
    background-image:url("");
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 3px #ffffff dotted;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-radius:10px 10px 0px 0px;

    }

    .popi:hover
    {
    border-bottom: 3px #bfbfbf dotted;
    }


    .popii

    {
    background-color: #transparent;
    font-family:  Georgia;
    font-size: 18px;
    background-image:url("");
    padding-top: 5px;
    padding-bottom: 5px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-radius:0px 0px 10px 10px;
    }

    /* ********** OTHERS ********** */

    .domi
    {
    text-shadow: white 1px 1px 2px;
    }

    .domi:hover
    {
    color: #bfbfbf;

    }

    /* ********** INFOBULLE ********** */

    a.infobulle {
      position: relative;
    }

    a.infobulle span {
      display: none; /* ceci masque l'infobulle */
    }
    a.infobulle:hover {
      background: none; /* correction d'un bug IE */
      z-index: 999; /* on définit une valeur pour l'ordre d'affichage */

    }
    a.infobulle:hover span {
      display: inline; /* ceci affiche l'infobulle */
      position: absolute;

      white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

      top: 5px; /* on positionne notre infobulle */
      left: 15px;

      background: #bfbfbf; /* arrière-plan de l'infobulle */

      color: black; /* texte dans l'infobulle */
      padding: 3px;
    text-shadow: black 0px 1px 12px;

      /* bordures de votre infobulle*/
     border: 3px solid #ffffff;
    -moz-border-radius-bottomleft:9px;
    -moz-border-radius-bottomright:9px;
    -moz-border-radius-topleft:9px;
    -moz-border-radius-topright:9px;
    }

    /* ********** PROFIL ********** */

    .profil_contour{
    width:500px;
    color: #white;
    background-image: url("http://i41.tinypic.com/icts8g.png");
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    font-family: Georgia;
    letter-spacing: -1px;
    text-align:left;
    border:1px solid #e3e3e3;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-right: 6px;
    padding-left: 8px;
    -moz-border-radius-bottomleft:9px;
    -moz-border-radius-bottomright:9px;
    -moz-border-radius-topleft:9px;
    -moz-border-radius-topright:9px;
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    border-right: 2px solid #bfbfbf;
    border-left: 2px solid #bfbfbf;


    }


    .profil_contour:hover{
    background-image: url("http://img638.imageshack.us/img638/4684/pattern20.png");
    border-left: 2px solid #4b4b4b;
    }


    /* ********** MUHAHAHA? ********** */


    .largeur{
    width:500px;
    }

    .sunshine

    {
    padding-right: 177px;
    padding-left: 177px;
    background-color: #9A4E4D;
    font-family:  Georgia;
    font-size: 15px;
    background-image:url("");
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 3px #ffffff dotted;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-radius:10px 10px 0px 0px;
    }

    .sunshine:hover
    {
    background-image:url("http://i41.tinypic.com/icts8g.png");
    }


    .sunshina

    {
    font-family:  Georgia;
    background-color: #9A4E4D;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -webkit-border-radius:0px 0px 10px 10px;
    }

    .sunshina:hover
    {
    background-image:url("http://i41.tinypic.com/icts8g.png");
    }

    /*Titre*/

    .stripes {
    color: #9ca183;
    border-bottom: 1px dotted #9ca183;
    border-left: 1px dotted #9ca183;
    background-image: url(http://img638.imageshack.us/img638/4684/pattern20.png);
    -moz-border-radius-topright: 20px;
    padding-left: 20px;
    -moz-border-radius-topleft: 20px;
    padding-right: 20px;
    }



    .contours
    {
    font-size: 12px;
    font-family:  Georgia;
    color: #ffffff;
    background-color: #3b718d;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    padding-bottom: -5px;
    padding-top: -5px;
    }


    .trans
    {
    font-size: 13px;
    font-family:  Georgia;
    background-image: url(http://img638.imageshack.us/img638/4684/pattern20.png);
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    }

    .groupe
    {
    font-size: 15 px;
    background-image: url('http://i41.tinypic.com/icts8g.png');
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    border-right: 2px solid #bfbfbf;
    border-left: 2px solid #bfbfbf;
    -moz-border-radius:10px;
    }

    .groupe:hover
    {
    background-image: url(http://img638.imageshack.us/img638/4684/pattern20.png);
    }


    /*Taille forum*/
    .bodylinewidth {
    width:58%}

    .chocolat{
    background-image: url("http://i74.servimg.com/u/f74/15/54/43/31/sans_t10.jpg");
    }


    .description{
    margin-left: 10px;
    margin-right: 10px;
    background-color: #121617;
    border-right: 3px #624E55 solid;
    border-left: 3px #3C83D9 solid;
    margin-left:3px;
    margin-right:3px;
    text-align: justify;
    }


    .titre1
    {
    background-color: #624E55;
    border-right: 2px solid #624E55;
    border-left: 2px solid #624E55;
    color:#FFFFFF;
    }

    .titre2
    {
    background-color: #3C83D9;
    border-right: 2px solid #3C83D9;
    border-left: 2px solid #3C83D9;
    color:#FFFFFF;
    }

    .imagedecr
    {
    background-color: #FFFFFF;
    border: #5E7B95;
    border-style: solid;
    border-left-width: 2px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border: 1px #5E7B95;
    -moz-border-radius:6px;
    }

    td.row1{
    background-image: url('http://i72.servimg.com/u/f72/13/02/95/50/fond_c10.png');
    }

    td.row2{
    background-image: url('http://i72.servimg.com/u/f72/13/02/95/50/fond_c10.png');
    }

    td.row3{
    background-image: url('http://i72.servimg.com/u/f72/13/02/95/50/fond_c10.png');
    }

    .cadrestaff{ width: 120px;
     height: 90px;
    border-bottom: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
     -moz-border-radius: 5px;
    }


    .one
    {
    width: 400px;
    text-align: justify;
    background-image: url('http://i72.servimg.com/u/f72/13/02/95/50/dernie10.png');
    }

    .postbody {
    margin-left: 20px;
    }

    a {
    text-align: justify;}

    /*Widgets 1*/

    .widget_flottant
    {
    width: 150px;
    height: 70px;

    position:fixed;
    top: 300px;
    right: 10px;
    background-image: url('http://i74.servimg.com/u/f74/15/54/43/31/sans_t10.jpg');
      color: #000000;
      padding: 3px;
      border: 0px solid grey;
      border-left: 5px solid #ffffff;
      border-right: 3px solid #ffffff;
      border-top: 3px solid #ffffff;
      border-bottom: 5px solid #ffffff;

    }


    Merci.
avatar

yoko_aime_le_chocolat
**

Féminin
Messages : 70
Inscrit(e) le : 15/07/2009

http://orphelinat-orion.forumactif.org/
yoko_aime_le_chocolat a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Enlever le gras des noms d'utilisateurs

Message par Anzu Mar 22 Mar 2011 - 17:52

Je vois pas pourquoi mais tant pis xD
> Faut pas demander de l'aide alors si vous semblez savoir Rolling Eyes

En fait l'effet "gras" est directement géré par les variables des templates.
Il me semble que ce n'est donc pas possible de retirer le gras.

Cordialement.
Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

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

Résolu Re: Enlever le gras des noms d'utilisateurs

Message par yoko_aime_le_chocolat Mar 22 Mar 2011 - 18:17

    Étant donné que ça concerne les noms d'utilisateurs, je pensais qu'il fallait trifouiller les templates.
avatar

yoko_aime_le_chocolat
**

Féminin
Messages : 70
Inscrit(e) le : 15/07/2009

http://orphelinat-orion.forumactif.org/
yoko_aime_le_chocolat a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Enlever le gras des noms d'utilisateurs

Message par Threax Mer 23 Mar 2011 - 14:57

Bonjour,

On peut toujours contourner le problème avec un CSS de ce genre :
Code:
span strong a strong, .chocolat a strong, .statistiques td.row1 a strong {
    font-weight: normal !important;
}
Il retire le gras sur les pseudos dans le "qui est en ligne", dans les "derniers posteurs" sur l'index, et dans les sujets.

C'est pas terrible comme manière de faire, mais ça fonctionne.
Threax

Threax
Membre actif

Masculin
Messages : 17276
Inscrit(e) le : 27/08/2005

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

Résolu Re: Enlever le gras des noms d'utilisateurs

Message par yoko_aime_le_chocolat Mer 23 Mar 2011 - 19:01

    Ca marche =D
    Merci =)
avatar

yoko_aime_le_chocolat
**

Féminin
Messages : 70
Inscrit(e) le : 15/07/2009

http://orphelinat-orion.forumactif.org/
yoko_aime_le_chocolat 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