On Mon, Sep 5, 2016 at 10:59 AM, Eugen Colesnicov <ecolesni...@gmail.com>
wrote:

> Hello,
>
> I need to hide all technical stuff in a one wiki page (headers, footers,
> comments, attachments, etc). I did it all except page modification info
> (user, date & time).
> I used StyleSheetExtension with content like this:
> /* Hide unneeded stuff */
> #contentmenu,
> #footerglobal,
> #hierarchy,
> #document-title,
> #xdocFooter,
> #docextrapanes,
> #xwikidata,
> /* #commentform, */
> /*.xwikitabbar li, */
> /* #Historyshortcut, */
> /* #Informationshortcut, */
> .separator,
> .commentheader .commenttools a,
> a.tag-delete,
> .tag-add a
> {
>   display: none !important;
> }
>
> But I cannot understand what I should add in this list for hiding page
> modification info.
>

A quick inspect shows that the page modification info is wrapped inside a
DIV with class xdocLastModification. Are you asking how you write a CSS
selector for this? You have an example in your list.


> Please help.
>
> Thanks beforehand!
> Eugen
>
>
>
> --
> View this message in context: http://xwiki.475771.n2.nabble.
> com/Hide-unneeded-stuff-tp7601051.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to