From 3b3b16c0a0a2c4a244ed21f12592097324b05bdf Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 10 Jan 2024 11:53:42 -0400 Subject: content, css: image: visual redesign for artwork CWs / 'reveal' --- src/static/site6.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'src/static/site6.css') diff --git a/src/static/site6.css b/src/static/site6.css index 55370b85..f8fac719 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -1141,13 +1141,32 @@ img.pixelate { bottom: 10px; display: flex; flex-direction: column; - justify-content: flex-start; + justify-content: center; +} + +.grid-item .reveal-text { + font-size: 0.9em; +} + +.reveal:not(.revealed) .image-inner-area { + background: var(--deep-color); } .reveal-text { color: white; text-align: center; font-weight: bold; + padding-bottom: 0.5em; +} + +.reveal-heading { + font-size: 1.2em; + opacity: 0.8; + font-weight: 800; + width: 1em; + height: 1em; + margin-bottom: 0.4em; + display: inline-block; } .reveal-interaction { -- cgit 1.3.0-6-gf8a5