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 text size in logo
- increase size of favicon? (remove "hair")? - increase size of favicon? (remove "hair")?

View File

@ -13,6 +13,7 @@ services:
keycloak: keycloak:
image: docker.io/bitnami/keycloak:18 image: docker.io/bitnami/keycloak:18
volumes: volumes:
- ./test:/test
- ./themes:/opt/bitnami/keycloak/themes - ./themes:/opt/bitnami/keycloak/themes
depends_on: depends_on:
- postgresql - 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 parent=base
import=common/keycloak import=common/keycloak
import=common/mastermindzh.tech
styles=css/styles.css 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 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 parent=base
import=common/keycloak import=common/keycloak
import=common/mastermindzh.tech
styles=css/login.css css/tile.css 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 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="div-center">
<div class="content"> <div class="content">
<div> <div>
<img src ="${resourcesPath}/logo.png" alt = "logo" class="logo"/> <img src ="${resourcesPath}/img/logo.png" alt = "logo" class="logo"/>
</div> </div>
<hr /> <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> <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"> <div class="description">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

View File

@ -1,5 +1,5 @@
body { 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; background-size: cover;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

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