summaryrefslogtreecommitdiff
path: root/stylesheets/galerie.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/galerie.css')
-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;
}