MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 13: Line 13:
 
border-top: none;
 
border-top: none;
 
background-color: transparent;
 
background-color: transparent;
  +
}
  +
  +
.cs-comment-body > p {
  +
margin: 5px;
 
}
 
}
   

Revision as of 00:15, 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: 0px;
	border-left: 1px solid #00a7d8;
}

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