new background, shared resources

This commit is contained in:
Rick van Lieshout 2022-08-27 22:45:39 +02:00
parent 400f46997b
commit 6ace5e9193
17 changed files with 7 additions and 10 deletions

View File

@ -1,5 +1,2 @@
- see if I can re-use a single set of logos/favicons... etc
- new background image
- new login theme
- increase text size in logo
- increase size of favicon? (remove "hair")?

View File

@ -13,6 +13,7 @@ services:
keycloak:
image: docker.io/bitnami/keycloak:18
volumes:
- ./test:/test
- ./themes:/opt/bitnami/keycloak/themes
depends_on:
- postgresql

Binary file not shown.

After

Width:  |  Height:  |  Size: 651 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,5 +1,6 @@
parent=base
import=common/keycloak
import=common/mastermindzh.tech
styles=css/styles.css
stylesCommon=node_modules/patternfly/dist/css/patternfly.min.css node_modules/patternfly/dist/css/patternfly-additions.min.css node_modules/select2/select2.css lib/angular/treeview/css/angular.treeview.css node_modules/text-security/text-security.css

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 174 KiB

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,5 +1,6 @@
parent=base
import=common/keycloak
import=common/mastermindzh.tech
styles=css/login.css css/tile.css
stylesCommon=web_modules/@fortawesome/fontawesome-free/css/icons/all.css web_modules/@patternfly/react-core/dist/styles/base.css web_modules/@patternfly/react-core/dist/styles/app.css node_modules/patternfly/dist/css/patternfly.min.css node_modules/patternfly/dist/css/patternfly-additions.min.css lib/pficon/pficon.css

View File

@ -26,11 +26,8 @@
<div class="div-center">
<div class="content">
<div>
<img src ="${resourcesPath}/logo.png" alt = "logo" class="logo"/>
<img src ="${resourcesPath}/img/logo.png" alt = "logo" class="logo"/>
</div>
<hr />
<h3><a href="${adminUrl}"><img src="welcome-content/admin-console.png">Administration Console <i class="fa fa-angle-right link" aria-hidden="true"></i></a></h3>
<div class="description">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

View File

@ -1,5 +1,5 @@
body {
background: #fff url(../bg.jpg) no-repeat center bottom fixed;
background: #fff url(../img/bg.jpg) no-repeat center bottom fixed;
background-size: cover;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,6 +1,6 @@
styles=css/welcome.css
import=common/keycloak
import=common/mastermindzh.tech
stylesCommon=node_modules/patternfly/dist/css/patternfly.css node_modules/patternfly/dist/css/patternfly-additions.css
documentationUrl=https://www.keycloak.org/documentation.html