Problème largeur forumactif {Subsilver}
-Panpan-
-
magicshark Messages postés 402 Date d'inscription Statut Membre Dernière intervention -
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;
}
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;
}
A voir également:
- Problème largeur forumactif {Subsilver}
- Convertir largeur colonne excel en cm - Forum Excel
- Une image subliminale a été incrustée dans la vidéo à télécharger. quelle est la largeur de cette image ? ✓ - Forum Montage et acquisition vidéo
- Avoir des mesures en centimetre sur excel - Forum Excel
- Paramétrez l’impression du document à télécharger de telle sorte que les cinq colonnes occupent toute la largeur de la page (orientation portrait, format a4). combien de pages seront imprimées ? ✓ - Forum Excel
- Peut-on paramétrer la largeur de colonne ne cm ? - Forum Excel