summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-05-04 21:02:51 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-05-04 21:02:51 +0200
commita150b7aa4b83c1725128ecb6470b8cbf2d5e0214 (patch)
tree57d77887ed5319e88141072094bc5a81cde3668f /share
parent36d33ba85b24b8a6d66a3e5f5ab266aca78a3d79 (diff)
Optional decade / year / month headings
Diffstat (limited to 'share')
-rw-r--r--share/css/dark.css4
-rw-r--r--share/css/light.css4
-rw-r--r--share/css/main.css10
3 files changed, 18 insertions, 0 deletions
diff --git a/share/css/dark.css b/share/css/dark.css
index b29caad..e018ca4 100644
--- a/share/css/dark.css
+++ b/share/css/dark.css
@@ -7,6 +7,10 @@ a {
color: #9999ff;
}
+h1 {
+ color: #cccccc;
+}
+
.glightbox-clean
.gslide-description {
color: #eeeeee!important;
diff --git a/share/css/light.css b/share/css/light.css
index 5e7c6ad..9d7ab32 100644
--- a/share/css/light.css
+++ b/share/css/light.css
@@ -2,6 +2,10 @@ a {
color: #000099;
}
+h1 {
+ color: #333333;
+}
+
.glightbox-mobile
.gslide-description {
padding-top: 0!important;
diff --git a/share/css/main.css b/share/css/main.css
index d3795ee..9bfb229 100644
--- a/share/css/main.css
+++ b/share/css/main.css
@@ -6,6 +6,12 @@ a {
text-decoration: none;
}
+h1 {
+ clear: both;
+ padding-top: 1em;
+ margin-left: 1em;
+}
+
div.image-container {
text-align: center;
font-size: 80%;
@@ -14,6 +20,10 @@ div.image-container {
height: /* $boxheight */;
}
+div.image-list-end {
+ clear: both;
+}
+
div.image-container a {
text-decoration: none;
}