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-10.css13
-rw-r--r--public/assets/css/themes/fall-11.css8
-rw-r--r--public/assets/css/themes/fall-12.css8
-rw-r--r--public/assets/css/themes/fall-14.css9
-rw-r--r--public/assets/css/themes/summer-10.css8
5 files changed, 46 insertions, 0 deletions
diff --git a/public/assets/css/themes/fall-10.css b/public/assets/css/themes/fall-10.css
new file mode 100644
index 0000000..7373579
--- /dev/null
+++ b/public/assets/css/themes/fall-10.css
@@ -0,0 +1,13 @@
+:root {
+ --background-image: url(/assets/media/fall-10.webp);
+ --bs-heading-color: #035;
+ --menu-hover-bgr: #dff;
+ --info-text-color: #223;
+
+ --img-credit-hover-color: #334;
+ --img-credit-bgr: transparent;
+ --img-credit-color: #145;
+}
+
+.central-form form label { color: #313; }
+tbody, td, tfoot, th, thead, tr { border-color: #def7; } \ No newline at end of file
diff --git a/public/assets/css/themes/fall-11.css b/public/assets/css/themes/fall-11.css
new file mode 100644
index 0000000..3fe7c15
--- /dev/null
+++ b/public/assets/css/themes/fall-11.css
@@ -0,0 +1,8 @@
+:root {
+ --background-image: url(/assets/media/fall-11.webp);
+ --form-layer-bgr: #cccc;
+ --bs-heading-color: #ffe;
+ --menu-hover-bgr: #f5e5e5;
+ --info-text-color: #112;
+ --img-credit-hover-color: #334;
+}
diff --git a/public/assets/css/themes/fall-12.css b/public/assets/css/themes/fall-12.css
new file mode 100644
index 0000000..2763b22
--- /dev/null
+++ b/public/assets/css/themes/fall-12.css
@@ -0,0 +1,8 @@
+:root {
+ --background-image: url(/assets/media/fall-12.webp);
+ --form-layer-bgr: #cccc;
+ --bs-heading-color: #544;
+ --menu-hover-bgr: #fff0dc;
+ --info-text-color: #112;
+ --img-credit-hover-color: #334;
+}
diff --git a/public/assets/css/themes/fall-14.css b/public/assets/css/themes/fall-14.css
new file mode 100644
index 0000000..a288ddf
--- /dev/null
+++ b/public/assets/css/themes/fall-14.css
@@ -0,0 +1,9 @@
+:root {
+ --background-image: url(/assets/media/fall-14.webp);
+ --bs-heading-color: #132;
+ --menu-hover-bgr: #fea;
+ --info-text-color: #334;
+ --img-credit-hover-color: #841;
+}
+
+.info.alter p { color: #fff !important; } \ No newline at end of file
diff --git a/public/assets/css/themes/summer-10.css b/public/assets/css/themes/summer-10.css
new file mode 100644
index 0000000..052070f
--- /dev/null
+++ b/public/assets/css/themes/summer-10.css
@@ -0,0 +1,8 @@
+:root {
+ --background-image: url(/assets/media/summer-10.webp);
+ --bs-heading-color: #230;
+ --menu-hover-bgr: #e0f0f7;
+ --info-text-color: #334;
+ --img-credit-hover-color: #334;
+ --img-credit-color: #478;
+}