quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

commit e2faa1435b9543e241a7beaa5c729b036a297014
parent c9415599cafd67463b6a0a2781ecb47d14fdf976
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Tue, 23 Feb 2021 23:46:28 +0100

Add some more style to programs

Diffstat:
Mstylesheets/programmes.css | 22++++++++++++++++++++++
1 file changed, 22 insertions(+), 0 deletions(-)

diff --git a/stylesheets/programmes.css b/stylesheets/programmes.css @@ -17,6 +17,7 @@ details.program { details.program > summary { display: grid; grid-template-columns: 4fr 5fr 4em; + grid-gap: 0.8em; line-height: 2em; list-style: none; cursor: pointer; @@ -55,3 +56,24 @@ details.program[open] > summary > img.button.close { details.program > summary ~ * { margin-left: 2em; } + +details.program blockquote { + color: #c55a11; +} + +details.program blockquote p::before { + content: open-quote; +} +details.program blockquote p::after { + content: close-quote; +} + +ol.pieces { + list-style: none; + padding-left: 0; +} + +ol.pieces > li.intermission { + margin-left: 4em; + font-style: italic; +}