From f1072bc596a16adec0169c555f7c7e23562aa5cb Mon Sep 17 00:00:00 2001 From: mb863 Date: Tue, 1 Feb 2011 02:02:30 +0000 Subject: [PATCH] NIHVIVO-1860: Added markup and styles for vivo-basic alert when theme is active --- themes/vivo-basic/css/screen.css | 20 +++++++++++++++++++ themes/vivo-basic/templates/identity.ftl | 2 ++ .../templates/vivo-basic-deprecation.ftl | 19 ++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 themes/vivo-basic/templates/vivo-basic-deprecation.ftl diff --git a/themes/vivo-basic/css/screen.css b/themes/vivo-basic/css/screen.css index 53974950..3408d60c 100644 --- a/themes/vivo-basic/css/screen.css +++ b/themes/vivo-basic/css/screen.css @@ -826,4 +826,24 @@ margin-bottom:250px; /* This css rules will override the one in individual.css */ .green { color:#000 !important; +} + +/* styles for vivo-basic deprecated alert */ +#deprecated { + border: 3px solid #edc113; + background-color: #F8F8C8; + color: #000; + margin-bottom: 1em; + text-align: left; + font-size: 1.1em; + padding: 20px 20px 0 20px; + width: 86%; + +} +#deprecated p { + margin-top: 1.1em; + text-align: left; +} +#deprecated h1 { + font-size: 1.4em; } \ No newline at end of file diff --git a/themes/vivo-basic/templates/identity.ftl b/themes/vivo-basic/templates/identity.ftl index 82feddfc..ea6deed4 100644 --- a/themes/vivo-basic/templates/identity.ftl +++ b/themes/vivo-basic/templates/identity.ftl @@ -2,6 +2,8 @@ <#import "lib-list.ftl" as l> +<#include "vivo-basic-deprecation.ftl"> +