From 20c2c2498875bb69dd676c75f6dd3f8886ad2800 Mon Sep 17 00:00:00 2001 From: leosw Date: Sat, 30 Aug 2025 18:18:47 +0200 Subject: [PATCH] =?UTF-8?q?Style=20h=C3=A9rit=C3=A9=20du=20wiki=20dans=20l?= =?UTF-8?q?e=20blog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/css/d.blog.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/views/css/d.blog.css b/views/css/d.blog.css index f3ca72f..bbd8c28 100755 --- a/views/css/d.blog.css +++ b/views/css/d.blog.css @@ -89,6 +89,31 @@ border: 1px inset; } +#blogContent img { + max-width: 100%; + border: 1px solid #bbb; +} + +#blogContent .imglegend { + position: relative; +} +#blogContent .imglegend img { + display: block; +} +#blogContent .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; +} + #new_comment { clear: both; margin: 100px auto 0 auto;