diff --git a/themes/wilma/css/screen.css b/themes/wilma/css/screen.css index 2b18b951..416a0733 100644 --- a/themes/wilma/css/screen.css +++ b/themes/wilma/css/screen.css @@ -29,4 +29,5 @@ VIVO wilma theme: screen styles @import url("forms.css"); @import url("formedit.css"); -@import url("../../../css/menupage/menupage.css"); /* we need to call it from the theme until freemarker controller and menupage.ftl are created */ \ No newline at end of file +@import url("../../../css/menupage/menupage.css"); /* we need to call it from the theme until freemarker controller and menupage.ftl are created */ +@import url("../../../css/individual/individual.css"); /* we need to call it from the theme until freemarker controller and individual.ftl are created */ \ No newline at end of file diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 0b0bf80b..3eb7bd0d 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -29,6 +29,31 @@ body { body{ background: #f3f3f0 url(../images/header-background.png) center 0 no-repeat; } +/* h1,h2,h3,h4,h5,h6 ------> */ +h2{ + padding: 10px 0 12px 0; + margin:0; + font-size: 22px; + color: #2485ae; +} +h3{ + padding: 10px 0 12px 0; + margin:0; + font-size: 18px; + color: #2485ae; +} +h4{ + padding: 10px 0 12px 0; + margin:0; + font-size: 16px; + color: #2485ae; +} +h5{ + padding: 10px 0 12px 0; + margin:0; + font-size: 14px; + color: #2485ae; +} /* HEADER ------> */ #branding { position: relative; @@ -167,12 +192,6 @@ ul#main-nav { padding: 20px; } /* INTRO ------> */ -h2{ - padding: 10px 0 12px 0; - margin:0; - font-size: 22px; - color: #2485ae; -} #intro { float: left; width: 570px; @@ -294,12 +313,6 @@ p.request-account a{ color:#fff; } /* HOME SEARCH ------> */ -h3{ - padding: 10px 0 12px 0; - margin:0; - font-size: 18px; - color: #2485ae; -} #search-home { float: left; width: 533px; @@ -335,12 +348,6 @@ input.search-home-vivo { padding-left: 30px; } /* BROWSE ------> */ -h4{ - padding: 10px 0 12px 0; - margin:0; - font-size: 16px; - color: #2485ae; -} #browse { clear: both; width: 920px; diff --git a/themes/wilma/templates/page.ftl b/themes/wilma/templates/page.ftl index 39c1b057..276c0d64 100644 --- a/themes/wilma/templates/page.ftl +++ b/themes/wilma/templates/page.ftl @@ -89,10 +89,13 @@