- Code:
<link href='https://fonts.googleapis.com/css?family=Open+Sans|Voltaire|Handlee'rel='stylesheet' type='text/css'>
- Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td valign="bottom">
<div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
</td>
<td class="gensmall" align="right" valign="bottom">
<!-- BEGIN switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
<!-- END switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
</td>
</tr>
</table>
<div class="modifcat">
<!-- BEGIN catrow --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- 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 colspan="{catrow.cathead.INC_SPAN}" width="100%">
<div class="cattitre">{catrow.cathead.CAT_TITLE}</div>
</td>
</tr>
<!-- END cathead -->
<!-- BEGIN forumrow -->
<tr>
<!-- BEGIN inc -->
<td width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
<!-- END inc -->
<td>
<div class="imgmess">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</div>
</td>
<h1 class="forumlink">
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
</h1>
<td>
<div class="liensfrm">
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
</div>
</td>
<td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%">
<div class="descfrm">{catrow.forumrow.FORUM_DESC}</div>
</td>
<td class="row3 over" align="center" valign="middle">
<div class="avatarfrm">
<!-- BEGIN avatar -->
{catrow.forumrow.avatar.LAST_POST_AVATAR}
<!-- END avatar -->
</div>
</td>
<td class="row3" align="center" valign="middle">
<div class="derniermess">
{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets<br />
{catrow.forumrow.LAST_POST}
</div>
</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></div><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
- Code:
/*Catégories par Cheshire Cat*/
.modifcat{
margin-top:10px;
background-color:#f4f0e5;
}
.forumline{
width:800px;
margin:auto;
}
.cattitre{
width:746px;
text-align:center;
margin-top:20px;
margin-bottom:10px;
margin-left:25px;
margin-right:25px;
padding-top:5px;
font-size:35px;
min-height:50px;
color:#ffffff !important;
background-color:#d9b698;
font-family: 'Handlee', cursive;
}
.forumlink{
letter-spacing:7px;
font-size:20px;
text-decoration:none;
text-align:center;
color:#c36e6e !important;
font-family: 'Voltaire', sans-serif;
transition:all ease 0.7s;
-webkit-transition:all ease 0.7s;
}
.forumlink:hover{
transition:all ease 0.7s;
-webkit-transition:all ease 0.7s;
text-decoration:none !important;
color:#3D2617 !important;
}
.imgmess{
position:relative;
width:57px;
height:100px !important;
background-color:#d9b698;
margin-right:10px;
margin-bottom:15px;
margin-left:25px;
padding:5px;
}
.imgmess img{
height:100px;
}
.liensfrm{
overflow:auto;
font-size:0px;
width:130px;
height:110px;
background-color:#d9b698;
bottom:-50px;
margin-right:5px;
margin-bottom:15px;
}
.liensfrm a{
letter-spacing:2px;
font-family: 'Voltaire', sans-serif;
display:block;
font-size:13px;
max-width:130px;
color:#c36e6e;
background-color:#ffffff;
border-bottom:3px solid #794a2f;
text-align:center;
text-decoration:none;
transition:all ease 0.7s;
-webkit-transition:all ease 0.7s;
}
.liensfrm a:hover{
color:#ffffff !important;
background-color:#c36e6e;
text-decoration:none !important;
transition:all ease 0.7s;
-webkit-transition:all ease 0.7s;
}
.descfrm{
position:absolute;
margin:auto;
width:310px;
height:90px;
font-size:11px;
background-color:#d9b698;
overflow:auto;
margin-bottom:15px;
margin-left:2px;
text-align:justify;
padding:10px;
color:#000000;
font-family: 'Open Sans', sans-serif;
}
.avatarfrm{
overflow:hidden;
width:57px;
height:100px;
background-color:#d9b698;
padding:5px;
margin-bottom:15px;
}
.avatarfrm img{
height:100px;
}
.derniermess{
position:relative;
width:96px;
height:100px;
font-size:10px;
background-color:#d9b698;
margin-left:5px;
margin-bottom:15px;
margin-right:25px;
padding-left:5px;
padding-right:5px;
padding-top:10px;
color:#000000;
font-family: 'Open Sans', sans-serif;
}
.derniermess a{
color:#c36e6e;
text-decoration:none;
transition:all ease 0.7s;
-webkit-transition:all ease 0.7s;
}
.derniermess a:hover{
color:#3D2617;
transition:all ease 0.7s;
-webkit-transition:all ease 0.7s;
text-decoration:none !important;
}
/*Fin des catégories*/
- Si vous avez des problèmes avec ce LS ou des questions, venez poster ici.
Dernière édition par Cheshire Cat le Mar 12 Sep 2017 - 20:40, édité 1 fois