diff --git a/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/images/Logo_SG_SNJ.png b/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/images/Logo_SG_SNJ.png deleted file mode 100644 index 3247187d9daa753dedd78e9d64aaef54f5118d4e..0000000000000000000000000000000000000000 Binary files a/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/images/Logo_SG_SNJ.png and /dev/null differ diff --git a/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/images/footer-banners.png b/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/images/footer-banners.png deleted file mode 100644 index 6905f6588c63773b0c600b8c42704be2437815e1..0000000000000000000000000000000000000000 Binary files a/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/images/footer-banners.png and /dev/null differ diff --git a/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/images/powered_by_DSPACE.png b/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/images/powered_by_DSPACE.png new file mode 100644 index 0000000000000000000000000000000000000000..e6cc643cd9fe011388ad4dc670827b1bfb20bad3 Binary files /dev/null and b/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/images/powered_by_DSPACE.png differ diff --git a/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/lib/css/style.css b/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/lib/css/style.css index cf1fae9f47924590888ab9aecd1010d56f8fd6be..d5710aee7e9394b832ed9e358a2c05f5d75d3b43 100644 --- a/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/lib/css/style.css +++ b/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/lib/css/style.css @@ -236,8 +236,46 @@ select.multiple { #ds-footer-banner{ height: 109px; - width: 990px; - background:url('../../images/footer-banners.png'); + width: 950px; + background:url('../../images/footer-banner.png'); + background-size: 100%; +} +#ds-footer-powered{ + float: right; + clear: both; + width: 212px; + height: 40px; +} +#ds-footer-powered ul { + float: right; + width: 222px; + height: 15px; + list-style: none; + margin: 0px; +} +#ds-footer-powered ul li { + float: left; + padding-left: 5px; + list-style: none; + margin: 0px; +} +#ds-footer-c3sl{ + display: block; + width: 106px; + height: 15px; + text-indent: -1000px; + background:url('../../images/powered_by_c3sl.png'); + background-repeat: no-repeat; + background-size: 100%; +} +#ds-footer-dspace{ + display: block; + width: 106px; + height: 15px; + text-indent: -1000px; + background:url('../../images/powered_by_DSPACE.png'); + background-repeat: no-repeat; + background-size: 100%; } diff --git a/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/lib/xsl/core/page-structure.xsl b/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/lib/xsl/core/page-structure.xsl index ef976b56387d04747408a24cc2995dec2b006a37..112452b82733ba87bace2931c3c606b3697aff19 100644 --- a/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/lib/xsl/core/page-structure.xsl +++ b/dspace/modules/xmlui/src/main/webapp/themes/Participatorio/lib/xsl/core/page-structure.xsl @@ -544,6 +544,20 @@ <area shape="rect" alt="Portal Brasil" title="Portal Brasil" coords="763,28,968,98" href="http://www.brasil.gov.br/" target="_blank"/> </map> </div> + <div id="ds-footer-powered"> + <ul> + <li> + <a id="ds-footer-logo-link" href="http://www.c3sl.ufpr.br" > + <span id="ds-footer-c3sl"> </span> + </a> + </li> + <li> + <a id="ds-footer-logo-link" href="http://www.dspace.org/"> + <span id="ds-footer-dspace"> </span> + </a> + </li> + </ul> + </div> <!-- Original: <div id="ds-footer-left"> <a href="http://www.dspace.org/" target="_blank">DSpace software</a> copyright © 2002-2012  <a href="http://www.duraspace.org/" target="_blank">Duraspace</a>