Wiki Page
Change background image of login screen
How to change background image of the login screen

1. Navigate to http://Your-Cyn.in-Site/portal_skins/portal_skins/ubify_cyninv2theme_styles/manage_workspace">ubify_cyninv2theme_styles/banners.css
2. Click on customize
3. Copy the below code block and add it to the bottom of your customized banners.css
body.template-login_form,body.template-login_failed ,body.template-mail_password_form ,body.template-admin-contact-info ,body.template-send_feedback_confirm_admin ,body.template-mail_password_response ,body.template-logged_out ,body.template-pwreset_form ,body.template-pwreset_invalid ,body.template-pwreset_finish ,body.template-join_form ,body.template-getlicense { background: &dtml-cigray2; url("&dtml-portal_url;/login-bg-team.gif") no-repeat right bottom; padding:0; }
4. Navigate to http://Your-Cyn.in-Site/portal_skins/custom
5. From dropdown select "Image" and Click "Add"
6. Fill in the details and choose an image from your machine.
The current image dimension is width : 2000 x height : 303. This is to accommodate wide screen high resolution displays.
Edit 2011-01-26:
I made it the easy way...
Here is how I made it:
To change the Background-Image of the login-screen
--> /home/cynin/buildout/src/ubify.cyninv2theme/ubify/cyninv2theme/skins/images
- replace the file login-bg-team.gif with one of you pictures
To change the favicon for your browser
--> /home/cynin/buildout/src/ubify.cyninv2theme/ubify/cyninv2theme/skins/icons
- replace the file favicon.ico with one of your icons
I think this is much easier to do than to hack in css-files.
Hope this helps!

Blog
Status Log
TOP======>>>>>>>>>
/* <dtml-with base_properties> (do not remove this :) */
/* <dtml-call "REQUEST.set('portal_url', portal_url())"> (not this either :) */
.... whatever code is in between, here.....
/* </dtml-with> */
<<<<<<<<<<<=====BOTTOM====
go to --> /home/cynin/buildout/src/ubify.cyninv2theme/ubify/cyninv2theme/skins/images
and overwrite the file "login-bg-team.png"
If you do not change the banner.css, the default file for the login-screen background image is login-bg-team.gif. So you have to override that one to get your custom login background-image.
We'd like to change a few of the images, things like banner-business-team.png, which displays on the first screen after login. I think I've found this one, for example, in portal_skins/images, and I can click the 'Customise' button and seemingly replace (or override, not sure?) it - is that the correct way of changing images?