Jawn
she/her mais n'importe quel pronom fera l'affaire - codeuse - accro à Genshin Impact - vive les fleurs et la nature - créditez les codes
73227/01/2018
Accrochez vos baskets, l'installation est un peu longue et technique mais point de panique, tout est expliqué !
Bannière + barre de navigation
Ceci est l'entiéreté du template overall_header. Remplacez ce template par tout le code suivant : (il contient la barre de navigation, la bannière ainsi que toutes les polices d'écritures dont vous aurez besoin)
- Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<link rel="icon" type="image/png" href="https://78.media.tumblr.com/tumblr_m4dwniEpVe1qb1380.gif" />
<head>
<div class="headerfond"><img src="https://imgur.com/UtETtlO.png"/></div>
<div class="nomfofo">
<div class="line"><a href="/">N </a></div>
<div class="line"><div class="wm11"></div><div class="wm21"></div></div>
<div class="line"><a href="/">M</a></div>
</div>
<div class="sousph">
<h1>la petite citation</h1>
<b>qui fait</b>
<h2>grave du bien dans le kokoro</h2>
</div>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<!-- BEGIN switch_compat_meta -->
<meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
<!-- END switch_compat_meta -->
<!-- BEGIN switch_canonical_url -->
<link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
<!-- END switch_canonical_url -->
{META_FAVICO}
{META}
{META_FB_LIKE}
<meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
{T_HEAD_STYLESHEET}
{CSS}
<script type='text/javascript' src='http://files.jcink.net/html/jquery-1.7.2.min.js'></script>
<script type='text/javascript' src='http://files.jcink.net/html/jquery.cookie-1.3.1.js'></script>
<script type='text/javascript' src='http://files.jcink.net/html/catcollapse.js'></script>
<script src="http://greatdivide.b1.jcink.com/uploads/greatdivide/styletooltips.js"></script>
<script>
(function($){
$(document).ready(function(){
$("[title]").style_my_tooltips({
tip_follows_cursor:true,
tip_delay_time:0,
tip_fade_speed:300
});
});
})(jQuery);
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top}, 500);
});
});
</script>
<link href='https://www.aht.li/3250091/InsoMP.css' rel='stylesheet' type='text/css'>
<link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed" rel="stylesheet">
<link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
<link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
<script src="{JQUERY_PATH}" type="text/javascript"></script>
<!-- BEGIN switch_recent_jquery -->
<script src="{JS_DIR}jquery1.9/jquery-migrate-1.4.1.js" type="text/javascript"></script>
<script src="{JQUERY_DIR}browser/v1.0/jquery.browser.min.js" type="text/javascript"></script>
<script src="{JQUERY_DIR}support/jquery.support.js" type="text/javascript"></script>
<!-- END switch_recent_jquery -->
<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
{RICH_SNIPPET_GOOGLE}
<!-- BEGIN switch_fb_login -->
<script src="https://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
<script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
<!-- END switch_fb_login -->
<!-- BEGIN switch_ticker -->
<link type="text/css" rel="stylesheet" href="{JQUERY_DIR}ticker/ticker.css" />
<script src="{JQUERY_DIR}/ticker/ticker.js" type="text/javascript"></script>
<!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new -->
<script src="{JQUERY_DIR}jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
<script type="text/javascript">//<![CDATA[
/* Definir le sens de direction en fonction du panneau admin */
var tickerDirParam = "{switch_ticker.DIRECTION}";
var slid_vert = false;
var auto_dir = 'next';
var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam ) {
case 'top' :
slid_vert = true;
break;
case 'left':
break;
case 'bottom':
slid_vert = true;
auto_dir = 'prev';
break;
case 'right':
auto_dir = 'prev';
break;
default:
slid_vert = true;
}
$(document).ready(function() {
var w_cont = $('#fa_ticker_container').width();
if (w_cont > 0) {
$('#fa_ticker_container').width(w_cont);
/* Affichage de la liste */
$('#fa_ticker_content').css('display','block');
/* Calcul des dimensions du conteneur et des elements */
var width_max = $('ul#fa_ticker_content').width();
var width_item = Math.floor(width_max / {switch_ticker.SIZE});
var height_max = h_perso;
/* Calcul de la hauteur maximale du conteneur en fonction des elements et de la hauteur personnalisee dans l'admin */
$('ul#fa_ticker_content li').each( function () {
if ($(this).height() > height_max) {
height_max = $(this).height();
}
} );
/* Redimensionnement des elements et des images trop larges */
$('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () {
if ($(this).width() > width_item) {
var ratio = $(this).width() / width_item;
var new_height = Math.round($(this).height() / ratio);
$(this).height(new_height).width(width_item);
}
});
/* Redimensionnement et centrage du conteneur en mode vertical */
if (slid_vert) {
$('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
}
/* Initialisation du caroussel */
$('#fa_ticker_content').jcarousel({
vertical: slid_vert,
wrap: 'circular',
auto: {switch_ticker.STOP_TIME},
auto_direction: auto_dir,
scroll: 1,
size: {switch_ticker.SIZE},
height_max: height_max,
animation: {switch_ticker.SPEED}
});
} else {
$('ul#fa_ticker_content li:not(:first)').css('display','none');
$('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
}
});
//]]>
</script>
<!-- END switch_ticker_new -->
<script type="text/javascript">//<![CDATA[
$(document).ready(function(){
<!-- BEGIN switch_enable_pm_popup -->
pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
if(pm != null) { pm.focus(); }
<!-- END switch_enable_pm_popup -->
<!-- BEGIN switch_report_popup -->
report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
if(report != null) { report.focus(); }
<!-- END switch_report_popup -->
<!-- BEGIN switch_ticker -->
$(document).ready(function() {
Ticker.start({
height : {switch_ticker.HEIGHT},
spacing : {switch_ticker.SPACING},
speed : {switch_ticker.SPEED},
direction : '{switch_ticker.DIRECTION}',
pause : {switch_ticker.STOP_TIME}
});
});
<!-- END switch_ticker -->
});
<!-- BEGIN switch_login_popup -->
var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;
<!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup -->
$(document).ready( function() {
$(window).resize(function() {
var windowWidth = document.documentElement.clientWidth;
var popupWidth = $("#login_popup").width();
var mypopup = $("#login_popup");
$("#login_popup").css({
"left": windowWidth/2 - popupWidth/2
});
});
});
<!-- END switch_login_popup -->
//]]>
</script>
{GREETING_POPUP}
<!-- BEGIN switch_ticker_new -->
<style>
.jcarousel-skin-tango .jcarousel-item {
text-align:center;
width: 10px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-right: {switch_ticker.SPACING}px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
margin-bottom: {switch_ticker.SPACING}px;
}
</style>
<!-- END switch_ticker_new -->
{HOSTING_JS}
<!-- BEGIN google_analytics_code -->
<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);
<!-- BEGIN google_analytics_code_bis -->
_gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
_gaq.push(['b._trackPageview']);
<!-- END google_analytics_code_bis -->
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>
</script>
<!-- END google_analytics_code -->
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
<script src="jquery.style-my-tooltips.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
<!-- BEGIN hitskin_preview -->
<div id="hitskin_preview" style="display: block;">
<h1><img src="https://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.com</h1>
<div class="content">
<p>
{hitskin_preview.L_THEME_SITE_PREVIEW}
<br />
<span>{hitskin_preview.U_INSTALL_THEME}<a href="https://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
</p>
</div>
</div>
<!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup -->
<div id="login_popup" style="z-index: 10000 !important;">
<table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
<tr height="25">
<td class="catLeft">
<span class="genmed module-title">{SITENAME}</span>
</td>
</tr>
<tr height="{LOGIN_POPUP_MSG_HEIGHT}">
<td class="row1" align="left" valign="top">
<div id="login_popup_buttons">
<form action="{S_LOGIN_ACTION}" method="get">
<input type="submit" class="mainoption" value="{L_LOGIN}" />
<input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
</form>
</div>
<span class="genmed">{LOGIN_POPUP_MSG}</span>
</td>
</tr>
</table>
</div>
<!-- END switch_login_popup -->
<a name="top"></a>
{JAVASCRIPT}
<table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="bodyline">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<!-- BEGIN switch_logo_left -->
<td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
<!-- END switch_logo_left -->
<td align="center" width="100%" valign="middle">
<!-- BEGIN switch_logo_center -->
<a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
<br />
<!-- END switch_logo_center -->
<div class="maintitle">{MAIN_SITENAME}</div>
<br />
<span class="gen">{SITE_DESCRIPTION}<br /> </span>
</td>
<!-- BEGIN switch_logo_right -->
<td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
<!-- END switch_logo_right -->
</tr>
</table>
<!-- DEBUT BARRE NAVIG -->
<div id="userlinkss">
<div class="menuposition">
{GENERATED_NAV_BAR}</div></div>
<!-- FIN BARRE NAVIG -->
<div style="clear: both;"></div>
<!-- BEGIN switch_ticker_new -->
<div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
<tr>
<td align="left" class="row1">
<div id="fa_ticker_container">
<ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;">
<!-- BEGIN ticker_row -->
<li>{switch_ticker.ticker_row.ELEMENT}</li>
<!-- END ticker_row -->
</ul>
</div>
</td>
</tr>
</table>
</div>
<!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker -->
<div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
<tr>
<td align="left" class="row1">
<div id="fa_ticker_container">
<div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
<div class="fa_ticker_content">
<!-- BEGIN ticker_row -->
<div>{switch_ticker.ticker_row.ELEMENT}</div>
<!-- END ticker_row -->
</div>
</div>
</div>
</td>
</tr>
</table>
</div>
<!-- END switch_ticker -->
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
<table cellpadding="0" cellspacing="0" width="100%" class="three-col">
<tbody>
<tr>
<td valign="top" width="{C1SIZE}">
<div id="{ID_LEFT}">
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
</td>
<td valign="top" width="100%">
<!-- BEGIN html_validation -->
</td>
</tr>
</tbody>
</table>
</div>
</div>
</td>
</tr>
</table>
</body>
</html>
<!-- END html_validation -->
Et ensuite, votre CSS (Panneau de Configuration > Affichage > Couleurs > Feuille de style CSS) :
- Code:
/**********BARRE NAVII*****/
#userlinkss {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
z-index: 999;
background-image: url(https://imgur.com/WVxp5dk.png);
height: 54px;
border-bottom: #2a2a2a solid 1px;
}
.menuposition a:hover {
color: #a495da !important;
transition: 0.6s all;
text-decoration:none !important;
}
.menuposition a {
height: 18px;
width: 18px;
padding: 10px;
text-align: center;
transition: 0.6s all;
}
.menuposition {
width: 100%;
position: relative;
top: 12px;
text-align: center;
}
.menuposition a[href="/"]:before {
font-family:'saturnicons';
content: "\e0b7";
font-size: 20px;
margin: 5px;
}
.menuposition a[href="/faq"]:before {
font-family:'saturnicons';
font-size: 15px;
content: "\e1e7";
margin: 5px;
}
.menuposition a[href="/search"]:before {
font-family:'saturnicons';
font-size: 20px;
content: "\e319";
margin: 5px;
}
.menuposition a[href="/memberlist"]:before {
font-family:'saturnicons';
font-size: 20px;
content: "\e2b6";
margin: 5px;
}
.menuposition a[href="/groups"]:before {
font-family:'saturnicons';
font-size: 20px;
content: "\e123";
margin: 5px;
}
.menuposition a[href*="/profile"]:before {
font-family:'saturnicons';
font-size: 20px;
content: "\e0d4";
margin: 5px;
}
.menuposition a[href*="/privmsg"]:before {
font-family:'saturnicons';
font-size: 20px;
content: "\e0ef";
margin: 5px;
}
.menuposition a[href*="/login"]:before {
font-family:'saturnicons';
font-size: 20px;
content: "\e29a";
margin: 5px;
}
.menuposition a[href*="/register"]:before {
font-family:'saturnicons';
font-size: 20px;
content: "\e0e9";
margin: 5px;
}
a.mainmenu.M14_newMp:before {
content: "\e0ed";
font-family:'saturnicons';
color: #eaeaea;
}
.M14_newMp {
position: relative;
}
a.mainmenu.M14_newMp:after {
content: "!";
position: absolute;
top: 30px;
right: 126px;
font-size: 15px;
font-family: roboto;
background-image: url(https://imgur.com/KikxU8E.png);
color: white;
width: 20px;
height: 20px;
border-radius: 50%;
text-align: center;
line-height: 20px;
}
a.mainmenu.M14_newMp:hover:before {
color: #eaeaea !important;
transition: 0.6s all;
}
a.mainmenu.M14_newMp{color:#454545 !important;}
/*Apparence MP sur la Toolbar*/
a.M14_alertMp {
color: white !important;
font-size: 12px !important;
text-decoration: none !important;
margin-right: 50px;
line-height: 30px;
background-color: red;
padding: 0 5px;
}
a.mainmenu {
color: #6f54d4;
font-family: 'Roboto Condensed';
text-transform: uppercase;
margin: 5px;
padding: 40px;
}
/**************HEADER********/
.headerfond {
text-align: center;
margin: 110px auto -132px auto;
}
.headerfond img {
width: 1307px;
}
.nomfofo {
position: absolute;
top: 338px;
width: 100%;
margin: 0 auto;
left: 0;
text-align: center;
}
.nomfofo a {
color: #d9d9d9;
font-family: roboto condensed;
font-size: 180px;
font-style: italic;
padding-right: 28px;
text-shadow: 2px 3px 0px #392a75, 0px 1px #454545, 1px 0px #5b45af, -1px 0px #a495da, 0px -1px #a495da;
position: relative;
text-transform: uppercase;
top: -114px;
font-weight: 100;
word-spacing: 50px;
}
.line {
display:inline-block;
}
.wm11 {
width: 150px;
height: 150px;
border-radius: 360px;
border-right: 2px solid #392a75;
animation: spinner 3s linear infinite;
position: relative;
top: 58px;
}
.wm21 {
border-radius: 360px;
width: 150px;
height: 150px;
background-size: cover;
border: solid 1px rgba(164, 149, 218, 0.2);
position: relative;
top: -94px;
left: 1px;
overflow: hidden;
}
.wm2 img {
width:100%
}
.sousph {
width: 600px;
text-align: center;
text-transform: uppercase;
font-family: Calibri;
position: relative;
left: 272px;
top: -90px;
margin: 0 auto;
}
.sousph h1 {
color: #d9d9d9;
font-size: 18px;
top: 16px;
position: relative;
text-shadow: 1px 1px 2px black;
left: -14px;
letter-spacing: 5px;
}
.sousph b {
color: #6f54d4;
font-size: 20px;
font-style: italic;
letter-spacing: 28px;
text-shadow: 1px 0px 1px #a495da;
}
.sousph h2 {
color: #d9d9d9;
font-size: 20px;
word-spacing: 2px;
letter-spacing: 1.2px;
top: -20px;
text-shadow: 1px 1px 2px black;
position: relative;
left: -10px;
}
Le Javascript & JQuery
Vous aurez besoin de différents éléments pour afficher l'avatar de la personne connecté ainsi que son nom d'utilisateur sur la barre de navigation (ou un invité) ainsi qu'une configuration qui permet d'afficher quand même les MPs même si la barre ne contient que des icones !
Allez dans Panneau d'administration > Modules > Gestion de Modules Javascript. Créez en un, donnez lui le nom que vous voulez et mettez le "toutes les pages". Ajoutez ceci et sauvegardez. Pensez à bien activer le Javascript ! Ce sera pour ajouter l'avatar du membre en ligne ainsi que son nom sur la barre de navigation.
- Code:
$(function(){
$.each(_userdata, function(key, value){
$(".js-" + key).html(value);
})
});
Pour que les nouveaux MPs s'affichent, il vous faudra rajouter ce Javascript. Même manipulation que la précédente mais avec le JQuery suivant :
- Code:
jQuery(function(){
$('a.mainmenu[href="/privmsg?folder=inbox"]').html('0 Message');
$.get('/privmsg?folder=inbox' , function(data){
var mp= $(data).find('form[action="/privmsg?folder=inbox"] img[title="Message Non-lu"]').length;
if(mp==1)
{
$('a.mainmenu[href="/privmsg?folder=inbox"]').html(''+mp+' Message').addClass('M14_newMp');
$('#fa_menu').before('<a href="/privmsg?folder=inbox"class="M14_alertMp">Vous avez un message privé</a>');
}
else if(mp>1)
{
$('a.mainmenu[href="/privmsg?folder=inbox"]').html(''+mp+'').addClass('M14_newMp');
$('#fa_menu').before('<a href="/privmsg?folder=inbox"class="M14_alertMp">Vous avez '+mp+' messages privés</a>');
}
});
});
La page d'accueil :
Panneau d'administration > Affichage > Page d'accueil > Généralités, venez mettre votre HTML :
- Code:
<div class="fondPA">
<div class="colonneg">
<div class="credits">
Copyright :
</div>
<div class="entourtop">
<div class="topparto">
<a target="_blank" href="/"><img src="https://via.placeholder.com/50x50" /></a>
</div>
<div class="topparto">
<a target="_blank" href="/"><img src="https://via.placeholder.com/50x50" /></a>
</div>
<div class="topparto">
<a target="_blank" href="/"><img src="https://via.placeholder.com/50x50" /></a>
</div>
<div class="topparto">
<a target="_blank" href="/"><img src="https://via.placeholder.com/50x50" /></a>
</div>
<div class="topparto">
<a target="_blank" href="/"><img src="https://via.placeholder.com/50x50" /></a>
</div>
<div class="topparto">
<a target="_blank" href="/"><img src="https://via.placeholder.com/50x50" /></a>
</div>
<div class="topparto">
<a target="_blank" href="/"><img src="https://via.placeholder.com/50x50" /></a>
</div>
<div class="topparto">
<a target="_blank" href="/"><img src="https://via.placeholder.com/50x50" /></a>
</div>
<div class="topparto">
<a target="_blank" href="/"><img src="https://via.placeholder.com/50x50" /></a>
</div>
<div class="topparto">
<a target="_blank" href="/"><img src="https://via.placeholder.com/50x50" /></a>
</div>
<div class="topparto">
<a target="_blank" href="/"><img src="https://via.placeholder.com/50x50" /></a>
</div>
<div class="topparto">
<a target="_blank" href="/"><img src="https://via.placeholder.com/50x50" /></a>
</div>
<div class="topparto">
<a target="_blank" href="/"><img src="https://via.placeholder.com/50x50" /></a>
</div>
<div class="topparto">
<a target="_blank" href="/"><img src="https://via.placeholder.com/50x50" /></a>
</div>
<div class="topparto">
<a target="_blank" href="/"><img src="https://via.placeholder.com/50x50" /></a>
</div>
<div class="topparto">
<a target="_blank" href="/"><img src="https://via.placeholder.com/50x50" /></a>
</div>
</div>
</div>
<div class="colonneg">
<div class="txtpilot">
Pilot twist . . .
</div>
<div class="bloknews">
<span>Date</span>News ici.<br /><br /><span>date</span> News ici
</div>
<div class="opti">
<img src="https://cdn.icon-icons.com/icons2/836/PNG/512/Google_Chrome_icon-icons.com_66794.png" />
<div class="optitxt">
Forum optimisé pour Google Chrome (mais des fois ça marche sous Mozilla)
</div>
</div>
</div>
<div class="colonneg2">
<div class="txtpilot">
Les scénarios . . .
</div>
<div class="scenarios">
<div style="background-image:url(https://via.placeholder.com/55x200)" class="P1">
<div class="S0">
<div class="texte">
<div class="namepre">
nom prénom
</div><span><img src="https://via.placeholder.com/40x40" /></span><br /><a target="_blank" href="/">sa fiche</a>
</div>
</div>
</div>
<div style="background-image:url(https://via.placeholder.com/55x200)" class="P1">
<div class="S0">
<div class="texte">
<div class="namepre">
nom prénom
</div><span><img src="https://via.placeholder.com/40x40" /></span><br /><a target="_blank" href="/">sa fiche</a>
</div>
</div>
</div>
<div style="background-image:url(https://via.placeholder.com/55x200)" class="P1">
<div class="S0">
<div class="texte">
<div class="namepre">
nom prénom
</div><span><img src="https://via.placeholder.com/40x40" /></span><br /><a target="_blank" href="/">sa fiche</a>
</div>
</div>
</div>
<div style="background-image:url(https://via.placeholder.com/55x200)" class="P1">
<div class="S0">
<div class="texte">
<div class="namepre">
nom prénom
</div><span><img src="https://via.placeholder.com/40x40" /></span><br /><a target="_blank" href="/">sa fiche</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="fondsouspa">
<span class="sf sf-book"></span> <a target="_blank" href="/"> lien utile </a> <span class="sf sf-ghost"></span> <a target="_blank" href="/"> lien utile </a> <span class="sf sf-building"></span> <a target="_blank" href="/"> lien utile </a> <span class="sf sf-books"></span> <a target="_blank" href="/"> lien utile </a> <span class="sf sf-cheers"></span> <a target="_blank" href="/"> lien utile </a> <span class="sf sf-chat-bubbles"></span> <a target="_blank" href="/"> lien utile </a>
</div>
Et ensuite, votre CSS (Panneau de Configuration > Affichage > Couleurs > Feuille de style CSS) :
- Code:
/*************PA**********/
@font-face {
font-family: fancy;
src: url(http://files.jcink.net/uploads/sugarsid/KGEyesWideOpen.ttf);}
.opti {
margin: 30px 0px 0px -30px;
width: 190px;
padding: 10px;
}
.opti img {
width: 30px;
position: absolute;
margin-left: -80px;
}
.optitxt {
width: 150px;
color: #ababab;
font: 11px roboto;
text-align: justify;
position: relative;
left: 40px;
}
.fondPA {
height: 500px;
margin-top: -160px;
background-image: url(https://imgur.com/ObpUXcP.png);
background-position: 50% 50%;
z-index: 99;
position: relative;
}
.colonneg {
padding: 10px;
display: inline-block;
margin: 5px;
width: 290px;
height: 470px;
vertical-align: top;
}
.colonneg2 {
padding:10px;
display:inline-block;
margin:5px;
width:250px;
height:470px;
vertical-align:top;
}
.credits {
padding: 10px;
width: 240px;
text-align: justify;
height: 100px;
overflow: auto;
background: rgba(0, 0, 0, 0.8);
color: #a495da;
font-size: 10px;
border: solid 1px #454545;
font-family: calibri;
}
.entourtop {
text-align:center;
margin-top:20px;
}
.topparto {
background:black;
display:inline-block;
margin:2px;
filter:grayscale(70%);
transition: linear 1s;
box-shadow: 0px 0px 3px rgba(78, 75, 73, 0.8);
}
.topparto img {
width:50px;
height:50px;
border:solid 5px black;
}
.topparto:hover {
filter:grayscale(0%);
transition:linear 1s;
}
.txtpilot {
font-family:fancy;
font-weight:500;
font-size:40px;
text-align:center;
font-style:italic;
margin-top:180px;
color:#392a75;
text-shadow: 1px 1px 2px #afa0e5;
}
.txtpilot::first-letter {
font-size:70px;
}
.bloknews {
padding:5px;
width:100%;
height:100px;
color:black;
font-size:11px;
font-style:italic;
font-family:calibri;
text-align:justify;
}
.bloknews span {
font: 700 10px/1 calibri;
float: left;
margin: 5px 5px;
background:#a495da;
padding:10px;
text-transform:uppercase;
box-shadow: 0px 0px 3px rgba(78, 75, 73, 0.8);
}
.scenarios {
text-align: center;
height: 210px;
width: 258px;
}
.lespredef img{
display:inline-block;
}
.P1 {
position:relative;
width: 55px;
height: 200px;
display: inline-block;
margin:2px;
vertical-align:top;
border:solid 1px;
outline: 1px solid #fff;
box-shadow: 0px 0px 3px rgba(78, 75, 73, 0.8);
outline-offset: -2px;
}
.S0 {
background: rgba(56, 49, 82, 0.8);;
color: #fff;
padding-top: 15px;
height:185px;
width: 55px;
font-size: 8px;
font-family: calibri;
opacity:0;
transform:scale(0.5);
transition:all 800ms;
}
.S0 a {
font-size:8px;
font-family:calibri;
color:white;
}
.P1:hover .S0 { opacity:1; transition:0.8s linear; transform:scale(1);
}
.texte {
text-align:center;
margin-top:35px;
}
.texte img {
border-radius:100%;
width:40px;
border:solid 2px #ccc;
height:40px;
}
.texte a {
padding:5px;
position:relative;
top:20px;
background:#a495da;
color:black;
text-transform:uppercase;
text-decoration:none;
transition:all 800ms;
}
.texte a:hover {
background:#6f54d4;
color:#dadada;
transition: all 800ms;
}
.namepre {
font-family:fancy;
color:#dadada;
text-transform:lowercase;
font-size:15px;
margin-top:-20px;
margin-bottom:10px;
font-weight:bold;
}
.fondsouspa {
text-align: center;
padding: 10px;
background-image: url(https://imgur.com/KikxU8E.png);
box-shadow: 0px 0px 3px rgba(78, 75, 73, 0.8);
width: 886px;
}
.fondsouspa span {
font-size: 15px;
color: #392a75;
margin: 5px;
transition:linear 800ms;
}
.fondsouspa span:hover {
transition:linear 800ms;
color:#6f54d4;
}
.fondsouspa a {
text-decoration:none;
color:black;
font-size:16px;
text-transform:uppercase;
font-style:italic;
font-family:roboto condensed;
font-weight:300;
transition:all 800ms;
}
.fondsouspa a:hover {
color:#6f54d4;
}
# [INDEX VIOLET SOMBRE] - Lun 17 Déc - 16:49
Jawn
she/her mais n'importe quel pronom fera l'affaire - codeuse - accro à Genshin Impact - vive les fleurs et la nature - créditez les codes
73227/01/2018
Les catégories :
Rendez-vous dans Panneau d'administration > Affichage > Templates > Général > Index_box. Remplacez la totalité de votre template par le code suivant :
- Code:
<div class="entourecate">
<!-- BEGIN catrow --><!-- BEGIN tablehead -->
<div class="tleCAT">{catrow.tablehead.L_FORUM}</div>
<!-- END tablehead -->
<!-- BEGIN cathead -->
<!-- END cathead -->
<!-- BEGIN forumrow -->
<div class="categorie">
<div class="newsmessages">
<img src="{catrow.forumrow.FORUM_FOLDER_IMG}" class="imgFRM" />
</div>
<div class="totalstats">
<div class="stats">{catrow.forumrow.TOPICS}</div>
<div class="stats2">{catrow.forumrow.POSTS}</div>
</div>
<div class="vavadernier">
<!-- BEGIN avatar -->
<div class="wm1"></div><div class="wm2" style="background-image: url(http://via.placeholder.com/90x90);">{catrow.forumrow.avatar.LAST_POST_AVATAR}</div>
<!-- END avatar -->
</div>
<div class="blokd"><div class="titreFRM"><a href="{catrow.forumrow.U_VIEWFORUM}"> {catrow.forumrow.FORUM_NAME}</a></div>
<div class="description">{catrow.forumrow.FORUM_DESC}</div>
<div class="lastpost">{catrow.forumrow.LAST_POST}</div>
</div>
<div class="sous-forum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
</div>
<!-- END forumrow -->
<!-- END catrow -->
</div>
Et ensuite, votre CSS (Panneau de Configuration > Affichage > Couleurs > Feuille de style CSS) :
- Code:
/***ANIMATION*****/
@keyframes spinner{0%{-webkit-transform: rotate(0deg);}100%{-webkit-transform: rotate(360deg);}
}
@font-face {
font-family: fancy;
src: url(http://files.jcink.net/uploads/sugarsid/KGEyesWideOpen.ttf);}
/**************CATEGORIES*********/
.imgFRM {
margin-top:-5px;
}
.entourecate {
width: 742px;
padding: 10px;
display:flex;
flex-wrap:wrap;
align-items:center;
margin:0 auto;
}
.tleCAT h2 {
width: 720px;
font-family: fancy;
font-style: italic;
text-transform: lowercase;
text-align: right;
margin-right: 20px;
font-size: 54px;
margin-bottom: -8px;
font-weight: 100;
color: #392a75;
text-shadow: 1px 1px 2px #afa0e5;
}
.categorie {
padding: 5px;
background-image: url(https://imgur.com/WVxp5dk.png);
height: 120px;
box-shadow: 0px 0px 3px rgba(78, 75, 73, 0.8);
z-index: 99;
margin-bottom: 50px;
position: relative;
margin-left: 2px;
width: 720px;
}
.categorie img {
position:absolute;
}
.totalstats {
display:inline-block;
margin-left:150px;
font-size:13px;
font-family:calibri;
text-transform:lowercase;
text-align:center;
position:relative;
}
.stats{
width: 15px;
padding: 20px;
height: 15px;
border-radius: 100%;
background-image: url(https://imgur.com/KikxU8E.png);
margin-left: 20px;
color: black;
text-align: center;
font-family: fancy;
font-style: italic;
}
.stats2 {
width: 15px;
padding: 20px;
height: 15px;
border-radius: 100%;
background: #392a75;
color: black;
text-align: center;
font-family: fancy;
font-style: italic;
margin-left: -10px;
margin-top: 10px;
}
.vavadernier {
display: inline-block;
vertical-align: top;
margin: 20px;
height: 80px;
width: 110px;
}
.wm1{
width: 90px;
height: 90px;
padding:10px;
border-radius: 360px;
border-right: 2px solid #392a75;
margin-top:-15px;
animation: spinner 3s linear infinite;
}
.wm2{
border-radius: 360px;
width: 90px;
height: 90px;
background-size: cover;
border: 2px solid #fff;
position:relative;
top:-102px;
left:9px;
overflow:hidden;
}
.wm2 img {
width:100%
}
.blokd {
display:inline-block;
width:340px;
height:120px;
text-align:center;
position:absolute;
}
.titreFRM a {
color:#a495da;
text-transform: uppercase;
font-family: Roboto Condensed;
font-style: italic;
font-size: 14px;
font-weight: 100;
}
.description {
color: #bababa;
font-size: 12px;
font-family: calibri;
text-align: justify;
margin: 0 auto;
width: 320px;
height: 54px;
overflow: auto;
padding: 5px;
}
.lastpost {
color: #eaeaea;
font-size: 9px;
font-family: calibri;
width: 342px;
display: block;
}
.lastpost a {
font-size:12px;
}
.lastpost strong {
font-size:11px;
}
.sous-forum {
font-size: 0;
padding: 5px;
width: 720px;
background: black;
z-index: 99;
margin-top: 5px;
margin-left: -5px;
position: relative;
}
.sous-forum a {
display: inline-block;
font-size: 9px !important;
margin: 0 2px 3px;
font-family: roboto;
font-style: italic;
padding: 1px 4px;
text-transform: uppercase;
color: #a495da !important;
transition: all 0.3s;
}
Le qui est en ligne :
Rendez-vous dans Panneau d'administration > Affichage > Templates > Général > Index_body. Remplacez la totalité de votre template par le code suivant :
- 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}
<!-- 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 -->
<div class="fondQEEL">
<div style="position:absolute;right:-170px;top:-92px;"><img src="https://imgur.com/xbsGzmm.png"/></div>
<div class="qeelbloc">
<div class="titlesta"><span class="sf sf-pencils"></span> Ils ont écrits ici . . .</div>
<div class="statsonline">{TOTAL_USERS_ONLINE}</div>
<div class="totalonline"><table>{L_CONNECTED_MEMBERS}</table></div>
<div class="titlesta2"><span class="sf sf-books"></span> Ils sont publiés . . .</div>
<div class="oukisson">{LOGGED_IN_USER_LIST}</div>
</div>
<div class="qeelbloc">
<div class="titlesta3">Notre dernier écrivain . . .</div>
<div class="newmember"><span class="sf sf-crown"></span> {NEWEST_USER}</div>
<div id="cadre-qeel-header">
<div>{TOTAL_POSTS} {TOTAL_USERS}</div>
</div></div>
</div>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<!-- END switch_legend -->
{AUTO_DST}
Et ensuite, votre CSS (Panneau de Configuration > Affichage > Couleurs > Feuille de style CSS) :
- Code:
/********QEEL**********/
.fondQEEL {
width: 100%;
position: relative;
z-index: 9;
padding: 10px;
}
.qeelbloc {
width: 360px;
margin: -10px 0px;
height: 600px;
display: inline-block;
vertical-align: top;
position: relative;
}
.titlesta {
color:#392a75;
font:40px fancy;
text-align:center;
margin-top:80px;
text-shadow: 1px 1px 2px #afa0e5;
}
.statsonline {
color: #454545;
font-family: 'Roboto Condensed';
font-size: 10px;
text-align:center;
transform:translateY(-10px);
width: 355px;
}
.totalonline {
padding:20px;
width:250px;
margin:0 auto;
height:140px;
position:relative;
overflow:auto;
font-size:0px;
text-align: justify;
}
.totalonline a {
margin: 2px;
font: 13px roboto;
font-style: italic;
}
.totalonline .gensmall {
background-color:none !important;
font-size:0px !important;
letter-spacing:0px;
}
.totalonline .row1 {
font-family: 'Roboto';
}
.totalonline strong:after {
content: ",";
color:black;
}
.titlesta2 {
color:#392a75;
font:40px fancy;
text-align:center;
margin-top:60px;
text-shadow: 1px 1px 2px #afa0e5;
}
.oukisson {
padding:20px;
width:250px;
margin:0 auto;
height:100px;
position:relative;
overflow:auto;
font-size:0px;
text-align: justify;
}
.oukisson strong:after {
content: ",";
color:black;
}
.oukisson a {
margin:2px;
font:12px roboto;
font-style: italic;
}
.titlesta3 {
color: #392a75;
font: 35px fancy;
text-align: center;
margin-top: 200px;
margin-left: -63px;
text-shadow: 1px 1px 2px #afa0e5;
}
.newmember {
height: 80px;
width: 250px;
padding: 5px;
margin: 0px 20px 0px 0px;
text-align: center;
font-size: 0;
}
.newmember span {
color:#090909;
font-size: 24px;
}
.newmember a {
font: 26px fancy;
margin: 5px;
}
#cadre-qeel-header {
font-size: 0;
margin-top: 82px;
position: relative;
left: 16%;
}
#cadre-qeel-header strong {
font-size: 20px;
color: #392a75;
width: 60px;
height: 56px;
display: inline-block;
text-align: center;
text-transform: lowercase;
}
#cadre-qeel-header strong:nth-child(1) {
position: absolute;
right: 200px;
font-family: fancy;
letter-spacing: 2px;
}
#cadre-qeel-header strong:nth-child(1):before {
content: "épitaphes";
position: absolute;
top: 25px;
left: 0;
width: 100%;
font-size: 20px;
font-weight: 100;
}
#cadre-qeel-header strong:nth-child(2) {
position: absolute;
font-family: fancy;
letter-spacing: 2px;
}
#cadre-qeel-header strong:nth-child(2):before {
content: "écrivains";
position: absolute;
top: 25px;
left: 0;
width: 100%;
font-size: 20px;
font-weight: 100;
}
.clear {
clear: both;
}
# Re: [INDEX VIOLET SOMBRE] - Lun 17 Déc - 16:52
Jawn
she/her mais n'importe quel pronom fera l'affaire - codeuse - accro à Genshin Impact - vive les fleurs et la nature - créditez les codes
73227/01/2018
Le footer :
Rendez-vous dans Panneau d'administration > Affichage > Templates > Général > overall_footer_end. Remplacez la totalité de votre template par le code suivant :
- Code:
<!-- BEGIN html_validation -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<table>
<tr>
<td>
<div>
<div>
<div>
<!-- END html_validation -->
</div>
</div>
<!-- BEGIN switch_footer_links -->
<div align="center">
<div class="gen">
<!-- BEGIN footer_link -->
<!-- BEGIN switch_separator --> | <!-- END switch_separator -->
<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
<!-- END footer_link -->
</div>
</div>
<!-- END switch_footer_links -->
</div>
{PROTECT_FOOTER}
</td>
</tr>
</table>
<div class="basfooter">
<div class="entourfoot">
<div class="blokychou">
<div class="title" style="font: 24px roboto;text-align: left;color: #a495da;margin-left: 24px;margin-top: 20px;margin-bottom: 20px;border-bottom: solid 1px;font-style: italic;text-shadow: 1px 2px 3px black;">Nos partnaires :</div>
<div class="bffimg">
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
<a href="/" target="_blank"><img src="https://via.placeholder.com/50x50" class="stooltip" title="/"/></a>
</div></div>
<div class="blokychou">
<div class="title" style="font: 24px roboto;text-align: left;color: #a495da;margin-left: 110px;margin-top: 20px;border-bottom: solid 1px;font-style: italic;text-shadow: 1px 2px 3px black;">Les demandes de rp :</div>
<div class="tourte">
<div class="tourte"><div style="display:inline-block;background:black;outline: 1px solid #000;outline-offset:2px;color:#a495da;font-weight:bold;padding:20px;font:20px roboto;">X</div>
<div style="margin:10px;display:inline-block;width:410px;"><a target="_blank" href="/">NOM DU MEMBRE</a> texte</div></div>
<div class="tourte"><div style="display:inline-block;background:black;outline: 1px solid #000;outline-offset:2px;color:#a495da;font-weight:bold;padding:20px;font:20px roboto;">X</div>
<div style="margin:10px;display:inline-block;width:410px;"><a target="_blank" href="/">NOM DU MEMBRE</a> texte</div></div>
<div class="tourte"><div style="display:inline-block;background:black;outline: 1px solid #000;outline-offset:2px;color:#a495da;font-weight:bold;padding:20px;font:20px roboto;">X</div>
<div style="margin:10px;display:inline-block;width:410px;"><a target="_blank" href="/">NOM DU MEMBRE</a> texte</div></div>
</div>
</div></div>
<div id="footer2">
<div class="footer2b">
Le forum a été entièrement codé et graphé exclusivement pour cette plateforme.<br>
Merci de ne pas voler le contenu d'Insomnia sans en demander l'autorisation au<br>
prélable. Index fait par <a href="http://epsilon-ls.forumactif.com/">E P S I L O N</a>.<br><br>
<a href="/" target="_new">Crédits additionnels</a>
</div>
<div class="footer2c">
<!-- Estorica Ads -->
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-7024537950380960" data-ad-slot="9242587284" data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<!-- BEGIN switch_facebook_login -->
<div id="fb-root"></div>
<script type="text/javascript">
$(document).ready( function() {
$('div.fb-login-button, span.fb-login-button').attr({
"data-scope": "{switch_facebook_login.FB_SCOPE}",
"data-max-rows": "{switch_facebook_login.FB_MAX_ROWS}",
"data-size": "{switch_facebook_login.FB_BUTTON_SIZE}",
"data-show-faces": "{switch_facebook_login.FB_SHOW_FACES}",
"data-auto-logout-link": "{switch_facebook_login.FB_AUTO_LOGOUT}"
});
$('div.fb-login-button, span.fb-login-button').each(function() {
if(typeof $(this).attr('onlogin') == typeof undefined || $(this).attr('onlogin') === false) {
$(this).attr('onlogin', '{switch_facebook_login.FB_ONLOGIN}');
}
if($(this).html() == '') {
$(this).html('{switch_facebook_login.FB_LABEL}');
}
});
FB.init({
appId : "{switch_facebook_login.FB_APP_ID}",
cookie : {switch_facebook_login.FB_COOKIE},
xfbml : {switch_facebook_login.FB_XFBML},
oauth : {switch_facebook_login.FB_OAUTH},
version : '{switch_facebook_login.FB_VERSION}'
});
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/{switch_facebook_login.FB_LOCAL}/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
});
function onLoginFB() {
window.location.replace('{switch_facebook_login.FB_ONLOGIN_URL}')
}
</script>
<!-- END switch_facebook_login -->
<!-- BEGIN switch_topicit_connect -->
<script type="text/javascript">
$(document).ready( function() {
$('div.ti-connect').attr({
'data-loc' : '{switch_topicit_connect.TOPICIT_URL}',
'data-login' : '{switch_topicit_connect.BOARD_LOGIN}',
'data-version' : '{switch_topicit_connect.TOPICIT_VERSION}',
'data-lang' : '{switch_topicit_connect.BOARD_LANG}'
});
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "{switch_topicit_connect.TOPICIT_ENDPOINT}";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'topicit-connect'));
});
</script>
<!-- END switch_topicit_connect -->
<script type="text/javascript">
//<![CDATA[
fa_endpage();
//]]>
</script>
</body>
</html>
- Code:
/*********FOOTER********/
.basfooter {
background: url(https://imgur.com/Uc1zrBS.gif) no-repeat #000;
height: 500px;
background-position: 50% 50%;
top: 0px;
left: -8px;
right: 0;
border-top: solid 20px #a495da;
width: calc(100% + 16px);
position: relative;
z-index: 9;
}
.entourfoot {
width:1500px;
margin:0 auto;
}
.blokychou {
width:720px;
padding:10px;
display:inline-block;
vertical-align:top;
margin:4px;
}
.bffimg {
text-align:center;
filter: grayscale(70%);
transition: linear 1s;
}
.bffimg:hover {
filter: grayscale(0%);
transition: linear 1s;
}
.bffimg img {
margin:5px;
width:50px;
height:50px;
border: solid 1px #392a75;
outline: 1px solid #fff;
outline-offset: -2px;
}
.title {
height:50px;
}
.tourte {
padding:5px;
width:500px;
margin:20px auto;
color:#eaeaea;
font:12px roboto;
}
.tourte a {
color:lightgrey;
font-size:13px;
transition: linear 1s;
}
.tourte a:hover {
color:#a495da;
}
#footer2 {
background: #1c1c1c;
font: 7px 'open sans';
text-transform: uppercase;
letter-spacing: 1px;
width: calc(100% + 16px);
position: relative;
left: -8px;
overflow: hidden;
margin-top: -30px;
color: #ccc;
}
.footer2b {
float: left;
padding: 30px;
}
.footer2c {
float: right;
width: 50%;
padding: 10px;
height: 100px;
}
#page-footer a{
position:relative;
z-index:9;
}
La barre latérale :
Avant de commencer, il vous faudra activer les wigdets puisque cette barre en est un.
Allez donc ici : Panneau d'Administration > Modules. Cliquez ensuite sur "Gestion des widgets du forum".
Cliquez ensuite sur :
Vous pouvez maintenant nommer votre widget comme bon vous semble. Pensez également bien à mettre 'non' à l'option "utiliser une table type".
Revenez donc à la gestion des widgets, et vous verrez plus bas deux onglets. Cliquez sur "Widgets personnels", dans lequel vous verrez apparaître le widget que vous venez de nommer.
(j'vous laisse deviner le nom que j'ai donné au mien, haha)
Faites ensuite glisser votre widget un peu plus haut, comme ceci :
/!\ Attention, vous avez cependant la possibilité de mettre votre barre sur la gauche ou sur la droite de votre forum ! Dans mon cas, elle sera à droite.
Vous n'avez plus qu'à cliquer sur enregistrer. Pas de panique si rien ne s'affiche, vous n'avez pas encore rempli votre barre !
Plus haut, vous avez des paramètres. Voici ceux qu'il faudra entrer :
Revenez ensuite simplement sur la gestion des widgets, cliquez sur le petit rouage, les "paramètres" de votre widget placé à droite, et copiez collez dedans le HTML.
- Code:
<meta charset="UTF-8" />
<div class="sidebar2">
<div class="topsite">
<a href="/" target="_blank"><img src="https://imgur.com/oUn3YMn.png" /></a><br /> <a href="/" target="_blank"><img src="https://imgur.com/nZIsfvh.png" /></a><br /> <a href="/" target="_blank"><img src="https://imgur.com/oUn3YMn.png" /></a><br /> <a href="/" target="_blank"><img src="https://imgur.com/nZIsfvh.png" /></a>
</div>
<div class="groupes">
<div class="jambon" style="color:#C22323;">
<span class="sf sf-flame-o"> </span><br />xx groupe
</div>
<div class="jambon" style="color:#60ACB3;">
<span class="sf sf-sword"> </span><br />xx groupe
</div>
<div class="jambon" style="color:#D99B1F;">
<span class="sf sf-ghost"> </span><br />xx groupe
</div>
</div>
<div class="lesliensutiles">
<a href="/memberlist?mode=today_posters">Top 20 du jour</a><br /><br /><a href="/memberlist?mode=overall_posters">Top 20 du forum</a><br /><br /><a href="/search?search_id=activetopics">Sujets actifs du jour</a><br /><br /><a href="/?mode=delete_cookies">Supprimer les cookies</a><br /><br /><a href="/search?search_id=newposts">Voir les messages non lus</a><br /><br /><a href="/?mark=forums">Marquer tous les forums comme lus</a>
</div>
<div class="titleside2">
<span class="sf sf-beating-heart"></span> Coups de coeur . . .
</div>
<div class="alive">
<img src="https://via.placeholder.com/180x50" />
<div class="feeling">
<a href="/" target="_blank"><span class="sf sf-saturn"></span> nom du forum</a>
</div>
</div>
<div class="alive">
<img src="https://via.placeholder.com/180x50" />
<div class="feeling">
<a href="/" target="_blank"><span class="sf sf-skull-1-o"></span> nom du forum</a>
</div>
</div>
<div style="position:relative;top:120px;">
<img src="https://imgur.com/htQuc8X.png" />
</div>
</div>
<style>
/**********SIDEBAR RIGHT*********/
.sidebar2 {
position: relative;
width: 185px;
height: 800px;
left: 0;
margin-top: -58px;
}
.groupes {
text-align: center;
margin-top: 30px;
}
.jambon {
display:inline-block;
font:12px roboto;
margin:8px;
}
.jambon span {
font-size: 20px;
color: #392a75;
text-shadow: 1px 1px 2px #afa0e5;
}
.lesliensutiles {
padding:20px;
text-align:left;
}
.lesliensutiles a {
color: #a0a0a0;
font-size: 14px;
font-family: roboto condensed;
font-style: italic;
font-weight: lighter;
}
.topsite {
text-align:center;
}
.titleside2 {
font: 30px fancy;
text-align: center;
color: #392a75;
text-shadow: 1px 1px 2px #afa0e5;
width: 180px;
}
.alive {
width: 180px;
height: 50px;
border: 1px solid black;
overflow: hidden;
display: block;
margin: 0 auto 20px 0px;
box-shadow: 0px 0px 3px rgba(78, 75, 73, 0.8);
}
.feeling {
width: 140px;
color: #000;
font-family: calibri;
font-size: 10px;
background: rgba(56, 49, 82, 0.8);
padding: 20px;
display: block;
text-align: center;
position: relative;
height: 10px;
margin-left: 350px;
margin-top: -50px;
transition-duration: 1s;
transition-timing-function: ease;
}
.alive:hover .feeling {
margin-left: 0px;
transition-duration: 1s;
transition-timing-function: ease;
}
.feeling a {
position:relative;
top:-5px;
font:20px fancy;
color:#eaeaea;
}
</style>
# Re: [INDEX VIOLET SOMBRE] - Lun 17 Déc - 16:56
Jawn
she/her mais n'importe quel pronom fera l'affaire - codeuse - accro à Genshin Impact - vive les fleurs et la nature - créditez les codes
73227/01/2018
Les images et décorations :
Aller courage, c'est juste la déco maintenant !
Pour avoir une image en fond de forum, rajoutez dans votre CSS :
- Code:
.bodyline {
background-color: #d9d9d9;
background-image: url(https://imgur.com/BsfCfhq.png);
}
Pour personnaliser le tooltip (ce petit machin qui bouge avec votre souris dans le footer)
- Code:
#s-m-t-tooltip {
max-width:300px;
z-index: 999;
margin:24px 14px 7px 12px;
padding:5px;
background-color: #fff;
font-family:arial;
font-weight: 700;
text-transform: uppercase;
font-size:8px;
color:#222;
border: 1px solid #f6f6f6;
}
Pour éviter un décallage sur plus petits écrans :
- Code:
body {
margin: 0;
padding: 0 !important;
overflow-x: hidden;
}
Pour les boutons haut et bas :
- Code:
.haut {
position: fixed;
bottom: 110px;
right: 10px;
z-index: 999;
}
.haut img {
width:50px;
}
.bas {
position: fixed;
bottom: 14px;
right: 9px;
z-index: 999;
}
.bas img {
width:50px;
}
Pour avoir une jolie scrollbar :
- Code:
::-webkit-scrollbar {
width: 5px;
height: 10px;
background: black;
}
::-webkit-scrollbar-thumb:vertical {
height: 30px;
-webkit-border-radius: 2px;
background-color: #a495da;
}
::-webkit-scrollbar-thumb:horizontal{
height: 30px;
-webkit-border-radius:5px;
background-color: #a495da;
}
Si vous voulez des boîtes citation/code/spoiler personnalisées :
- Code:
/***********CODE- QUOTE - ETC*******/
.codebox dd {
margin: 0;
border: none !important;
}
.codebox {
margin: auto;
width: 90%;
white-space: normal;
font-family: Arial, sans-serif;
font-size: 11px;
color: #333;
background-color: #fefefe;
padding: 10px;
margin-top: 2px;
border-left: 10px solid #7D6976;
}
.code div.cont_code {
max-height: 200px;
overflow: auto;
background-image: url(https://imgur.com/WVxp5dk.png);
color: #d1d1d1;
font-family: roboto;
padding: 6px;
border: none !important;
}
.spoiler_content {
background-image: url(https://imgur.com/KikxU8E.png);
color: #111111;
display: block;
font-family: roboto;
font-size: 11px;
padding: 5px;
line-height: 125%;
outline: 1px solid #d5d5d5;
box-shadow: 0px 0px 3px rgba(78, 75, 73, 0.5);
outline-offset: -1px;
}
.spoiler_content a{
color:black !important;
}
L'image de fond (la fixer) :
- Code:
https://imgur.com/2hkwZki.png
Image de catégorie (pas de nouveau message) :
- Code:
https://imgur.com/ssVbCYK.png
Image de catégorie (nouveau message) :
- Code:
https://imgur.com/mRA7SR0.png
Icône de dernier message (pas de nouveau message) :
- Code:
https://imgur.com/xER6lzO.png
Icône de dernier message (nouveau message) :
- Code:
https://imgur.com/GMPRI91.png
Bouton "nouveau" :
- Code:
https://imgur.com/Xus2RSy.png
Bouton "répondre" :
- Code:
https://imgur.com/pI8AgvK.png
Bouton "verrouillé" :
- Code:
https://imgur.com/XFMBU6s.png
Bouton "profil" (pour les profils) :
- Code:
https://imgur.com/zUvA1aE.png
Bouton "message privé" (pour les profils) :
- Code:
https://imgur.com/BFCB8KR.png
# Re: [INDEX VIOLET SOMBRE] - Lun 17 Déc - 16:59
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum