Changer la police des liens des sous-forum
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
Changer la police des liens des sous-forum
Bonjour,
J'ai cherché la réponse à ma question sans trouver de réponse... J'espère ne pas être passé à côté...
Alors voilà, j'ai ajouté une police (Great Vibes) à mon forum et j'ai déplacé la partie "liens vers les niveaux inférieurs" sur la droite du forum... Seulement la police des liens ne donne pas très bien (la taille non plus...) : ICI. Je voudrai donc modifier la police des liens des sous-forums. J'ai tenté de modifier le template index_box :
afin d'ajouter une div :
...mais rien à faire la police ne change pas, la taille non plus. Je désespère.
Merci à ceux qui liront mon message. Dans l'espoir de trouver une solution je joint ma feuilles css complète (et bordélique ) ainsi que le template index_box :
Encore merci
EDIT :
Ce que je voudrai c'est que les liens des sous forum soient en bloc, à la ligne à chaque fois et dans une police facilement lisible style Arial et en small-caps
J'ai cherché la réponse à ma question sans trouver de réponse... J'espère ne pas être passé à côté...
Alors voilà, j'ai ajouté une police (Great Vibes) à mon forum et j'ai déplacé la partie "liens vers les niveaux inférieurs" sur la droite du forum... Seulement la police des liens ne donne pas très bien (la taille non plus...) : ICI. Je voudrai donc modifier la police des liens des sous-forums. J'ai tenté de modifier le template index_box :
- Spoiler:
- <table width="100%"><tr><td class="sep" width="85%"><div><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></div></td><td width="15%"class="soufo"><span class="gensmall" id="subforums"><div style="OVERFLOW: auto; display: block; width: 150px; height: 75px; padding: 5px;"> <div class="souslien">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></div></span><script type="text/javascript">
jQuery('#subforums').html(jQuery('#subforums').html(phrasing).replace(/, /g,' ')).removeAttr('id');
</script></td></tr></table>
afin d'ajouter une div :
- Spoiler:
- .souslien a {
font-size:14px;
font-family: 'Arial'!important;
}
...mais rien à faire la police ne change pas, la taille non plus. Je désespère.
Merci à ceux qui liront mon message. Dans l'espoir de trouver une solution je joint ma feuilles css complète (et bordélique ) ainsi que le template index_box :
- Spoiler:
- body
{
background: url() repeat-y center, url(https://i.servimg.com/u/f58/17/15/56/71/64644715.gif) repeat top;
background-attachment: fixed, fixed;
background-color: #cfb079;
}
.bodyline{
background : url('https://i.servimg.com/u/f58/17/15/56/71/mix98023.jpg');
}
.bodylinewidth
{
width: 890px;
margin : center;
margin-top: -9px;
margin-bottom: -9px;
}
.bodylinewidth
{
width: 800px;
margin : center;
margin-top: -9px;
margin-bottom: -9px;
}
.forumline
{
border: 2px solid #000000;
margin-left:-10%;
width: 100%;
border-bottom: 6px solid #000000;
border-top: 2px solid #000000;
border-left: 2px solid #000000;
border-right: 2px solid #000000;
margin-right: 10px;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
padding: 4px;
background-color: #dcdcdc ;
background-image: url(https://i.servimg.com/u/f58/17/15/56/71/patter12.png);
border: 2px solid #000000;
moz-border-radius: 2px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5px;
border-radius: 15px 15px 15px 15px;
}
a.forumlink
{
display: block;
width: 100%;
border-bottom: 2px dotted #171717;
padding: 4px;
font-size: 16px;
font-weight: ;
font-variant: ;
text-shadow: 0px 0px 2px;
letter-spacing: 2px;
}
a.topictitle {
text-align:center;
font-size:14px ;
font-family:;
color:#6E655E;
letter-spacing:1px;
display:block ;
border-bottom: 2px dotted #6E655E;
}
a.forumlink
{
display: block;
width: 100%;
border-bottom: 2px dotted #171717;
padding: 4px;
font-size: 16px;
font-weight: ;
font-variant: ;
text-shadow: 0px 0px 2px;
letter-spacing: 2px;
}
a:hover
{
text-decoration: none !important;
}
#page-footer a
{
font-size: 10px;
}
.avatar_mess
{
display: block;
width: 200px;
height: 320px;
margin-left: -10px;
margin-right: 10px;
overflow: hidden;
background: #222121;
border: 5px solid #991414;
transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-htm-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
box-shadow: 0px 0px 6px #000000;
-moz-box-shadow: 0px 0px 6px #000000;
-o-box-shadow: 0px 0px 6px #000000;
-htm-box-shadow: 0px 0px 6px #000000;
-webkit-box-shadow: 0px 0px 6px #000000;
transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.avatar_mess:hover
{
margin-left: 5px;
transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-htm-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.profil_mess
{
position: absolute;
display: block;
width: 190px;
height: 310px;
margin: auto;
padding: 5px;
overflow: auto;
background: #272725;
color: #942929;
font-size: 11px;
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
filter: alpha(opacity=0);
transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.profil_mess:hover
{
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.pseudo_mess
{
display: block;
position: relative;
z-index: 2;
width: 190px;
margin-top: -15px;
margin-left: 10px;
text-align: center;
font-size: 18px;
font-family: Great Vibes;
font: 30px Great Vibes, sans-serif;
font-weight: bold;
text-shadow: 0px 0px 3px #664646;
background: #242121;
padding-top: 5px;
border-left: 3px solid #371e1a;
border-right: 3px solid #371e1a;
border-top: 1px solid #371e1a;
border-bottom: 1px solid #371e1a;
box-shadow: 0px 0px 3px #000000;
-moz-box-shadow: 0px 0px 3px #000000;
-o-box-shadow: 0px 0px 3px #000000;
-htm-box-shadow: 0px 0px 3px #000000;
-webkit-box-shadow: 0px 0px 3px #000000;
}
.quote
{ background: url('https://nsa33.casimages.com/img/2013/05/01/130501031946549249.png') no-repeat right bottom, url('https://nsa33.casimages.com/img/2013/05/01/130501021246603202.png') no-repeat left top;
padding-left: 30px;
padding-right: 30px;
height: 30px;
border-radius: 0px 0px 20px 20px;
-moz-border-radius: 0px 0px 20px 20px;
-webkit-border-radius: 0px 0px 20px 20px;
-khtml-border-radius: 0px 0px 20px 20px;
border-top: 3px solid #8A8A8A;
border-left: 3px solid #8A8A8A;
border-color: #8a8a8a;
}
.code
{
background: url('https://nsa34.casimages.com/img/2013/05/01/130501034217506394.png') no-repeat left top, url('https://nsa33.casimages.com/img/2013/05/01/130501034533588531.png') no-repeat right bottom;
padding-left: 30px;
padding-right: 30px;
height: 30px;
border-radius: 0px 0px 20px 20px;
-moz-border-radius: 0px 0px 20px 20px;
-webkit-border-radius: 0px 0px 20px 20px;
-khtml-border-radius: 0px 0px 20px 20px;
border-top: 3px solid #8A8A8A;
border-left: 3px solid #8A8A8A;
border-color: #8a8a8a;
color: #888888;
}
.spoiler_closed
{
border-radius: 0px 0px 20px 20px;
-moz-border-radius: 0px 0px 20px 20px;
-webkit-border-radius: 0px 0px 20px 20px;
-khtml-border-radius: 0px 0px 20px 20px;
border-color: #8a8a8a;
border-top: 3px solid #8A8A8A;
border-left: 3px solid #8A8A8A;
}
.spoiler_content
{
background: url('https://nsa33.casimages.com/img/2013/05/19/130519125726157578.png') no-repeat left top, url('https://nsa34.casimages.com/img/2013/05/19/130519125811197921.png') no-repeat right bottom;
border-radius: 0px 0px 20px 20px;
-moz-border-radius: 0px 0px 20px 20px;
-webkit-border-radius: 0px 0px 20px 20px;
-khtml-border-radius: 0px 0px 20px 20px;
padding-left: 30px;
padding-right: 30px;
height: 30px;
border-color: #8a8a8a;
border-top: 3px solid #8A8A8A;
border-left: 3px solid #8A8A8A;
}
.row3Right
{
border: none !important;
}
.thHead
{
border: none !important;
}
.thCornerL, .thCornerR, .thTop
{
border: none !important;
}
.thLeft, .thRight
{
border-left: none !important;
border-right: none !important;
}
.mainoption
{
-moz-border-radius: 10px 0px 10px 0px;
-webkit-border-radius: 10px 0px 10px 0px;
-o-border-radius: 10px 0px 10px 0px;
border-radius: 10px 0px 10px 0px;
}
.liteoption
{
-moz-border-radius: 10px 0px 10px 0px;
-webkit-border-radius: 10px 0px 10px 0px;
-o-border-radius: 10px 0px 10px 0px;
border-radius: 10px 0px 10px 0px;
}
.opacite
{
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(opacity=50);
transition: opacity 1s;
-moz-transition: opacity 1s;
-o-transition: opacity 1s;
-webkit-transition: opacity 1s;
-htm-transition: opacity 1s;
}
.opacite:hover
{
opacity: 1;
-moz-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=1);
transition: opacity 2s;
-moz-transition: opacity 2s;
-o-transition: opacity 2s;
-webkit-transition: opacity 2s;
-htm-transition: opacity 2s;
}
a:link
{
text-decoration:none;
}
/* cases descriptions */
.descript_content{
width:300px;
height:90px;
position:relative;
margin:auto;
}
.descript_text{
padding:3px;
text-align: center;
text-align : justify;
line-height: 60%
font: 30px Great Vibes, sans-serif;
font-size:25px;
font-weight :bold;
color: #333333;
}
.descript_image{
width:400px;
height:100px;
position:absolute;
top:0px;
left:0px;
}
td.row1, td.row2, td.row3{
background-image: url(https://i.servimg.com/u/f58/17/15/56/71/patter12.png);
}
#site-title, #site-title h1 {
color:#FFFFFF;
font-family: Great Vibes;
font-size:20px;
font-weight:bold;
padding-top:0;
}
.navig {
top: 0px;
width: 100%;
border: 3px solid #cddee0;
background-color: #e5e5e5;
border:1px solid #ffffff;
}
#fa_ticker_block td{background: none !important;}
#fa_ticker_block table{
background: url('https://i.servimg.com/u/f58/17/15/56/71/opaque11.png');
}
body.chatbox {
background-color: #dcdcdc;
background-image:url('https://i.servimg.com/u/f58/17/15/56/71/patter12.png')repeat top;
}
table.tableau_profil{
border: 2px solid #333333;
moz-border-radius: 2px;
background-color: ;
background-image:url('https://i.servimg.com/u/f58/17/15/56/71/64644710.gif');
webkit-border-radius: 2px;
border-radius: 250px;
box-shadow: 2px 2px 0px #000000;
width:210px;
height : 700px;
margin:auto;
}
table.tableau_profil td.haut_tab{
width:190px;
height:20px;
background-image:url('');
background-repeat:no-repeat;
}
table.tableau_profil td.milieu_tab{
width:190px;
height :300px;
background-image:url('');
background-repeat:no-repeat;
padding-left:0px;
padding-right:0px;
text-align:center;
}
table.tableau_profil td.bas_tab{
width:190px;
height:15px;
background-image:url('');
background-repeat:no-repeat;
}
table.tableau_profil td.milieu_tab span.pseudo_posteur{
font: 30px Great Vibes, sans-serif;
font-size:30pt;
}
table.tableau_profil td.milieu_tab span.rang_posteur{
font: 20px Great Vibes, sans-serif;
font-size:20pt;
color:#8a8a8a;opacity:0.5;
font-style:italic;
}
table.tableau_profil td.milieu_tab div.infos_posteur{
width:190px;
margin:auto;
padding:4px;
text-align:left;
font: 20px Great Vibes, sans-serif;
font-size:20pt;
color:#8a8a8a;
background-color:#dcdcdc;
border:1px white;
opacity:0.4; /* Transparence : 0 = transparent // 1 = opaque */
-moz-opacity : 0.4; /* Transparence pour Firefox */
-ms-filter: "alpha(opacity=50)"; /* Transparence pour IE 8 */
filter : alpha(opacity=50); /* Transparence pour les versions IE antérieure à la 8 */
}
/*--------------------------------- PA ---------------------------------*/
.welcome {
font: Great Vibes, sans-serif;
font-size:40px;
color:#5e0000;
text-shadow:1px 1px 1px black;
text-align:center;
border-bottom:2px #171717 dotted;
}
.welcome2 {
font: Great Vibes, sans-serif;
font-size:35px;
color:#8a8a8a;
text-shadow:1px 1px 1px black;
text-align:center;
}
.titres {
font: Great Vibes, sans-serif;
color:#000000;
text-shadow:1px 1px 1px black;
font-size:35px;
}
.description
{
display: block;
width: 220px;
margin: auto;
height: 220px;
overflow: hidden;
}
.description_contenu
{
position: absolute;
width: 200px;
height: 200px;
overflow: 200px;
background-color: #333333;
font-size: 25px;
font: Great Vibes, sans-serif;
color: #ffffff;
text-align:center;
padding:0px;
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
filter: alpha(opacity=0);
transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.description_contenu:hover
{
opacity: 0.8;
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
filter: alpha(opacity=60);
transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.form { font-variant:small-caps;
}
.cadre_liens {
height:195px;
width:155px;
padding:2px;
overflow:auto;
font-family:'Arial';
text-shadow:1px 1px 1px black;
background-color: transparent;
border:2px #333333;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-align:center;
font-size:15px;
letter-spacing:1px;
font-variant:small-caps;
margin-top:-15px;
background-image:url('');
}
.cadres_teams_concours { z-index:59;
width:185px;
padding:2px;
overflow:auto;
font-family:'Arial';
background-color:Transparent;
border:2px #333333;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-align:center;
font-size:12px;
letter-spacing:1px;
margin-top:-15px;
height:103px;
width:170px;
overflow:visible;
background-image:url('');
}
/*LIENS*/
a.l { text-decoration:none !important;
font-weight:bold;
font: Arial;
color:#c4c4c4;
text-shadow:1px 1px 1px black;
transition:0.4s all ease;
-webkit-transition:0.4s all ease;
-o-transition:0.4s all ease;
-moz-transition:0.4s all ease;
display:inline;
}
a.l:hover { text-decoration:none !important;
font-weight:bold;
color: #5e0000;
text-shadow:1px 1px 1px #333333;
}
/*INFOBULLE*/
a.infoA{ text-decoration:none !important;
position:relative;
z-index:24;
color:#ffffff;
text-decoration:none
}
a.infoA:hover{ text-decoration:none !important;
z-index:70;
}
a.infoA span{
display: none
}
a.infoA:hover span{
display:block;
position:absolute;
margin-top:-55px;
margin-left:-10px;
border:1px solid #333333;
background-color:#ffffff;
color:#c4c4c4;
text-align: center;
font-weight:none;
padding:0px;
width:100px;
z-index:60;
}
/***** pour modifier le fond des annonces defilantes ****/
.box-content {
background-image : url(https://i.servimg.com/u/f58/17/15/56/71/patter12.png);
}
.bodyline {
padding-left:0px;
padding-right:20px;
padding-top: 0px;
}
.titrecategorie
{
font: Great Vibes;
color: #;
font-size: 30px;
margin-left: 0px;
font-weight: bold;
text-shadow:
padding-top: 0px;
padding-right: 52px;
}
.category
{
width: 300px;
height: 100px;
background-color: #333333;
font: Great Vibes;
color: #c4c4c4;
font-size: 25px;
margin-left: 0px;
font-weight: ;
padding-top: 0px;
padding-right: 0px;
}
.category_contenu
{
position: absolute;
width: 300px;
height: 100px;
overflow: 90px;
background-color: #333333;
font-size: 25px;
font: Great Vibes, sans-serif;
color: #ffffff;
text-align:center;
padding:0px;
opacity: 0;
-moz-opacity: 0;
-khtml-opacity: 0;
filter: alpha(opacity=0);
transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.category_contenu:hover
{
opacity: 0.8;
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
filter: alpha(opacity=60);
transform: all;
-moz-transform: all;
-o-transform: all;
-htm-transform: all;
-webkit-transform: all;
transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-htm-transition: 1s;
-webkit-transition: 1s;
}
.souslien a {
font-size:14px;
font-family: 'Arial'!important;
}
td.catHead, th.thHead {
border-width: 0px 0px 0 !important; }
#site-title, #site-title h1 {
color: #000000;
font-size: 30px;}
#logo-desc p {
color: #000000;
font-size: 20px;
}
.font {
font: 30px Great Vibes, sans-serif;
}
- Spoiler:
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
<th nowrap="nowrap" width="150"><div style="width:150px;"></div></th>
</tr>
<!-- END tablehead -->
<!-- BEGIN cathead -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
<!-- END inc -->
<td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
<h{catrow.cathead.LEVEL} class="hierarchy">
<span class="cattitle">
<a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
</span>
</h{catrow.cathead.LEVEL}>
</td>
<td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
</tr>
<!-- END cathead -->
<!-- BEGIN forumrow -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
<!-- END inc -->
<td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
</td>
<td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
<h{catrow.forumrow.LEVEL} class="hierarchy">
<span class="forumlink">
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
</span>
</h{catrow.forumrow.LEVEL}>
<table width="100%"><tr><td class="sep" width="85%"><div><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></div></td><td width="15%"class="soufo"><span class="gensmall" id="subforums"><div style="OVERFLOW: auto; display: block; width: 150px; height: 75px; padding: 5px;"><div class="souslien">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></div></span><script type="text/javascript">
jQuery('#subforums').html(jQuery('#subforums').html(phrasing).replace(/, /g,' ')).removeAttr('id');
</script></td></tr></table>
<span class="gensmall">
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
</span>
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall">
{catrow.forumrow.LAST_POST}</span>
</td>
<!-- END forumrow -->
<!-- BEGIN catfoot -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
<!-- END inc -->
<td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
</tr>
<!-- END catfoot -->
<!-- BEGIN tablefoot -->
<img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Encore merci
EDIT :
Ce que je voudrai c'est que les liens des sous forum soient en bloc, à la ligne à chaque fois et dans une police facilement lisible style Arial et en small-caps
Dernière édition par Kissof le Jeu 24 Avr 2014 - 14:45, édité 1 fois
Re: Changer la police des liens des sous-forum
Bonjour,
Avez-vous essayé le code ci-bas ?
Cordialement.
Avez-vous essayé le code ci-bas ?
- Code:
.souslien a {
display:block !important;
font-size:14px;
font-family: 'Arial' !important;
font-variant:small-caps;
}
Cordialement.
Invité- Invité
Re: Changer la police des liens des sous-forum
Bonjour Nightmare et merci pour votre réponse
J'ai essayé le code que vous m'avez proposé. Alors ça a bien ajouté le small-caps mais la taille, le block et la police sont inchangés malheureusement... Est-ce que cela pourrait être lié à la police installée sur mon forum ?
Encore merci.
Cordialement.
EDIT :
Voici le code ajouté dans l'intitulé de mes sous-forum si cela peut aider: <span style="font-family:'Great Vibes';"><font size=6>Réglementation</font></span>
J'ai essayé le code que vous m'avez proposé. Alors ça a bien ajouté le small-caps mais la taille, le block et la police sont inchangés malheureusement... Est-ce que cela pourrait être lié à la police installée sur mon forum ?
Encore merci.
Cordialement.
EDIT :
Voici le code ajouté dans l'intitulé de mes sous-forum si cela peut aider: <span style="font-family:'Great Vibes';"><font size=6>Réglementation</font></span>
Re: Changer la police des liens des sous-forum
En toute logique, il vous suffirait de retirer la balise span, non ?EDIT :
Voici le code ajouté dans l'intitulé de mes sous-forum si cela peut aider: <span style="font-family:'Great Vibes';"><font size=6>Réglementation</font></span>
Invité- Invité
Re: Changer la police des liens des sous-forum
Coucou !
Essaie ceci dans ton template
Sauvegarde avant \o
Essaie ceci dans ton template
Sauvegarde avant \o
- Code:
<div style="font-family: NOM DE TA POLICE: font-size: TAILLE DE TA POLICEpx;font-variant:small-caps;">
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
Invité- Invité
Re: Changer la police des liens des sous-forum
Bonjour Mistermind et merci pour ta réponse.
Ça marche pour le small-caps mais pas pour la police, ni pour la taille des caractères.
Nightmare : Effectivement, si je retire le span, les liens des sous-forums seront tels que je les veut mais les titres des sous-forums ne seraient plus en harmonie avec le reste...
J'ai une idée pour détourner le problème mais je ne sais pas si c'est faisable. Peut-on ajouter un cadre de description (un deuxième si l'on compte celui déjà en place) dans lequel on mettrait les liens vers les sous-forums ?
-
Cordialement.
Ça marche pour le small-caps mais pas pour la police, ni pour la taille des caractères.
Nightmare : Effectivement, si je retire le span, les liens des sous-forums seront tels que je les veut mais les titres des sous-forums ne seraient plus en harmonie avec le reste...
J'ai une idée pour détourner le problème mais je ne sais pas si c'est faisable. Peut-on ajouter un cadre de description (un deuxième si l'on compte celui déjà en place) dans lequel on mettrait les liens vers les sous-forums ?
-
Cordialement.
Re: Changer la police des liens des sous-forum
Essaie de faire ceci
<div class="souslien">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div></div></span>( tu le supprimes) mais pense à sauvegarder ^^
<div style="font-family: NOM DE TA POLICE: font-size: TAILLE DE TA POLICEpx;font-variant:small-caps;background-color: COULEUR; border: Taille px #COULEUR solid;text-align: Justify;">
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
<div style="font-family: NOM DE TA POLICE: font-size: TAILLE DE TA POLICEpx;font-variant:small-caps;background-color: COULEUR; border: Taille px #COULEUR solid;text-align: Justify;">
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
Invité- Invité
Re: Changer la police des liens des sous-forum
Salut Mistermind,
Merci pour ta persévérance. Malheureusement cela ne fonctionne pas et retire l'effet overflow...
Merci pour ta persévérance. Malheureusement cela ne fonctionne pas et retire l'effet overflow...
Re: Changer la police des liens des sous-forum
Aaaaaaaaaah suis je bête ^^
Essaie celui-ci il fonctionne sur mon forum test
Si tu veux voir ta police enlève font-variant
Essaie celui-ci il fonctionne sur mon forum test
- Code:
<span style="background:#;font-variant:small-caps;color:#555555;font-family: georgia; font-size:15px;">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>
Si tu veux voir ta police enlève font-variant
Invité- Invité
Re: Changer la police des liens des sous-forum
Super ! Merci à vous deux pour votre temps
Et bonne journée.
Cordialement.
Et bonne journée.
Cordialement.
Sujets similaires
» Taille de police des liens de sous-forum
» Changer la taille de la police des citations, des spoilers et des codes, sans changer la taille de la police des liens
» Changer la couleur des liens de la navbar sans changer tout autre liens sur le forum.
» Changer la taille de la police des liens dans les catégories
» changer la grandeur de la police - titre sous bannière
» Changer la taille de la police des citations, des spoilers et des codes, sans changer la taille de la police des liens
» Changer la couleur des liens de la navbar sans changer tout autre liens sur le forum.
» Changer la taille de la police des liens dans les catégories
» changer la grandeur de la police - titre sous bannière
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