Compare commits

...

2 Commits

Author SHA1 Message Date
root 06c972b85e Revised background image positioning 2021-01-12 12:08:28 +01:00
root 447d6783b3 fixed bg for imarin and removed for dante 2021-01-12 11:44:47 +01:00
3 changed files with 4 additions and 6 deletions

View File

@ -32,7 +32,7 @@
</head>
<body class="${properties.kcBodyClass!}">
<div id="content" style="<#if properties.contentBgImg?has_content>background: url('${url.resourcesPath}/${properties.contentBgImg!}');</#if> ${properties.contentStyle!}">
<div id="content" style="<#if properties.contentBgImg?has_content>background: url('${url.resourcesPath}/${properties.contentBgImg!}') no-repeat center center fixed; background-size: cover;</#if> ${properties.contentStyle!}">
<div class="${properties.kcLoginClass!}">
<!--

View File

@ -3,8 +3,6 @@ parent= d4science
titleTag=HDN Gateway
favicon=https://dante.d4science.org/generic-configurable-theme/images/favicon.ico
background_image=https://dante.d4science.org/generic-configurable-theme/images/custom/default_background.jpg
logoSrc=https://dante.d4science.org/image/layout_set_logo?img_id=213136654&t=1610442043643

View File

@ -1,10 +1,10 @@
parent= d4science
parent=d4science
titleTag=iMarine Gateway
favicon=https://i-marine.d4science.org/generic-configurable-theme/images/favicon.ico
background_image=https://i-marine.d4science.org/generic-configurable-theme/images/custom/bb_background.jpg
contentBgImg=
contentStyle=background: url("https://i-marine.d4science.org/generic-configurable-theme/images/custom/bb_background.jpg") no-repeat center center fixed; background-size: cover;
logoSrc=https://i-marine.d4science.org/image/layout_set_logo?img_id=42612&t=1610036038446