| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Auteur |
Message |
Isis81
Inscrit le: 12 Oct 2008 Messages: 8
|
Posté le: Dim Oct 12, 2008 8:06 pm Sujet du message: Portail board3 phpbb3 width |
|
|
Bonjour à tous.
Je viens de mettre en place un portail pour mon forum le portail phpbb3, je l'ai inclus à mon design etc... mais il y a un petit détail qui me trouble :
Le design de mon site ne prend pas toute la largeur du navigateur hors le portail oui, comment faire pour que le portail soit de la meme largeur que le design.
J'ai quelques connaissances php, mais je ne sais pas quoi modifier étant donné que je ne connais pas encore la structure de phpbb.
J'ai cherché la résolution de mon problème durant plus d'une journée et je desespère de ne rien trouver à ce sujet.
J'ai aussi fouillé par moi meme et je n'ai pas réussis :s
Voici le lien : http://gwarcraft.power-heberg.com/ si vous voulez constater vous meme
Je vous remercie d'avance de votre aide et de l'attention portée à ce post.
Merci encore |
|
|
| Revenir en haut de page |
|
 |
|
 |
MathieuM. phpBB SEO Team


Inscrit le: 10 Fév 2008 Messages: 703 Localisation: Rhône-Alpes
|
|
| Revenir en haut de page |
|
 |
Isis81
Inscrit le: 12 Oct 2008 Messages: 8
|
Posté le: Lun Oct 13, 2008 12:56 pm Sujet du message: Re: Portail board3 phpbb3 width |
|
|
Merci de ta réponse mais le problème c'est que je n'ai pas trouvé la partie du .css du portail qui est lié à sa : voici le .css du portail
| Code: | * {
/* Reset browsers default margin, padding and font sizes */
margin: 0;
padding: 0;
}
.portal-panel {
background-color: #DDE9F0;
color: #28313F;
margin-bottom: 4px;
padding: 0 10px;
color: #3f3f3f;
}
.portal-panel h3 {
margin: 0.5em 0;
border-bottom:solid 1px #0076B1;
}
.portal-panel p {
font-size: 1.2em;
margin-bottom: 1em;
line-height: 1.4em;
}
.portal-panel h4 {
margin: 0.4em 0;
border-bottom: 1px #3366CC dashed;
}
/* Round cornered boxes and backgrounds
---------------------------------------- */
span.portal-corners-top {
background-image: url("{T_THEME_PATH}/images/corners_left.png");
background-position: 0 0;
margin: 0 -10px;
}
span.portal-corners-top span {
background-image: url("{T_THEME_PATH}/images/corners_right.png");
background-position: 100% 0;
}
span.portal-corners-bottom {
background-image: url("{T_THEME_PATH}/images/corners_left.png");
background-position: 0 100%;
margin: 0 -10px;
clear: both;
}
span.portal-corners-bottom span {
background-image: url("{T_THEME_PATH}/images/corners_right.png");
background-position: 100% 100%;
}
span.portal-corners-top, span.portal-corners-bottom, span.portal-corners-top span, span.portal-corners-bottom span {
font-size: 1px;
line-height: 1px;
display: block;
height: 5px;
background-repeat: no-repeat;
}
.panel span.portal-corners-top, .panel span.portal-corners-bottom {
margin: 0 -10px;
}
/*inner corners*/
span.portal-corners-top-inner {
margin: 0 -10px;
}
span.portal-corners-top-inner span {}
span.portal-corners-bottom-inner {
margin: 0 -10px;
clear: both;
}
span.portal-corners-bottom-inner span {}
span.portal-corners-top-inner, span.portal-corners-bottom-inner, span.portal-corners-top-inner span, span.portal-corners-bottom-inner span {
font-size: 1px;
line-height: 1px;
display: block;
height: 5px;
background-repeat: no-repeat;
}
.panel span.portal-corners-top-inner, .panel span.portal-corners-bottom-inner {
margin: 0 -10px;
}
/*Portal-menu*/
.portal-navigation{
border: 1px solid black;
border-bottom-width: 1px;
width: 100%;
}
.portal-navigation ul{
margin: 0;
padding: 0;
list-style: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 12px;
}
.portal-navigation li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: auto; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: black;
border-bottom: 1px;
border-left: 7px;
}
/* IE6 FIX */
* html .portal-navigation ul li{
border-bottom: 1px;
}
.portal-navigation li a:hover {
background-color: #2586d7;
border-left-color: #AA0000;
}
.portal-navigation div.menutitle{
color: #000000;
border-bottom: 1px;
padding: 1px 0;
padding-left: 60px;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 12px;
}
/* Portal linkblock*/
.arrowlistmenu{
width: auto; /*width of menu*/
}
.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a{
color: #A70303;
background-image: url("{T_THEME_PATH}/images/portal/arrowbullet.gif");
background-repeat: no-repeat;
background-position: center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #AA0000;
font-size: 90%;
}
.arrowlistmenu ul li a:visited{
color: #A70303;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #0076B1;
background-color: #B9CBD2;
} |
|
|
|
| Revenir en haut de page |
|
 |
MathieuM. phpBB SEO Team


Inscrit le: 10 Fév 2008 Messages: 703 Localisation: Rhône-Alpes
|
|
| Revenir en haut de page |
|
 |
|
| Navigation |
Autres sujets de discussion |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |