enlever l'entourage blanc de ma PA
4 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
enlever l'entourage blanc de ma PA
bonsoir,
voilà , j'ai un forum de test :ici;) , j'ai entourage blanc autour de ma PA.. j'ai installer un QUEL ou l'on à fait des modifications dans le template : "index_body" & j'ai entourage blanc qui apparaît. j'aimerais savoir si il était psosible de l'enlever car il est un peux trop "encombrant"..
merci.
voilà , j'ai un forum de test :ici;) , j'ai entourage blanc autour de ma PA.. j'ai installer un QUEL ou l'on à fait des modifications dans le template : "index_body" & j'ai entourage blanc qui apparaît. j'aimerais savoir si il était psosible de l'enlever car il est un peux trop "encombrant"..
merci.
Dernière édition par alcantara le Jeu 23 Juin 2011 - 19:48, édité 1 fois
Invité- Invité
Re: enlever l'entourage blanc de ma PA
Bonjour,
Mettez ceci dans votre CSS:
Mettez ceci dans votre CSS:
- Code:
.bodyline {
background-color: #trans;
}
Re: enlever l'entourage blanc de ma PA
rien n'a bouger..
Invité- Invité
Re: enlever l'entourage blanc de ma PA
Quelle est la version de votre forum?
Re: enlever l'entourage blanc de ma PA
c'est un phpBB2 (subsilver).
Invité- Invité
Re: enlever l'entourage blanc de ma PA
Re-bonjour
tu as 2 entourage blanc
Dans ta feuille de css
le grand qui fait tout le tour du forum
et l'autre qui entoure toutes tes categories
A toi de voir celui que tu veux enlever
Amicalement
tu as 2 entourage blanc
Dans ta feuille de css
le grand qui fait tout le tour du forum
- Code:
.bodyline {
border: 10px #ffffff solid;
-moz-border-radius:40px;
-webkit-border-radius: 40px;
-khtml-border-radius: 40px;
}
et l'autre qui entoure toutes tes categories
- Code:
.forumline{
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
/*background-color: #ffffff;*/
border: 3px #ffffff solid;
background-color:#ded7c6;
}
A toi de voir celui que tu veux enlever
Amicalement
Dernière édition par Convivialite le Mer 22 Juin 2011 - 19:00, édité 1 fois
Re: enlever l'entourage blanc de ma PA
Bonjour.
Vous parlez de quel entourage blanc précisément ? Parce qu'il y en a plein, dans votre forum test, donc ... ^^" .
*edit*
Hey hey, Convivialité va plus vite que moi !
Vous parlez de quel entourage blanc précisément ? Parce qu'il y en a plein, dans votre forum test, donc ... ^^" .
*edit*
Hey hey, Convivialité va plus vite que moi !
Re: enlever l'entourage blanc de ma PA
Je veux juste enlever celui qui entoure la page d'accueil à un moment , il n'était plus la , il suffit qu'il y est une modification au template et au CSS pour qu'elle ne soit plus la..
edit : je parle celui qui est autour de ma page d'accueil .
edit : je parle celui qui est autour de ma page d'accueil .
Invité- Invité
Re: enlever l'entourage blanc de ma PA
Vui, il y en a deux, autours de la page d'accueil. ^^ celui qui est directement en contact avec le fond bleu, ou l'autre ?
♢ Pour faciliter les recherches, mettez un titre explicite.
♢ Remerciez le message qui vous a aidé pour que celui-ci soit mis en évidence.
♢ Épinglez votre sujet en résolu pour prévenir la modération.
Re: enlever l'entourage blanc de ma PA
L'autre , pas le turquoise , le blanc
Invité- Invité
Re: enlever l'entourage blanc de ma PA
Et vous avez mis quoi dans votre template index_body ?
♢ Pour faciliter les recherches, mettez un titre explicite.
♢ Remerciez le message qui vous a aidé pour que celui-ci soit mis en évidence.
♢ Épinglez votre sujet en résolu pour prévenir la modération.
Re: enlever l'entourage blanc de ma PA
il suffit d'enlever
A+
- Code:
.bodyline {
border: 10px #ffffff solid;
-moz-border-radius:40px;
-webkit-border-radius: 40px;
-khtml-border-radius: 40px;
}
A+
missx- Membre actif
-
Messages : 2895
Inscrit(e) le : 12/05/2007
Re: enlever l'entourage blanc de ma PA
Mais s'il enlève le bodyline du css, tous les cadres disparaitront, pas seulement celui de la PA.
Re: enlever l'entourage blanc de ma PA
Avant , je n'avais pas le cadre blanc avant cette modification de CSS et template.
Invité- Invité
Re: enlever l'entourage blanc de ma PA
Alors on va faire simple. ^^
Vous pouvez nous poster le template modifié, ainsi que le css ? ^^
Vous pouvez nous poster le template modifié, ainsi que le css ? ^^
♢ Pour faciliter les recherches, mettez un titre explicite.
♢ Remerciez le message qui vous a aidé pour que celui-ci soit mis en évidence.
♢ Épinglez votre sujet en résolu pour prévenir la modération.
Re: enlever l'entourage blanc de ma PA
template 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">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<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>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle" align="right">
<table class="right">
<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>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</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>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
</span>
</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">{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">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<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>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle">
<table class="right">
<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>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->
<!-- BEGIN disable_viewonline -->
<center>
<br>
<table border="0"><tr><td width="350"><div style="width: 350px; overflow: auto; text-align: justify; font-size: 10px; line-height: 13px;"><div align="justify">
<span class="gensmall"><span style="font-size: 11px; line-height: normal"><span id="bert">{TOTAL_POSTS}
<script type="text/javascript">document.getElementById('bert').innerHTML=document.getElementById('bert').innerHTML.replace(/Nos membres ont posté un total de/,"Bienvenue à Beverly-Hills ou il fait bon vivre toute l'année. Les commérages vont bon train puisque nos chers habitants ont réalisé un total de ");</script>
<script type="text/javascript">document.getElementById0('bert').innerHTML=document.getElementById('bert).innerHTML.replace(/message/,"discussion. ");</script>
<br><script type="text/javascript">document.getElementById('bert').innerHTML=document.getElementById('bert').innerHTML.replace(/messages/,"discussions. ");</script></span></span>
<span id="matt"><span style="font-size: 11px; line-height: normal">{TOTAL_USERS}</span>
<script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/Nous avons/," Nous avons actuellement");</script>
<script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membre enregistré/,"habitant présent dans notre magnifique ville.");</script>
<script type="text/javascript">document.getElementById('matt').innerHTML=document.getElementById('matt').innerHTML.replace(/membres enregistrés/,"habitants présents dans notre magnifique ville.");</script></span>
<span id="yosh"><span style="font-size: 11px; line-height: normal">{NEWEST_USER}</span>
<script type="text/javascript">document.getElementById('yosh').innerHTML=document.getElementById('yosh').innerHTML.replace(/L'utilisateur enregistré le plus récent est/," Un nouvel arrivant vient de s'y installer, il se nomme");</script>. <span style="font-size: 11px; line-height: normal"> Nous lui souhaitons tous la bienvenue, en espérant qu'il se plaise parmi nous. </span></span>
<br><span class="gensmall">
<span id="yohan"><span style="font-size: 11px; line-height: normal">{TOTAL_USERS_ONLINE}</span></span>
<script type="text/javascript">document.getElementById('yohan').innerHTML=document.getElementById('yohan').innerHTML.replace(/utilisateurs en ligne/,"habitant ou touriste en ligne");</script>
<script type="text/javascript">document.getElementById('yohan').innerHTML=document.getElementById('yohan').innerHTML.replace(/utilisateur en ligne/,"habitants ou touristes en ligne";</script>
<br>
<script type="text/javascript">document.getElementById('yohan').innerHTML=document.getElementById('yohan').innerHTML.replace(/Enregistré/,"habitant en ville");</script>
<script type="text/javascript">document.getElementById('yohan').innerHTML=document.getElementById('yohan').innerHTML.replace(/Enregistrés/,"habitant(s) en ville");</script>
<script type="text/javascript">document.getElementById('yohan').innerHTML=document.getElementById('yohan').innerHTML.replace(/Invisible/," froussard");</script>
<script type="text/javascript">document.getElementById('yohan').innerHTML=document.getElementById('yohan').innerHTML.replace(/Invisibles/,"froussards");</script>
<script type="text/javascript">document.getElementById('yohan').innerHTML=document.getElementById('yohan').innerHTML.replace(/Invité/,"petit curieux.");</script>
<script type="text/javascript">document.getElementById('yohan').innerHTML=document.getElementById('yohan').innerHTML.replace(/Invités/,"petit curieux.");</script></span>
</div>
<div align="justify">
<DIV style="border-left: ;padding-right :0px;"><span id="mike"><span style="font-size: 11px; line-height: normal">{RECORD_USERS}</span>
<script type="text/javascript">document.getElementById('mike').innerHTML=document.getElementById('mike').innerHTML.replace(/Le record du nombre d'utilisateurs en ligne est de/," Durant la période estival, le nombre record d'habitants et de touristes présents à Beverly-Hills s'élève jusqu'à");</script></span></DIV></div></div><br><div style="width: 355px; height: 125px; overflow: auto; text-align: justify; font-size: 10px; line-height: 13px;"><span class="gensmall"><table width=70%">{LOGGED_IN_USER_LIST}
<br></table></span></div>
</td><td width="350"><DIV style="border-left: 4px dotted #B1DCED;"> <center><div style="width: 340px; overflow: auto; text-align: justify; font-size: 10px; line-height: 13px;"><span class="groupes"> <a href="http://beverlyhills-90210.forumgratuit.org/g3-beverlyens"><font color=#000000 size="2"><b>Beverlyens</b></font></a></span> <span class="groupes"> <a href="http://beverlyhills-90210.forumgratuit.org/g4-administration-du-campusf"><font color=#665359 size="2"><b>Administration Du Campus</b></font></a></span> <span class="groupes"> <a href="http://beverlyhills-90210.forumgratuit.org/g5-professeurs"><font color=#7289C4 size="2"><b>Professeurs</b></font></a></span> <span class="groupes"> <a href="http://beverlyhills-90210.forumgratuit.org/g15-etudiants-en-droit"><font color=#DB1C1C size="2"><b>Etudiants En Droit</b></font></a></span> <span class="groupes"> <a href="http://beverlyhills-90210.forumgratuit.org/g16-etudiants-en-criminologie"><font color=#A4C4C2 size="2"><b>Etudiants En Criminologie</b></font></a></span> <span class="groupes"> <a href="http://beverlyhills-90210.forumgratuit.org/g17-etudiants-en-litterature"><font color=#116E8F size="2"><b>Etudiants En Littérature</b></font></a></span> <span class="groupes"> <a href="http://beverlyhills-90210.forumgratuit.org/g18-etudiants-en-langues"><font color=#BD0D54 size="2"><b>Etudiants En Langues</b></font></a></span> <span class="groupes"> <a href="http://beverlyhills-90210.forumgratuit.org/g19-etudiants-en-sport"><font color=#88A2BD size="2"><b>Etudiants En Sport</b></font></a></span> <span class="groupes"> <a href="http://beverlyhills-90210.forumgratuit.org/g20-etudiants-en-arts"><font color=#7A4E4E size="2"><b>Etudiants En Arts</b></font></a></span> <span class="groupes"> <a href="http://beverlyhills-90210.forumgratuit.org/g21-etudiants-en-medecine"><font color=#DB78A5 size="2"><b>Etudiants En Médecine</b></font></a></span> <span class="groupes"> <a href="http://beverlyhills-90210.forumgratuit.org/g22-etudiants-en-mode"><font color=#D6B3E0 size="2"><b>Etudiants En Mode</b></font></a></span> <span class="groupes"> <a href="http://beverlyhills-90210.forumgratuit.org/g23-etudiants-en-economie"><font color=#9C9393 size="2"><b>Etudiants En Economie</b></font></a></span> <span class="groupes"> <a href="http://beverlyhills-90210.forumgratuit.org/g24-etudiants-en-musiques-dance"><font color=#8C7BA6 size="2"><b>Etudiants En Musiques & Dance</b></font></a></span> <span class="groupes"> <a href="http://beverlyhills-90210.forumgratuit.org/g26-etudiants-en-science-et-physique"><font color=#9E0C8D size="2"><b>Etudiants En Science Et Physique</b></font></a></span> <span class="groupes"> <a href="http://beverlyhills-90210.forumgratuit.org/g25-etudiants-en-photographie"><font color=#AD9D80 size="2"><b>Etudiants En Photographie</b></font></a></span> <span class="groupes"> <a href=http://beverlyhills-90210.forumgratuit.org/g27-etudiants-en-informatique"><font color=#750B32 size="2"><b>Etudiants En Informatique</b></font></a></span> <span class="groupes"> <a href="http://beverlyhills-90210.forumgratuit.org/g30-etudiants-en-enseignement"><font color=#6C7562 size="2"><b>Etudiants En Enseignement</b></font></a></span> <span class="groupes"> <a href="http://beverlyhills-90210.forumgratuit.org/g28-etudiants-en-hotellerie"><font color=#27C9F2 size="2"><b>Etudiants En Hôtellerie</b></font></a></span> <span class="groupes"> <a href="http://beverlyhills-90210.forumgratuit.org/g29-etudiants-en-archeologie"><font color=#6F5D73 size="2"><b>Etudiants En Archéologie</b></font></a></span> <span class="groupes"> <a href="http://beverlyhills-90210.forumgratuit.org/g31-enfants"><font color=#D4AFA1 size="2"><b>Enfants</b></font></a></span><br><br><DIV style="border-bottom: 3px dotted #B1DCED; padding-bottom: 10px;"></DIV><br>
<div style="width: 340px; height: 135px; overflow: auto; text-align: justify; font-size: 10px; line-height: 13px;"><span class="gensmall"><table width=100%"><div align="justify">{L_CONNECTED_MEMBERS}</div></div><br></table></span></div></center></DIV></td></tr></table></center>
<!-- 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}
<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
status: true,
cookie: true,
xfbml: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
- Code:
u{border-bottom: 1px solid;border-color:#ded7c6;text-decoration: none;
-moz-border-radius:10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
I{border-bottom:none; text-decoration: none }
a:hover{text-transform:uppercase;}
.bodylinewidth { width:70%}
a.forumlink{
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
background-color: #ffffff;
border-bottom: 2px dotted #ffffff;
color:#oooooo;
font-family: Georgia;
font-size: 14px;
font-weight: lighter;
letter-spacing: 2px;
display:block;
text-align: left;
}
a.forumlink:hover, a.forumlink:hover:visited{
background-color: #ffffff;
border-left: 9px solid ##ffffff;
border-right: 9px solid ##ffffff;
-moz-border-radius:6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
}
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; }
.quote{
font-family: Tahoma;
font-size: 11px;
color: #1f1f1f;
line-height: 125%;
background-color; #F5DEB3;
border: #1f1f1f;
border-style: solid;
border: 1px #1f1f1f dotted;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
-moz-border-radius:6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
}
.code{
font-family: Tahoma;
font-size: 11px;
color: #1f1f1f;
background-color: #F5DEB3;
border: #1f1f1f;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border: 1px #c4bfb5 dotted;
-moz-border-radius:6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
}
input,textarea, select {
-moz-border-radius:9px;
-webkit-border-radius: 9px;
-khtml-border-radius: 9px;
}
a {font-variant: small-caps;}
.bodyline {
border: 10px #ffffff solid;
-moz-border-radius:40px;
-webkit-border-radius: 40px;
-khtml-border-radius: 40px;
}
a.forumline{
background-color: #ffffff;
border: 5px #C5C5C5 solid;
}
a.mainmenu{
text-decoration: none;
color : #C5C5C5;
}
a.mainmenu:hover{
text-decoration: none;
border: 1px dotted #CDCDCD;
color : #c1bbb3;
}
.forumline{
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
/*background-color: #ffffff;*/
border: 3px #ffffff solid;
background-color:#ded7c6;
}
.milieu {width: 90%;
margin: 0px;
border: 1px solid #ffffff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 5px;
background-color:#F2EDDB}
.statistiques {
border:0px;
background-image: url("http://i67.servimg.com/u/f67/14/07/23/03/gtrfb10.png");
background-repeat: no-repeat;
background-position: center;
height:211px; /* HAUTEUR DE VOTRE IMAGE DE FOND, C'EST UNE VARIABLE */
}
.groupes {
background-color:#; /* FOND DES NOMS DE GROUPES */
border: px # dotted; /* POUR METTRE LE CONTOUR EN POINTILLES */
-moz-border-radius : px px px px; /* ARRONDI DES CONTOURS */
-webkit-border-radius: 5px;
height:40px; /* HAUTEUR DES ENCADRES */
font-size:13px; /*TAILLE ECRITURE */
font-weight: bold; /* STYLE DE L'ECRITURE */
text-align:center;
text-decoration: none !important;
}
/* .bodyline { border: 10px solid #ffffff; } */
div.infobulle {
position: relative;
float: left;
}
div.infobulle span {
display: none; /* ceci masque l'infobulle */
}
div.infobulle:hover {
background: none; /* correction d'un bug IE */
z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
}
div.infobulle:hover span {
display: inline;
position: absolute;
top: Ypx;
left: Xpx;
background-color: #FFFFFF;
color: #000000;
padding: 2px;
border: 1px solid #000000;
}
.titrefora {
border-bottom: 4px inset #ddedf7;
border-left:1px solid #ddedf7;
border-right:1px solid #ddedf7;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border-radius: 9px;
width: 350px;
padding: 2px; }
.descrip { background-color: #ddedf7;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius: 8px;
margin-right: 4px;
display: block;
height:75px;
padding:4px;}
.tablo{
border-right:5px solid #ddedf7;
width: 80%;}
.ssfo{
background-color: #ddedf7;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
padding:4px;
width: 180px;
text-align: left;}
tr.post span.gensmall { display: none; }
.mainmenu{
background: #ddedf7;
-moz-border-radius:10px 10px 0px 0px;
-webkit-border-radius:10px 10px 0px 0px;
border-radius:10px 10px 0px 0px;
font-family: Georgia, Verdana, Arial, serif;
font-size: 11px;
text-align: center;
padding:0px;
}
div.infobulle {
position: relative;
float: left;
}
div.infobulle span {
display: none; /* ceci masque l'infobulle */
}
div.infobulle:hover {
background: none; /* correction d'un bug IE */
z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
}
div.infobulle:hover span {
display: inline;
position: absolute;
top: 1px;
left: 1px;
background-color: #FFFFFF;
color: #000000;
padding: 2px;
border: 1px solid #000000;
}
a { text-decoration: none; }
/* .forumline {
border : 1px dashed ##0A0A0A;
} */
.titre_tableau {
font-variant: small-caps;
background-image: url(image_de_fond.jpg);
background-repeat: repeat-x; /*pour une répétition horizontale*/
}
a {font-variant: small-caps;}
.postdetails.poster-profile a img {
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 3px solid #000000;
}
.backprofile {background-color:#FFFFFF;-moz-border-radius:5px;}
.profil_contour {
border: 3px solid-black; /*La bordure*/
background-color: color: rgb(48.30.24); /*Le fond*/
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
.tstaff{
font-size:1em;
}
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail:hover span{
visibility: visible;
top: 50px;
left: 25px; /*position where enlarged image should offset horizontally */
width: 160px
}
table.bodylinewidth {
position: relative;
top: -9px;
}
table.bodylinewidth {
position: relative;
bottom: -9px;
}
a.infobulle {
position: relative;
}
a.infobulle span {
display: none;
}
a.infobulle:hover {
background: none;
z-index: 999;
}
a.infobulle:hover span {
display: inline;
position: absolute;
white-space: nowrap;
top: 10px;
left: 2px;
background: #333333;
color: blue;
padding: 6px;
border: 10px radius blue;
border-radius: 10px radius blue;
}
a:hover {
text-decoration: none !important;
}
textarea, .textarea.post, input.post {
-moz-border-radius:10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}
a { text-decoration: none; }
.topiclist dl.icon {
min-height: 50px;
background-position: 2px 50%;
}
* html .topiclist dl.icon {
height: 50px;
}
ul.topics dt,ul.topics dd.dterm {
padding-left: 50px;
}
ul.pmlist dt,ul.pmlist dd.dterm {
padding-left: 50px;
}
.haccordion li .hpanel{
width: 100%; /*For users with JS disabled: Width of each content*/
height: 206px; /*For users with JS disabled: Height of each content*/
}
/*lien menu accordéon*/
.lienadmin {
background-color: #440503;
padding-bottom:6px;
padding-top:6px;
padding-left:5px;
padding-right:5px;
border-right:4px solid #e7c02e;
border-left:4px solid #e7c02e;
border-top:1px solid #e7c02e;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-webkit-border-radius: 10px;
border-radius: 10px 10px 0px 0px;
}
.lienadmin:hover {
color: #e7c02e;
text-shadow: 1px 1px 1px #e7c02e;
}
.blablapa {
width: 350px;
color : #e7c02e;
font-weight : bold;
font-size: larger;
letter-spacing : 3px;
background-color: #440503;
padding-bottom: 2px;
padding-top:2px;
border-right:4px solid #e7c02e;
border-left:4px solid #e7c02e;
border-top:1px solid #e7c02e;
border-bottom:1px solid #e7c02e;
-moz-border-radius:10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.Tadaga {
width: 350px;
color : #3E57F7;
font-weight : bold;
font-size: larger;
letter-spacing : 3px;
background-color: #440503;
padding-bottom: 2px;
padding-top:2px;
border-right:4px solid #e7c02e;
border-left:4px solid #e7c02e;
border-top:1px solid #e7c02e;
border-bottom:1px solid #e7c02e;
-moz-border-radius:10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.RP {
width: 350px;
color : #224DCC;
font-weight : bold;
font-size: larger;
letter-spacing : 3px;
background-color: #AFC1FA;
padding-bottom: 2px;
padding-top:2px;
border-right:4px solid #16318A;
border-left:4px solid #16318A;
border-top:1px solid #16318A;
border-bottom:1px solid #16318A;
-moz-border-radius:10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.Naruto {
width: 350px;
color : #9E9E9E;
font-weight : bold;
font-size: larger;
letter-spacing : 3px;
background-color: #FFFFFF;
padding-bottom: 2px;
padding-top:2px;
border-right:4px solid #000000;
border-left:4px solid #000000;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-radius: 10px;
border-radius: 10px;
font-size:1em;
}
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span {
position: absolute;
background-color: #494747;
padding: 5px;
left: -1000px;
border: 1px groove #F0BF5D;
visibility: hidden;
color: #FFFFFF;
text-decoration: none;
}
.thumbnail span img{
border: 1px groove;
padding: 2px;
}
.thumbnail:hover span{
visibility: visible;
top: 50px;
left: 25px; /*position where enlarged image should offset horizontally */
width: 160px;
}
table.bodylinewidth {
position: relative;
top: -9px;
}
table.bodylinewidth {
position: relative;
bottom: -9px;
}
.infobulle {
position: relative;
}
.infobulle span {
display: none;
}
.infobulle:hover {
background: none;
z-index: 999;
}
.infobulle:hover span {
display: inline;
position: absolute;
white-space: nowrap;
top: 10px;
left: 2px;
background: #333333;
color: blue;
padding: 6px;
border: 10px radius blue;
border-radius: 10px radius blue;
}
textarea, .textarea.post, input.post {
-moz-border-radius:10px;
-webkit-border-radius: 10px;
}
a { text-decoration: none; }
.topiclist dl.icon {
min-height: 50px;
background-position: 2px 50%;
}
* html .topiclist dl.icon {
height: 50px;
}
ul.topics dt,ul.topics dd.dterm {
padding-left: 50px;
}
ul.pmlist dt,ul.pmlist dd.dterm {
padding-left: 50px;
}
.en_tete{
width:700px;
min-height:400px;
height:auto;
background-color:black;
margin:auto;
border:solid 0px #CCCCCC;
}
a.infobulle {
position: relative;
}
a.infobulle span {
display: none; /* ceci masque l'infobulle */
}
a.infobulle:hover {
background: none; /* correction d'un bug IE */
z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
}
a.infobulle:hover span {
display: inline; /* ceci affiche l'infobulle */
position: absolute;
white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
top: -300px; /* on positionne notre infobulle */
left: 155px;
background: #707070; /* arrière-plan de l'infobulle */
color: black; /* texte dans l'infobulle */
padding: 3px;
/* bordures de votre infobulle*/
border: 1px dotted black;
border-left: 1px dotted black;
}
.complet{
text-align:center;
color:#FFFFFF;
}
.complet a{
color:#FFFFFF;
text-decoration:none;
}
.context{
padding-left:20px;
padding-right:20px;
font-size:14px;
}
.titrebas{
color: #66625A ;
background-color:#6A939C;
text-align: center;
font-variant: small-caps;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
font-size:18px;
margin-bottom:5px;
}
.bas{
background-color:#6A939C;
-moz-border-radius:10px;
-webkit-border-radius: 10px;
padding:5px;
}
.navig{
margin-left:15px;
margin-right:15px;
margin-bottom:1px;
background-color:#9C9393;
display:block;
border-left:5px solid #aeadad;
border-right:5px solid #aeadad;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.navig:hover{
border-left:5px solid #6A939C;
border-right:5px solid #6A939C;
}
.textscroll{
overflow:auto;
width:290px;
height: 90px;
}
.block{
padding-bottom:20px;
}
.logo{
padding-bottom:20px;
}
#bienvenue{
color: #FFFFFF;
background-color: #9C9393;
text-align: center;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
font-size:20px;
}
.titre {
color: #FFFFFF;
background-color: #9C9393;
text-align: center;
font-variant: small-caps;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
font-size:18px;
}
.top {
border: 1px solid #FFFFFF;
background-color: #ffffff;
padding:1px;
}
a.imginfo {
position: relative;
color: #ffffff;
text-decoration: none;
border-bottom: 0px #ffffff solid;
padding-right:10px;
}
a.imginfo span {
display: none;
}
a.imginfo:hover {
background: none;
z-index: 999;
cursor: help;
}
a.imginfo:hover span {
display: inline;
position: absolute;
white-space: nowrap;
top: 10px;
left: 20px;
background: #ddedf7;
color: #000000;
padding: 2px;
border: 2px solid #ffffff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.cadreavatar {
width: 200px;
height: 320px;
-moz-border-radius:30px;
-webkit-border-radius: 30px;
border: 10px solid #ffffff; }
/* TITRE CATEGORIE */
.titrecat {
text-align: center;
padding-top: -15px;
padding-bottom: 15px;
display: block;
width: 80%;
border-top: 10px solid #B1DCED;
border-right: 10px solid #B1DCED;
border-left: 10px solid #B1DCED;
background-color: #B1DCED;
color: #FFF;
-moz-border-radius-topleft: 60px;
-moz-border-radius-topright: 60px;
-webkit-border-top-left-radius: 60px;
-webkit-border-top-right-radius: 60px;
border-top-left-radius: 60px;
border-top-right-radius: 60px;
margin-top: 12px;
height: 30px;
font-weight: bolder;}
/* FIN */
.forumline td.row1{
border-right:1px #ffffff solid;
border-top:1px #ffffff solid;
background-color:#ded7c6}
span.infoadmins {
position: relative;
text-decoration: none;
margin: 3px 3px 3px 3px;
padding: 1px;
}
span.infoadmins span.bulle {
display: none;
font-size: 12px;
}
span.infoadmins:hover {
background: none;
z-index: 999;
cursor: crosshair;
}
span.infoadmins:hover span.bulle {
display: inline;
position: absolute;
top: 0px;
left: -48px;
width: 160px;
background-color: #48D1CC; border: 1px solid #AFEEEE; background-image: url();-moz-border-radius: 1px; text-align: center;
margin: 3px 3px 3px 3px;
padding: 1px;
}
Invité- Invité
Re: enlever l'entourage blanc de ma PA
Dans votre template, modifiez ceci :
le forumline, mettez autre chose à la place.
Par exemple : pagedaccueil
et ensuite, vous pourrez modifier le cadre via le css, comme ceci :
comme ça vous n'avez plus le cadre blanc, mais vous conservez les autres forumline du forum.
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
le forumline, mettez autre chose à la place.
Par exemple : pagedaccueil
et ensuite, vous pourrez modifier le cadre via le css, comme ceci :
- Code:
.pagedaccueil {border:0px solid transparent;}
comme ça vous n'avez plus le cadre blanc, mais vous conservez les autres forumline du forum.
Re: enlever l'entourage blanc de ma PA
youhou , merci à vous , tous marches parfaitement♥
Invité- Invité
Re: enlever l'entourage blanc de ma PA
Je t'en prie. ^^
♢ Pour faciliter les recherches, mettez un titre explicite.
♢ Remerciez le message qui vous a aidé pour que celui-ci soit mis en évidence.
♢ Épinglez votre sujet en résolu pour prévenir la modération.
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