Changeset 1f640ff in Klonkt for src/assets/css/style.css
- Timestamp:
- 07/30/2026 12:04:21 PM (6 weeks ago)
- Branches:
- main
- Children:
- f9b1c5c
- Parents:
- 6dd26e5
- File:
-
- 1 edited
-
src/assets/css/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/assets/css/style.css
r6dd26e5 r1f640ff 2423 2423 /* Audio tile (Shaer, Robins vraag 30-7): the waveform PNG is white on 2424 2424 transparent and floats OVER the tile's own hue gradient, so every audio 2425 post keeps its color and gets its shape. Contain + padding leaves the 2426 centered title readable. */ 2425 post keeps its color and gets its shape. Wave and title each get their 2426 own band (wave upper, title lower): centering both stacked them right 2427 through each other (Robins schermafdruk). */ 2427 2428 .grid-tile-img.grid-tile-wave { 2428 2429 background-color: transparent; 2429 2430 object-fit: contain; 2430 padding: 26% 10%; 2431 /* explicit box, not auto: an absolutely positioned img falls back to its 2432 intrinsic size when width/height are auto, collapsing the band */ 2433 top: 8%; left: 8%; right: auto; bottom: auto; 2434 width: 84%; height: 46%; 2431 2435 opacity: .85; 2432 2436 } 2437 .grid-tile-audio .grid-tile-title { position: absolute; left: 10%; right: 10%; top: 60%; } 2438 .grid-tile-audio .grid-tile-gradient-src { position: absolute; left: 10%; right: 10%; top: 76%; } 2433 2439 /* Cover videos are decorative, not players: let clicks + right-click pass through to the 2434 2440 tile link so you get the normal link menu (not the browser's <video> menu/controls).
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)