Mailinglist Archive: opensuse-web (101 mails)
< Previous | Next > |
Re: [opensuse-wiki] Re: [opensuse-web] Wiki Status Update
- From: Thomas Schmidt <tom@xxxxxxxxxxxx>
- Date: Tue, 13 Dec 2011 11:43:42 +0100
- Message-id: <4EE72C5E.20208@opensuse.org>
On 13.12.2011 00:30, Christian Boltz wrote:
In cs.o.o and de.o.o we have:
@import
url("http://en.opensuse.org/load.php?debug=false&lang=en&modules=site&only=styles&skin=bentofluid&*");
in MediaWiki:Common.css which also seems to work well.
Greetings
--
Thomas Schmidt (tom [at] opensuse.org)
openSUSE Boosters Team
"Don't Panic", Douglas Adams (11.03.1952 - 11.05.2001)
--
To unsubscribe, e-mail: opensuse-web+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-web+owner@xxxxxxxxxxxx
Hello,
Am Samstag, 10. Dezember 2011 schrieb David:
Good evening,
I have tried to fix the red link issue by adding the import sentence
(in http://es.opensuse.org/MediaWiki:Common.css) , but it did not work
(as you can see by visiting
http://es.opensuse.org/Especial:P%C3%A1ginasRequeridas).
I just tested it - looks like browsers are picky about the conent-type :-/
You'll need a slightly different statement than I thought ;-)
Use this in MediaWiki:Common.css:
@import
"//en.opensuse.org/index.php?title=MediaWiki:Common.css&usemsgcache=yes&ctype=text%2Fcss&smaxage=18000&action=raw&maxage=18000"
all;
(tested with Firebug, so it should really work ;-)
In cs.o.o and de.o.o we have:
@import
url("http://en.opensuse.org/load.php?debug=false&lang=en&modules=site&only=styles&skin=bentofluid&*");
in MediaWiki:Common.css which also seems to work well.
Greetings
--
Thomas Schmidt (tom [at] opensuse.org)
openSUSE Boosters Team
"Don't Panic", Douglas Adams (11.03.1952 - 11.05.2001)
--
To unsubscribe, e-mail: opensuse-web+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-web+owner@xxxxxxxxxxxx
< Previous | Next > |