summaryrefslogtreecommitdiff
path: root/stylesheets/galerie.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-28 00:02:39 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-28 00:02:39 +0100
commitf1b9abef9e9cf39c4a04d937f793b1d1177e866d (patch)
treed69b8324cd65c44473655075505d7dd3e63eb13f /stylesheets/galerie.css
parent9fb0bb0d17df91e939b2198f4ea2fa5948e4a272 (diff)
downloadquatuorbellefeuille.com-f1b9abef9e9cf39c4a04d937f793b1d1177e866d.tar.xz
Credit photographs
Diffstat (limited to 'stylesheets/galerie.css')
-rw-r--r--stylesheets/galerie.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/stylesheets/galerie.css b/stylesheets/galerie.css
index 28166b8..3a80253 100644
--- a/stylesheets/galerie.css
+++ b/stylesheets/galerie.css
@@ -23,6 +23,27 @@
filter: none;
}
+a.photo p.credits:before {
+ content: '© ';
+ font-size: small;
+ color: white;
+}
+a.photo p.credits {
+ position: absolute;
+ bottom: 0;
+ right: 0;
+ margin: 0;
+ color: white;
+ background: #0008;
+ font-size: small;
+}
+a.photo p.credits > span {
+ display: none;
+}
+a.photo p.credits:hover > span {
+ display: initial;
+}
+
.mosaic .video {
position: relative;
width: 100%;