On Mon, Jul 6, 2009 at 1:19 PM, Ahmad Sherif<ahmad.m.she...@gmail.com> wrote:
> Perhaps you're looking for something like this:
>
> a.extiw[href *=".wikipedia"] { /* change "wikipedia" to the project you want 
> */
> /*  */
> }

It would be more reliable to do something like

a.extiw[href*=.wikipedia.org/w] { ... }

but that would still match any interwiki URL containing
".wikipedia.org/w", so theoretically false positives are possible.
And it doesn't work in IE6.  Still, that's about the best you can do,
I think.

_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to