diff --git a/themes/vivo-basic/css/screen.css b/themes/vivo-basic/css/screen.css index 2b4708bf..93adfd22 100644 --- a/themes/vivo-basic/css/screen.css +++ b/themes/vivo-basic/css/screen.css @@ -813,4 +813,8 @@ font-size:0.9em; .contactUsReturnHome{ margin-top:30px; margin-bottom:250px; +} +/* This css rules will override the one in individual.css */ +.green { + color:#000 !important; } \ No newline at end of file diff --git a/themes/vivo-basic/templates/page.ftl b/themes/vivo-basic/templates/page.ftl new file mode 100644 index 00000000..af0d23ff --- /dev/null +++ b/themes/vivo-basic/templates/page.ftl @@ -0,0 +1,46 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#include "doctype.html"> + +${stylesheets.addFromTheme("/css/screen.css")} +<#-- print stylesheet commented out for now until we can add a media parameter to stylesheets.add method --> +<#-- ${stylesheets.addFromTheme("/css/print.css")} --> + +<#include "head.ftl"> + +
+