Affichage de la Chatbox en uppercase

2 participants

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

Résolu Affichage de la Chatbox en uppercase

Message par Asorane Mer 9 Mar 2011 - 10:12

Bonjour à tous Smile

Voilà, je m'adresse cette fois à vous parce que j'ai un petit souci avec la CB de mon forum. En effet, tout le texte s'y affiche en UPPERCASE. J'ai d'abord pensé que c'était parce que tous mes liens étaient en small-caps. Mais en modifiant cette donnée, le problème est demeuré. J'ai aussi testé en modifiant la donnée UPPERCASE dans le CSS pour .forumlink, mais ça n'a pas marché non plus.

Voilà ce que j'obtiens :

Affichage de la Chatbox en uppercase Screenoc

Ne possédant que des bases en CSS et xhtml, je ne sais pas trop quoi faire. Est-ce que quelqu'un aurait une solution ?


Je vous remercie d'avance Smile


Voici la page CSS de mon forum, au cas où :

Spoiler:


Dernière édition par Asorane le Mer 9 Mar 2011 - 10:35, édité 1 fois
Asorane

Asorane
***

Féminin
Messages : 119
Inscrit(e) le : 14/01/2010

http://asorane-sw.forum-actif.net/
Asorane a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Affichage de la Chatbox en uppercase

Message par Anzu Mer 9 Mar 2011 - 10:31

Bonjour,

J'ai retiré les éléments problématiques =>

Code:
    /* mise en page accueil */
    .pa_nav {
      width: 200px;
      background-image: url('');
      padding-top: 10px;
      padding: 5px;
    }

    th {
      background-color: #DFD191;
    }

    tnav {
      font-family:Georgia;
      font-size: 10px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: left;
      display: block;
      border-bottom: 2px solid #AB6021;
    }

    .resume {
      height: 110px;
      overflow: auto;
      text-align: justify!important;
      width: 250px;
      padding-top: 10px;
      padding: 5px;
      font-size: 9px;
    }

    .pa_pv{
      margin-top: 20px;
      height: 60px;
      text-align: justify;
      display: block;
      width: 250px;
      padding: 5px;
      font-size: 9px;
    }

    .pa3 {
      width: 210px;
      margin-left: 15px;
      padding: 5px;
    }

    .pa_news {
      font-size: 9px;
      margin: 3px;
    }



    /* statistiques */
    .statistiques{
      border:1px ridge #DFD191;
      background-image: url("http://img10.hostingpics.net/pics/494093Queelgod.png");       
      background-repeat: no-repeat;
      background-position: center;
            -moz-border-radius:0px 0px 20px 20px;
            -webkit-border-radius:0px 0px 20px 20px;
      -border-radius:0px 0px 20px 20px;
      height:200px;
            text-align:center;
      padding-left:10px;
      padding-top: 7px;
    }

    .statistiques #info_membres {
      padding-left:0px;
      text-align: justify;
      color: #AB6021;
      font-size: 9px;
      margin-right: 6px;
      margin-left: 15px;
    }
   
    .groupes {
      font-size: 9px;
      text-align: justify;
      padding-top: 7px;
      width: 250px;
      color: #AB6021;
    }

    .gens_online {
        margin:auto;
        padding-left:15px;
        text-algin:justify;
        background-color:#DFD191;
        max-width:700px;
        text-align: center;
        -moz-border-radius:0px 0px 10px 10px;
        -webkit-border-radius:0px 0px 10px 10px;
        -border-radius:0px 0px 10px 10px;
    }
   

    /* mise en page liens */

    a.forumlink{
            font-family:Georgia;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -1px;
      text-transform: uppercase;
      text-align: left;
      display:block;
      border-bottom: 2px solid #AB6021;
    }


    a.mainmenu {
      font-size: 12px;
      padding-top: -5px;
      letter-spacing: -1px;
      color: #AB6021;
    }

    a {
      text-decoration: none!important;
      font-variant: small-caps;
      font-size: 11px;
    }

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

    /* disparition message d'édition */
    tr.post span.gensmall { display: none; }


    /* présentation postes vacants */

    .tete {
      -moz-border-radius: 2px 2px 2px 2px;
      -moz-box-shadow:0 0 10px #000000;
      -webkit-border-radius: 2px 2px 2px 2px;
      -webkit-box-shadow:0 0 10px #000000;
      -border-radius: 2px 2px 2px 2px;
      -box-shadow:0 0 10px #000000;
      text-align: center;
      border: 1px solid #333333;
      width: 450px;
    }

    .tete2 {
      -moz-border-radius:5px 5px 5px 5px;
      -moz-box-shadow:0 0 10px #000000;
      -webkit-border-radius:5px 5px 5px 5px;
      -webkit-box-shadow:0 0 10px #000000;
      -border-radius:5px 5px 5px 5px;
      -box-shadow:0 0 10px #000000;
    }

    .pv {
      text-align: justify;
      padding: 4px;
    }

    .titre {
      width: 300px;
      text-align: center;
      background-color: #333333;
      text-transform: uppercase;
      font-family: Georgia;
      font-weight: bold;
      color: #FFFFFF;
      margin-left: 120px;
      letter-spacing: 2px;
      font-size: 10px;
      -moz-border-radius:5px 5px 5px 5px;
      -webkit-border-radius:5px 5px 5px 5px;
      -border-radius:5px 5px 5px 5px;
      margin-top: -2px;
    }



    .p2 {
      background-color: #9CAB58;
      font-size: 10px;
      -moz-border-radius:5px 5px 5px 5px;
      -webkit-border-radius:5px 5px 5px 5px;
      -border-radius:5px 5px 5px 5px;
      margin: 3px;
      padding-left: 6px;
      padding-right: 6px;
      padding-top: 2px;
    }

    p3 {
      text-align: center;
      font-size: 9px;
      letter-spacing: 2px;
      text-transform: lowercase;
    }


    /* mise en page, page accueil */

    .secondarytitle, .secondarytitle h2 {
      font-size: 10px;
      font-family: Times New Roman;
      color: #808080;
      background-color: #DFD191;
      text-transform: uppercase;
      letter-spacing: -1px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      -border-radius: 15px;
    }

    .titre_categorie {
      background-repeat: no-repeat;
      text-align: center;
      text-shadow: 2px 2px 2px #000000;
    }


    .forumline {
      background-color: #DFD191; 
      -moz-box-shadow:0 0 3px #333333;
      -webkit-box-shadow:0 0 3px #333333;
      -box-shadow:0 0 3px #333333;
      -moz-border-radius-bottom: 15px;
      -webkit-border-radius-bottom: 15px;
      -border-radius-bottom: 15px;
      width: 800px;
      margin: 7px;
      margin-left: 11px;
      box-position: center;
    }

    .forumline .row1, .forumline .row2, .forumline .row3 {
      -moz-border-radius-bottom: 15px;
      -webkit-border-radius-bottom: 15px;
      -border-radius-bottom: 15px;
    }

    .forum_desc {
      margin-bottom: 10px;
      margin-right: 10px;
      text-align: justify;
    }

    .bodyline {
      -moz-box-shadow:0 0 20px #000000;
      -webkit-box-shadow:0 0 20px #000000;
      -box-shadow:0 0 20px #000000;
      margin-top: 100px;
      margin-bottom: 100px;
    }

    .sousforum {
      text-align: center;
      font-size: 9px;
      text-transform: lowercase!important;
    }

    .sujetmess {
      font-size: 9px;
      color: #FFFFFF;
    }

    h {
      font-family: Verdana;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: -1px;
    }

    /* mise en page, sujets */
      .postbody {
      margin: 20px;
      text-align: justify;
      font-size: 11px;
    }

    a.lienpost {
      color: #DFD191;
    }


    .postdetails.poster-profile a img {
      -moz-transform:rotate(-4deg);
      -webkit-transform:rotate(-4deg);
      -transform:rotate(-4deg);
      margin-left: 3px;
      -moz-box-shadow:0 0 15px #333333;
      -webkit-box-shadow:0 0 15px #333333;
      -box-shadow:0 0 15px #333333;
      background-color: #FFFFFF;
      -moz-border-radius: 15px 15px 15px 15px;
      -webkit-border-radius: 15px 15px 15px 15px;
      -border-radius: 15px 15px 15px 15px;
      border: 3px solid #AB6021;
      padding: 5px;
      margin-bottom: 10px;
    }

    .rank {
      background-color:none;
      margin-left: 50px;
      font-style: italic;
    }

    t {
    font-family:Georgia;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -1px;
      text-transform: uppercase;
      text-align: center;
      display:block;
      border-bottom: 2px solid #AB6021;
    }

    t2 {
      font-family:Georgia;
      font-size: 10px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: left;
      border-bottom: 2px solid #AB6021;
    }

    t3 {
      text-align: right;
      align: right!important;
      font-size: 9px;
      font-family: Georgia;
      letter-spacing: 2px;
      color: #AB6021;
      display: block;
    }

    .profil {
      -moz-border-radius: 15px 15px 15px 15px;
      -webkit-border-radius: 15px 15px 15px 15px;
      -border-radius: 15px 15px 15px 15px;
      background-color: #FFFFFF;
      border: 4px solid #AB6021;
      font-size: 9px;
      padding: 10px;
      width: 200px;
    }

    /* mise en page présentation */

    prez1 {
      font-family: Courrier New, Georgia;
      font-size: 26px;
      letter-spacing: 1px;
      text-align: left;
      padding-bottom: -40px;
      display: block;
      font-weight: bold;
      border-bottom: 3px solid #FAECE9;
    }


    .prez2 {
      background-color: #9CAB58;
      margin: 0px;
      -moz-border-radius: 20px 0px 20px 0px;
      -webkit-border-radius: 20px 0px 20px 0px;
      -border-radius: 20px 0px 20px 0px;
      padding-top: 8px;
      padding-left: 5px;
    }

    .prez3 {
      background-color: #9CAB58;
      -moz-border-radius: 0px 0px 20px 20px;
      -webkit-border-radius: 0px 0px 20px 20px;
      -border-radius: 0px 0px 20px 20px;
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 5px;
    }


    prez4 {
      font-family: Courrier New, Georgia;
      font-size: 26px;
      letter-spacing: 1px;
      text-align: right;
      display: block;
      padding-bottom: -40px;
      font-weight: bold;
      border-bottom: 3px solid #FAECE9;
    }

    .prez {
      margin-top: -50px
      margin-left: 60px;
    }

    .img1 {
      border: 2px solid #FAECE9;
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -transform: rotate(90deg);
      margin-left: 30px;
    }

    .img2 {
      -moz-transform: rotate(-25deg);
      -webkit-transform: rotate(-25deg);
      -transform: rotate(-25deg);
      border: 2px solid #FAECE9;
      margin-left: -60px;
    }

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: Affichage de la Chatbox en uppercase

Message par Asorane Mer 9 Mar 2011 - 10:35

Je vous remercie, beaucoup Sourire2

Je vais regarder les modifications pour voir ce qui posait problème.
Bonne journée !
Asorane

Asorane
***

Féminin
Messages : 119
Inscrit(e) le : 14/01/2010

http://asorane-sw.forum-actif.net/
Asorane 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