summaryrefslogtreecommitdiff
path: root/public/assets/css/themes
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/css/themes')
-rw-r--r--public/assets/css/themes/fall-08.css8
-rw-r--r--public/assets/css/themes/spring-01.css7
-rw-r--r--public/assets/css/themes/spring-09.css7
3 files changed, 22 insertions, 0 deletions
diff --git a/public/assets/css/themes/fall-08.css b/public/assets/css/themes/fall-08.css
new file mode 100644
index 0000000..76f1b67
--- /dev/null
+++ b/public/assets/css/themes/fall-08.css
@@ -0,0 +1,8 @@
+:root {
+ --background-image: url(/assets/media/fall-08.webp);
+ --form-layer-bgr: #cccc;
+ --bs-heading-color: #fee /* #045 */;
+ --menu-hover-bgr: #fcc;
+ --info-text-color: #112;
+ --img-credit-hover-color: #334;
+}
diff --git a/public/assets/css/themes/spring-01.css b/public/assets/css/themes/spring-01.css
new file mode 100644
index 0000000..f3eef8b
--- /dev/null
+++ b/public/assets/css/themes/spring-01.css
@@ -0,0 +1,7 @@
+:root {
+ --background-image: url(/assets/media/spring-01.webp);
+ --bs-heading-color: #045;
+ --menu-hover-bgr: #bee;
+ --info-text-color: #334;
+ --img-credit-hover-color: #334;
+}
diff --git a/public/assets/css/themes/spring-09.css b/public/assets/css/themes/spring-09.css
new file mode 100644
index 0000000..97fe4bb
--- /dev/null
+++ b/public/assets/css/themes/spring-09.css
@@ -0,0 +1,7 @@
+:root {
+ --background-image: url(/assets/media/spring-09.webp);
+ --bs-heading-color: #230;
+ --menu-hover-bgr: #bee;
+ --info-text-color: #334;
+ --img-credit-hover-color: #334;
+}