Script "Derniers Messages" sur Page d'Accueil

3 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Script "Derniers Messages" sur Page d'Accueil

Message par Prince Voldy Lun 25 Jan 2021 - 18:42

Détails techniques


Version du forum : phpBB2
Poste occupé : Fondateur
Navigateur(s) concerné(s) : Mozilla Firefox
Personnes concernées par le problème : Tous les utilisateurs
Lien du forum : https://almara.forumgaming.fr/

Description du problème

Bonjour à tous ! Voilà, j'ai récemment installé un script sur la page d'accueil de mon forum afin de faire apparaître sur le panneau d'accueil un bloc dans lequel se trouve les liens des messages récemment postés (exactement comme celui du widget du portail). Il me semble avoir bien suivis les différents tutos déjà présents sur FA (je ne sais plus lequel j'ai suivis exactement, j'ai tellement cherché que je ne saurais pas vous dire exactement) pourtant quelque chose ne va pas : lorsque je désactive le portail (parce que je ne souhaite pas avoir de portail sur mon forum), le script ne fonctionne plus ...

Voici le code que j'ai installé dans le bloc :

Code:
<div id="recent_topics2"><script type="text/javascript"> jQuery.get('/portal',function(data){jQuery('#recent_topics2').html(jQuery(data).find('.forumline td.row1').html());});</script></div>

Et le CSS correspondant :

Code:
div#recent_topics2 {width: 340px; height:180px;color: #FFFFFF; text-shadow:0px 0px 5px #CCC07E; font-size:11px; padding-right:6px; padding-left:6px; padding-top:10px; background-image:url('https://i.servimg.com/u/f75/18/41/18/51/wel-6010.png'); margin:3px; margin-bottom:6px;}
div#recent_topics2 a {font-weight: bold;}

Le script fonctionne lorsque le portail est activé, mais il ne fonctionne plus lorsque celui-ci est désactivé (le portail est actuellement désactivé).
J'ai vu sur d'autres forums qu'il était possible de le faire fonctionner sans l'activation du portail ... quelqu'un pourrait-il éclairer ma lanterne ?
Mercii d'avance ! ^_^
Prince Voldy

Prince Voldy
Nouveau membre

Messages : 10
Inscrit(e) le : 15/11/2014

http://www.the-lion-king-rpg.com
Prince Voldy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Script "Derniers Messages" sur Page d'Accueil

Message par Neptunia Lun 25 Jan 2021 - 19:00

Bonjour ^^


Le script va chercher les infos sur le portail, donc il faut que celui-ci existe.
En revanche rien n'oblige à afficher le bouton Portail dans la barre de navigation
Code:
a[href^='/portal'] {
 display: none;
 }
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Script "Derniers Messages" sur Page d'Accueil

Message par Prince Voldy Lun 25 Jan 2021 - 19:25

Merci pour l'astuce !
Mais comment faire pour que les utilisateurs ne puissent pas accéder à ce fameux portail "indésirable" lors de leur arrivée sur le forum ?

EDIT : Le script que tu viens de me donner se place où ? Comme ça tout nu ans une nouvelle page java ?
Prince Voldy

Prince Voldy
Nouveau membre

Messages : 10
Inscrit(e) le : 15/11/2014

http://www.the-lion-king-rpg.com
Prince Voldy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Script "Derniers Messages" sur Page d'Accueil

Message par Neptunia Mar 26 Jan 2021 - 0:01

C'est du CSS, donc à placer dans la feuille de style CSS
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Script "Derniers Messages" sur Page d'Accueil

Message par Prince Voldy Mar 26 Jan 2021 - 15:15

Merci pour ta réponse ! J'ai testé ton code mais il ne fonctionne pas ;(
Prince Voldy

Prince Voldy
Nouveau membre

Messages : 10
Inscrit(e) le : 15/11/2014

http://www.the-lion-king-rpg.com
Prince Voldy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Script "Derniers Messages" sur Page d'Accueil

Message par Neptunia Mar 26 Jan 2021 - 15:22

J'ai bien évidemment testé avant de donner ce code CSS
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Script "Derniers Messages" sur Page d'Accueil

Message par 'Christa Mar 26 Jan 2021 - 16:03

Bonjour :3

Puisque je passe par ici, je m'en viens expliquer quelques détails supplémentaires !

Le portail est nécessaire pour l'usage du script (parce qu'on récupère le contenu d'un widget présent sur ce portail), cependant rien ne t'oblige à ce qu'il s'agisse de la page d'accueil de ton forum. Pour ça, va vérifier sur ton panneau d'administration, dans l'onglet Affichage → Page d'accueil : Généralités et pour l'option L'adresse de votre forum dirige vers tu choisis l'index du forum.

Quant au bouton du portail, on le "cache" avec des styles CSS, pour ça le code que t'a donné Neptunia permet de sélectionner tout lien qui redirige vers le portail, et de ne pas l'afficher.

S'il ne fonctionne pas (c'est à dire s'il ne cache pas le lien en question), pourras-tu partager le contenu complet de ta feuille de styles CSS pour voir s'il y a une erreur ?
'Christa

'Christa
**

Féminin
Messages : 98
Inscrit(e) le : 04/06/2009

https://lostmindy-test.forumactif.com/
'Christa a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Script "Derniers Messages" sur Page d'Accueil

Message par Prince Voldy Mar 26 Jan 2021 - 16:31

Merci 'Christa !
Alors je viens à l'instant d'activer le Portail et de le configurer de manière à ce qu'il ne soit pas la première page lors de l'arrivée des membres ... merci pour l'astuce, 12 ans que je suis sur FA, à force de chercher compliqué on finit par en oublier les bases lol.

Alors voici la partie de mon CSS susceptible de "t’intéresser", ma barre de navigation est effectivement codée :

Code:
/* BARRE DE NAVIGATION */
.navig {position: absolute; z-index:1; left: 0px; top: 0px; right: 0px; width: 100%; background-color:#BAA573; padding-top:5px; padding-bottom:5px;}
.navig a {margin: 5px; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase; font-size: 20px;}
a.mainmenu img {margin-bottom:-4px; margin-right:5px; width: auto; height: auto;}

Et voici la partie correspondante à la barre de navigation dans ma template overall_header :

Code:
<!-- DEBUT BARRE DE NAVIGATION -->
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
      <center><div class="navig">{GENERATED_NAV_BAR}</div></center>
<!-- FIN BARRE DE NAVIGATION -->

Et pour éviter de te faire répéter si jamais ça ne suffit pas :

La feuille CSS en entière :

Code:
/* PANEL SHOUTBOX */
div.panel_shoutbox {position:absolute; z-index:2; top:-25px;left:30px;}
div.panel_shoutbox{padding-top:20px;}
div.panel_shoutbox {width: 270px; height: 400px;}

/* BARRE DE NAVIGATION */
.navig {position: absolute; z-index:1; left: 0px; top: 0px; right: 0px; width: 100%; background-color:#BAA573; padding-top:5px; padding-bottom:5px;}
.navig a {margin: 5px; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase; font-size: 20px;}
a.mainmenu img {margin-bottom:-4px; margin-right:5px; width: auto; height: auto;}

/* MESSAGE DE BIENVENUE INFO */
div#welcome_content {width:900px; margin-top:12px; margin-bottom:0px;}
span#wlcm_title {font-family: 'Roboto Condensed', sans-serif; font-size: 25px; color: #290A00; text-transform:uppercase;}

div#welcome_black {padding-top:15px;padding-bottom:13px;text-align: center;}
span#bienvenue {color:#290A00; font-family: Great Vibes; font-size: 46px; line-height: 25px; text-shadow: #F2EBB7 0px 0px 10px;}
span#derniere_visite {color:#663300; font-family: Arial; font-size: 16px; font-style: italic; letter-spacing:1px; line-height: 25px;}

span#voir_new_msg a {color:#290A00;font-family: 'Caesar Dressing', sans-serif; font-size: 16px; line-height: 15px; letter-spacing: 1px;}
span#voir_new_msg a:hover {color:#6A4326;}

span#my_msg a {color:#290A00;font-family: 'Caesar Dressing', sans-serif;font-size: 16px;line-height: 15px;letter-spacing: 1px;}
span#my_msg a:hover {color:#6A4326;}

span#no_rep a {color:#290A00;font-family: 'Caesar Dressing', sans-serif;font-size: 16px;line-height: 15px;letter-spacing: 1px;}
span#no_rep a:hover {color:#6A4326;}
  
span#read a {color:#290A00;font-family: 'Caesar Dressing', sans-serif;font-size: 16px;line-height: 15px;letter-spacing: 1px;}
span#read a:hover {color:#6A4326;}

span#double_point {color:#663300;font-family: 'Caesar Dressing', sans-serif; font-size: 20px; line-height: 15px;}

div#links_top {margin-top:-14px;}
div#links_top a {font-size:40px; text-shadow:0px 0px 5px #CCC07E;}

/* TYPOGRAPHIE DU FORUM */
div#content_msg {padding-left:40px;padding-right:40px;text-align: justify;}
b1 {font-weight: bold; color: #290A00;}
b2 {color:white !important;}
b3 {color:white !important; font-weight: bold; font-style: italic;}
titre_header {font-family: Great Vibes; font-size:70px; color: #290A00;}
titre_sous_partie {font-family: Georgia; font-size:28px; color: #290A00; letter-spacing: 5px;}
div#ligne_sous_partie {border-bottom: 8px solid #AC986A; margin-top:2px;}
titre2 {font-family:Georgia; font-size:18px; color: #290A00; font-weight: bold; margin-left:20px;}
titre3 {font-family: 'Beth Ellen', cursive; font-size:38px; color:white; line-height:0px; font-weight: lighter;}
titre4 {font-family: 'Beth Ellen', cursive; font-size:26px; color:#290A00; line-height:0px; font-weight: lighter; margin-left:30px;}
div#demande_partenariat {width:650px; padding:10px; border: 4px dotted #AC986A; text-align:justify;}
div#bloc_attention {width:650px; padding:10px; background-color: #BFAC7E; text-align:justify; border: 2px dotted #FFFFFF; color: #FFFFFF; font-weight: bold;}
div#bloc_demande {width:650px; padding:10px; border: 4px dotted #AC986A; text-align:justify;}
lien_rp {font-family: 'Roboto Condensed', sans-serif; font-size: 22px; letter-spacing:-1px; line-height:22px;}
lien_rp a {font-family: 'Beth Ellen', cursive; font-size:18px;}
div#quotes {width:500px; text-align:justify; font-family: 'Roboto Condensed', sans-serif; font-size:14px; line-height:14px; color: #290A00;}
sous_titre {font-family: 'Roboto Condensed', sans-serif; font-size:14px; line-height:14px; color: #290A00; margin-left:30px;}
credits {font-family: 'Roboto Condensed', sans-serif; font-size:14px; line-height:14px; color: #9B8555; text-transform:uppercase;}

div#objectifs {width:650px; padding:10px; background-color: #BFAC7E; text-align:justify; border: 2px solid #290A00;}
titre_objectifs {font-family: 'Beth Ellen', cursive; font-size:26px; color:#290A00; line-height:0px; font-weight: lighter;}
employe {font-weight: bold; color: #334826 !important;}
externe {font-weight: bold; color: #70542A !important;}
resident {font-weight: bold; color: #A04A28 !important;}

/* PANNEAU AFFICHAGE ACCUEIL */
div#content {width: 970px; height:540px; background-image:url('https://i.servimg.com/u/f95/18/41/18/51/pa-bac11.jpg'); background-position: top center;  background-repeat: no-repeat; border-bottom: 12px solid #290A00; border-top: 1px solid #BAA573;}
div#bloc_contexte {width: 730px; margin-top:10px; background-image:url('https://i.servimg.com/u/f95/18/41/18/51/wel-3010.png'); padding:10px; font-family: Verdana; font-size: 11px; color: #290A00; text-shadow:0px 0px 2px #CCC07E; text-align:justify;}

span#titre_pa {font-family: 'Roboto Condensed', sans-serif; font-size: 16px; color: #290A00; font-weight: bold; letter-spacing: 1px; text-transform:uppercase; text-shadow:0px 0px 5px #CCC07E;}
div#line_pa {width: 100%; border-bottom: 5px solid #290A00; margin-top:-2px;}

div#news_content {padding:12px; font-size:11px; font-weight: bold; height:200px; background-image:url('https://i.servimg.com/u/f95/18/41/18/51/wel-3010.png'); margin-top:3px; margin-left:3px; margin-right:3px; margin-bottom:12px;}
div#news {background-image:url('https://i.servimg.com/u/f95/18/41/18/51/wel-3010.png'); padding-top:4px; padding-bottom:4px; width:100%; border-top:1px dotted #290A00; border-bottom:1px dotted #290A00;}
div#lien_navrap {margin-top:105px; font-family: 'Roboto Condensed', sans-serif; font-size: 16px; color: #290A00; font-weight: bold; text-shadow:0px 0px 5px #FEF9DC; text-transform:uppercase;}
div#derniers_messages_content2 {background-image:url('https://i.servimg.com/u/f95/18/41/18/51/wel-3010.png'); margin:3px; width: 220px; height:220px; margin-bottom:8px;}

div#recent_topics {color: #FFFFFF; text-shadow:0px 0px 5px #CCC07E; font-size:11px; padding-right:6px; padding-left:6px; padding-top:10px; background-image:url('https://i.servimg.com/u/f95/18/41/18/51/wel-3010.png'); margin:3px; width: 220px; height:210px; margin-bottom:6px;}
div#recent_topics a {font-weight: bold;}

div#img_ppco img {width:50px; opacity: 0.6; -moz-transition: 1s;-o-transition: 1s;-htm-transition: 1s;-webkit-transition: 1s;transition: 1s;}
div#img_ppco img:hover {opacity: 1;-moz-transition: 1s;-o-transition: 1s;-htm-transition: 1s;-webkit-transition: 1s;transition: 1s;}

div#content2 {width: 970px; height:710px; background-image:url('https://i.servimg.com/u/f75/18/41/18/51/pa-bac10.jpg'); background-position: top center;  background-repeat: no-repeat; border-bottom: 12px solid #290A00; border-top: 1px solid #BAA573;}
div#news_content2 {padding:12px; font-size:11px; font-weight: bold; height:140px; background-image:url('https://i.servimg.com/u/f75/18/41/18/51/wel-6010.png'); margin-top:3px; margin-left:3px; margin-right:3px; margin-bottom:12px;}
div#liens_utiles {font-size:11px; font-weight: bold; height:164px; background-image:url('https://i.servimg.com/u/f75/18/41/18/51/wel-6010.png'); margin-top:3px; margin-left:3px; margin-right:3px; margin-bottom:12px;}
div#liens_utiles a {text-transform:uppercase; color:#290A00; line-height:16px; }
div#liens_utiles a:hover {letter-spacing:2px; color:#6a4326;}

span#titre_pa2 {line-height:24px; font-family: 'Roboto Condensed', sans-serif; font-size: 16px; color: #290A00; font-weight: bold; letter-spacing: 1px; text-transform:uppercase; text-shadow: 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573;}
div#bloc_contexte2 {width: 730px; margin-top:10px; background-image:url('https://i.servimg.com/u/f75/18/41/18/51/wel-6010.png'); padding:10px; font-family: Verdana; font-size: 11px; color: #290A00; text-shadow:0px 0px 2px #CCC07E; text-align:justify;}
div#recent_topics2 {width: 340px; height:180px;color: #FFFFFF; text-shadow:0px 0px 5px #CCC07E; font-size:11px; padding-right:6px; padding-left:6px; padding-top:10px; background-image:url('https://i.servimg.com/u/f75/18/41/18/51/wel-6010.png'); margin:3px; margin-bottom:6px;}
div#recent_topics2 a {font-weight: bold;}
div#bloc_animation {width:485px; height:180px; font-size:11px; padding-right:6px; padding-left:6px; padding-top:10px; background-image:url('https://i.servimg.com/u/f75/18/41/18/51/wel-6010.png'); margin:3px; margin-bottom:6px;}
div#bloc_saison {width:450px; height:100px; overflow:auto; padding:5px; text-align:justify; font-family: Verdana; font-size: 11px; line-height:11px; color: #290A00; text-shadow:0px 0px 2px #CCC07E;}

/* AFFICHAGE DES CATEGORIES */
.bloc_categorie {margin-top:60px;  width:800px; height:42px; text-align:center; background-image:url('https://i.servimg.com/u/f10/19/01/24/47/almara11.png'); background-position: top center;  background-repeat: no-repeat; margin-left: auto; margin-right: auto;}
.bloc_categorie h2 {font-family: 'Beth Ellen', cursive; font-size:38px; color:white !important; line-height:0px; font-weight: lighter;}

div#bloc_titre_forum {text-align:justify; margin-top:10px; margin-bottom:-2px;}
span#titre_forum {margin-left:30px; font-size:26px; font-weight:bold; text-transform:uppercase; font-family: 'Roboto Condensed', sans-serif; text-shadow:1px 1px 0px rgba(0,0,0,0.2);}
span#titre_forum a {color:white !important;}
span#statistiques {margin-left:60px; font-size:18px; text-transform:uppercase; font-weight: bold; color:#564A2F; text-shadow:none !important;}
div#bloc_description {width:665px; height:110px; overflow:auto; padding:10px; text-align:justify; font-family:Verdana; font-size:11px;}
div#separateur_liens_utiles {border-bottom: 1px solid #AC986A; margin-top:4px; margin-bottom:4px;}

.lastpost-avatar img {width: 94px; height: 150px; border-radius:0px !important;}

div#titre_dernier_message a {line-height:16px; font-size:11px; text-transform:uppercase; color:#290A00 !important;}
div#titre_dernier_message a:hover {color:#6A4326 !important;}
div#date_dernier_message {line-height:16px; font-size:11px !important; text-transform:uppercase; color:#663300;}
div#pseudo_dernier_message {line-height:16px; font-size:11px !important; text-transform:uppercase; color:#663300; font-weight: bold;}
div#img_sous_emplacement img {margin-bottom:-2px !important;}

div#ligne_sous_forum {width:950px; border-bottom:4px dotted #290A00; margin-top:4px; margin-bottom:-4px;}
.titre_sous_forum {margin-left:20px; padding:10px; text-align:justify;}
.titre_sous_forum a {color:#290A00 !important; font-size:11px; text-transform:uppercase;}
.titre_sous_forum a:hover {color:#6a4326 !important;}
.titre_sous_forum img {margin-top:8px; margin-right:3px;}

/* BOTTIN DES AVATARS */
empl {font-family: Arial; font-size:16px;}
empl a {font-weight: bold; color: #334826 !important;}
extrn {font-family: Arial; font-size:16px;}
extrn a {font-weight: bold; color: #70542A !important;}
residt {font-family: Arial; font-size:16px;}
residt a {font-weight: bold; color: #A04A28 !important;}

/* CSS FICHE PRESENTATION */
titre_prez {font-family: Great Vibes; font-size:60px; color: #290A00; text-shadow: #CCC07E 0px 0px 5px;}
sous_partie_prez {font-family: Great Vibes; font-size:50px; color: #290A00; text-shadow: #CCC07E 0px 0px 5px;}
sub {font-family: Georgia; font-size: 16px;}
inf {font-family:Verdana; font-size:11px !important; color: #290A00; text-transform: uppercase; font-weight: bold;}
div#ligne_prez {width: 600px; border-bottom: 14px solid #290A00; margin-top:5px;}
div#bloc_id_perso {background-color: #C4B183; padding:10px; line-height:14px; margin-left:10px; text-align:justify; height:300px; overflow:auto;}
div#bloc_principal {width: 580px; background-color: #C4B183; padding:20px 10px 10px 10px; line-height:14px; text-align:justify; margin-bottom:20px;}
div#bloc_perso {width: 580px; border:3px solid #AC986A; padding:10px; text-align:justify; margin-bottom: 20px;}
div#ligne_separator {border-bottom: 4px dotted #AC986A;}
div#ligne_separator_quest {border-bottom: 1px solid #290A00; margin-top:4px;}
quest {font-family:Georgia; font-size:16px; color: #290A00; font-weight: bold; margin-left:20px;}
titre_prez2 {font-size: 30px; letter-spacing: 5px; color:#000000; font-family:Impact;}
info_prez {font-size: 14pt; font-family: Crushed; line-height: 18px; color: #000000; font-weight: bold;}

/* AFFICHAGE DES SUJETS */
div#couleur_sujet {color: #FFFFFF; font-family: 'Roboto Condensed', sans-serif; font-size:18px;}

/* CSS FICHES CHEVAUX */
div#fiches_chevaux {width:592px; border-right:4px solid #AC986A; border-left:4px solid #AC986A; border-bottom:16px solid #AC986A;}
span#horse_name {font-family: 'Beth Ellen', cursive; font-size:48px; color: #290A00;}
span#fiche_id {font-family: 'Roboto Condensed', sans-serif; font-size:18px; color:#290A00; text-transform:uppercase; font-weight: bold;}
div#separator_horse {width: 250px; border-bottom: 5px solid #290A00; margin-bottom: 5px;}
div#bloc_id {width: 250px; height:80px; background-color: #C4B183; padding:5px; line-height:14px; font-family: Verdana; font-size:13px; text-align:justify;}
span#info_id {font-family:Verdana; font-size:11px !important; color: #290A00; text-transform: uppercase; font-weight: bold;}
span#histo_titre {font-family: 'Roboto Condensed', sans-serif; font-size:32px; color:#290A00; text-transform:uppercase; font-weight: bold; letter-spacing:4px;}
div#separator_histo {width: 550px; border-bottom: 5px solid #290A00; margin-bottom: 5px; margin-top:8px;}
div#bloc_histo {width: 500px; background-color: #C4B183; padding:20px; line-height:16px; font-family: Verdana; font-size:13px; text-align:justify;}
div#separator_caractere {width: 550px; border-bottom: 5px solid #290A00; margin-bottom: 5px;}

div#bloc_photos {margin-top:30px; margin-bottom:-15px;  font-size: 16px;}
div#bloc_photos a {font-family: 'Roboto Condensed', sans-serif; color: #290A00; font-weight: bold;}
div#bloc_photos a:hover {color:#6A4326;}

.prog_fullbar {width: 100%; height: 13px; display: inline-block; background-color: #AC986A; align:left}
.prog_bar {height: 100%; display: block; background-color: #290A00;}

/* AFFICHAGE AVATAR PSEUDO RANG PROFIL */
div#pseudo_sujet {font-family: 'Roboto Condensed', sans-serif; font-size: 20px; text-transform:uppercase; margin-top:10px;}
div#ligne_profil {border-bottom: 6px solid #290A00; margin-top:5px; margin-bottom:5px;}
div#a_savoir {text-align:center; font-family: Arial; font-size:12px; color: #290A00; font-weight: bold; text-transform:uppercase;}
div#ligne_a_savoir {border-bottom: 4px dotted #AC986A; margin-bottom:2px;}
div#contenu_profil {max-width: 200px;}
div#contenu_profil img {max-width: 200px !important;}
div#lien_rpg {font-family:Verdana; font-size:11px;}
div#lien_rpg a {margin-bottom: -5px; display:block; width:100%; text-align: center; font-family: Arial; font-size:12px; color: #290A00; font-weight: bold; text-transform:uppercase; border-bottom: 4px dotted #AC986A;}
span#info1 {font-family:Arial; font-size:12px; font-weight: bold; color: #290A00; margin-left:20px;}
textarea {padding: 4px; font-size: 11px; width: 180px; height:100px;}

/* RANG */
div#ADM {font-weight: bold; font-family: Verdana; font-size: 10px; color:#1D0801; letter-spacing:2px; margin-top:-5px; margin-bottom:10px;}

/* QUI EST EN LIGNE */
div#qeel {width:970px; background-image:url('https://i.servimg.com/u/f10/19/01/24/47/qeel_f10.jpg'); border:1px solid #BAA573; margin-top:-40px; padding-bottom:15px; background-position: top center;  background-repeat: no-repeat;}
div#legend_qeel a {font-family: 'Roboto Condensed', sans-serif; font-size: 25px; text-transform:uppercase; font-weight: bold; line-height:18px; text-shadow: #CCC07E 0px 0px 5px;}
span#qeel_titre_header {font-family: Great Vibes; font-size:70px; color: #290A00; text-shadow: #CCC07E 0px 0px 5px;}
span#sub_qeel {font-family: Verdana; font-size:10px; text-shadow: #CCC07E 0px 0px 5px;}
span#stat_qeel {font-family: 'Roboto Condensed', sans-serif; font-size: 22px; color: #6A4326; text-transform:uppercase; font-weight: bold;}
span#stat_qeel2 {font-family: Verdana; font-size:12px;}
span#actuellement_presents {font-family: Great Vibes; font-size: 38px; color: #290A00; text-shadow: #CCC07E 0px 0px 5px;}
span#on_les_a_vus {font-family: 'Roboto Condensed', sans-serif; font-size: 18px; color: #290A00; text-transform:uppercase; font-weight: bold; text-shadow: #CCC07E 0px 0px 5px;}
div#bloc_online {width:700px; padding:10px; background-image:url('https://i.servimg.com/u/f75/18/41/18/51/wel-6010.png'); margin-bottom:10px; text-align:center; margin-top:-10px;}
div#bloc_connexion {width:700px; height:120px; border-bottom: 6px solid #290A00; border-top: 6px solid #290A00; background-image:url('https://i.servimg.com/u/f75/18/41/18/51/wel-6010.png'); padding:10px; margin-bottom:20px; text-align: justify;}
span#credits_qeel {font-family: Verdana; font-size:9px; color:#290A00; line-height:10px;}
span#pseudo_qeel a {font-family: 'Roboto Condensed', sans-serif; font-size:16px; text-transform:uppercase; font-weight: bold;}
span#bienvenue_a {font_family: Verdana; font-size:12px; color:#663300;}
.fondqeel td.row1 { background : none;border: transparent;}

/* IFRAME PARTENAIRES */
div#tableau_partenaires {width: 970px; border-top: 12px solid #290A00; padding-top:5px; text-align:center;}
div#partenaires_titre {font-family: Arial; font-size: 16px; color: #290A00; font-weight: bold; letter-spacing: 1px; text-transform:uppercase; text-shadow:0px 0px 5px #CCC07E;}
div#boutons_partenaires img {width:100px; heigth: 35px; margin:2px;}
div#lien_partenariat {font-family: Arial; font-size: 11px; color: #290A00;}

/* AFFICHAGE LISTE SUJETS */
div#reponses_vues {font-size:11px; text-transform:uppercase;font-weight: bold;color : #6A4326;}
div#dernier_post {font-size:11px; text-transform:uppercase;font-weight: bold;color : #290A00}
div#date_heure {font-family: Arial; font-size: 11px;color : #663300;}

div#titre_topic a {font-family: 'Roboto Condensed', sans-serif; font-size:18px; text-transform:uppercase; text-indent:20px;}
div#espace_titre_auteur {margin-bottom:-8px;}

div#last_author a {font-family: 'Roboto Condensed', sans-serif; font-size: 15px;text-transform: uppercase;}
  
div#info_msg {font-family: 'Roboto Condensed', sans-serif; font-size:25px !important;color : #FFFFFF;letter-spacing: 2px;line-height: 15px;text-align: center;font-weight: lighter !important;text-transform:uppercase;}

div#dernier_post img {margin-bottom:-2px; margin-left:-2px;}

/* FOND DE PAGE & CADRE INTERIEUR */
body {background-image:url('https://sd-1.archive-host.com/membres/up/211269102244141748/BACKGROUND.jpg'); background-size: 100% auto; background-position: top center;  background-repeat: no-repeat;}
.bodyline{background-color: #BAA573; border-top: 30px solid #290A00; border-bottom: 0px solid #BAA573;}
body{margin-top: 35px;margin-bottom: 0px;}

/* PAS DE SOULIGNEMENT */
a{outline: none;}
a:hover { text-decoration: none!important; }
a { text-decoration: none; }

/* TEXTE AREA */
input,textarea, select {color : #663300; background-color:#AC986A !important;}

/* SELECTIONNER LE CODE */
.selectCode {float:right; text-transform: uppercase; cursor:pointer;}
div.cont_code {clear: right;}

/* EDITEUR TEXTE */
/*---  TEXTE AREA ---*/        
.sceditor-container iframe, .sceditor-container textarea {background-color: #AC986A !important; text-align:justify; color: #663300 !important; padding:5px;}

/* CITATIONS */
.quote{padding : 10px; border-left: 2px solid #290A00 !important;}

/* CODE */
.code{padding : 10px; border-left: 2px solid #290A00 !important; width:600px !important;}

/* SPOILER */
.spoiler_closed{padding : 2px; border-left: 2px solid #290A00 !important;}
.spoiler_content{padding : 10px; border-left: 2px solid #290A00 !important;}
  

/* PERSONNALISATION CHATBOX */  
    /* Titre Chatbox */
    #chatbox_header .cattitle strong {display: none;}
    #chatbox_header .cattitle:before {content: "Passe nous dire bonjour !"; color:#FFFFFF; font-family: Arial; font-size: 14px;}
    #chatbox_header a {color:#FFFFFF;}
    
    /* Colonne Membres Connectés */
    #chatbox_members {width: 170px; text-align: center; text-transform: uppercase; font-family: 'Roboto Condensed', sans-serif; font-size:12px; line-height:14px;}
    #chatbox_members .member-title {background-color:#290A00; color: #FFFFFF; margin-bottom:10px;}
    #chatbox {left: 171px;}

/* CSS SIGNA VALERIAN */
div#val_txt {padding-left:6px; font-family: 'EB Garamond', serif; font-size: 13px; letter-spacing: 2px; color: #290a00; line-height: 12px; text-align:justify;}

La templates overall_header en entière :

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}>
<head>
<!-- POLICES PAR DEFAUT -->
  <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
  <link href='https://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Beth+Ellen&display=swap" />
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=EB+Garamond&display=swap" />
<!-- FIN POLICE -->
    <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
    <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}
    <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[
        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

    ga('create', '{G_ANALYTICS_ID}', 'auto');
    ga('send', 'pageview');
    ga('set', 'anonymizeIp', true);

    <!-- BEGIN google_analytics_code_bis -->
    ga('create', '{G_ANALYTICS_ID_BIS}', 'auto', 'bis');
    ga('bis.send', 'pageview');
    ga('bis.set', 'anonymizeIp', true);
    <!-- END google_analytics_code_bis -->
    //]]>
    </script>
    <!-- END google_analytics_code -->

</head>
<!-- DEBUT BARRE DE NAVIGATION -->
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
      <center><div class="navig">{GENERATED_NAV_BAR}</div></center>
<!-- FIN BARRE DE NAVIGATION -->
<!-- DEBUT PANEL SHOUTBOX -->
<table cellspacing="0" cellpadding="0" border="0"><tr><td><div class="panel_shoutbox"><iframe src="https://almara.forumgaming.fr/h5-panel-haut-shoutbox" height="100%" width="100%" frameborder="0" scrolling="no"></iframe></div></td></tr></table>
<!-- FIN PANEL SHOUTBOX -->
 <!-- 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 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="0" /></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="0" /></a>

                            <!-- END switch_logo_center -->
                        </td>
                        <!-- BEGIN switch_logo_right -->
                        <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="0" /></a></td>
                        <!-- END switch_logo_right -->
                    </tr>
                </table>
    <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
        <tr>
            <td class="bodyline">
                

                <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 -->
Prince Voldy

Prince Voldy
Nouveau membre

Messages : 10
Inscrit(e) le : 15/11/2014

http://www.the-lion-king-rpg.com
Prince Voldy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Script "Derniers Messages" sur Page d'Accueil

Message par Prince Voldy Mar 26 Jan 2021 - 16:32

Prince Voldy a écrit:Merci 'Christa !
Alors je viens à l'instant d'activer le Portail et de le configurer de manière à ce qu'il ne soit pas la première page lors de l'arrivée des membres ... merci pour l'astuce, 12 ans que je suis sur FA, à force de chercher compliqué on finit par en oublier les bases lol.

Alors voici la partie de mon CSS susceptible de "t’intéresser", ma barre de navigation est effectivement codée (le code de Neptunia n'y est pas du coup) :

Code:
/* BARRE DE NAVIGATION */
.navig {position: absolute; z-index:1; left: 0px; top: 0px; right: 0px; width: 100%; background-color:#BAA573; padding-top:5px; padding-bottom:5px;}
.navig a {margin: 5px; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase; font-size: 20px;}
a.mainmenu img {margin-bottom:-4px; margin-right:5px; width: auto; height: auto;}

Et voici la partie correspondante à la barre de navigation dans ma template overall_header :

Code:
<!-- DEBUT BARRE DE NAVIGATION -->
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
      <center><div class="navig">{GENERATED_NAV_BAR}</div></center>
<!-- FIN BARRE DE NAVIGATION -->

Et pour éviter de te faire répéter si jamais ça ne suffit pas :

La feuille CSS en entière :

Code:
/* PANEL SHOUTBOX */
div.panel_shoutbox {position:absolute; z-index:2; top:-25px;left:30px;}
div.panel_shoutbox{padding-top:20px;}
div.panel_shoutbox {width: 270px; height: 400px;}

/* BARRE DE NAVIGATION */
.navig {position: absolute; z-index:1; left: 0px; top: 0px; right: 0px; width: 100%; background-color:#BAA573; padding-top:5px; padding-bottom:5px;}
.navig a {margin: 5px; font-family: 'Roboto Condensed', sans-serif; text-transform:uppercase; font-size: 20px;}
a.mainmenu img {margin-bottom:-4px; margin-right:5px; width: auto; height: auto;}

/* MESSAGE DE BIENVENUE INFO */
div#welcome_content {width:900px; margin-top:12px; margin-bottom:0px;}
span#wlcm_title {font-family: 'Roboto Condensed', sans-serif; font-size: 25px; color: #290A00; text-transform:uppercase;}

div#welcome_black {padding-top:15px;padding-bottom:13px;text-align: center;}
span#bienvenue {color:#290A00; font-family: Great Vibes; font-size: 46px; line-height: 25px; text-shadow: #F2EBB7 0px 0px 10px;}
span#derniere_visite {color:#663300; font-family: Arial; font-size: 16px; font-style: italic; letter-spacing:1px; line-height: 25px;}

span#voir_new_msg a {color:#290A00;font-family: 'Caesar Dressing', sans-serif; font-size: 16px; line-height: 15px; letter-spacing: 1px;}
span#voir_new_msg a:hover {color:#6A4326;}

span#my_msg a {color:#290A00;font-family: 'Caesar Dressing', sans-serif;font-size: 16px;line-height: 15px;letter-spacing: 1px;}
span#my_msg a:hover {color:#6A4326;}

span#no_rep a {color:#290A00;font-family: 'Caesar Dressing', sans-serif;font-size: 16px;line-height: 15px;letter-spacing: 1px;}
span#no_rep a:hover {color:#6A4326;}
  
span#read a {color:#290A00;font-family: 'Caesar Dressing', sans-serif;font-size: 16px;line-height: 15px;letter-spacing: 1px;}
span#read a:hover {color:#6A4326;}

span#double_point {color:#663300;font-family: 'Caesar Dressing', sans-serif; font-size: 20px; line-height: 15px;}

div#links_top {margin-top:-14px;}
div#links_top a {font-size:40px; text-shadow:0px 0px 5px #CCC07E;}

/* TYPOGRAPHIE DU FORUM */
div#content_msg {padding-left:40px;padding-right:40px;text-align: justify;}
b1 {font-weight: bold; color: #290A00;}
b2 {color:white !important;}
b3 {color:white !important; font-weight: bold; font-style: italic;}
titre_header {font-family: Great Vibes; font-size:70px; color: #290A00;}
titre_sous_partie {font-family: Georgia; font-size:28px; color: #290A00; letter-spacing: 5px;}
div#ligne_sous_partie {border-bottom: 8px solid #AC986A; margin-top:2px;}
titre2 {font-family:Georgia; font-size:18px; color: #290A00; font-weight: bold; margin-left:20px;}
titre3 {font-family: 'Beth Ellen', cursive; font-size:38px; color:white; line-height:0px; font-weight: lighter;}
titre4 {font-family: 'Beth Ellen', cursive; font-size:26px; color:#290A00; line-height:0px; font-weight: lighter; margin-left:30px;}
div#demande_partenariat {width:650px; padding:10px; border: 4px dotted #AC986A; text-align:justify;}
div#bloc_attention {width:650px; padding:10px; background-color: #BFAC7E; text-align:justify; border: 2px dotted #FFFFFF; color: #FFFFFF; font-weight: bold;}
div#bloc_demande {width:650px; padding:10px; border: 4px dotted #AC986A; text-align:justify;}
lien_rp {font-family: 'Roboto Condensed', sans-serif; font-size: 22px; letter-spacing:-1px; line-height:22px;}
lien_rp a {font-family: 'Beth Ellen', cursive; font-size:18px;}
div#quotes {width:500px; text-align:justify; font-family: 'Roboto Condensed', sans-serif; font-size:14px; line-height:14px; color: #290A00;}
sous_titre {font-family: 'Roboto Condensed', sans-serif; font-size:14px; line-height:14px; color: #290A00; margin-left:30px;}
credits {font-family: 'Roboto Condensed', sans-serif; font-size:14px; line-height:14px; color: #9B8555; text-transform:uppercase;}

div#objectifs {width:650px; padding:10px; background-color: #BFAC7E; text-align:justify; border: 2px solid #290A00;}
titre_objectifs {font-family: 'Beth Ellen', cursive; font-size:26px; color:#290A00; line-height:0px; font-weight: lighter;}
employe {font-weight: bold; color: #334826 !important;}
externe {font-weight: bold; color: #70542A !important;}
resident {font-weight: bold; color: #A04A28 !important;}

/* PANNEAU AFFICHAGE ACCUEIL */
div#content {width: 970px; height:540px; background-image:url('https://i.servimg.com/u/f95/18/41/18/51/pa-bac11.jpg'); background-position: top center;  background-repeat: no-repeat; border-bottom: 12px solid #290A00; border-top: 1px solid #BAA573;}
div#bloc_contexte {width: 730px; margin-top:10px; background-image:url('https://i.servimg.com/u/f95/18/41/18/51/wel-3010.png'); padding:10px; font-family: Verdana; font-size: 11px; color: #290A00; text-shadow:0px 0px 2px #CCC07E; text-align:justify;}

span#titre_pa {font-family: 'Roboto Condensed', sans-serif; font-size: 16px; color: #290A00; font-weight: bold; letter-spacing: 1px; text-transform:uppercase; text-shadow:0px 0px 5px #CCC07E;}
div#line_pa {width: 100%; border-bottom: 5px solid #290A00; margin-top:-2px;}

div#news_content {padding:12px; font-size:11px; font-weight: bold; height:200px; background-image:url('https://i.servimg.com/u/f95/18/41/18/51/wel-3010.png'); margin-top:3px; margin-left:3px; margin-right:3px; margin-bottom:12px;}
div#news {background-image:url('https://i.servimg.com/u/f95/18/41/18/51/wel-3010.png'); padding-top:4px; padding-bottom:4px; width:100%; border-top:1px dotted #290A00; border-bottom:1px dotted #290A00;}
div#lien_navrap {margin-top:105px; font-family: 'Roboto Condensed', sans-serif; font-size: 16px; color: #290A00; font-weight: bold; text-shadow:0px 0px 5px #FEF9DC; text-transform:uppercase;}
div#derniers_messages_content2 {background-image:url('https://i.servimg.com/u/f95/18/41/18/51/wel-3010.png'); margin:3px; width: 220px; height:220px; margin-bottom:8px;}

div#recent_topics {color: #FFFFFF; text-shadow:0px 0px 5px #CCC07E; font-size:11px; padding-right:6px; padding-left:6px; padding-top:10px; background-image:url('https://i.servimg.com/u/f95/18/41/18/51/wel-3010.png'); margin:3px; width: 220px; height:210px; margin-bottom:6px;}
div#recent_topics a {font-weight: bold;}

div#img_ppco img {width:50px; opacity: 0.6; -moz-transition: 1s;-o-transition: 1s;-htm-transition: 1s;-webkit-transition: 1s;transition: 1s;}
div#img_ppco img:hover {opacity: 1;-moz-transition: 1s;-o-transition: 1s;-htm-transition: 1s;-webkit-transition: 1s;transition: 1s;}

div#content2 {width: 970px; height:710px; background-image:url('https://i.servimg.com/u/f75/18/41/18/51/pa-bac10.jpg'); background-position: top center;  background-repeat: no-repeat; border-bottom: 12px solid #290A00; border-top: 1px solid #BAA573;}
div#news_content2 {padding:12px; font-size:11px; font-weight: bold; height:140px; background-image:url('https://i.servimg.com/u/f75/18/41/18/51/wel-6010.png'); margin-top:3px; margin-left:3px; margin-right:3px; margin-bottom:12px;}
div#liens_utiles {font-size:11px; font-weight: bold; height:164px; background-image:url('https://i.servimg.com/u/f75/18/41/18/51/wel-6010.png'); margin-top:3px; margin-left:3px; margin-right:3px; margin-bottom:12px;}
div#liens_utiles a {text-transform:uppercase; color:#290A00; line-height:16px; }
div#liens_utiles a:hover {letter-spacing:2px; color:#6a4326;}

span#titre_pa2 {line-height:24px; font-family: 'Roboto Condensed', sans-serif; font-size: 16px; color: #290A00; font-weight: bold; letter-spacing: 1px; text-transform:uppercase; text-shadow: 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573, 0 0 2px #BAA573;}
div#bloc_contexte2 {width: 730px; margin-top:10px; background-image:url('https://i.servimg.com/u/f75/18/41/18/51/wel-6010.png'); padding:10px; font-family: Verdana; font-size: 11px; color: #290A00; text-shadow:0px 0px 2px #CCC07E; text-align:justify;}
div#recent_topics2 {width: 340px; height:180px;color: #FFFFFF; text-shadow:0px 0px 5px #CCC07E; font-size:11px; padding-right:6px; padding-left:6px; padding-top:10px; background-image:url('https://i.servimg.com/u/f75/18/41/18/51/wel-6010.png'); margin:3px; margin-bottom:6px;}
div#recent_topics2 a {font-weight: bold;}
div#bloc_animation {width:485px; height:180px; font-size:11px; padding-right:6px; padding-left:6px; padding-top:10px; background-image:url('https://i.servimg.com/u/f75/18/41/18/51/wel-6010.png'); margin:3px; margin-bottom:6px;}
div#bloc_saison {width:450px; height:100px; overflow:auto; padding:5px; text-align:justify; font-family: Verdana; font-size: 11px; line-height:11px; color: #290A00; text-shadow:0px 0px 2px #CCC07E;}

/* AFFICHAGE DES CATEGORIES */
.bloc_categorie {margin-top:60px;  width:800px; height:42px; text-align:center; background-image:url('https://i.servimg.com/u/f10/19/01/24/47/almara11.png'); background-position: top center;  background-repeat: no-repeat; margin-left: auto; margin-right: auto;}
.bloc_categorie h2 {font-family: 'Beth Ellen', cursive; font-size:38px; color:white !important; line-height:0px; font-weight: lighter;}

div#bloc_titre_forum {text-align:justify; margin-top:10px; margin-bottom:-2px;}
span#titre_forum {margin-left:30px; font-size:26px; font-weight:bold; text-transform:uppercase; font-family: 'Roboto Condensed', sans-serif; text-shadow:1px 1px 0px rgba(0,0,0,0.2);}
span#titre_forum a {color:white !important;}
span#statistiques {margin-left:60px; font-size:18px; text-transform:uppercase; font-weight: bold; color:#564A2F; text-shadow:none !important;}
div#bloc_description {width:665px; height:110px; overflow:auto; padding:10px; text-align:justify; font-family:Verdana; font-size:11px;}
div#separateur_liens_utiles {border-bottom: 1px solid #AC986A; margin-top:4px; margin-bottom:4px;}

.lastpost-avatar img {width: 94px; height: 150px; border-radius:0px !important;}

div#titre_dernier_message a {line-height:16px; font-size:11px; text-transform:uppercase; color:#290A00 !important;}
div#titre_dernier_message a:hover {color:#6A4326 !important;}
div#date_dernier_message {line-height:16px; font-size:11px !important; text-transform:uppercase; color:#663300;}
div#pseudo_dernier_message {line-height:16px; font-size:11px !important; text-transform:uppercase; color:#663300; font-weight: bold;}
div#img_sous_emplacement img {margin-bottom:-2px !important;}

div#ligne_sous_forum {width:950px; border-bottom:4px dotted #290A00; margin-top:4px; margin-bottom:-4px;}
.titre_sous_forum {margin-left:20px; padding:10px; text-align:justify;}
.titre_sous_forum a {color:#290A00 !important; font-size:11px; text-transform:uppercase;}
.titre_sous_forum a:hover {color:#6a4326 !important;}
.titre_sous_forum img {margin-top:8px; margin-right:3px;}

/* BOTTIN DES AVATARS */
empl {font-family: Arial; font-size:16px;}
empl a {font-weight: bold; color: #334826 !important;}
extrn {font-family: Arial; font-size:16px;}
extrn a {font-weight: bold; color: #70542A !important;}
residt {font-family: Arial; font-size:16px;}
residt a {font-weight: bold; color: #A04A28 !important;}

/* CSS FICHE PRESENTATION */
titre_prez {font-family: Great Vibes; font-size:60px; color: #290A00; text-shadow: #CCC07E 0px 0px 5px;}
sous_partie_prez {font-family: Great Vibes; font-size:50px; color: #290A00; text-shadow: #CCC07E 0px 0px 5px;}
sub {font-family: Georgia; font-size: 16px;}
inf {font-family:Verdana; font-size:11px !important; color: #290A00; text-transform: uppercase; font-weight: bold;}
div#ligne_prez {width: 600px; border-bottom: 14px solid #290A00; margin-top:5px;}
div#bloc_id_perso {background-color: #C4B183; padding:10px; line-height:14px; margin-left:10px; text-align:justify; height:300px; overflow:auto;}
div#bloc_principal {width: 580px; background-color: #C4B183; padding:20px 10px 10px 10px; line-height:14px; text-align:justify; margin-bottom:20px;}
div#bloc_perso {width: 580px; border:3px solid #AC986A; padding:10px; text-align:justify; margin-bottom: 20px;}
div#ligne_separator {border-bottom: 4px dotted #AC986A;}
div#ligne_separator_quest {border-bottom: 1px solid #290A00; margin-top:4px;}
quest {font-family:Georgia; font-size:16px; color: #290A00; font-weight: bold; margin-left:20px;}
titre_prez2 {font-size: 30px; letter-spacing: 5px; color:#000000; font-family:Impact;}
info_prez {font-size: 14pt; font-family: Crushed; line-height: 18px; color: #000000; font-weight: bold;}

/* AFFICHAGE DES SUJETS */
div#couleur_sujet {color: #FFFFFF; font-family: 'Roboto Condensed', sans-serif; font-size:18px;}

/* CSS FICHES CHEVAUX */
div#fiches_chevaux {width:592px; border-right:4px solid #AC986A; border-left:4px solid #AC986A; border-bottom:16px solid #AC986A;}
span#horse_name {font-family: 'Beth Ellen', cursive; font-size:48px; color: #290A00;}
span#fiche_id {font-family: 'Roboto Condensed', sans-serif; font-size:18px; color:#290A00; text-transform:uppercase; font-weight: bold;}
div#separator_horse {width: 250px; border-bottom: 5px solid #290A00; margin-bottom: 5px;}
div#bloc_id {width: 250px; height:80px; background-color: #C4B183; padding:5px; line-height:14px; font-family: Verdana; font-size:13px; text-align:justify;}
span#info_id {font-family:Verdana; font-size:11px !important; color: #290A00; text-transform: uppercase; font-weight: bold;}
span#histo_titre {font-family: 'Roboto Condensed', sans-serif; font-size:32px; color:#290A00; text-transform:uppercase; font-weight: bold; letter-spacing:4px;}
div#separator_histo {width: 550px; border-bottom: 5px solid #290A00; margin-bottom: 5px; margin-top:8px;}
div#bloc_histo {width: 500px; background-color: #C4B183; padding:20px; line-height:16px; font-family: Verdana; font-size:13px; text-align:justify;}
div#separator_caractere {width: 550px; border-bottom: 5px solid #290A00; margin-bottom: 5px;}

div#bloc_photos {margin-top:30px; margin-bottom:-15px;  font-size: 16px;}
div#bloc_photos a {font-family: 'Roboto Condensed', sans-serif; color: #290A00; font-weight: bold;}
div#bloc_photos a:hover {color:#6A4326;}

.prog_fullbar {width: 100%; height: 13px; display: inline-block; background-color: #AC986A; align:left}
.prog_bar {height: 100%; display: block; background-color: #290A00;}

/* AFFICHAGE AVATAR PSEUDO RANG PROFIL */
div#pseudo_sujet {font-family: 'Roboto Condensed', sans-serif; font-size: 20px; text-transform:uppercase; margin-top:10px;}
div#ligne_profil {border-bottom: 6px solid #290A00; margin-top:5px; margin-bottom:5px;}
div#a_savoir {text-align:center; font-family: Arial; font-size:12px; color: #290A00; font-weight: bold; text-transform:uppercase;}
div#ligne_a_savoir {border-bottom: 4px dotted #AC986A; margin-bottom:2px;}
div#contenu_profil {max-width: 200px;}
div#contenu_profil img {max-width: 200px !important;}
div#lien_rpg {font-family:Verdana; font-size:11px;}
div#lien_rpg a {margin-bottom: -5px; display:block; width:100%; text-align: center; font-family: Arial; font-size:12px; color: #290A00; font-weight: bold; text-transform:uppercase; border-bottom: 4px dotted #AC986A;}
span#info1 {font-family:Arial; font-size:12px; font-weight: bold; color: #290A00; margin-left:20px;}
textarea {padding: 4px; font-size: 11px; width: 180px; height:100px;}

/* RANG */
div#ADM {font-weight: bold; font-family: Verdana; font-size: 10px; color:#1D0801; letter-spacing:2px; margin-top:-5px; margin-bottom:10px;}

/* QUI EST EN LIGNE */
div#qeel {width:970px; background-image:url('https://i.servimg.com/u/f10/19/01/24/47/qeel_f10.jpg'); border:1px solid #BAA573; margin-top:-40px; padding-bottom:15px; background-position: top center;  background-repeat: no-repeat;}
div#legend_qeel a {font-family: 'Roboto Condensed', sans-serif; font-size: 25px; text-transform:uppercase; font-weight: bold; line-height:18px; text-shadow: #CCC07E 0px 0px 5px;}
span#qeel_titre_header {font-family: Great Vibes; font-size:70px; color: #290A00; text-shadow: #CCC07E 0px 0px 5px;}
span#sub_qeel {font-family: Verdana; font-size:10px; text-shadow: #CCC07E 0px 0px 5px;}
span#stat_qeel {font-family: 'Roboto Condensed', sans-serif; font-size: 22px; color: #6A4326; text-transform:uppercase; font-weight: bold;}
span#stat_qeel2 {font-family: Verdana; font-size:12px;}
span#actuellement_presents {font-family: Great Vibes; font-size: 38px; color: #290A00; text-shadow: #CCC07E 0px 0px 5px;}
span#on_les_a_vus {font-family: 'Roboto Condensed', sans-serif; font-size: 18px; color: #290A00; text-transform:uppercase; font-weight: bold; text-shadow: #CCC07E 0px 0px 5px;}
div#bloc_online {width:700px; padding:10px; background-image:url('https://i.servimg.com/u/f75/18/41/18/51/wel-6010.png'); margin-bottom:10px; text-align:center; margin-top:-10px;}
div#bloc_connexion {width:700px; height:120px; border-bottom: 6px solid #290A00; border-top: 6px solid #290A00; background-image:url('https://i.servimg.com/u/f75/18/41/18/51/wel-6010.png'); padding:10px; margin-bottom:20px; text-align: justify;}
span#credits_qeel {font-family: Verdana; font-size:9px; color:#290A00; line-height:10px;}
span#pseudo_qeel a {font-family: 'Roboto Condensed', sans-serif; font-size:16px; text-transform:uppercase; font-weight: bold;}
span#bienvenue_a {font_family: Verdana; font-size:12px; color:#663300;}
.fondqeel td.row1 { background : none;border: transparent;}

/* IFRAME PARTENAIRES */
div#tableau_partenaires {width: 970px; border-top: 12px solid #290A00; padding-top:5px; text-align:center;}
div#partenaires_titre {font-family: Arial; font-size: 16px; color: #290A00; font-weight: bold; letter-spacing: 1px; text-transform:uppercase; text-shadow:0px 0px 5px #CCC07E;}
div#boutons_partenaires img {width:100px; heigth: 35px; margin:2px;}
div#lien_partenariat {font-family: Arial; font-size: 11px; color: #290A00;}

/* AFFICHAGE LISTE SUJETS */
div#reponses_vues {font-size:11px; text-transform:uppercase;font-weight: bold;color : #6A4326;}
div#dernier_post {font-size:11px; text-transform:uppercase;font-weight: bold;color : #290A00}
div#date_heure {font-family: Arial; font-size: 11px;color : #663300;}

div#titre_topic a {font-family: 'Roboto Condensed', sans-serif; font-size:18px; text-transform:uppercase; text-indent:20px;}
div#espace_titre_auteur {margin-bottom:-8px;}

div#last_author a {font-family: 'Roboto Condensed', sans-serif; font-size: 15px;text-transform: uppercase;}
  
div#info_msg {font-family: 'Roboto Condensed', sans-serif; font-size:25px !important;color : #FFFFFF;letter-spacing: 2px;line-height: 15px;text-align: center;font-weight: lighter !important;text-transform:uppercase;}

div#dernier_post img {margin-bottom:-2px; margin-left:-2px;}

/* FOND DE PAGE & CADRE INTERIEUR */
body {background-image:url('https://sd-1.archive-host.com/membres/up/211269102244141748/BACKGROUND.jpg'); background-size: 100% auto; background-position: top center;  background-repeat: no-repeat;}
.bodyline{background-color: #BAA573; border-top: 30px solid #290A00; border-bottom: 0px solid #BAA573;}
body{margin-top: 35px;margin-bottom: 0px;}

/* PAS DE SOULIGNEMENT */
a{outline: none;}
a:hover { text-decoration: none!important; }
a { text-decoration: none; }

/* TEXTE AREA */
input,textarea, select {color : #663300; background-color:#AC986A !important;}

/* SELECTIONNER LE CODE */
.selectCode {float:right; text-transform: uppercase; cursor:pointer;}
div.cont_code {clear: right;}

/* EDITEUR TEXTE */
/*---  TEXTE AREA ---*/        
.sceditor-container iframe, .sceditor-container textarea {background-color: #AC986A !important; text-align:justify; color: #663300 !important; padding:5px;}

/* CITATIONS */
.quote{padding : 10px; border-left: 2px solid #290A00 !important;}

/* CODE */
.code{padding : 10px; border-left: 2px solid #290A00 !important; width:600px !important;}

/* SPOILER */
.spoiler_closed{padding : 2px; border-left: 2px solid #290A00 !important;}
.spoiler_content{padding : 10px; border-left: 2px solid #290A00 !important;}
  

/* PERSONNALISATION CHATBOX */  
    /* Titre Chatbox */
    #chatbox_header .cattitle strong {display: none;}
    #chatbox_header .cattitle:before {content: "Passe nous dire bonjour !"; color:#FFFFFF; font-family: Arial; font-size: 14px;}
    #chatbox_header a {color:#FFFFFF;}
    
    /* Colonne Membres Connectés */
    #chatbox_members {width: 170px; text-align: center; text-transform: uppercase; font-family: 'Roboto Condensed', sans-serif; font-size:12px; line-height:14px;}
    #chatbox_members .member-title {background-color:#290A00; color: #FFFFFF; margin-bottom:10px;}
    #chatbox {left: 171px;}

/* CSS SIGNA VALERIAN */
div#val_txt {padding-left:6px; font-family: 'EB Garamond', serif; font-size: 13px; letter-spacing: 2px; color: #290a00; line-height: 12px; text-align:justify;}

La templates overall_header en entière :

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}>
<head>
<!-- POLICES PAR DEFAUT -->
  <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
  <link href='https://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Beth+Ellen&display=swap" />
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=EB+Garamond&display=swap" />
<!-- FIN POLICE -->
    <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
    <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}
    <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[
        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

    ga('create', '{G_ANALYTICS_ID}', 'auto');
    ga('send', 'pageview');
    ga('set', 'anonymizeIp', true);

    <!-- BEGIN google_analytics_code_bis -->
    ga('create', '{G_ANALYTICS_ID_BIS}', 'auto', 'bis');
    ga('bis.send', 'pageview');
    ga('bis.set', 'anonymizeIp', true);
    <!-- END google_analytics_code_bis -->
    //]]>
    </script>
    <!-- END google_analytics_code -->

</head>
<!-- DEBUT BARRE DE NAVIGATION -->
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
      <center><div class="navig">{GENERATED_NAV_BAR}</div></center>
<!-- FIN BARRE DE NAVIGATION -->
<!-- DEBUT PANEL SHOUTBOX -->
<table cellspacing="0" cellpadding="0" border="0"><tr><td><div class="panel_shoutbox"><iframe src="https://almara.forumgaming.fr/h5-panel-haut-shoutbox" height="100%" width="100%" frameborder="0" scrolling="no"></iframe></div></td></tr></table>
<!-- FIN PANEL SHOUTBOX -->
 <!-- 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 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="0" /></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="0" /></a>

                            <!-- END switch_logo_center -->
                        </td>
                        <!-- BEGIN switch_logo_right -->
                        <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="0" /></a></td>
                        <!-- END switch_logo_right -->
                    </tr>
                </table>
    <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
        <tr>
            <td class="bodyline">
                

                <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 -->
Prince Voldy

Prince Voldy
Nouveau membre

Messages : 10
Inscrit(e) le : 15/11/2014

http://www.the-lion-king-rpg.com
Prince Voldy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Script "Derniers Messages" sur Page d'Accueil

Message par 'Christa Mar 26 Jan 2021 - 16:38

Hello à nouveau !

Dans ton CSS complet, je ne vois pas le code que t'a donné Neptunia ? Je te le redonne, il n'a pas la même tête parce que je suis une casse pieds qui aime bien mettre en une ligne les "correctifs" de ce genre, mais c'est exactement le même XD
Code:
a[href^="/portal"] { display: none; }
Ça peut sembler compliqué comme ça mais c'est vraiment un code très simple donc il n'y a pas d'autre raison pour laquelle ça ne marcherait pas ^^ J'ai vérifié directement sur ton forum (via l'outil de développeur de Firefox) et ça marchait très bien.

Edit : Ah, je viens de réaliser que ton double post était un edit XD Bref, pour l'étape "supprimer le lien vers le portail" il ne faut que ce bout de CSS et ton problème sera résolu ^^
'Christa

'Christa
**

Féminin
Messages : 98
Inscrit(e) le : 04/06/2009

https://lostmindy-test.forumactif.com/
'Christa a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Script "Derniers Messages" sur Page d'Accueil

Message par Prince Voldy Mar 26 Jan 2021 - 17:35

Oh mince désolé pour le doublon, je suis partis sans vérifier ce que j'ai fais ... effectivement je voulais éditer !
Alors effectivement, avec ce petit code CSS cela fonctionne désormais ... je ne comprends pas vraiment pourquoi cela fonctionne maintenant alors que tout à l'heure ça ne fonctionnait pas. Est-ce qu'il y a un rapport avec le fait que le Portail ne soit plus en page d'accueil ? Étrange étrange, parce que je suis certaine de l'avoir essayer Laughing
En tout cas merci à toutes les deux !
Prince Voldy

Prince Voldy
Nouveau membre

Messages : 10
Inscrit(e) le : 15/11/2014

http://www.the-lion-king-rpg.com
Prince Voldy a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Script "Derniers Messages" sur Page d'Accueil

Message par Neptunia Mar 26 Jan 2021 - 17:57

Lorsque le portail est en page d'accueil, son lien est l'adresse du forum soit https://almara.forumgaming.fr/, en version courte / au lieu de /portal donc le code n'avait aucun effet.

Mais ça m'avait semblé évident que si vous vouliez cacher le portail vous ne l'auriez pas mis comme page d'accueil et avait écarté cette possibilité.
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Script "Derniers Messages" sur Page d'Accueil

Message par 'Christa Mar 26 Jan 2021 - 18:47

Oooh, c'est bon à savoir, faudra que je m'en souvienne si jamais je tombe à nouveau sur le problème :3

En tout cas ravie que ton problème soit résolu Prince Voldy, bon courage pour la suite ^^
'Christa

'Christa
**

Féminin
Messages : 98
Inscrit(e) le : 04/06/2009

https://lostmindy-test.forumactif.com/
'Christa a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum