[xwiki-users] Style change on some xwiki.com wikis?

Robin Fernandes robin at soal.org
Sun Aug 27 01:49:24 CEST 2006


There are a few other issues:
 .  #toc("" "" "")  is broken: # anchor offsets in the links are
preceded by a superfluous 'H' character. See
http://openmpt.xwiki.com/xwiki/bin/view/Manual/Plugins for an example.
 . RDF feeds are broken: in the link elements, the entire URL is
escaped, including characters that shouldn't be. So "http://" becomes
http%3A%2F%2F ... See:
http://openmpt.xwiki.com/xwiki/bin/view/Main/WebRss?xpage=rdf

Perhaps someone is experimenting with the base skins & macros, and
some of us are suffering the consequences? :)

Cheers,
Robin

On 26/08/06, Robin Fernandes <robin at soal.org> wrote:
> The problem seems to be that elements.css is no longer loading correctly:
> http://openmpt.xwiki.com/xwiki/bin/skin/XWiki/MySkin/elements.css
> It is imported by xwiki.css :
> http://openmpt.xwiki.com/xwiki/bin/skin/XWiki/MySkin/xwiki.css .
>
> This seems to be happening to at least one other wiki, which I believe
> is also on the "pro" system:
> http://eitc2006.xwiki.com/xwiki/bin/skin/XWiki/MySkin/xwiki.css
> http://eitc2006.xwiki.com/xwiki/bin/skin/XWiki/MySkin/elements.css
>
> Regards,
> Robin
>
> On 26/08/06, Robin Fernandes <robin at soal.org> wrote:
> > Hi,
> >
> > Maybe it's temporary, but it looks like there was a change to some of
> > the default styles on xwiki.com (at least on my wikis, which had been
> > moved to on the "pro" server). Font suddenly changed to Times New
> > Roman and there's a gap above the more actions menu making it hard to
> > use, amongst other things.
> >
> > In case anyone is having the same problem, adding the following CSS to
> > the stylesheets.vm template (after the inclusion of the external CSS
> > files) seems to help:
> >
> > body {
> >   margin: 0;
> >   padding: 0em;
> >   min-width: 50em;
> >   font-size: 75.01%; /* 12px [1] */
> >   line-height: 1.5em; /* 18px [2] */
> >   background: white;
> >   color: black;
> >   font-family: "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif;
> > }
> >
> > I'll leave this wiki in a "broken" state for a little while, while I
> > try to figure out exactly what changed. :)
> > http://openmpt.xwiki.com/xwiki/bin/view/Main/
> >
> > Regards,
> > Robin
> >
>




More information about the users mailing list