
ahmad.m.sherif at gmail
Jul 6, 2009, 1:00 PM
Post #4 of 6
(600 views)
Permalink
|
|
Re: Formatting links according to the wikiproject
[In reply to]
|
|
> 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<Simetrical+wikilist [at] gmail> wrote: > On Mon, Jul 6, 2009 at 1:19 PM, Ahmad Sherif<ahmad.m.sherif [at] gmail> 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 [at] lists > https://lists.wikimedia.org/mailman/listinfo/wikitech-l _______________________________________________ Wikitech-l mailing list Wikitech-l [at] lists https://lists.wikimedia.org/mailman/listinfo/wikitech-l
|