diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 504115633..a723f7fd9 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 000000000..fca54213f --- /dev/null +++ b/webapp/src/main/webapp/themes/iph/images/arrow-right.svg @@ -0,0 +1,61 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/webapp/src/main/webapp/themes/iph/templates/footer.ftl b/webapp/src/main/webapp/themes/iph/templates/footer.ftl index 19d0ae553..322f4a5eb 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} - | ${i18n().menu_termuse} | + Лицензия Creative Commons - ${i18n().menu_powered} VIVO + Powered by VIVO <#if user.hasRevisionInfoAccess> - | ${i18n().menu_version} ${version.label} + ${i18n().menu_version} ${version.label}

-