chore: add werkraum theme
This commit is contained in:
commit
4c9a315251
7 changed files with 27 additions and 0 deletions
3
werkraum/account/theme.properties
Normal file
3
werkraum/account/theme.properties
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
parent=keycloak.v3
|
||||||
|
import=common/finallycoffee
|
||||||
|
logo=/img/logo.png
|
3
werkraum/admin/theme.properties
Normal file
3
werkraum/admin/theme.properties
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
parent=keycloak.v2
|
||||||
|
import=common/werkraum
|
||||||
|
logo=/img/logo.png
|
BIN
werkraum/common/resources/img/background.jpg
Normal file
BIN
werkraum/common/resources/img/background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 358 KiB |
BIN
werkraum/common/resources/img/favicon.png
Normal file
BIN
werkraum/common/resources/img/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
BIN
werkraum/common/resources/img/logo.png
Normal file
BIN
werkraum/common/resources/img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
16
werkraum/login/resources/css/custom.css
Normal file
16
werkraum/login/resources/css/custom.css
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
div.kc-logo-text {
|
||||||
|
background-image: url('../img/logo.png');
|
||||||
|
background-size: 300px 150px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
height: 150px;
|
||||||
|
width: 300px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
div.kc-logo-text span {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-pf body {
|
||||||
|
background: url('../img/background.jpg') no-repeat center center fixed !important;
|
||||||
|
background-size: cover !important;
|
||||||
|
}
|
5
werkraum/login/theme.properties
Normal file
5
werkraum/login/theme.properties
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
parent=keycloak
|
||||||
|
import=common/werkraum
|
||||||
|
|
||||||
|
styles=styles=web_modules/@fontawesome/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 css/login.css css/custom.css
|
||||||
|
logo=/img/logo.png
|
Loading…
Add table
Add a link
Reference in a new issue