MediaWiki:Common.css: Difference between revisions

From For Companion and Country
No edit summary
No edit summary
Tag: Reverted
Line 6: Line 6:
padding: 0.5em 10px;
padding: 0.5em 10px;
background-color: #f9f9f9;
background-color: #f9f9f9;
}
#bodyContent a {
color: #1E90FF;
}
}

Revision as of 19:57, 5 May 2023

/* CSS placed here will be applied to all skins */

blockquote {
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	background-color: #f9f9f9;
}

#bodyContent a {
	color: #1E90FF;
}