new background, shared resources
3
TODO.md
@ -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")?
|
||||||
|
@ -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
|
||||||
|
BIN
licenses/background-image.png
Normal file
After Width: | Height: | Size: 651 KiB |
Before Width: | Height: | Size: 15 KiB |
@ -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
|
||||||
|
BIN
themes/mastermindzh.tech/common/resources/img/bg.jpg
Normal file
After Width: | Height: | Size: 313 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 174 KiB |
Before Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 15 KiB |
@ -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
|
||||||
|
@ -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">
|
||||||
|
Before Width: | Height: | Size: 1.7 MiB |
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 15 KiB |
@ -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
|
||||||
|