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

Robin Fernandes robin at soal.org
Sun Aug 27 00:01:25 CEST 2006


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