Espace de test/CSS : Différence entre versions
De Wicri Test 1.31
(Page créée avec « ===AAA=== ==Test de l'extension CSS== {{#css: h3 { background: yellow; font-size: 20pt; color: red; } }} ===hello=== coucou ===BBB=== ») |
|||
Ligne 2 : | Ligne 2 : | ||
==Test de l'extension CSS== | ==Test de l'extension CSS== | ||
{{#css: | {{#css: | ||
− | + | .headerWicri { | |
− | + | background:#F0F0F0 url("https://lorexplor.istex.fr/Wicri/cccc.png") no-repeat right; | |
− | + | margin:0; | |
− | + | font-size:120%; | |
− | + | font-weight:bold; | |
+ | border:1px solid #a3b0bf; | ||
+ | text-align:left; | ||
+ | color:#000; | ||
+ | padding:.15em .4em; | ||
+ | } | ||
}} | }} | ||
===hello=== | ===hello=== | ||
coucou | coucou | ||
===BBB=== | ===BBB=== |
Version du 16 décembre 2020 à 13:44
Sommaire
AAA
Test de l'extension CSS
hello
coucou