Cannabis Ruderalis

Navigating Wikipedia
Searching and browsing the encyclopedia

Policies and guidelines
Community standards

Joining Wikipedia
How to get involved

Asking questions
Volunteers will attempt to answer

Editing Wikipedia
General help for editors

The Wikipedia community
Submit or debate a proposal

Links and references
Help for creating links or dealing with references

Resources and lists
Resources for editors

Images and media
Using images, videos and sound files

Account settings
Tips and tools for registered users

Keeping track of changes
Track the evolution of a page or follow a user

Technical information
Tools for advanced users and troubleshooting information

Site map (all of these on a single page)  •  Help Directory  •  Main Help

Tip of the day

How to make redirects appear green to you

Here is a trick to make redirected wikilinks stand out by turning them green instead of blue! This is especially useful when working on navigation aids like lists and outlines, where you need to be sure a link leads to where it says it links to. This quick and easy solution uses customized CSS:

Go to your Preferences, click on the "Appearance" tab, and click the "Custom CSS" to the right of the skin you use. It opens a page to edit, and you can add the following code (just copy and paste it):

	.mw-redirect {
		color: #006633;
	}
	.mw-redirect:visited {
		color: #009900;
	}
	.mw-redirect:hover {
		color: #990000;
	}
	.mw-redirect:active {
		color: #990000;
	}
Save the page, and reload (bypass your browser cache) and/or (Purge) the Wikipedia server to force the new CSS to be included. All redirects will now show up as green links! If you prefer a different color, you can modify them by using six-digit hex codes.


Leave a Reply