écart entre header et bordures après modification du index_body
2 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1 • Partagez
écart entre header et bordures après modification du index_body
Détails techniques
Version du forum : phpBB2Poste occupé : Fondateur
Navigateur(s) concerné(s) : Google Chrome, Opera
Capture d'écran du problème :
- Spoiler:
Personnes concernées par le problème : Tous les utilisateurs
Problème apparu depuis : Le problème est apparu lorsque j'ai modifié index_body pour changer le QEEL. J'ai pourtant diminué la largeur de tout le QEEL qui est en effet réduit, mais l'écart observé entre le header et les bords du forum reste.
Lien du forum : http://whatsuprosehill.forumactif.com
Description du problème
Bonjour,Comme observé dans la capture d'écart partagée, j'observe un écart entre le header et les bordures de mon forum et ce, depuis la modification de mon index_body . Je pensais qu'il s'agissait de modifier simplement la largeur du QEEL. J'ai tenté en obtenant cela:
Cependant, même quand le QEEL est plus 'étroit', l'espace entre le header et les bordures est resté. Je n'arrive donc pas à comprendre l'origine de mon problème.
Je vous joins TOUT le css du forum :
- Spoiler:
- Code:
/*RETIRER SOULIGNEMENT DES LIENS*/
a:link
{
text-decoration:none!important;
}
body {
text-align: justify;
}
/*MESSAGES*/
.postbody {
text-align: justify;
margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;
width: 470px;
}
.bodyline {
padding: 0px;
border-left: 4px solid #aab8a3;
border-right: 4px solid #aab8a3;
}
.genmed {
color: #4B4937;
text-align: center;
}
/*BARRE NAVIGATION*/
a.mainmenu {
font-family: 'Kaushan Script', cursive;
font-size: 15px;
font-weight: bold;
letter-spacing: -1px;
text-transform: uppercase;
}
a.mainmenu:hover {
color: #674d2a;
}
/*CATEGRORIES*/
.secondarytitle h2 {
font-family: 'Kaushan Script', cursive;
font-size: 10px;
margin-left: 300px;
text-align: center;
letter-spacing: 3px;
font-weight: bold;
text-transform: uppercase;
text-shadow: 0px 0px 2px #D7E2C3;
}
/*NOMS SOUS FORUMS*/
a.sousforums {
text-transform: lowercase;
font-size: 16px;
margin: 10px;
padding: 2px 5px 2px 5px;
opacity: 0.7;
padding: -8px 5px 5px 5px;
font-family: 'Kaushan Script', cursive;
}
a.sousforums:hover {
color: #674d2a;
}
/*LIENS SOUS-FORUMS/LIEUX*/
.forumlink {
font-family: 'Fjalla One', cursive;
margin:10px 25px 10px 25px;
font-size: 10px;
padding-bottom: 0px;
letter-spacing: 1px;
text-transform: lowercase;
opacity: 5;
background-color: #aab8a3;
text-align: center;
}
.forumlink:hover {
opacity: 1;
color: #674d2a
}
.sousforums_stats {
font-family: 'Fjalla One', sans-serif;
color: #674d2a;
text-transform: uppercase;
font-size: 9px;
opacity: 1;
padding-left: 45px;
}
/*LIGNE DANS CATEGORIES*/
.line2 {
border-top: 1px dotted #7F9881;
width: 395px;
opacity: 0.5;
margin-left: 170px;
margin-top: -10px;
}
/*sous forum petite intro*/
.d1 {
display: inline;
font-family: 'Fjalla One', sans-serif;
color: #674d2a;
text-transform: uppercase;
font-size: 9px;
opacity: 1;
font-weight: bold;
}
/*sous forum description*/
.d2 {
display: inline;
text-align: justify;
font-family: 'Fjalla One', sans-serif;
font-size: 10px;
color: #674d2a;
}
.lastpost-avatar {
border: 1px solid #43492C;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
height: 64px;
opacity: .8;
overflow: hidden;
padding: 2px;
width: 40px;
}
.lastpost-avatar:hover {
opacity: 1;
}
.lastpost-avatar img {
width:40px;
height:64px;
}
/*avatar sujets*/
.lastpost-avatar2 {
border: 1px solid #43492C;
display: inline-block;
height: 51px;
opacity: .8;
overflow: hidden;
padding: 2px;
width: 32px;
margin: 4px;
float: left;
}
.lastpost-avatar2:hover {
opacity: 1;
}
.lastpost-avatar2 img {
width:32px;
height:51px;
}
/*PROFIL*/
/* DEBUT PROFIL*/
.avatar_profil {
border: 1px solid #43492C;
padding: 2px;
margin-top: 15px;
margin-left: 0px;
margin-right: 7px;
overflow:hidden;
-webkit-border-radius:55px;
-moz-border-radius:55px;
border-radius:0px;
width:200px;
height:320px;
opacity: 0.8;
}
.avatar_profil:hover {
opacity: 1;
}
.poster_rank {
color: #7F9881;
font-size: 10px;
text-transform: lowercase;
letter-spacing: 1px;
font-family: 'Fjalla One', sans-serif;
margin-top: -10px;
text-align: center;
}
.poster_name {
font-family: 'Fjalla One', cursive;
font-size: 12px;
letter-spacing: 3px;
text-align: center;
text-transform: lowercase;
}
.champ_profil {
margin-left: 1px;
margin-top: -2px;
display: inline;
line-height: 1px;
text-transform: lowercase;
font-size: 10px;
font-family: 'Fjalla One', sans-serif;
}
.profil_contenu {
display: inline;
font-family: 'Fjalla One', sans-serif;
font-size: 10px;
text-transform: lowercase;
}
.symbole_profil {
display: inline;
font-size:11px;
color: rgba(0,0,0,0.4);
}
.profil_online {
margin-left: 117px;
position: absolute;
}
/*FIN PROFIL*/
/*TOPIC CODE*/
.postbody {
text-align: justify;
margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;
}
.line {
border-bottom: 1px dotted #7F9881;
width: 450px;
text-align: center;
opacity: 0.6;
margin-top: -11px;
}
.tittle1 {
color: #7F9881;
font-size: 23px;
text-align: center;
line-height: 50px;
font-family: 'Kaushan Script', cursive;
letter-spacing: 4px;
font-weight: bold;
text-transform: uppercase;
text-shadow: 1px 1px 1px white;
}
.soustitre2 {
font-family: 'Bungee Hairline', cursive;
font-size: 13px;
font-weight: bold;
letter-spacing: 5px;
margin-top: -30px;
color: #4B4937;
text-align: center;
}
.topic {
width: 450px;
background-image:url(https://i.servimg.com/u/f53/20/30/36/13/fondto10.png);
opacity: 1;
margin: auto;
padding: 10px 30px 10px 30px;
}
.contenu {
padding: 10px 5px 10px 0px;
font-family: 'Fjalla One', sans-serif;
font-size: 11px;
color: #7F9881;
}
.bas {
width: 500px;
font-family: 'Fjalla One', sans-serif;
font-size: 8px;
color: #616983;
text-transform: lowercase;
letter-spacing: 5px;
text-align: center;
opacity: 0.6;
}
/*TAILLE GIF PROFIL DE MESSAGES*/
.postdetails img {
max-width:200px;
}
/* FICHE DE PRESENTATION */
/* BLOC INFORMATIONS & PHYSIQUE */
.topAEI {
box-shadow:0 0 5px rgba(0,0,0,0.1), inset 0 0 145px rgba(0,0,0,0.1); background:#aab8a3;
}
/* INFORMATIONS */
.abtAEI li {
background:#D7E2C3; color:#43492C;
}
/* BANDES PHYSIQUE */
.phyzAEI {
border-color:#7F9881 !important;
}
/* CONTENU PHYSIQUE */
.phyzAEI div {
background:#D7E2C3; color:#43492C;
}
/* BLOCS CARACTERE & HISTOIRE */
.boxAEI {
box-shadow:0 0 5px rgba(0,0,0,0.2);
}
/* TITRES CARACTERE & HISTOIRE */
.tleAEI {
background:#aab8a3; color:#43492C;
}
/* CONTENUS CARACTERE & HISTOIRE */
.boxAEI p {
background:#D7E2C3; color:#43492C;
}
/* PRESENTATION JOUEUR */
.UAEI {
box-shadow:0 0 5px rgba(0,0,0,0.2); background:#D7E2C3;
}
/* BANDES IMAGES PRESENTATION JOUEUR */
.imgUAEI {
border-color:#7F9881 !important;
}
/* INFORMATIONS PRESENTATION JOUEUR */
.abtUAEI div {
background:#aab8a3; color:#43492C;
}
/* COMMENTAIRE PRESENTATION JOUEUR */
.moreUAEI {
background:#aab8a3; color:#43492C;
}
/*QEEL*/
/* QEEL PAR AWFUL */
#qeel {
font-family: 'Oswald', sans-serif;
width: 900px;
margin:auto;
position: relative;
display: flex;
flex-wrap: wrap;
padding-bottom: 20px;
background: #e9e9e9;
}
#qeel a, #qeel a:hover, #qeel a:active, #index-links a, #index-links a:hover, #index-links a:active {
text-decoration: none!important;
}
/* Titre du QEEL */
#qeel-titre {
height: 50px;
background: #7F9881;
flex: 100%;
margin-bottom: 30px;
}
#qeel-titre h2 {
font-family: 'Kaushan Script', cursive;
color: #D7E2C3;
font: 900 18px ;
text-transform: uppercase;
text-align: right;
padding-right: 20px;
}
/* Case dernières 24 heures */
#qeel-connectes24 {
width: 140px;
border: 1px solid #e0e0e0;
background:#f9f9f9;
margin-left: 20px;
margin-right: 20px;
box-sizing: border-box;
height: 152px;
overflow: auto;
}
#qeel-connectes24 td.row1 {
background-color: #aab8a3;
font-family: 'Roboto', sans-serif;
padding: 5px;
}
#qeel-mid {
width: 250px;
display: flex;
flex-direction: column;
justify-content: space-between;
margin-right: 20px;
}
/* Dernier inscrit */
#qeel-dernier h3 {
text-align: center;
text-transform: uppercase;
font-size: 12px;
margin: 0;
font-family: 'Kaushan Script', cursive;
}
#qeel-dernier div {
text-align: center;
width: 100%;
background: #aab8a3;
height: 50px;
margin-top: 5px;
}
#qeel-dernier div a strong {
font-weight: 300;
text-transform: uppercase;
font-size: 20px;
line-height: 50px;
color: #aab8a3;
}
/* Case liste des connectés */
#qeel-connectes {
background: #aab8a3;
overflow: auto;
padding: 5px;
font-size: 11px;
flex: 1;
margin-right: 10px;
height: 110px;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
/* Les groupes */
#qeel-groupes {
display: flex;
justify-content: space-between;
}
#qeel-groupes div {
border: 1px solid #c5c5c5;
text-transform: uppercase;
font-size: 8px;
text-align: center;
height: 35px;
width: 50px;
margin-top: -40px;
line-height: 35px;
color: #a7a7a7;
background: #fff;
box-shadow: 3px 0 0 #edecec inset,-3px 0 0 #edecec inset,0 3px 0 #edecec inset,0 -3px 0 #edecec inset;
}
#qeel-groupes div:nth-child(1) a {
color: #1E2052;
}
#qeel-groupes div:nth-child(2) a {
color: #153B08;
}
#qeel-groupes div:nth-child(3) a {
color: #8A2F7F;
}
#qeel-groupes div:nth-child(4) a {
color: #BA350D;
}
#qeel-groupes div:nth-child(5) a {
color: #520606;
}
#qeel-right {
flex: 1;
margin-right: 20px;
display: flex;
flex-wrap: wrap;
}
/* Statistiques messages et membres */
#qeel-stats2 {
display: flex;
flex-direction: column;
height: 110px;
}
#qeel-stats2 div{
background: #aab8a3;
width: 80px;
margin-bottom: 9px;
text-transform: uppercase;
font-size: 10px;
text-align: center;
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
font-weight: 300;
}
#qeel-stats2 div:last-child {
margin-bottom: 0px;
}
/* Statistique des membres en lignes (x membres, x invités, x invisibles) */
#qeel-stats {
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
color: #aeaeae;
flex: 100%;
align-self: start;
}
#qeel-stats b {
color: #bbb657;
}
#qeel-stats i {
font-weight: 300!important;
font-style: inherit;
color: #000000;
}
#qeel-stats u {
text-decoration: none;
font-weight: 300;
color: #000;
}
/* Crédits du QEEL */
#qeel-credits {
font-size: 9px;
text-transform: uppercase;
color: #7a7a7a;
text-align: right;
flex: 100%;
align-self: end;
}
/*Les liens en dessous du QEEL */
#index-links {
width: 900px;
margin: auto;
display: flex;
justify-content: space-between;
margin-top: 10px;
}
#index-links a {
border: 1px solid #c5c5c5;
background: #fff;
flex: 1;
margin-right: 3px;
text-align: center;
text-transform: uppercase;
font-size: 9px;
padding: 10px 0;
font-family: "Oswald", sans-serif;
box-shadow: 3px 0 0 #edecec inset,-3px 0 0 #edecec inset,0 3px 0 #edecec inset,0 -3px 0 #edecec inset;
color: #ababab;
transition: color 0.3s;
}
#index-links a:hover {
color: #ccc;
}
#index-links a:last-child {
margin-right: 0px;
}
ainsi que mon index_body :
- Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN message_admin_titre -->
<tr>
<td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
</tr>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<tr>
<td class="row1" rowspan="3" align="center" valign="middle">
<div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
</td>
</tr>
<!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->
<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td width="50%" valign="top" align="{switch_user_login_form_header.V_ALIGN}" class="row1">
<table>
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<!-- BEGIN switch_social_login -->
<td width="10%" align="center" valign="middle" class="row1">
<span class="genmed fb_or">{switch_user_login_form_header.switch_social_login.L_OR}</span>
</td>
<td width="40%" class="align_gauche row1">
<div class="social_btn">
<!-- BEGIN fb_connect -->
<div class="fb-login-button"></div>
<!-- END fb_connect -->
<!-- BEGIN topicit_connect -->
<div class="ti-connect"></div>
<!-- END topicit_connect -->
</div>
</td>
<!-- END switch_social_login -->
</tr>
</table>
</form>
<!-- END switch_user_login_form_header -->
{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" valign="top">
<!-- BEGIN switch_user_logged_in -->
<span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_delete_cookies -->
<br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall" rel="nofollow">{switch_delete_cookies.L_DELETE_COOKIES}</a></span>
<!-- END switch_delete_cookies -->
</td>
<td width="50%" align="right">
<span class="gensmall">
<a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
<a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
<a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
<!-- BEGIN switch_on_index -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
<!-- END switch_on_index -->
</span>
</td>
</tr>
</table>
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td width="50%" valign="top" align="right" class="row1">
<table>
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<!-- BEGIN switch_social_login -->
<td width="10%" align="center" valign="middle" class="row1">
<span class="genmed fb_or">{switch_user_login_form_footer.switch_social_login.L_OR}</span>
</td>
<td width="40%" class="align_gauche row1">
<div class="social_btn">
<!-- BEGIN fb_connect -->
<div class="fb-login-button"></div>
<!-- END fb_connect -->
<!-- BEGIN topicit_connect -->
<div class="ti-connect"></div>
<!-- END topicit_connect -->
</div>
</td>
<!-- END switch_social_login -->
</tr>
</table>
</form>
<!-- END switch_user_login_form_footer -->
<!-- BEGIN disable_viewonline -->
<link href="https://fonts.googleapis.com/css?family=Oswald:300,400|Montserrat:900|Roboto" rel="stylesheet">
<div id="qeel">
<div id="qeel-titre"><h2>Qui se promène en ville?</h2></div>
<div id="qeel-connectes24"><table>{L_CONNECTED_MEMBERS}</table></div>
<div id="qeel-mid">
<div id="qeel-dernier"><h3>Bienvenue à Rosehill</h3><div>{NEWEST_USER}</div></div>
<div id="qeel-groupes">
<div><a href="https://whatsuprosehill.forumactif.com/g4-dahlia">DAHLIA</a></div>
<div><a href="https://whatsuprosehill.forumactif.com/g3-daisy">DAISY</a></div>
<div><a href="https://whatsuprosehill.forumactif.com/g5-lily">LILY</a></div>
<div><a href="https://whatsuprosehill.forumactif.com/g6-poppy">POPPY</a></div>
<div><a href="https://whatsuprosehill.forumactif.com/g7-rose">ROSE</a></div>
</div>
</div>
<div id="qeel-right">
<div id="qeel-stats">{TOTAL_USERS_ONLINE}</div>
<div id="qeel-connectes">{LOGGED_IN_USER_LIST}</div>
<div id="qeel-stats2"><div>{TOTAL_POSTS}</div><div>{TOTAL_USERS}</div></div>
<div id="qeel-credits">Crédits : what's up rosehill - codage by <a href="http://terrible.forumactif.org/" target="_blank">awful</a></div>
</div>
</div>
<div id="index-links">
<a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a>
<a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a>
<a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a>
<a href="/?mode=delete_cookies" rel="nofollow">Supprimer les cookies du forum</a>
</div>
<script type="text/javascript">
$('#qeel-stats2').html($('#qeel-stats2').html().replace(/Nos membres ont posté un total de|Nous avons /ig," ").replace(/membre enregistré/,"membre").replace(/membres enregistrés/,"membres"));
$('#qeel-dernier').html($('#qeel-dernier').html().replace(/L'utilisateur enregistré le plus récent est/ig," "));
$('#qeel-connectes').html($('#qeel-connectes').html().replace(/Utilisateurs enregistrés : /ig," "));
$('#qeel-connectes24').html($('#qeel-connectes24').html().replace(/Membres connectés au cours des 24 dernières heures : /ig," "));
$('#qeel-stats').html($('#qeel-stats').html().replace(/Il y a en tout| :: /ig," ").replace(/utilisateur en ligne/,"<i>utilisateur en ligne</i> <u>>></u>").replace(/utilisateurs en ligne/,"<i>utilisateurs en ligne</i> <u>>></u>").replace(/Enregistré,/,"<i>Enregistré</i> <u>|</u>").replace(/Enregistrés,/,"<i>Enregistrés</i> <u>|</u>").replace(/Invisible et/,"<i>Invisible</i> <u>|</u>").replace(/Invisibles et /,"<i>Invisibles</i> <u>|</u>").replace(/Invité/,"<i>Invité</i>").replace(/Invités/,"<i>Invités</i>"));
</script>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
<tr>
<td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td></td>
<td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>
<!-- END switch_legend -->
{AUTO_DST}
À noter que je ne sais absolument pas coder et que je fais tout à partir de codes libre service et qu'après ça, je tâtonne un peu...
Merci beaucoup de votre aide!
MlleAlys- Membre actif
- Messages : 5952
Inscrit(e) le : 12/09/2012
Re: écart entre header et bordures après modification du index_body
Ah, j'ai loupé cette valeur!! Merci beaucoup!!!!!
Sujets similaires
» Supprimer l'écart entre le logo et la barre de navigation
» Faire un léger écart entre deux messages
» Trop d'écart entre la navigation et le début du forum
» Ecart entre l'image et la page d'accueil
» Ecart entre barre navigation et logo
» Faire un léger écart entre deux messages
» Trop d'écart entre la navigation et le début du forum
» Ecart entre l'image et la page d'accueil
» Ecart entre barre navigation et logo
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum