<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikimd.org/index.php?action=history&amp;feed=atom&amp;title=Help%3ALink_color</id>
	<title>Help:Link color - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikimd.org/index.php?action=history&amp;feed=atom&amp;title=Help%3ALink_color"/>
	<link rel="alternate" type="text/html" href="https://wikimd.org/index.php?title=Help:Link_color&amp;action=history"/>
	<updated>2026-04-26T23:55:07Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wikimd.org/index.php?title=Help:Link_color&amp;diff=6006294&amp;oldid=prev</id>
		<title>Prab: CSV import</title>
		<link rel="alternate" type="text/html" href="https://wikimd.org/index.php?title=Help:Link_color&amp;diff=6006294&amp;oldid=prev"/>
		<updated>2024-08-13T14:41:33Z</updated>

		<summary type="html">&lt;p&gt;CSV import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Help:Link color&amp;#039;&amp;#039;&amp;#039; is a feature in [[MediaWiki]] software that allows users to customize the appearance of [[hyperlink]]s on a [[web page]]. This customization is primarily used to improve [[usability]] and [[accessibility]] of web pages, ensuring that links are distinguishable from regular text and are easy to locate by users of the site.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
In MediaWiki, the default color of links is determined by the [[Cascading Style Sheets|CSS]] used by the particular [[skin]] or theme that is applied to the wiki. However, administrators and users with the appropriate permissions can modify these colors to fit the design and accessibility needs of their specific wiki environment.&lt;br /&gt;
&lt;br /&gt;
== Types of Links ==&lt;br /&gt;
There are generally three types of links identified by different colors in MediaWiki:&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Internal links&amp;#039;&amp;#039;&amp;#039; - These links point to other pages within the same wiki. By default, they are usually colored blue.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;External links&amp;#039;&amp;#039;&amp;#039; - These links point to pages on different websites. They are typically displayed in a different color, often purple or red, to distinguish them from internal links.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Visited links&amp;#039;&amp;#039;&amp;#039; - Links that the user has already visited. These are usually shown in a darker shade, such as dark purple, to indicate that the link has been previously accessed.&lt;br /&gt;
&lt;br /&gt;
== Customizing Link Colors ==&lt;br /&gt;
To change the color of links, one must edit the CSS associated with the wiki&amp;#039;s skin. This can be done by modifying the `MediaWiki:Common.css` page, which affects all users, or by altering personal CSS files for individual customization.&lt;br /&gt;
&lt;br /&gt;
=== Example of CSS Code ===&lt;br /&gt;
To change the internal link color to green, you would add the following CSS code to the appropriate CSS page:&lt;br /&gt;
```css&lt;br /&gt;
a {&lt;br /&gt;
    color: green;&lt;br /&gt;
}&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
== Accessibility Considerations ==&lt;br /&gt;
When customizing link colors, it is important to ensure that there is sufficient contrast between the text and the background to comply with [[Web Content Accessibility Guidelines (WCAG)]]. This not only helps users with visual impairments but also enhances the overall readability of the site.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[Help:Contents]]&lt;br /&gt;
* [[Manual:Interface/CSS]]&lt;br /&gt;
* [[Manual:Accessibility]]&lt;br /&gt;
&lt;br /&gt;
[[Category:MediaWiki documentation]]&lt;br /&gt;
{{mediawiki-stub}}&lt;/div&gt;</summary>
		<author><name>Prab</name></author>
	</entry>
</feed>