MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
(Experimental skin inclusion)
 
m (news-box colors)
Line 3: Line 3:
width: 100%;
width: 100%;
text-align: center;
text-align: center;
}
.news-box {
border-color: #2b2f36;
background-color: #24262f;
}
}

Revision as of 18:47, 14 February 2021

/* All CSS here will be loaded for users of the Citizen skin */
.center {
	width: 100%;
	text-align: center;
}
.news-box {
	border-color: #2b2f36;
	background-color: #24262f;
}