From 70c9cd3d33c7af147cb774284a527d882117d9ba Mon Sep 17 00:00:00 2001 From: cdtank Date: Mon, 21 Jun 2010 15:55:42 +0000 Subject: [PATCH] Making changes to the themes in a correct manner (to the VIVO specific theme folders) so that the "research instance" notification can be seen throughout the portal. --- themes/vivo-basic/css/screen.css | 12 ++++++++++++ themes/vivo-basic/templates/page/default.ftl | 1 + 2 files changed, 13 insertions(+) diff --git a/themes/vivo-basic/css/screen.css b/themes/vivo-basic/css/screen.css index 22e1cdf3..ce42e744 100644 --- a/themes/vivo-basic/css/screen.css +++ b/themes/vivo-basic/css/screen.css @@ -43,6 +43,18 @@ body { clear: both; } +#research_instance { + background-color:red; + color:white; + font-size:1.25em; + font-weight:bold; + text-align:center; +} + +#research_instance a { + color:white; +} + /**************** Global classes ****************/ diff --git a/themes/vivo-basic/templates/page/default.ftl b/themes/vivo-basic/templates/page/default.ftl index 34cf3ea3..315799c0 100644 --- a/themes/vivo-basic/templates/page/default.ftl +++ b/themes/vivo-basic/templates/page/default.ftl @@ -6,6 +6,7 @@
+
This is a research instance. Not the official IU VIVO instance.