MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎All CSS here will be loaded for users of the Citizen skin: .cs-comment-header { padding: 10px; } .cs-stream { background-color: #1f2b41; padding-top: 10px; padding-bottom: 10px; }")
 
No edit summary
Line 1: Line 1:
 
/* All CSS here will be loaded for users of the Citizen skin */
 
/* All CSS here will be loaded for users of the Citizen skin */
 
.cs-comment-header {
 
padding: 10px;
 
}
 
   
 
.cs-stream {
 
.cs-stream {
 
background-color: #1f2b41;
 
background-color: #1f2b41;
padding-top: 10px;
+
margin-top: 10px;
padding-bottom: 10px;
+
margin-bottom: 10px;
 
padding: 10px;
 
}
 
}

Revision as of 00:07, 15 October 2023

/* All CSS here will be loaded for users of the Citizen skin */

.cs-stream {
	background-color: #1f2b41;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}