diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-01-10 11:53:42 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-01-11 18:07:59 -0400 |
commit | 3b3b16c0a0a2c4a244ed21f12592097324b05bdf (patch) | |
tree | 734f417bf7d610de2c6507db119fed375fa24984 /src/static | |
parent | d36e344860273bfb2775526aac833f4f1d47b14f (diff) |
content, css: image: visual redesign for artwork CWs / 'reveal'
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site6.css | 21 |
1 files changed, 20 insertions, 1 deletions
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 { |