On 12/07/2009 03:30 PM, etvc wrote:
>
> I need to hide all stuff at the print preview form, exept page contents.
> Logo, title, and all of them ... How I can do that? As I understand, I need
> to edit print.css file in folder of my skin (colibri for example). At this
> file exists section with comment /* Hide unneeded stuff */, but I cannot
> underdstand what I should add for hidding all? I already hide all objects
> below main page content, but for objects above - I cannot do that. What I
> should to add in this section in print.css for my situation?

#headerglobal, #hierarchy, #document-title, #document-info {
   display: none;
}

Hint: Firebug ( http://getfirebug.com/ ) is a very useful Firefox 
extension for web developers, that can give you very quick answers to 
such questions. There are similar tools for other browsers as well.

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to