From fb7bccd853486357b2176d1c134cb50218bf4d40 Mon Sep 17 00:00:00 2001
From: Svetlana Rastegina
Date: Thu, 25 Mar 2021 20:13:32 +0100
Subject: [PATCH] Fixed copyright information.
---
webapp/src/main/webapp/themes/iph/css/iph.css | 44 +++++++++++--
.../webapp/themes/iph/images/arrow-right.svg | 61 +++++++++++++++++++
.../webapp/themes/iph/templates/footer.ftl | 10 +--
3 files changed, 105 insertions(+), 10 deletions(-)
create mode 100644 webapp/src/main/webapp/themes/iph/images/arrow-right.svg
diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css
index 50411563..a723f7fd 100644
--- a/webapp/src/main/webapp/themes/iph/css/iph.css
+++ b/webapp/src/main/webapp/themes/iph/css/iph.css
@@ -1555,13 +1555,36 @@ footer p.copyright {
float: left;
padding-top: 55px;
/*padding-left: 30px;*/
- width: 30%;
color: #ffffff;
font-family: "Roboto";
font-style: normal;
+ display: flex;
+ justify-content: flex-start;
+ flex-direction: row;
+ flex-wrap: nowrap;
+ align-items: baseline;
}
footer p.copyright small {
font-size: 1rem;
+ display: flex;
+ align-items: center;
+ flex-direction: row;
+ flex-wrap: nowrap;
+ justify-content: flex-start;
+}
+p.copyright >small >a >img {
+ padding-left: 5px;
+ padding-right: 5px;
+ padding-top: 7px;
+}
+p.copyright >small >a {
+ font-family: "IPH Astra Serif";
+ font-size: 1.2rem;
+ color: #DD9F00;
+ padding-left: 5px;
+}
+p.copyright >small >a:hover {
+ color: #ffffff;
}
ul#footer-nav {
float: right;
@@ -1593,16 +1616,27 @@ ul#individual-facultyMemberships li:last-child {
font-size: 1.2rem;
}
#footer-nav a:hover,
-a.terms,
-a.powered-by-vivo {
+a.terms {
color: #DD9F00;
text-decoration: none;
}
-a.terms:hover,
-a.powered-by-vivo:hover {
+a.powered-by-vivo {
+ color: #CDC9C9;
+ text-decoration: none;
+ font-size: 1rem;
+}
+a.powered-by-vivo >strong {
+ font-size: 0.9rem;
+ color: #CDB79E;
+}
+a.terms:hover {
color: #4e5051;
text-decoration: none;
}
+a.powered-by-vivo:hover {
+ color: #ffffff;
+ text-decoration: none;
+}
p {
margin-bottom: 0.3em;
}
diff --git a/webapp/src/main/webapp/themes/iph/images/arrow-right.svg b/webapp/src/main/webapp/themes/iph/images/arrow-right.svg
new file mode 100644
index 00000000..fca54213
--- /dev/null
+++ b/webapp/src/main/webapp/themes/iph/images/arrow-right.svg
@@ -0,0 +1,61 @@
+
+
diff --git a/webapp/src/main/webapp/themes/iph/templates/footer.ftl b/webapp/src/main/webapp/themes/iph/templates/footer.ftl
index 19d0ae55..322f4a5e 100644
--- a/webapp/src/main/webapp/themes/iph/templates/footer.ftl
+++ b/webapp/src/main/webapp/themes/iph/templates/footer.ftl
@@ -13,17 +13,17 @@
<#else>
${copyright.text}
#if>
- | ${i18n().menu_termuse} |
+
#if>
- ${i18n().menu_powered} VIVO
+ Powered by VIVO
<#if user.hasRevisionInfoAccess>
- | ${i18n().menu_version} ${version.label}
+ ${i18n().menu_version} ${version.label}
#if>
-