MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 21: Line 21:
 
.cs-comment.cs-reply-comment {
 
.cs-comment.cs-reply-comment {
 
margin-left: 5px;
 
margin-left: 5px;
border-left: 1px solid #00a7d8;
+
border-left: 2px solid #383d47;
 
margin-top: 10px;
 
margin-top: 10px;
 
margin-bottom: 10px;
 
margin-bottom: 10px;
Line 28: Line 28:
 
.cs-reply-comment .cs-comment-body {
 
.cs-reply-comment .cs-comment-body {
 
padding: 5px;
 
padding: 5px;
  +
margin-bottom: 0;
 
}
 
}
   
Line 33: Line 34:
 
padding: 5px;
 
padding: 5px;
 
border-radius: 8px;
 
border-radius: 8px;
  +
margin-left: 5px;
 
}
 
}

Revision as of 00:27, 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-body > p {
	margin: 5px;
}

.cs-comment.cs-reply-comment {
	margin-left: 5px;
	border-left: 2px solid #383d47;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cs-reply-comment .cs-comment-body {
	padding: 5px;
	margin-bottom: 0;
}

.cs-reply-comment .cs-comment-header {
	padding: 5px;
	border-radius: 8px;
	margin-left: 5px;
}