summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorKΓ©vin Le Gouguec <kevin.legouguec@gmail.com>2021-02-28 00:13:39 +0100
committerKΓ©vin Le Gouguec <kevin.legouguec@gmail.com>2021-02-28 00:13:39 +0100
commit6e8f06c468ef5c16ea45a926e92e129fc38caccd (patch)
treee69cb0e978da26f421255dbb69becdd531b35303 /stylesheets
parentf1b9abef9e9cf39c4a04d937f793b1d1177e866d (diff)
downloadquatuorbellefeuille.com-6e8f06c468ef5c16ea45a926e92e129fc38caccd.tar.xz
Add (provisions for) links to photographs
Reintroduce intermediate <div class="photo">, since π’―π’½β„΄π“Š π“ˆπ’½π’Άπ“π“‰ 𝓃ℴ𝓉 π“ˆπ“Šπ’»π’»β„―π“‡ π“‰π“Œβ„΄ <𝒢>π“ˆ 𝓉ℴ 𝒷ℯ π“ƒβ„―π“ˆπ“‰β„―π’Ή.
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/galerie.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/stylesheets/galerie.css b/stylesheets/galerie.css
index 3a80253..ede8ca0 100644
--- a/stylesheets/galerie.css
+++ b/stylesheets/galerie.css
@@ -4,7 +4,7 @@
grid-gap: 0.8em;
}
-.mosaic a.photo {
+.mosaic .photo {
position: relative;
width: 100%;
height: 0;
@@ -23,24 +23,25 @@
filter: none;
}
-a.photo p.credits:before {
+.photo p.credits:before {
content: 'Β© ';
font-size: small;
color: white;
}
-a.photo p.credits {
+.photo p.credits {
position: absolute;
bottom: 0;
right: 0;
margin: 0;
color: white;
background: #0008;
+ border-top-left-radius: 0.5em;
font-size: small;
}
-a.photo p.credits > span {
+.photo p.credits > a {
display: none;
}
-a.photo p.credits:hover > span {
+.photo p.credits:hover > a {
display: initial;
}