Problème largeur forumactif {Subsilver}

-Panpan- -  
magicshark Messages postés 402 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,


J'ai vraiment besoin de votre aide ! Voici mon forum =>


http://endoloris-darkness.forumgratuit.fr/forum


Seul souci , la largeur est trop grande , j'ai déjà été dans "général" puis " configuration" puis "structure des pages" mais rien n'y a fait , même avec le plus petit % .
Quand à la feuille de style CSS , la voici =>


body {
background-color : #(#525252);
background-image : url("http://www.thzcorp.sitew.fr/fs/Root/small/3czfd-fond_noir_page2.jpg");
background-position : center top;
background-repeat : no-repeat;
text-align:justify;
}

.bodyline {-moz-border-radius:8px;}


/*PAGE D'ACCUEIL*/
#en_tete{
width:800px;
background-image: url("http://img4.hostingpics.net/pics/148206FondNoir.png");
margin:auto;
}

#en_tete #colonne_gauche{
width : 450px;
}

#en_tete #colonne_droite{
width : 350px;
}

#en_tete h1{
propriété;
background-color: black;
text-align: center;
margin: 0 15px 0 0;
padding: 3px 8px 3px 8px;
color: white;
}

#navigation a:hover{
background-color: #93A299;
color: #663F25;
font-variant : small-caps;
}

#en_tete p{
text-align:center;
}

#en_tete #partenaires{
text-align:center;
}

#staff{
text-align:center;
}

Pitié , aidez moi lol



/*INFOBULLE*/
a.infobulle {
position: relative;
text-decoration:none;
}

a.infobulle img{
border:0;
}

a.infobulle span {
display: none; /*Masque l'infobulle*/
}
a.infobulle:hover {
background: none; /*Pour le "bug" d'internet explorer*/
z-index: 999;
}

a.infobulle:hover span {
display: inline; /*Pour afficher l'infobulle au passage de la souris*/
position: absolute;
width:130px;;
text-align:center;
z-index: 999;

white-space: nowrap; /*Pour éviter les retours à la ligne non désirés*/

bottom: 25px; /*Position de l'infobulle*/
left: 20px;

background-image: url("http://img4.hostingpics.net/pics/148206FondNoir.png");/*Image de fond*/

color: black; /*Couleur du texte*/
padding: 3px;


/*Bordures de l'infobulle*/
border: 1px double black;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-radius-bottomleft:5px;
-webkit-border-radius-bottomright:5px;
-webkit-border-radius-topleft:5px;
-webkit-border-radius-topright:5px;
-border-radius-bottomleft:5px;
-border-radius-bottomright:5px;
-border-radius-topleft:5px;
-border-radius-topright:5px;
-khtml-border-radius-bottomleft:5px;
-khtml-border-radius-bottomright:5px;
-khtml-border-radius-topleft:5px;
-khtml-border-radius-topright:5px;
}

.tab_infobulle{
width:100px;
border:0;
position:relative;
}

.img_red_staff{
border:0;
padding: 2px;
}


.pseudo_staff{
font-weight:bold;
font-size:12px;
color:black;
border-bottom:1px dotted black;
}

a.forumlink {padding-left:5px;}
a.forumlink:hover {padding-left:5px;}

.postdetails.poster-profile a img {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
border: 5px solid #7ACAD7;
}

3 réponses

-Panpan-
 
MAJ : Urgent
0
magicshark Messages postés 402 Date d'inscription   Statut Membre Dernière intervention   13
 
c'est quoi que tu trouves trop large chez moi il apparaît bien
0
-Panpan-
 
En fait , ça dépend des écrans
mais chez moi ça donne ça et d'autres aussi d'ailleurs =>

http://nsa28.casimages.com/img/2011/08/02/110802094107599752.png

Et donc ça ne convient ni à moi , ni à d'autres membres donc on aimerait savoir comment la modifier svp
0
magicshark Messages postés 402 Date d'inscription   Statut Membre Dernière intervention   13
 
peut etre qu'ai lieu de metre en %, qui correspond a un pourcentage de la page rester sur une largeur fixe en px serait une bonne solution
0