MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 10: Line 10:
   
   
.cs-comment-header {
+
.cs-head-comment > .cs-comment-header {
 
border-top: none;
 
border-top: none;
 
background-color: transparent;
 
background-color: transparent;

Revision as of 00:14, 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: 15px;
	border-radius: 8px;
}


.cs-head-comment > .cs-comment-header {
    border-top: none;
    background-color: transparent;
}

.cs-comment .cs-reply-comment {
	margin-left: 0px;
	border-left: 1px solid #00a7d8;
}

.cs-reply-comment .cs-comment-body {
	padding-left: 15px;
}