Probleme style css

dorsy

Nouveau membre
Voila mon probleme,
Le style css de mon site bloque le redimmensionnement du texte,
je ne voit pas les lignes qui empechent le redimmensionnement quand je poste en html!!

J'ai essayé de supprimer toutes les lignes de taille mais le probleme est le meme.
voici le style css:
[cpp]
/*=====================================================================================*/
/* Style général
/*=====================================================================================*/
body{
background-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}

/*=====================================================================================*/
/* Police générale
/*=====================================================================================*/
font, th, td, p{
color : #FFFFFF;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
}

/*=====================================================================================*/
/* Liens
/*=====================================================================================*/
a:link, a:active, a:visited, a.postlink{
color: #33CC33;
text-decoration : none
}
a:hover, a.topictitle:hover{
color: #CCCCCC;
text-decoration: none
}

/*=====================================================================================*/
/* Séparateur
/*=====================================================================================*/
hr{
border: 0px solid #999999;
border-top-width:1px;height:0px;
}

/*=====================================================================================*/
/* Quelque texte du forum
/*=====================================================================================*/
.topictitle{
color:#CCCCCC;
font-weight:bold
}
.forumdate{
color: #999999
}

/*=====================================================================================*/
/* Ligne de la bordure et de la couleur de fond autour de la page entière
/*=====================================================================================*/
.bodyline{
background: #E7E7E7;
color:#000000;
border:1px solid #CCCCCC
}

/*=====================================================================================*/
/* Contour des cellules
/*=====================================================================================*/
.blocline{
background:#0F0F0F;
color:#FFFFFF;
border: 1px solid #0F0F0F
}
.blocline2{
background:#000000;
color:#FFFFFF;
border: 2px solid #000000
}

/*=====================================================================================*/
/* Couleurs d'arrière-plan des blocs
/*=====================================================================================*/
td.row1{
background: #404040;
color:#FFFFFF
}
td.row2{
background: #0F0F0F;
color:#FFFFFF
}
td.row3{
background: #333333;
color:#FFFFFF
}
td.row4{
background:#00FFFF;
color: #FFFFFF
}

/*=====================================================================================*/
/* Blocs d'en-tête
/*=====================================================================================*/
th {
color: #CCCCCC;
font-size: 12px;
font-weight : bold;
background-color: #32475F;
height: 25px;
background-image: url('themes/mmfusion/images/menu.gif');
}
td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
background-color:#CBE6F9;
border:#FFFFFF;
border-style:solid;
height:12px;
}
td.cat, td.catHead, td.catBottom {
height: 11px;
border-width: 0px 0px 0px 0px;
}
th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR {
font-weight: bold;
border: #FFFFFF;
border-style: solid;
height: 12px;
}
td.row3Right, td.spaceRow {
background-color: #CBE6F9;
border: #FFFFFF;
border-style: solid;
}
th.thHead, td.catHead {
font-size: 12px;
border-width: 1px 1px 0px 1px;
}
th.thSides, td.catSides, td.spaceRow {
border-width: 0px 1px 0px 1px;
}
th.thRight, td.catRight, td.row3Right {
border-width: 0px 1px 0px 0px;
}
th.thLeft, td.catLeft {
border-width: 0px 0px 0px 1px;
}
th.thBottom, td.catBottom {
border-width: 0px 1px 1px 1px;
}
th.thTop {
border-width: 1px 0px 0px 0px;
}
th.thCornerL {
border-width: 1px 0px 0px 1px;
}
th.thCornerR {
border-width: 1px 1px 0px 0px;
}

/*=====================================================================================*/
/* Le plus grand texte utilisé dans le titre de la page d'index et le titre des sujets
/*=====================================================================================*/
.maintitle {
font-weight: bold;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
line-height : 120%;
color : #CCCCCC;
}

/*=====================================================================================*/
/* Texte générale
/*=====================================================================================*/
.titre {
color: #CCCCCC;
font-size: 11px;
font-weight : bold;
}
.sous_titre {
color: #CCCCCC;
font-size: 11px;
font-weight : bold;
}
.gen {
color:#CCCCCC;
font-size:11px
}
.gensmall {
color:#FFFFFF;
font-size:11px
}
.genmed {
color:#CCCCCC;
font-size:11px
}
a.gen, a.genmed, a.gensmall {
text-decoration: none;
}
a.gen:hover, a.genmed:hover, a.gensmall:hover {
color: #32475F;
text-decoration: none;
}
a.til:hover {
color: #CCCCCC;
text-decoration: none
}
a.til:link, a.til:active, a.til:visited {
color: #FF0000;
text-decoration: none
}

/*=====================================================================================*/
/* Inscription, Login, Recherche, Liens etc... du haut de la page
/*=====================================================================================*/
.mainmenu {
font-size : 11px;
color : #FFFFFF
}
a.mainmenu {
text-decoration: none;
color : #0000FF;
}
a.mainmenu:hover {
text-decoration: none;
color : #839FBC;
}

/*=====================================================================================*/
/* Titres des catégories du forum
/*=====================================================================================*/
.cattitle {
font-weight: bold;
font-size: 11px ;
letter-spacing: 1px;
color : #CCCCCC;
}
a.cattitle {
text-decoration: none;
color : #0000FF;
}
a.cattitle:hover {
text-decoration: none;
}

/*=====================================================================================*/
/* Copyright et info bouton
/*=====================================================================================*/
.copyright {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #444444;
letter-spacing:normal
}
a.copyright {
color: #444444;
text-decoration: none;
}
a.copyright:hover {
color: #FFFFFF;
text-decoration: none;
}

/*=====================================================================================*/
/* Eléments du formulaire
/*=====================================================================================*/
input, textarea, select {
color : #000000;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border-color : #CCCCCC;
}

/*=====================================================================================*/
/* Couleur d'arrière-plan des champs d'entrée du texte
/*=====================================================================================*/
input.post, textarea.post, select {
background-color : #FFFFFF;
}
input {
text-indent : 2px;
}

/*=====================================================================================*/
/* Les boutons utilisés du BB-Code pour posté un message
/*=====================================================================================*/
input.button {
background-color : #E7E7E7;
color : #CCCCCC;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*=====================================================================================*/
/* Option du bouton Submit principal
/*=====================================================================================*/
input.mainoption {
background-color : #FFFFFF;
font-weight : bold;
}

/*=====================================================================================*/
/* Bouton Submit normal
/*=====================================================================================*/
input.liteoption {
background-color : #FFFFFF;
font-weight : normal;
}

/*=====================================================================================*/
/* Pour l'option [panneau] du bbcode
/*=====================================================================================*/
.panneau {
padding:4px;
line-height: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#FFFFFF;
color: #000000;
font-size:11px;
border: 1px solid #000000;
}

/*=====================================================================================*/
/* Citations dans les bbcodes (
Citation :

)
/*=====================================================================================*/
.quote {
padding: 4px;
line-height: 11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size: 11px;
border: 1px solid #000000;
background-color : #FFFFFF;
position: relative;
left: -5px;
}

/*=====================================================================================*/
/* Code PHP dans les bbcodes
/*=====================================================================================*/
.code_php {
padding:4px;
line-height: 11px;
font-family: "Courier New", Courier, mono;
color:#000000;
font-size:12px;
border: 1px solid #000000;
background-color : #FFFFFF;
position: relative;
left: -5px;
}
[/cpp]

Merci d'avance :hello:
 

boub popsyteam

Grand Maître
Tout tes font-size fixes en pixels ca empeches le redimensionnement du texte :o
 

dorsy

Nouveau membre
Ba j'ai essayé de remplacer les font-size:11px;

par font size = "3";
par font-size: 12pt;
par font-size:12;

Mais rien n'y fait :pt1cable:

Que doit je faire???
 

marsien

Grand Maître
font-size: 1em; (ou 0.7em ou 1.2em, etc... selon ce que tu veux comme taille)
 

Djizeus

Habitué
Tiens, je connaissais pas ça... :??:

Ca correspond a quelle unité "em"? Et 10px = 10em?
Bon a savoir :D
Merci Marsien :merci:
 

boub popsyteam

Grand Maître
La hauteur de "x" c'est pas "ex" justement ? :o

Em c'est la hauteur de la fonte de l'element;

->
 
Vous devez vous inscrire ou vous connecter pour répondre ici.
Derniers messages publiés
Statistiques globales
Discussions
730 132
Messages
6 718 013
Membres
1 586 388
Dernier membre
mery2005
Partager cette page
Haut