> 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.

We make it strict to #bodyContent then :)

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

On Mon, Jul 6, 2009 at 10:31 PM, Aryeh
Gregor<[email protected]> wrote:
> On Mon, Jul 6, 2009 at 1:19 PM, Ahmad Sherif<[email protected]> 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
> [email protected]
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l

_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to