Hello, hello, d'abord merci à celui/celle qui viendra à mon secours 8D
Alors voilà, j'ai trouvé le pack Pirate's life d'Halloween vachement sympa, donc j'ai décidé de l'utiliser ici: http://fofotest1.forumactif.com/
Sauf qu'il ne marche pas complètement, à mon avis il me manque un truc au niveau des templates et j'trouve pas quoi (problématique). En effet sur son tuto et plus particulièrement sur son screen on voit les sous-forums apparaître dans le cadre vert à droit. Hors, ils sont totalement absents chez moi.
Quelqu'un pour voler à mon secours? (J'offre des cookies au gagnant/out). Je vous laisse mon template et mon css à la suite!
Alors voilà, j'ai trouvé le pack Pirate's life d'Halloween vachement sympa, donc j'ai décidé de l'utiliser ici: http://fofotest1.forumactif.com/
Sauf qu'il ne marche pas complètement, à mon avis il me manque un truc au niveau des templates et j'trouve pas quoi (problématique). En effet sur son tuto et plus particulièrement sur son screen on voit les sous-forums apparaître dans le cadre vert à droit. Hors, ils sont totalement absents chez moi.
Quelqu'un pour voler à mon secours? (J'offre des cookies au gagnant/out). Je vous laisse mon template et mon css à la suite!
- Css:
- Code:
/* --------------------------------- CATEGORIES --------------------------------- */
/* Mise en forme des liens */
a {
text-decoration: none !important;
}
a:hover {
text-decoration: none !important;
}
/* Mise en forme de l'ensemble des catégories */
.fond_categorie {
background-color: #EAEAEA;
border-radius: 25px 0px 25px 0px;
padding: 15px 0px 0px 15px;
}
/* Mise en forme des liens du bloc orange */
.liens_cate {
background-color: #E2922E;
padding: 10px;
position: relative;
z-index:28;
color: #F2A779;
}
.liens_cate a {
color: #F8E3CB !important;
position: relative;
z-index:28;
font-family: 'Archivo Narrow', sans-serif;
}
/* Mise en forme des titres de catégorie */
.cate_titre h2 {
text-align: center;
padding-right: 80px;
font-family: 'Lobster', cursive;
font-size: 40px;
color: #E2922E;
background-image: url('http://i39.servimg.com/u/f39/18/47/68/10/fond_b10.png');
line-height: 120px;
margin: 0;
v-align: middle;
}
.cate_titre h2:hover {
color: #F04B4F;
letter-spacing: 2px;
}
/* Mise en forme des titres de forum */
.forum_titre {
transform: rotate(-5deg);
font-family: 'Courgette', cursive;
font-size: 25px;
white-Space: nowrap;
text-align: center !important;
position: relative;
z-index: 28;
top: 0.5em;
}
.forum_titre a{
color: #18878F !important;
text-align: center !important;
position: relative;
z-index:28;
}
.forum_titre a:hover{
color: #44A029 !important;
letter-spacing: 2px;
}
/* Mise en forme de l'image de description */
.desc_img {
border-radius: 25px 25px 0px 0px;
}
/* Mise en forme des descriptions de forum */
.desc_contenu {
width: 380px;
padding: 10px;
height: 70px;
overflow: auto;
font-family: Gabriela;
font-size: 12px;
text-align: justify;
background-color: #188D9F;
color: #E7F1F1;
border-bottom: 4px solid #E2922E;
}
.desc_contenu:hover {
border-bottom: 4px solid #4FB830;
}
/* Mise en forme du nombre de sujets et messages */
.stats {
font-size: 55px;
color: #4F7B62;
font-family: 'Playball', cursive;
}
/* Mise en forme des sous-forum */
.sous-forum {
width: 180px;
height: 70px;
overflow: auto;
font-family: Gabriela;
font-size: 12px;
background-color: #89DA70;
border-bottom: 2px solid #26441A;
}
.sous-forum a {
color: #26441A !important;
}
.sous-forum a:hover {
color: #44A029 !important;
}
/* Mise en forme derniers messages */
.last_mess {
color: #5C5C5C !important;
font-size: 13px;
position: relative;
z-index:28;
}
/* --------------------------------- FIN CATEGORIES --------------------------------- */
- index_box:
- Code:
<link href="https://fonts.googleapis.com/css?family=Megrim" rel="stylesheet"><table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td class="liens_cate" align="center">
<a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> ▬ <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> ▬ <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
</td>
</tr>
</table>
<br />
<!-- BEGIN catrow --><!-- BEGIN tablehead --><div class="fond_categorie">
<center><table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr><div class="cate_titre" style="vertical-align: middle;">{catrow.tablehead.L_FORUM}</div></tr>
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<tr>
<td><div class="forum_titre"><a class="forum_titre" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div><br />
{catrow.forumrow.FORUM_DESC}
</td>
<td><center><div class="stats"><span style="color: #F1BA12;">{catrow.forumrow.TOPICS}</span> ☁ <span style="color: #44A029;">{catrow.forumrow.POSTS}</span></div><br />
<table><tr><td><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
<td style="width: 190px;"><center><div class="sous-forum"><span id="subforums"> {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>
<script type="text/javascript">
jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,'<br />')).removeAttr('id');
</script></div><br />
<span class="last_mess" id="last">{catrow.forumrow.LAST_POST}</span>
<script type="text/javascript">
jQuery('#last').html(jQuery('#last').html().replace(/<br>/g,'<span style="display: inline-block; padding: 0 2px;">-</span>')).removeAttr('id');
</script></center></td></tr></table></center></td>
</tr>
<!-- 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 -->
</table><p align="right"><a href="http://www.never-utopia.com" class="crédits">© Halloween</a></p><br /></center></div><img src="{SPACER}" alt="" height="5" width="1" /><br /><br /><!-- END tablefoot --><!-- END catrow -->
<link href='http://fonts.googleapis.com/css?family=Archivo+Narrow|Permanent+Marker|Playball|Lobster|Courgette' rel='stylesheet' type='text/css'>
Dernière édition par Rimaï J. Godwin le Dim 14 Mai 2017 - 21:54, édité 2 fois