diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 80b9b771..e7ed4a5e 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -1568,6 +1568,8 @@ ul#individual-facultyMemberships li:last-child { } #footer-nav a { color: #ffffff; + font-family: "IPH Astra Serif"; + font-size: 1.2rem; } #footer-nav a:hover, a.terms, @@ -2616,6 +2618,25 @@ button.collapsible.active { li.nonSelectedGroupTab { background-color: #efe9d9; } +button#scrollToTopBtn { + all: unset; + background-image: url(../images/to_up.png); + background-repeat: no-repeat; + background-position: top center; + cursor: pointer; + font-size: 0.8rem; + text-transform: uppercase; + font-family: "Roboto"; + color: #ffffff; + height: 62px; + margin-top: 45px; +} +button#scrollToTopBtn:hover { + background-image: url(../images/to_up_hover.png); + background-repeat: no-repeat; + background-position: top center; +} + /* -------------------------------------------------> */ /* FONTS --------------------------------> */ /* -------------------------------------------------> */ diff --git a/webapp/src/main/webapp/themes/iph/images/share-icon.png b/webapp/src/main/webapp/themes/iph/images/share-icon.png new file mode 100644 index 00000000..da6938ee Binary files /dev/null and b/webapp/src/main/webapp/themes/iph/images/share-icon.png differ diff --git a/webapp/src/main/webapp/themes/iph/images/to_up.png b/webapp/src/main/webapp/themes/iph/images/to_up.png new file mode 100644 index 00000000..f5cad4d8 Binary files /dev/null and b/webapp/src/main/webapp/themes/iph/images/to_up.png differ diff --git a/webapp/src/main/webapp/themes/iph/images/to_up_hover.png b/webapp/src/main/webapp/themes/iph/images/to_up_hover.png new file mode 100644 index 00000000..4e263a0e Binary files /dev/null and b/webapp/src/main/webapp/themes/iph/images/to_up_hover.png differ diff --git a/webapp/src/main/webapp/themes/iph/templates/footer.ftl b/webapp/src/main/webapp/themes/iph/templates/footer.ftl index 82f942bf..19d0ae55 100644 --- a/webapp/src/main/webapp/themes/iph/templates/footer.ftl +++ b/webapp/src/main/webapp/themes/iph/templates/footer.ftl @@ -21,18 +21,27 @@

- - - -