Style pour les images dans le wiki

This commit is contained in:
leosw
2025-08-03 22:15:21 +02:00
parent bb365942ab
commit 4e1f6a9083
2 changed files with 25 additions and 1 deletions

View File

@@ -61,4 +61,28 @@ form.form input[type=submit] {
#wiki_page.archive {
opacity: 0.5;
}
#wikiContent img {
max-width: 100%;
border: 1px solid #bbb;
}
#wikiContent .imglegend {
position: relative;
}
#wikiContent .imglegend img {
display: block;
}
#wikiContent .imglegend p {
display: block;
background: rgba(0,0,0,0.5);
color: white;
font-size: 14px;
font-variant: small-caps;
line-height: 20px;
position: absolute;
bottom: 0;
right: 0;
margin: 0;
padding: 2px 5px;
}