diff --git a/src/main/webapp/WEB-INF/liferay-look-and-feel.xml b/src/main/webapp/WEB-INF/liferay-look-and-feel.xml index 8ae52d0..6dd7e2c 100644 --- a/src/main/webapp/WEB-INF/liferay-look-and-feel.xml +++ b/src/main/webapp/WEB-INF/liferay-look-and-feel.xml @@ -7,18 +7,211 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/css/custom.css b/src/main/webapp/css/custom.css index b0dda24..8a0e5d3 100644 --- a/src/main/webapp/css/custom.css +++ b/src/main/webapp/css/custom.css @@ -85,7 +85,6 @@ div#wrapper { @include respond-to(phone, tablet) { padding-top: 2px; } - /*background: #fff url(@theme_image_path@/custom/splash.jpg) center top no-repeat;*/ background-size: 100% 100%; margin-top: -5px; min-height: 600px; @@ -96,8 +95,8 @@ div#wrapper { margin-left: 0; } -header#banner { - background-color: transparent; +.aui header#banner { + background: transparent; } .aui .btn { @@ -190,7 +189,7 @@ footer { margin-top: 0; margin-bottom: 3px; text-align: left; - padding: 15px 15px 0; + padding: 15px; } } /* --- End Custom */ @@ -222,7 +221,7 @@ footer { } .poweredBy-link { - margin-top: 16px; + margin-top: 25px; float: right; a:hover { opacity: 0.7; diff --git a/src/main/webapp/images/custom/PoweredByD4Science.png b/src/main/webapp/images/custom/PoweredByD4Science.png deleted file mode 100644 index f75c218..0000000 Binary files a/src/main/webapp/images/custom/PoweredByD4Science.png and /dev/null differ diff --git a/src/main/webapp/images/custom/powered-by-d4science.png b/src/main/webapp/images/custom/powered-by-d4science.png new file mode 100644 index 0000000..ab1d281 Binary files /dev/null and b/src/main/webapp/images/custom/powered-by-d4science.png differ diff --git a/src/main/webapp/templates/init_custom.vm b/src/main/webapp/templates/init_custom.vm index fbe6a35..597322a 100644 --- a/src/main/webapp/templates/init_custom.vm +++ b/src/main/webapp/templates/init_custom.vm @@ -4,12 +4,9 @@ *# -#if ($theme.getSetting("background-image-name") !="") - #set ($background-image-name = $themeDisplay.getPathThemeImages() + "/custom/" + $theme.getSetting("background-image-name")) +#if ($theme.getSetting("div-wrapper-image-name") !="") + #set ($div-wrapper-image-name = $themeDisplay.getPathThemeImages() + "/custom/" + $theme.getSetting("div-wrapper-image-name")) #else - #set ($background-image-name = $themeDisplay.getPathThemeImages() + "/custom/default_background.jpg") + #set ($div-wrapper-image-name = $themeDisplay.getPathThemeImages() + "/custom/default_background.jpg") #end -#if ($theme.getSetting("portlet-topper-css-attributes") !="") - #set ($portlet-topper-css-attributes = $theme.getSetting("portlet-topper-css-attributes")) -#end diff --git a/src/main/webapp/templates/portal_normal.vm b/src/main/webapp/templates/portal_normal.vm index cac0b48..b99f983 100644 --- a/src/main/webapp/templates/portal_normal.vm +++ b/src/main/webapp/templates/portal_normal.vm @@ -21,9 +21,25 @@