Skip to content

Instantly share code, notes, and snippets.

@ESWBitto
Last active September 30, 2015 12:43
Show Gist options
  • Save ESWBitto/61755ec103c9f988f570 to your computer and use it in GitHub Desktop.
Save ESWBitto/61755ec103c9f988f570 to your computer and use it in GitHub Desktop.
Alfresco Login Background Image Version 5.0.d
.form-fields.login .form-field > span.yui-button {
border-color: #2598d0 !important;
}
.form-fields.login .form-field > span.yui-button > .first-child {
border-color: #2598d0 !important;
background-color: #2598d0 !important;
}
.alfresco-guest .sticky-wrapper {
background: url("images/abstract.png") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size:: cover;
-o-background-size:: cover;
background-size:: cover;
}
@ESWBitto
Copy link
Author

Follow these instructions first on creating your amp file from here:
https://angelborroy.wordpress.com/2015/04/24/customizing-alfresco-for-demo-purposes/

What I've done with the image itself is used gimp and rescaled the photo to the following dimensions:
Width: 1920px
Height: 1080px
X resolution: 96 px/in
Y resolution: 96 px/in
Interpolation: Cubic

@drisschelouati
Copy link

Works perfectly ! excellent work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment