On Thu, Aug 14, 2008 at 5:01 PM, Marta Girdea <[EMAIL PROTECTED]>wrote:
> Hi Markus, > You could use Skin Extensions: > http://dev.xwiki.org/xwiki/bin/view/Design/SkinExtensions, > http://code.xwiki.org/xwiki/bin/view/Plugins/SkinExtensionsPlugin > > There's no documentation there yet (we'll have to fix that) so here's what > you have to do: > - Create a wiki page XWiki.LoginStyle containing an xwiki object from the > XWiki.StylesheetExtention class. > - write your css styling in the code property of that object; > - include this style in the login and registration pages or templates with > this line: > $xwiki.ssx.use("XWiki.LoginStyle") > > Note that, at the moment, it only works for including styles from wiki > documents, you use stylesheets located on the disk. > I obviously meant: Note that, at the moment, it only works for including styles from wiki documents, you _can't_ use stylesheets located on the disk this way. > > > > On Thu, Aug 14, 2008 at 4:27 PM, Markus Lanthaler <[EMAIL PROTECTED]>wrote: > >> Hi, >> >> I'm currently adding some stylesheets to Albatross to style the new OpenID >> login and registration form >> (http://jira.xwiki.org/jira/browse/XSALBATROSS-34). Since those OpenID >> styles are used only there I wanted to ask how it is possible to include >> the >> stylesheet just on the login and registration page!? Is there some special >> mechanisms? >> >> Thanks, >> Markus >> >> _______________________________________________ >> devs mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/devs >> > > _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

