Toggle menu
3K
1.9K
8
24.1K
Divinity Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
Tag: Manual revert
No edit summary
Line 13: Line 13:
a:visited {
a:visited {
color: #DAA520;
color: #DAA520;
}
.green-text a:visited {
color:green;
}
.green-text a:link {
color:green;
}
.red-text a:visited {
color:red;
}
.red-text a:link {
color:red;
}
}

Revision as of 15:20, 30 March 2025

body {
	background-color: #202122;
}

/* unvisited link */
/* gold */
a:link {
	color: #FFD700;
}

/* visited link */
/* golden rod */
a:visited {
	color: #DAA520;
}

.green-text a:visited {
	color:green;
}

.green-text a:link {
	color:green;
}
.red-text a:visited {
	color:red;
}
.red-text a:link {
	color:red;
}