Hi,

I'm trying to customize a number of XWiki installations to be able to 
show its potentialities minimizing the effort invested in modifying its 
apparency. Using 1.3-SNAPSHOT.8231.

At the moment is out of my capacities to understand how Toucan has been 
developed and is evolving, but I saw that copying a number of templates 
and CSS files to the folder of a new skin helps a lot.

If I copy colorsblack.css to the new skin folder, it is quite easy to 
modify margins, font sizes and other properties. But I would like to 
understand how does the url in the background-image property work. For 
instance here:

#globallinks {
background-image:url(headerperso-bg.jpg);
background-position:left bottom;
}

It seems that headerperso-bg.jpg is picked up from Albatross skin, the 
base one, and not from the new skin folder where colorsblack.css is 
stored. By using Firebug I can see that it is that new CSS the one the 
site is using.

I can use any absolute URL there and it works fine.

Please, is this the expected behavior or must the browser pick up the 
new background stored in the new skin folder? Am I missing or 
misunderstanding anything? Thanks!

Cheers,

Ricardo

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to