Dear all,
I'm looking for the extension that color in different yellow shades the discussions in Wikipedia. Could you indicate me which extension does that ?
Cheers, Benoît
Benoit BRAIDA a écrit:
Dear all,
I'm looking for the extension that color in different yellow shades the discussions in Wikipedia. Could you indicate me which extension does that ?
Cheers, Benoît
Just copy http://fr.wikipedia.org/wiki/MediaWiki:Monobook.css to yours. You are probably interested on all of it. The section doing the yellow background is: /* Pages de discussion */ .ns-talk * #content, .ns-talk * #p-cactions li, .ns-talk * #p-cactions li a { background:#FFE }
Le 6 avr. 2010 à 23:54, Platonides a écrit :
Benoit BRAIDA a écrit:
Dear all,
I'm looking for the extension that color in different yellow shades the discussions in Wikipedia. Could you indicate me which extension does that ?
Cheers, Benoît
Just copy http://fr.wikipedia.org/wiki/MediaWiki:Monobook.css to yours. You are probably interested on all of it. The section doing the yellow background is: /* Pages de discussion */ .ns-talk * #content, .ns-talk * #p-cactions li, .ns-talk * #p-cactions li a { background:#FFE }
Thank you for the answer, but I don't see any "Monobook.css" in my mediawiki (1.15.2 standard installation). I see a "Monobook.php" in the directory "skin". There is as well a subdir "monobook" in "skins", but without a Monobook.css file.
Do I have to create this file ? Where should I put it ?
Thanks, Benoît
Hi,
On 7 April 2010 12:01, Benoit BRAIDA bbraida@me.com wrote:
Le 6 avr. 2010 à 23:54, Platonides a écrit :
Benoit BRAIDA a écrit:
Dear all,
I'm looking for the extension that color in different yellow shades the discussions in Wikipedia. Could you indicate me which extension does that ?
Cheers, Benoît
Just copy http://fr.wikipedia.org/wiki/MediaWiki:Monobook.css to yours. You are probably interested on all of it. The section doing the yellow background is: /* Pages de discussion */ .ns-talk * #content, .ns-talk * #p-cactions li, .ns-talk * #p-cactions li a { background:#FFE }
Thank you for the answer, but I don't see any "Monobook.css" in my mediawiki (1.15.2 standard installation). I see a "Monobook.php" in the directory "skin". There is as well a subdir "monobook" in "skins", but without a Monobook.css file.
Do I have to create this file ? Where should I put it ?
It is a regular wiki page in the Mediawiki namespace. If it is not yet present, create it and then supply the CSS code where you would normally use wikisyntax.
In the same way you can have a Mediawiki:Common.css that is applied to all pages, regardless of the skin being used.
Le 7 avr. 2010 à 12:58, Jean-Marc van Leerdam a écrit :
Hi,
On 7 April 2010 12:01, Benoit BRAIDA bbraida@me.com wrote:
Le 6 avr. 2010 à 23:54, Platonides a écrit :
Benoit BRAIDA a écrit:
Dear all,
I'm looking for the extension that color in different yellow shades the discussions in Wikipedia. Could you indicate me which extension does that ?
Cheers, Benoît
Just copy http://fr.wikipedia.org/wiki/MediaWiki:Monobook.css to yours. You are probably interested on all of it. The section doing the yellow background is: /* Pages de discussion */ .ns-talk * #content, .ns-talk * #p-cactions li, .ns-talk * #p-cactions li a { background:#FFE }
Thank you for the answer, but I don't see any "Monobook.css" in my mediawiki (1.15.2 standard installation). I see a "Monobook.php" in the directory "skin". There is as well a subdir "monobook" in "skins", but without a Monobook.css file.
Do I have to create this file ? Where should I put it ?
It is a regular wiki page in the Mediawiki namespace. If it is not yet present, create it and then supply the CSS code where you would normally use wikisyntax.
In the same way you can have a Mediawiki:Common.css that is applied to all pages, regardless of the skin being used.
Ok, thanks ! :-)
Benoît
mediawiki-l@lists.wikimedia.org