Wallpaper on Sunbird

For discussing the Mozilla Calendar, Sunbird and Lightning projects.
Post Reply
User avatar
illumina7
Posts: 16
Joined: December 16th, 2004, 9:24 pm

Wallpaper on Sunbird

Post by illumina7 »

Is it possible to put my pictures as the background of the Sunbird calendar?
buckminster
Posts: 99
Joined: March 13th, 2003, 11:17 am

Post by buckminster »

Yes... to make it look good is a different question.

Technically, all you have to do is add some settings to your userChrome.css to modify things like the background. For example:

Code: Select all

#month-view-box{
   background-image: url('http://www.mozilla.org/projects/calendar/images/sunbird-installer1.png') !important;
}


Granted, my example looks really bad, but you get the idea.

For css rules on backgrounds, go here. For a list of all of the elements that you can modify, I don't know if there is an easy access documented list online somewhere, but you can always look at the calendar.css files in the calendar.jar file.

If you need more help, hopefully an more informed person can pipe up.
Post Reply