un petit logo pour les transcriptions

This commit is contained in:
chankalan 2020-10-02 17:54:14 +02:00
parent cd7a44a8da
commit 19bffe0156
3 changed files with 8 additions and 2 deletions

View File

@ -2,7 +2,7 @@
prefix="librealire" prefix="librealire"
categorie="squelette" categorie="squelette"
version="0.2.0" version="0.2.0"
schema="0.3.1" schema="0.3.2"
etat="dev" etat="dev"
compatibilite="[3.2.7;3.3.*]" compatibilite="[3.2.7;3.3.*]"
> >

View File

@ -4,6 +4,8 @@
<header class="cartouche"> <header class="cartouche">
[(#LOGO_ARTICLE|image_reduire{200,200})]
[<p class="#EDIT{surtitre} surtitre">(#SURTITRE)</p>] [<p class="#EDIT{surtitre} surtitre">(#SURTITRE)</p>]
<h1><span class="#EDIT{titre} article__titre">#TITRE</span>[ <h1><span class="#EDIT{titre} article__titre">#TITRE</span>[
<small class="#EDIT{soustitre} soustitre">(#SOUSTITRE)</small> <small class="#EDIT{soustitre} soustitre">(#SOUSTITRE)</small>

View File

@ -137,6 +137,10 @@
} }
.cartouche {
.spip_logo {
float:right;
}
}