| Bannière qui touche les bords | |
|
Usa-tan
{ Membre }
Messages : 21
| Bien le bonjour à tous ! Alors voilà, mon problème de base, était que je voulais que ma bannière touche les bords du forum -càd, qu'elle prenne toute la place de l'entête-. On m'a donc donné ce code ; - Code:
-
body{margin-top: 0px;} body{margin-bottom: 0px;}
.postbody img{
max-width: 750px;} Mais il ne fonctionne pas du tout T_T Merdi d'avance =3 |
Dernière édition par Usa-tan le Ven 22 Oct 2010, 16:07, édité 1 fois | |
|
| |
Air.
{ Membre }
Messages : 221
| C'est quelque chose comme ça que tu veux ? http://www.css-actif.com/aide-css-xhtml-f17/comment-modifier-le-bodyline-t7279.htm EDIT : ah non j'suis allée sur ton forum j'ai compris ce que tu voulais n_n Hum perso, j'ai utilisé ça pour mon forum de test : - Code:
-
body { margin-top:-20px; } Mais pour le margin bottom j'ai pas réussi ;_; | | |
|
| |
Usa-tan
{ Membre }
Messages : 21
|
Merci bien =3 Ca a enlevé le bord du haut, maintenant il ne manque plus que sur les côtés ! Encore merci.
| | |
|
| |
Imari
{ Membre hyper-actif }
Messages : 1538
| Pour les côtés, c'est simple : C'est le même code mais j'ai rajouté ce qui manque ^^ - Code:
-
body { margin-top:-20px; margin-left:-20px; margin-right:-20px; } A moduler selon les souhaits ^^ Mets ton sujet en résolu si c'est le cas. =) | | |
|
| |
Usa-tan
{ Membre }
Messages : 21
| Je suis arrivée à modifier le "bottom" avec ça, mais toujours pas les côtés ='(
| | |
|
| |
Imari
{ Membre hyper-actif }
Messages : 1538
| Alors rajoute ce code dans ton css ^^ - Code:
-
#i_logo{ margin-left: -XXpx; margin-right: -XXpx; } En modifiant XX bien sûr ^^ | | |
|
| |
Usa-tan
{ Membre }
Messages : 21
| Chose faite, et ça ne fonctionne toujours pas 0_0 Je trouve ça vraiment bizarre TT"
| | |
|
| |
Imari
{ Membre hyper-actif }
Messages : 1538
| Je peux avoir ton css s'il te plaît ? Oo | | |
|
| |
Aeilan
{ Membre }
Messages : 26
| Salut, c'est peut-être ton écran moi je sais qu'avec mon forum ça marchait très bien jusqu'à ce que j'opte pour un 19" malheureusement je n'ai pas trouver comment y remédier | | |
|
| |
Great
{ Membre }
Messages : 6
| J'ai ce code-ci moi :
- Code:
-
.bodyline { min-width: 80%; width: 80%; padding-left: 0px !important; padding-right: 0px !important; } | | |
|
| |
Usa-tan
{ Membre }
Messages : 21
| Merci de m'aider *-* Oui bien sûr, voici tout mon css, c'est un peu fouillis me semble-t-il ; - Spoiler:
- Code:
-
.bodyline{ border-right: 10px solid #000000; border-left: 10px solid #000000; }
body { cursor: crosshair } a:hover { cursor:ne-resize; }
textarea, .textarea.post, input.post { -moz-border-radius:20px; }
a { font-variant: small-caps; } a { text-decoration: none; } a:hover { letter-spacing: 1px; } 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; } a:hover { font-variant : small-caps; }
/* QEEL PERSONNALISE */ .barre1{ background-color:#FFFFFF;border: 1px #000000 dotted; -moz-border-radius : 5px 5px 5px 5px; height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px; font-size:15px;font-weight: bold;text-align:left; text-decoration: none !important; height:auto}
.statistiques{ border:1px; background-repeat: no-repeat; background-position: center; height:200px;}
.groupes{ background-color:#FFFFFF;border: 1px #000000 dotted; -moz-border-radius : 5px 5px 5px 5px; height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px; font-size:15px;font-weight: bold;text-align:center; text-decoration: none !important; height:auto}
* Arrondis de différents boutons */ .liteoption{ -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px; -moz-border-radius-topleft: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-top-left-radius: 8px; border-left: 2px #e5bbbb solid; border-bottom: 2px #e5bbbb solid; border-top: 2px #e5bbbb solid; border-right: 2px #e5bbbb solid; }
.mainoption{ -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px; -moz-border-radius-topleft: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-top-left-radius: 8px; border-left: 2px #000000 solid; border-bottom: 2px #000000 solid; border-top: 2px #000000 solid; border-right: 2px #000000 solid; }
.button2{ -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px; -moz-border-radius-topleft: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-top-left-radius: 8px; border-left: 2px #000000 solid; border-bottom: 2px #000000 solid; border-top: 2px #000000 solid; border-right: 2px #000000 solid; }
#text_editor_textarea{ -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px; -moz-border-radius-topleft: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-top-left-radius: 8px; border-left: 2px #000000 solid; border-bottom: 2px #000000 solid; border-top: 2px #000000 solid; border-right: 2px #000000 solid; }
.bodylinewidth {width:60%;}
.title { font-family:times; font-size:30px; letter-spacing:-3px; word-spacing:2px; border-bottom: 1px dotted #000000; text-shadow: 1px 1px 1px; color:#000000; }
.subtitle { font-family:times; font-size:17px; font-weight:bold; text-transform:lowercase; letter-spacing:5px; word-spacing:2px; border-bottom: 1px dashed #000000; text-shadow: 1px 1px 1px; color:#000000; padding-bottom:2px; text-align:right; padding-right:10px; margin-bottom:3px; margin-right:5px; margin-left:5px; }
.subtitle2 { font-family:times; font-size:17px; font-weight:bold; text-transform:lowercase; letter-spacing:5px; word-spacing:2px; border-bottom: 1px dashed #000000; text-shadow: 1px 1px 1px; color:#000000; padding-bottom:2px; text-align:right; padding-right:10px; margin-bottom:3px; margin-right:5px; margin-left:5px; }
.contenu { font-family:verdana; text-align:justify; color:#282036; font-size:11px; margin-right:5px; margin-left:5px; padding:6px; border:1px solid #000000; }
.contenu2 { font-family:verdana; text-align:justify; color:#670404; font-size:11px; margin-right:5px; margin-left:5px; padding:6px; border:1px solid #000000; }
.bodylinewidth {width:60% !important;}
div.navigu {border-left: 9px solid #000000; border-right: 9px solid #000000; border-bottom: 1px dotted #000000; border-top: 1px dotted #000000; -moz-border-radius:40px; background-color: #FFFFFF; text-align: center;}
html body .atelier-infos{ position:absolute; right:25px; top:450px; background:#FFF; width:150px; padding:5px; -moz-border-radius:8px; -webkit-border-radius:8px; border:2px dotted #000000; font-size:13px; font-family: Times new roman ; color:#444444; text-align:justify; line-height:16px; overflow:hidden; }
html body .atelier-infos p{ margin:0; }
html body .atelier-infos img{ display:inline-block; margin:0 auto; text-align:center; }
#i_logo { margin-bottom:-60px; } body { margin-top:-20px; }
| | |
|
| |
Usa-tan
{ Membre }
Messages : 21
|
Huuu, petit up ? ^^" Problème difficile je vous l'accorde, si vous n'y arrivez pas ce n'est pas grave
| | |
|
| |
iowan
{ Membre actif }
Messages : 304
| salut, si j'ai compris bien tu veux élargir ton forum du cotés c ca ajoute ce code dans le css de ton forum - Code:
-
.bodylinewidth{ width: auto !important; }
| | |
|
| |
Hortie
{ Membre actif }
Messages : 660
| Bonjour, Je rappelle que comme indiqué dans le règlement de CSS actif, les Ups sont strictement interdit. La prochaine fois ce sera un avertissement. Merci d'en prendre compte | | |
|
| |
Usa-tan
{ Membre }
Messages : 21
| Oups, excusez moi, ça m'était totalement sorti de la tête, je n'uperais plus *lève la main droite*
Et bien non, là, ça élargie totalement, alors que ce que je voudrais, c'est ce que ces bords là disparaissent pour que le header soit totalement collé au bord du forum. Et les codes précédent ne m'ont aidé que pour le top & bottom (alors que j'en ai besoin pour left & right)
| | |
|
| |
iowan
{ Membre actif }
Messages : 304
| essaye ce code - Code:
-
.bodyline{ padding:0; }
| | |
|
| |
Usa-tan
{ Membre }
Messages : 21
| Toujours pas. C'est désespérant mais ça ne fonctionne toujours pas ^^"
| | |
|
| |
Radimir
{ Membre actif }
Messages : 459
| Tu as essayé d'ajouté cela à ton css ? Je n'ai pas tout suivit je l'avoue , mais si tu pouvais me fournir ta bannière et le css en entier je pense pouvoir régler cela >< - Code:
-
display:block; | | |
|
| |
Usa-tan
{ Membre }
Messages : 21
| Oh, merci beaucoup ! Alors voici la bannière ; Clic clic clic Quand au CSS ; - Code:
-
.bodyline{ border-right: 10px solid #000000; border-left: 10px solid #000000; }
body { cursor: crosshair } a:hover { cursor:ne-resize; }
textarea, .textarea.post, input.post { -moz-border-radius:20px; }
a { font-variant: small-caps; } a { text-decoration: none; } a:hover { letter-spacing: 1px; } 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; } a:hover { font-variant : small-caps; }
/* QEEL PERSONNALISE */ .barre1{ background-color:#FFFFFF;border: 1px #000000 dotted; -moz-border-radius : 5px 5px 5px 5px; height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px; font-size:15px;font-weight: bold;text-align:left; text-decoration: none !important; height:auto}
.statistiques{ border:1px; background-repeat: no-repeat; background-position: center; height:200px;}
.groupes{ background-color:#FFFFFF;border: 1px #000000 dotted; -moz-border-radius : 5px 5px 5px 5px; height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px; font-size:15px;font-weight: bold;text-align:center; text-decoration: none !important; height:auto}
* Arrondis de différents boutons */ .liteoption{ -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px; -moz-border-radius-topleft: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-top-left-radius: 8px; border-left: 2px #e5bbbb solid; border-bottom: 2px #e5bbbb solid; border-top: 2px #e5bbbb solid; border-right: 2px #e5bbbb solid; }
.mainoption{ -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px; -moz-border-radius-topleft: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-top-left-radius: 8px; border-left: 2px #000000 solid; border-bottom: 2px #000000 solid; border-top: 2px #000000 solid; border-right: 2px #000000 solid; }
.button2{ -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px; -moz-border-radius-topleft: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-top-left-radius: 8px; border-left: 2px #000000 solid; border-bottom: 2px #000000 solid; border-top: 2px #000000 solid; border-right: 2px #000000 solid; }
#text_editor_textarea{ -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px; -moz-border-radius-topleft: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-top-left-radius: 8px; border-left: 2px #000000 solid; border-bottom: 2px #000000 solid; border-top: 2px #000000 solid; border-right: 2px #000000 solid; }
.bodylinewidth {width:60%;}
.title { font-family:times; font-size:30px; letter-spacing:-3px; word-spacing:2px; border-bottom: 1px dotted #000000; text-shadow: 1px 1px 1px; color:#000000; }
.subtitle { font-family:times; font-size:17px; font-weight:bold; text-transform:lowercase; letter-spacing:5px; word-spacing:2px; border-bottom: 1px dashed #000000; text-shadow: 1px 1px 1px; color:#000000; padding-bottom:2px; text-align:right; padding-right:10px; margin-bottom:3px; margin-right:5px; margin-left:5px; }
.subtitle2 { font-family:times; font-size:17px; font-weight:bold; text-transform:lowercase; letter-spacing:5px; word-spacing:2px; border-bottom: 1px dashed #000000; text-shadow: 1px 1px 1px; color:#000000; padding-bottom:2px; text-align:right; padding-right:10px; margin-bottom:3px; margin-right:5px; margin-left:5px; }
.contenu { font-family:verdana; text-align:justify; color:#282036; font-size:11px; margin-right:5px; margin-left:5px; padding:6px; border:1px solid #000000; }
.contenu2 { font-family:verdana; text-align:justify; color:#670404; font-size:11px; margin-right:5px; margin-left:5px; padding:6px; border:1px solid #000000; }
.bodylinewidth {width:60% !important;}
div.navigu {border-left: 9px solid #000000; border-right: 9px solid #000000; border-bottom: 1px dotted #000000; border-top: 1px dotted #000000; -moz-border-radius:40px; background-color: #FFFFFF; text-align: center;}
html body .atelier-infos{ position:absolute; right:25px; top:450px; background:#FFF; width:150px; padding:5px; -moz-border-radius:8px; -webkit-border-radius:8px; border:2px dotted #000000; font-size:13px; font-family: Times new roman ; color:#444444; text-align:justify; line-height:16px; overflow:hidden; }
html body .atelier-infos p{ margin:0; }
html body .atelier-infos img{ display:inline-block; margin:0 auto; text-align:center; }
#i_logo{ margin-left: -30px; margin-right: -30px; }
body { margin-top:-20px; margin-bottom:-30px; }
display:block;
| | |
|
| |
iowan
{ Membre actif }
Messages : 304
| o_o c'est le padding du class bodyline qui a mis les espace dans les cotes de ta banniere essaye avec ce code (met le a la fin de ton css) - Code:
-
.bodyline{ padding: 0 !important; }
| | |
|
| |
Usa-tan
{ Membre }
Messages : 21
| Je l'ai ajouté, et toujours rien 0_0
| | |
|
| |
Aeilan
{ Membre }
Messages : 26
| Chez mon fiancé ton forum et le mien sont parfait pour preuve: - Spoiler:
Alors que chez moi avec mon écran 19 pouce ça ne touche pas les bords droit et gauche ! Je pense vraiment que c'est une histoire de taille d'écran et non pas de code css, après à savoir si on peut trouver un code css qui permet de faire l'effet désirer sur TOUTES les tailles d'écran. | | |
|
| |
Usa-tan
{ Membre }
Messages : 21
| Hm, problème résolu alors, si le soucis vient de la taille de mon écran =3
| | |
|
| |
Liliana
{ Membre actif }
Messages : 997
| Bonsoir; Si ton forum est en pourcentage, il est normal que tout le monde ne voit pas la même chose. Si tu veux que ta bannière se colle aux bordures et que tout le monde la voit correctement; tu dois passer la taille de ton forum en pixels : Panneau admin >> Généralité >> Configuration : taille du forum "800px" Et dans ton CSS tu mets ceci : - Code:
-
.bodyline {border-right: 10px solid #000000; border-left: 10px solid #000000; padding: 0px;}
body {margin-top: 0px; margin-bottom: -25px;}
#i_logo {margin-top:-1px;} Normalement ça devrait marcher; peut importe la résolution de l'écran puisque de toute façon le forum sera a une taille fixe | | |
|
| |
Contenu sponsorisé
| |
| |
| Bannière qui touche les bords | |
|