un champ annonce au début du bloc connex pour ajouter le questionnaire
sur tous les articles-émissions
This commit is contained in:
parent
46e6ead7b1
commit
aa8d5493c1
@ -45,6 +45,10 @@
|
||||
label=<:libreavous:licence_label:>,
|
||||
explication=<:libreavous:licence_explications:>,
|
||||
inserer_barre=edition})]
|
||||
|
||||
[(#SAISIE{input,ecannonce,
|
||||
label=<:libreavous:ecannonce_label:>,
|
||||
explication=<:libreavous:ecannonce_explications:>})]
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
|
@ -3,6 +3,8 @@
|
||||
|
||||
<div class="page_connex_content">
|
||||
|
||||
[<div class="ecannonce" id="annonce">(#CONFIG{libreavous/ecannonce}|typo|propre)</div>]
|
||||
|
||||
[<div class="article_forum">
|
||||
[(#REM) Forum de l'article ]
|
||||
<INCLURE{fond=inclure/forum,id_article} />
|
||||
|
@ -863,6 +863,13 @@ a:hover .fab, a:hover .fas {
|
||||
padding: 1rem 2rem;
|
||||
}
|
||||
}
|
||||
.ecannonce {
|
||||
padding: 0 4rem 3rem;
|
||||
text-align: center;
|
||||
color: white;
|
||||
p, a, a.spip_out { color: white; }
|
||||
a:hover, a.spip_out:hover { color: $couleur-lien-hover; }
|
||||
}
|
||||
|
||||
/**/
|
||||
.page_footer {
|
||||
|
Loading…
Reference in New Issue
Block a user