Mailing List Archive

Link Colors Help Wanted
Hi, Folks.

I'd like to have all links internal to pages on my Wiki show in green...

And, I'd like to have all links to external sites show in brown...

Is this possible? Can you send me instructions?

My site is called OtherNetworks.org <http://othernetworks.org/>

Free: You can use my site to promote your work...
Use the link on the Main Page <https://othernetworks.org/> to nominate your own wiki project or other stuff you think needs to be known in the world.

Thanks for your help,
Stan Pokras
pokrasnet@communitymagic.org
Re: Link Colors Help Wanted [ In reply to ]
On Tue, Dec 29, 2020 at 9:21 PM pokrasnet@communitymagic.org <
pokrasnet@communitymagic.org> wrote:


> I'd like to have all links internal to pages on my Wiki show in green...
>
> And, I'd like to have all links to external sites show in brown...
>
>
You could add something like the following to MediaWiki:Common.css, as a
first step:

a:link { color: green }
a:link.external { color: brown }

You could look at these pages:

https://www.mediawiki.org/wiki/Manual:CSS
https://en.wikipedia.org/wiki/Help:Link_color

Best wishes

Jonathan