mirror of
https://git.spip.net/spip-contrib-squelettes/archil.git
synced 2024-01-27 16:36:00 +01:00
change: apparence des mots-clés (tags)
This commit is contained in:
parent
2373423a2a
commit
717db06f53
@ -141,3 +141,22 @@ nav li{
|
|||||||
.pied {
|
.pied {
|
||||||
font-family: var(--policetitre );
|
font-family: var(--policetitre );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tags-articles li {
|
||||||
|
border: 2px solid var(--couleurprincipal);
|
||||||
|
border-radius: 3px;
|
||||||
|
padding: 4px;
|
||||||
|
text-decoration: none;
|
||||||
|
margin: 0 4px;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tags-articles a {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.ligne li {
|
||||||
|
list-style: none;
|
||||||
|
display: inline-block;
|
||||||
|
|
||||||
|
}
|
18
modeles/article_mots.html
Normal file
18
modeles/article_mots.html
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
[(#REM)
|
||||||
|
Liste des mots-cles d'un article
|
||||||
|
<template><article1|mots></template>
|
||||||
|
][(#REM)
|
||||||
|
Modele <article1|mots> : liste des mots-cles d'un article
|
||||||
|
#MODELE{article_mots}
|
||||||
|
|
||||||
|
Pour la notation rel="tag" voir
|
||||||
|
<http://microformats.org/wiki/rel-tag-fr>
|
||||||
|
]<B_mots>
|
||||||
|
<div class="tags-articles">
|
||||||
|
<ul class="ligne">
|
||||||
|
<BOUCLE_mots(MOTS?) {id_article} {par titre}>
|
||||||
|
<li>#FA_ICON{img/fa/solid/tags.svg,'',tags} <a href="#URL_MOT" rel="tag">#TITRE</a></li>
|
||||||
|
</BOUCLE_mots>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</B_mots>
|
Loading…
Reference in New Issue
Block a user