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
No edit summary
Line 5: Line 5:
text-align: center;
text-align: center;
}
}
/* Properties and sub headings */
.portable-infobox .pi-secondary-background {
.portable-infobox .pi-secondary-background {
background-color:#FFD700;
background-color:#2A2B2A;
}
}



Revision as of 01:03, 18 March 2025

.portable-infobox {
	width: 400px;
}
.portable-infobox .pi-title {
	text-align: center;
}
/* Properties and sub headings */
.portable-infobox .pi-secondary-background {
	background-color:#2A2B2A;
}

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

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