summaryrefslogtreecommitdiff
path: root/public/assets/css
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-06-14 14:27:54 +0300
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-06-14 14:27:54 +0300
commitc55470793a19bdaf689bbbe6d9eb285eff579d98 (patch)
treec563badae563eb8a41dc472dcc8dc78c4ca27caf /public/assets/css
parentfc3bef390c1a215f4c6110b0b6996c004436ae0b (diff)
downloadgyraf1gov-c55470793a19bdaf689bbbe6d9eb285eff579d98.tar.gz
gyraf1gov-c55470793a19bdaf689bbbe6d9eb285eff579d98.tar.bz2
gyraf1gov-c55470793a19bdaf689bbbe6d9eb285eff579d98.zip
themes organized; project is in alfa-2 version
Diffstat (limited to 'public/assets/css')
-rw-r--r--public/assets/css/themes/spring-11.css7
-rw-r--r--public/assets/css/themes/spring-12.css9
-rw-r--r--public/assets/css/themes/summer-00.css2
-rw-r--r--public/assets/css/themes/winter-12.css9
-rw-r--r--public/assets/css/themes/winter-15.css13
-rw-r--r--public/assets/css/themes/winter-16.css11
6 files changed, 50 insertions, 1 deletions
diff --git a/public/assets/css/themes/spring-11.css b/public/assets/css/themes/spring-11.css
new file mode 100644
index 0000000..d5b25ae
--- /dev/null
+++ b/public/assets/css/themes/spring-11.css
@@ -0,0 +1,7 @@
+:root {
+ --background-image: url(/assets/media/spring-11.webp);
+ --bs-heading-color: #132;
+ --menu-hover-bgr: #fec;
+ --info-text-color: #334;
+ --img-credit-hover-color: #b04028;
+}
diff --git a/public/assets/css/themes/spring-12.css b/public/assets/css/themes/spring-12.css
new file mode 100644
index 0000000..2523969
--- /dev/null
+++ b/public/assets/css/themes/spring-12.css
@@ -0,0 +1,9 @@
+:root {
+ --background-image: url(/assets/media/spring-12.webp);
+ --form-layer-bgr: #cccc;
+ --bs-heading-color: #ffe;
+ --menu-hover-bgr: #fdc;
+ --info-text-color: #112;
+ --img-credit-hover-color: #334;
+ --img-credit-color: #334e;
+}
diff --git a/public/assets/css/themes/summer-00.css b/public/assets/css/themes/summer-00.css
index d3164b2..996587c 100644
--- a/public/assets/css/themes/summer-00.css
+++ b/public/assets/css/themes/summer-00.css
@@ -1,5 +1,5 @@
:root {
- --background-image: url(/assets/media/summer-0.webp);
+ --background-image: url(/assets/media/summer-00.webp);
--bs-heading-color: #132;
--menu-hover-bgr: #feedc7;
--info-text-color: #334;
diff --git a/public/assets/css/themes/winter-12.css b/public/assets/css/themes/winter-12.css
new file mode 100644
index 0000000..7ed96f2
--- /dev/null
+++ b/public/assets/css/themes/winter-12.css
@@ -0,0 +1,9 @@
+:root {
+ --background-image: url(/assets/media/winter-12.webp);
+ --form-layer-bgr: #cccc;
+ --bs-heading-color: #ffe;
+ --menu-hover-bgr: #fdc;
+ --info-text-color: #112;
+ --img-credit-hover-color: #334;
+ --img-credit-color: #a66;
+}
diff --git a/public/assets/css/themes/winter-15.css b/public/assets/css/themes/winter-15.css
new file mode 100644
index 0000000..5aabd9b
--- /dev/null
+++ b/public/assets/css/themes/winter-15.css
@@ -0,0 +1,13 @@
+:root {
+ --background-image: url(/assets/media/winter-15.webp);
+ --bs-heading-color: #035;
+ --menu-hover-bgr: #fec;
+ --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/winter-16.css b/public/assets/css/themes/winter-16.css
new file mode 100644
index 0000000..193e753
--- /dev/null
+++ b/public/assets/css/themes/winter-16.css
@@ -0,0 +1,11 @@
+:root {
+ --background-image: url(/assets/media/winter-16.webp);
+ --bs-heading-color: #132;
+ --menu-hover-bgr: #fec;
+ --info-text-color: #334;
+
+ --img-credit-hover-color: #112;
+ --img-credit-bgr: #4457;
+ --img-credit-bgr-hover: #fffa;
+ --img-credit-color: #ddee;
+}