Link Color

The color of links is determined by CSS in the theme your wiki uses. To change the link color you will have to create a custom theme based on the theme you are currently using. There are (at least) two different colors of links : default link color and new page link color.

Default Link Color

The default link color is used for created pages and other links that do not lead to an uncreated wiki page. You can set or change the default link color in your theme by using the a html selector. For example, the CSS code below changes the default link color to blue across your entire wiki :

a
{
color:#0000FF;
}

Choosing a Custom Default Link Color

New Page Link Color

Any link to a wiki page that is uncreated will be displayed in the new page link color. You can change this by using the a.newpage CSS selector.

a.newpage
{
color:#0000FF;
}

Choosing a New Page Link Color

Link Color by Section

Link color can be set across your wiki but this is is by no means absolute. The link color can be overridden by other css rules. This is most often the case by section or by area.

Related Pages

Backlinks

page_revision: 2, last_edited: 1236001345|%e %b %Y, %H:%M %Z (%O ago)